@import url("reset.css");

html, body, #wrap, #body {height: 100%;}

body > #wrap, body > #wrap > #body  {height: auto; min-height: 100%;}

body {
 background:url(../images/BG.jpg) top center;
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:62.5%;
 color:#242424;
}

#wrap {
 background:url(../images/wrapBG.jpg) top center no-repeat;
 width:100%;
	font-size: 1.3em;
 line-height:1.6em;
}

#header {
 background:url(../images/headerBG.png) top center repeat-x;
 position:relative;
 z-index:4;
}

#logo {
 width:960px;
 margin:0 auto;
 padding:5px;
}

#body {
 width:960px;
 margin:0 auto;
 position:relative;
 z-index:2;
}

#pull {
 float:left;
 position:relative;
 z-index:3;
 width:280px;
 display:inline;
}

.mainmenu {
 width:280px;
 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
 margin:0 0 40px 0;
 float:left;
}

.mainmenu li {
 padding:12px 10px 12px 20px;
 background:url(../images/navEven.png) top left no-repeat;
 zoom: 100%;
}

.mainmenu li a {
 display:block;
 color:#242424;
 text-decoration:none;
 font-size:1.2em;
 text-shadow: 0 1px 0 #fafaf3;
}

h1 {
 font-weight:bold;
 font-size:1.8em;
 margin:-20px 0 0;
 padding: 0 0 20px;
}

h2 {
 font-weight:bold;
 font-size:1.3em; 
 margin:5px 0 0;
 padding: 0 0 10px;
}

#imageSpace {
 background:url(../images/modelCenterBG.png) top center no-repeat;
 width:732px;
 height:356px;
 position:absolute;
 z-index:1;
 right:-16px;
 top:-33px;
}

#types {
 height:356px;
 position:relative;
 z-index:6;
 width:668px;
 float:right;
}

#typeIcons {
 position:absolute;
 bottom:20px;
 left:-14px;
 width:727px;
}

#typeIcons li {
 display:inline;
 margin:0 -5px;
}

#bodyContent {
 position:relative;
 width:634px;
 float:right;
 padding:0 15px 50px 15px;
 background:url(../images/bodyRep.png) top center repeat-y;
 margin-top:77px;
}

#bodyContent p {
 padding-bottom:10px;
}

#contact {
 background:url(../images/contactTop.png) top center no-repeat;
 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
 font-size:.9em;
 line-height:1.2em;
 width:280px;
 margin:10px 0 20px;
 float:left;
}

#contactInfo {
 margin:20px 0 0;
 background:url(../images/contactBot.png) bottom center no-repeat;
 position:relative;
 top:5px;
 padding-bottom:25px;
}

#contactInfo li {
 padding:4px 4px 4px 65px;
 margin:16px 0;
}

#contactInfo li.phone {
 background:url(../images/phone.gif) 16px 0px no-repeat;
}

#contactInfo li.location {
 background:url(../images/location.gif) 16px 0px no-repeat;
}
 
#contactInfo li.time {
 background:url(../images/time.gif) 16px 0px no-repeat;
}

.featuredOuterTable {
 background:#ffffff;
 border: 3px dashed #000;
 margin-top:50px;
}

.featuredOuterTable * {
 border:none;
}

#bodyContentCap {
 background:url(../images/bodyCap.png) top center no-repeat;
 width:664px;
 height:77px;
 margin:-77px 0 0 -15px;
}

#footer {
 clear:both;
 height:72px;
 width:960px;
 margin:0 auto;
 position:relative;
 padding-bottom:20px;
 background:url(../images/footerBG.png) 294px -3px no-repeat;
}

#foot {

 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
}

.rvusaBadge {
 background:url(../images/footerBadge.png) top left no-repeat;
 padding:16px 130px 14px 10px;
 display:block;
 color:#FFF;
 width:141px;
 text-shadow:0 -1px 0 #000;
 float:left;
 margin:0px 30px 0 0;
}

#footer p {
 padding:20px 0 0 0 ;
  text-shadow:0 1px 0 #fafbfb;
}

.clear {
 clear:both;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-------------- Form
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.validation-advice {
border:1px solid #CC0000;
background:#FFEBE8;
color:#3d3d3d;
width:80%;
margin:2px;
padding:2px;
font-weight:bold;
}

.contactContainerLeft {
width:325px;
float:left;
display:inline;
}

.contactInfo {
color:#3d3d3d;
width:280px;
padding-left:10px;
border-left:1px solid #fafaf3;
float:left;
text-align:left;
display:inline;
}

.contactStatement {
font-size:14px;
font-weight:bold;
}

.addressBold {
font-weight:bold;
color:#333333;
}