@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/absoluteBG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#divH8 {
	height:8px;
}

#divW5 {
	width:5px;
}

#divW20 {
	width:20px;
}

#navTheAgency {
	display: block;
	background: url(../images/navTheAgency.jpg) 0 0 no-repeat;
	width:148px;
	height:60px;
}

#navTheAgency:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#navServices {
	display: block;
	background: url(../images/navServices.jpg) 0 0 no-repeat;
	width:146px;
	height:60px;
}

#navServices:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#navTheAgents {
	display: block;
	background: url(../images/navTheAgents.jpg) 0 0 no-repeat;
	width:224px;
	height:60px;
}

#navTheAgents:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#navGallery {
	display: block;
	background: url(../images/navGallery.jpg) 0 0 no-repeat;
	width:156px;
	height:60px;
}

#navGallery:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#navContact {
	display: block;
	background: url(../images/navContact.jpg) 0 0 no-repeat;
	width:170px;
	height:60px;
}

#navContact:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#navLogin {
	display: block;
	background: url(../images/navLogin.jpg) 0 0 no-repeat;
	width:156px;
	height:60px;
}

#navLogin:hover {
	cursor:pointer;
	background-position: 0px -60px;
}

#homeStage {
	background-image:url(../images/homeStageBG.jpg);
	background-repeat:repeat-x;
	display:block;
	width:1000px;
	background-color:#FFFFFF;
	padding:0 0 0 0;
}

#stageRight {
	background-image:url(../images/stageRight.jpg);
	background-repeat:no-repeat;
	display:block;
	width:435px;
	background-color:#FFFFFF;
	padding:20px 0 0 0;
}

#homeMeetTheDr {
	background-image:url(../images/homeRightTopBG.jpg);
	background-repeat:no-repeat;
	display:block;
	width:435px;
	height:240px;
	background-color:#FFFFFF;
	padding:0 0 0 0;
}

#homeTheLab {
	background-image:url(../images/homeRightBottBG.jpg);
	background-repeat:no-repeat;
	display:block;
	width:435px;
	height:200px;
	background-color:#FFFFFF;
	padding:0 0 0 0;
}

#homeTheDifference {
	background-image:url(../images/homeDifferencePics.jpg);
	background-repeat:no-repeat;
	display:block;
	width:435px;
	height:100px;
}

#form {
 	background:url(../images/homeFormBG.jpg) 0 0 no-repeat;
 	width:485px;
 	height:245px;
}

form {
	margin-bottom:0px;
}

#bottnav {
	display:block;
	width:1000px;
	height:25px;
}

#bottnav, #bottnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#bottnav a {
	display: block;
	height:25px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#bottnav a:hover {
	color:#FF6600;
}
#bottnav li {
	float:left;
	height:25px;
	text-align:center;
}
#bottnav li p {
	margin-top:0px;
	padding-top:6px;
}

#copyright {
	display:block;
	width:1000px;
	height:30px;
}

#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	text-decoration:none;
	margin-top:10px;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 505px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../images/silvergradient.gif) repeat-x center left;
font: normal 12px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px;
height: 150px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}