/* CSS Document */

@import "type.css";
@import "form.css";


body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
img {
	padding: 0;
	border: none;
	}


#contain {
	border-bottom: 1px #F3F3F3 solid;
	background: url(img/contain_bg.jpg) top left repeat-y;
	height: auto;
	margin: -10px auto;
	padding: 12px 10px 20px 16px;
	width: 970px;
	}
	
#header {
	height: 100px;
	width: 960px;
	}
	
#nav {
	background: url(img/nav_bg.jpg);
	height: 25px;
	margin-bottom: 3px;
	padding-top: 5px;
	width: 960px;
	}
	
.nav-button1 {
	border-right: solid #FFFFFF 1px;
	float: left;
	height: 20px;
	padding: 0 7px 0 10px;
	width: auto;
	}
	
.nav-button2 {
	border-right: solid #FFFFFF 1px;
	float: left;
	height: 20px;
	padding: 0 7px 0 7px;
	width: auto;
	}

.nav-button3 {
	float: left;
	height: 20px;
	padding: 0 7px 0 10px;
	width: auto;
	}
	
	
#front-left {
	background: #000000;
	float: left;
	height: 385px;
	margin-bottom: 3px;
	width: 320px;
	}
	
#front-right {
	background: #CCCCCC;
	float: left;
	height: 385px;
	margin-bottom: 3px;
	width: 640px;
	}
	
#interior-left {
	background: #FFFFFF;
	float: left;
	height: auto;
	margin: 20px 0px 0px 0;
	padding: 0px 20px 0 5px;
	width: 600px;
	clear: both;
	}


#interior-right {
	background: #FFEEBB;
	float: right;
	height: auto;
	padding: 10px 10px 20px 10px;
	margin: 20px 12px 20px 0px;
	width: 270px;
	
	-moz-border-radius-topright: 8px;  
    -moz-border-radius-topleft: 8px;  
    -moz-border-radius-bottomright: 8px;  
    -moz-border-radius-bottomleft: 8px;  
    -webkit-border-top-right-radius: 8px;  
    -webkit-border-top-left-radius: 8px;  
    -webkit-border-bottom-right-radius: 8px;  
    -webkit-border-bottom-left-radius: 8px;  
    border-top-right-radius: 8px;  
    border-top-left-radius: 8px;  
    border-bottom-right-radius: 8px;  
    border-bottom-left-radius: 8px;
	}
	
	
#footer {
	border-top: #CCCCCC 1px dotted;
	background: url(img/footer_bg.jpg) top right no-repeat ;
	clear:left;
	margin: 0pt 10px 0 0px;
	padding:12px 15px 10px 15px;
	width:925px;
	height: 72px;
}

.footer_image {
	float: left;
	padding-right: 20px;
	width: 72px;
	}
	
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.6em;
	padding-top: 10px;
	}
	
.footerTagline {
	color: #F58025;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 1.5em;
	}
	
	
	

	
#actions {
	height: 80px;
	width: 960px;
	}
	
.action-button1 {
	float: left;
	margin-right: 2px;
	height: 80px;
	width: 318px;
	}
	
.action-button2 {
	float: left;
	margin-right: 2px;
	height: 80px;
	width: 318px;
	}

.action-button3 {
	float: left;
	height: 80px;
	width: 319px;
	}
	
.img_float {
	margin: 0px 14px 8px 0px;
	float: left;
	}
	
.img_float_right {
	margin: 0px 0px 14px 14px;
	float: right;
	}
	




.relief_container {
width: 610px;
background-color: transparent;
padding: 0px 0px 45px 0px;
border: 0px;
margin: 0px;
overflow: hidden;
clear: both;}
	
.rc_lc {
width: 165px;
background-color: transparent;
padding: 0px;
border: 0px;
margin: 0px;
overflow: hidden;
float: left;}

.rc_rc {
width: 430px;
background-color: transparent;
padding: 0px;
border: 0px;
margin: 0px;
overflow: hidden;
float: left;}