@charset "UTF-8";
/* CSS Document */

body {
	background:url(../../images/bg_main.png) repeat-y top center #000;
	/*background-color:#000000;*/
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#e7e7e7;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
	}
	
.clear {
	clear:both;
	display:block;
	}
	
p {	
	font-size:140%;
	line-height:1.4;
	}
	
a {color:#FF3300;}
	
a:visited {color:#CC0000;}
	
a:hover {color:#ffbebe;}
	
h1, h2, h3, h4 {color:#fff;}
	
h1 {font-size:210%;}
	
h2 {font-size:190%;}

h2.noerror {color:#00CC00;}

h2.error {color:#FF0000;}
	
h3 {font-size:170%;}
	
h4 {font-size:150%;}
	
img.floatleft {
	float:left;
	margin:5px 10px 10px 0;
	border:none;
	}

/*  =CONTAINER STYLES
-----------------------------------*/
#wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	}
	
#copy {
	background:url(../../images/bg_copy.png) repeat-y top left;
	width:660px;
	min-height:400px;
	padding:20px 70px 50px 70px;
	text-align:left;
	border-bottom:1px solid #000;
	}
	
/*  =HEADER STYLES
-----------------------------------*/

	
#navigation a {
	color: #ff0000;
	text-decoration: none;
	padding-left: 10px;
	font-size:160%;
	font-weight:bold;
	height:27px;
	cursor:pointer;
	}

#navigation a span {
	padding-right: 10px;
	height:25px;
	padding:2px 10px 0 0;
	}

#navigation a, #navigation a span {
	display: block;
	float: left
	}

#navigation a:hover {
	color: #fff;
	background: url("../../images/bg_nv_left.png") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	}

#navigation a:hover span {
	background: url("../../images/bg_nv_right.png") right top no-repeat;
	padding-right: 10px;
	}

#navigation {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0;
	}

#navigation li {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	}
	
	
#womanstanding {
	position:absolute;
	top:191px;
	left:765px;
	background:url(../../images/woman_standing.png) no-repeat top left;
	width:226px;
	height:636px;
	z-index:10;
	}

#rates {
	position:absolute;
	top:428px;
	left:505px;
	background:url(../../images/rates.png) no-repeat top left;
	width:260px;
	height:180px;
	z-index:10;
	}	
	
/*  =CONTENT STYLES
-----------------------------------*/
#topcap {
	width:800px;
	height:11px;
	margin-top:10px;
	background:url(../../images/bg_topcap.png) no-repeat top left;
	clear:left;
	}
	
#copy ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#copy.whitelist ul {
	margin:10px 10px;
	padding-left:10px;
	}
	
#copy ul li {
	background:url(../../images/bullet_arrow.png) no-repeat  0 6px;
	margin:5px 0;
	padding-left:20px;
	font-size:140%;
	}
	

	
#copy #telephone {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#copy #telephone li {
	background:none;
	}
	
#copy #telephone li a {
	display:block;
	height:0;
	width:300px;
	padding-top:50px;
	background:url(../../images/tel-888-299-3034.png) no-repeat top left;
	overflow:hidden;
	}
	
#copy #telephone li a:hover {
	background:url(../../images/tel-888-299-3034.png) no-repeat top right;
	}
	
#copy p.date {
	margin:0 0 30px 0;
	color:#ccc;
	}
	
/*  =FOOTER STYLES
-----------------------------------*/
p.copyright {
	font-size:100%;
	color:#8d8d8d;
	}
	

