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

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

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

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

/*......address on Contact Page......*/
#copy p.addy {
margin-left: 190px;
margin-bottom: 10px;
margin-top: 10px;
}

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

#outer {
width: 890px;
background-image: url(images/outer_bg.jpg);
background-repeat: repeat-y;

margin: 0 auto 0;
}



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

#wrapper {
width: 850px;
text-align: left;
margin: 0 auto 0;
}

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

#header {
width: 850px;
height: 136px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #FFF;
}

/*////////////////////////////
....TEL_NO
////////////////////////////*/

#tel_no {
padding-top: 108px;
color: #FFF;
}
#tel_no p {
font-size: 75%;
font-weight: bold;
padding: 0 0 0 20px;
}

/*////////////////////////////
....HEAD_ADD
////////////////////////////*/

#head_add {
float: right;
padding: 10px 40px 0 0px;
text-align:right;
}
#head_add p {
color: #214E78;
font-size:80%;
font-weight: bold;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 185px;
font-size: 75%;
font-weight: bold;
/*border:1px solid #990000;*/
border-top: 0;
padding-left: 20px;
margin-top: 20px;
}
#menu a {
display: block;
padding: 5px 5px 5px 15px;
width: 165px;
background-image: url(images/nav_bullet.gif);
background-repeat: no-repeat;
background-position: left center;
color: #214E78;
text-decoration: none;
}
#menu a:hover {
/*background-color: #900;*/
color: #EA8013;
background-image: url(images/nav_bullet_h.gif);
background-repeat: no-repeat;
background-position: left center;
text-decoration: underline;
}
/*/////////////////////////////
..........INNER
////////////////////////////*/

#inner {
background-image: url(images/inner_bg.gif);
background-repeat: repeat-y;

}

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

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

}

#copy p {
font-size: 80%;
line-height: 1.5em;
}

#copy h4 {
padding: 5px 0 5px 0;
color: #214E78;
}

/*/////////////////////////
....ALL UL
////////////////////////*/

ul {
list-style-type: none;
padding: 10px 0 10px 5px;
font-size: 85%;
font-weight: bold;
}
li {
background-image: url(images/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 20px;
} 

/*//////////////////
....AAT
//////////////////*/
#aat {
clear: both;
padding: 5px 0 5px 20px;
}
#aat img {
float: left;
border: none;
padding: 0 15px 0 0;
}
#aat p {
font-size: 75%;
line-height: 1.2em;
padding: 5px 0 0 0;
color: #666;
}
/*///////////////////////////
.....TAX TABLE
///////////////////////////*/

table.tax_table {
width: 100%;
/*border: 1px solid #000;*/
font-size: 75%;
}
td.headers {
background-color: #ccc;
color: #000;
font-weight: bold;
padding: 5px 0 5px 3px;
}
td.cent {
text-align: center;
}













/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 3px;
background-color: #214E78;
border-top: 2px solid #FFF;
border-bottom: 2px solid #FFF;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #EA8013;
text-align: center; 
}

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


#footer a {
color: #214E78;
text-decoration:none;

}


