﻿* {
 margin: 0;
 padding: 0;
}


body 
{
 font-family: Arial;
 background: #F9F1E4 url(../Images/page_bg.gif);
 font-size: small;
}



/* 

######################

 PAGE LAYOUT  
 
######################
 
 */

#container {
 width: 740px;
 margin: 0 auto; 
 background: #fff url(../Images/content_bg.gif) center top repeat-y;
}

#header {
 clear: both;
 height: 126px;
 width: 740px;
 background: #633 url(../Images/header_bg.gif) center top no-repeat;
}

#contentContainer {
 width: 740px;
}

#content {
 padding: 10px 0px 10px 20px;
 width: 495px;
}

#footer 
{
	margin-top: 40px;
 clear: both;
 height: 35px;
 width: 740px;
 text-align: center;
 background: #633 url(../Images/footer_bg.gif) center top no-repeat;
}

#footer p, #footer a
{
 padding-top: 5px;
 font-family: Arial;
 font-size: 12px;
 color: #fff;
 text-decoration: none;
}

#footer a:hover
{
 text-decoration: underline;
}



/* 

######################

 NAVIGATION  
 
######################
 
 */

#ctl00_navigation {
    float: right;
 	width: 180px;
	padding: 0px;
 	margin: 0px 10px 0 0;
 	background: #fff;	
 
}

#ctl00_navigation ul {
 	list-style: none;
 	text-align: left;
 	padding: 0;
 	margin: 0;
}

#ctl00_navigation li {
 	display: block;
 	margin: 0;
 	padding: 0 0 0 16px;
	background: #fff;
}

#ctl00_navigation .navlist_li_current {
	display: block;
 	margin: 0;
 	padding: 0 0 0 16px;
	background: #fff url(../Images/navlist_arrow.gif) left no-repeat;
}


#ctl00_navigation ul li a, #ctl00_navigation .navlist_li_current a:hover
{
	display: block;
	padding: 1.2em 1em;
	margin: 0;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	border-left: 0px solid #fff;
	border-right: 0px;
	font-size: 105%;
	color: #555;
	text-decoration: none;
	background: #f7f2ea url(../Images/navlist_item_bg.gif) repeat-x left bottom;
}

#ctl00_navigation a:hover, #ctl00_navigation li#active a:hover
{
	color: #800000;
	background: #E7D9C2;	
	border-color: #aaab9c #fff #fff #ccc;
}


/* 
######################

 PAGE CONTENT  
 
######################
*/

#content ul 
{
	color: #000;
	margin: 15px 5px;
}

#content li 
{
	color: #000;
	margin: 2px 0 2px 35px;
	list-style-image: url(../Images/bullet.gif);
	vertical-align: middle;	
}

#content a 
{
	color: #800000;
}

#content p
{
	color: #000;
	margin: 15px 5px;
}


#content h1 
{
	font-size: 160%;
	color: #633;
	margin: 15px 5px;
	width: 100%;
	border-bottom: 2px solid #633;
}

#content h2 
{
	font-size: 130%;
	color: #633;	
	margin: 15px 5px;
	border: 0;
}

#content h3
{
	font-size: 120%;
	color: #633;
	margin: 15px 5px;	
	border: 0;
}

#content h4 
{
	font-size: 80%;
	color: #633;
	margin: 15px 5px;
	border: 0;
}


#content blockquote 
{
	width: 250px;
	background: #E0D5CA url(../Images/dQuoteOpen.gif) no-repeat top left;	
	padding-left: 50px;		
	margin-top: 20px;
	border: 1px dashed #483030;
}

#content blockquote div
{
	background: #E0D5CA url(../Images/dQuoteClose.gif) no-repeat bottom right;
	font-family: Arial;
	font-size: 12px;
	color: #633;
	padding: 25px 50px 25px 0;	
}


.unitsMale 
{
	width: 250px;
	height: 98px;
	background: #fff url(../Images/male_units.gif) left no-repeat;
	padding: 0 0 0 70px;
	margin-left: 50px;
}

.unitsFemale 
{
	width: 250px;
	height: 98px;
	background: #fff url(../Images/female_units.gif) left no-repeat;
	padding: 0 0 0 70px;
	margin-left: 50px;	
}


/* 

######################

 SERVICES
 
######################
 
 */

.services {	
	width: 100%;
 	border: 1px solid #E0D5CA;
 	background-color: #FFFFFF; 
	margin: 20px 0;
	border-collapse:collapse;
}

.services td, .services th {	
	padding: 6px 10px; 	
}

.servicesList
{
	margin: 0;
	padding: 0;
}

#servicesContainer ul
{
	margin: 0;
	padding: 0;
}

#servicesContainer li 
{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	background-image:url(../Images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:15px;
	margin-right:10px;
	color: #3B3B3B;
}

.services tr 
{
	border-top: 1px solid #E0D5CA;
}
.services tr.alt {
 	background-color: #F6F2EF;
}

.services thead {
	background: #E0D5CA url(../Images/services_header_bg.gif) top left repeat-x; 
}

.services thead th {
	padding: 8px 10px;	
	font-weight: bold;
	font-size: 16px;
	color: #493031;
	text-align: left;
}

.services tfoot td {
	text-align: center;	
	background-color: #F9F1E4;	
}

.services tfoot td a{
	border: 1px solid #493031;
	padding: 2px 8px;
	background-color: #E0D5CA;
	text-decoration: none;
}

.services tbody th {
	width: 100px;
	text-align: left;
	background-color: #F6F2EF;
	border-right: 1px solid #E0D5CA;
	color: #2C2C2C;
	vertical-align: top;
}


/* 

######################

 IE HACKS  
 
######################
 
 */


*  html #ctl00_navigation ul li a {
height: 1%;
}

* html #ctl00_navigation {
 	margin: 0 5px 0 0;
}

* html body 
{
	font-size: x-small;
	f\ont-size: small;
}

