/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
background-color: #7B7B7B;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

span {
font-weight: bold;
color: #000;
}

/*......Form on Contact Page.......*/
form {
font-size: 80%;
margin: 10px 0 10px 100px;
}

/*....colored text on Testimonial Page...*/
#copy p.testim {
color: #013581;
margin: 10px 0 10px 0;
}

/*......address on Contact Page......*/
#copy p.addy {
margin: 10px 0 10px 250px;
}

/*...colored text on Index/Services Page....*/
#copy p.spesh {
color: #FF3399;
font-size: 100%;
}

#copy ul {
color: #FFF;
font-weight: bold;
padding: 0 0 0 40px;
}


/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 900px;
text-align: left;
margin: 0px auto 0;
background-image: url(images/footer.gif);
background-repeat: repeat-y;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#header {
width: 900px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 149px;
background-color: #DFDFDF;
border-bottom: 1px solid #333;
}

#header h1 {
font-family: "Times New Roman", Times, serif;
color: #01209F;
padding: 30px 0 0 0px;
text-align: center;
font-size: 210%;
}
#header h4 {
font-family: "Times New Roman", Times, serif;
font-size: 120%;
padding: 5px 0 0 0px;
text-align: center;
}
/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 187px;
/*height: 720px;*/
display: inline;
/*background-image: url(images/left_image.jpg);
background-repeat: no-repeat;
background-position: center;*/
}

ul.menu_list {
font-size: 70%;
font-weight: bold;
list-style-type: none;
}

ul.menu_list a {
width: 157px;
height: 26px;
display: block;
background-image: url(images/nav_bttn.jpg);
background-repeat: no-repeat;
background-position: top left;
padding: 13px 0 0 30px;
text-decoration: none;
color: #000;
/*border: 1px solid #FFF;*/
}

ul.menu_list a:hover {
color: #01209F;
background-image: url(images/nav_bttn_hvr.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#left_col_img {
background-image: url(images/left_image_hm.jpg);
background-repeat: no-repeat;
/*background-position: center;*/
}

.listheader {
padding: 6px 0 6px 12px;
background-image: url(web_images/menuheader.jpg);
color: #FFF;
}
.smaller {
font-size: 90%;
}
/*
#menu a {
display: block;
padding: 5px;
width: 177px;
color: #000;
background-color: #CAA09F;
text-decoration: none;
}

#menu a:hover {
background-color: #900;
}*/
/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {

}


/*///////////////////////////
.....COPY
///////////////////////////*/

#copy {
float: right;
width: 693px;
/*background-color: #CCFF99;*/
padding: 10px 10px 10px 10px;

}

#copy p {
font-size: 80%;
line-height: 1.5em;
padding: 0 0 0 0;
color: #FFF;
padding: 0 0 10px 0;
}

#copy h3 {
padding: 5px 0 5px 0;
color: #FFF;
}
#copy h5 {
padding: 15px 0 5px 0;
color: #FFF;
text-decoration: underline;
text-align: center;
}


/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 1%;
}

form {
color: #FFF;
}
/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #DFDFDF;
text-align: center;
background-image: url(images/footer.gif);
background-repeat: repeat-y; 

}

#footer p {
padding: 5px 0 5px 0;
font-size: 70%;
color: #FFF;
}

#footer a {
color: #ccc;
text-decoration: none;
} 
