/* screen.css
 * Screen stylesheet
 */
html {height:100%}
body {
	margin:10px 0px; 	/* Need to set body margin and padding to get consistency between browsers. */
	padding:0px; 
	text-align:center; 	/*Added to the body element to force IE to centre all content  - Hack for IE5/Win */
	min-height:101%;
	/*   background:#DEE2E5;     */  /*#E3EBF1, #E3EBF1;*/
	background-image:url('../images/bg.gif');     
}
body * {text-align:left;} 	/* Resets all text aligns to the left */


#content {
	width:780px; 		
	margin:0px auto; 	/* States the wrapper width. All centred content goes inside a div with an id="wrapper. */
	background:#ffffff;	
}
img{	border:0px;}

/* Font Styles  */ 

h2{
	font: bold 1.3em 'arial', 'helvetica', 'sans-serif';
	color:#5AB0E2;
}
h2 a:link,h2 a:visited{
	color:#5AB0E2;
}

#h3-red{
	font:bold 13px 'arial', 'sans-serif';
	color:#BF2226;  /*	#B62F00	*/
	text-transform:lowercase;
}
#h3-red a:link, #h3-red a:visited{
	color:#BF2226;  /*	#B62F00	*/
	text-decoration:none;
}
#h3-red a:hover{
	text-decoration:underline;
	color:#BF2226;  /*	#B62F00	*/
}
#h3-gray{
	font:bold 13px 'arial', 'sans-serif';
	color:#CCCCCC;
	text-transform:lowercase;
}
#h3-gray a:link, #h3-gray a:visited, #h3-gray a:active{
	color:#CCCCCC;
	text-decoration:none;
}
#h3-gray a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}
#uppercase{
	text-transform:uppercase;
}
.logobkg{/* This style defines the area behind the logo. */
	display:none;
} 
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	display:none;
}
/* These styles define the columns that appear within the body of the page */
.fullcontainer{		
	float:left;
	width:780px !important; width:780px; /* Firefox !important; IE */
	background:#EEEEEC;
	font: 0.8em 'arial', 'sans-serif';
	color: #333333;
}
.fullcontainer ul{	
	list-style: square; /*circle, square, decimal, decimal-leading-zero, lower-roman, upper-roman, and none */
}
.fullcontainer ol { 
	list-style:upper-roman;
}
.fullcontainer li{
	padding:2px;
}

.contentcontainer {	
	float:left;
	width:650px !important; width:650px; 
}
.contentcontainer a{
	color: #3B5DA4;
	font-weight:bold;
}
.contentheading{
	/*background:url(../images/metallic_bg.jpg) repeat-x;*/
	background:#112444; /* #C0C0C0 #004080;#3B5DA4;*/
	padding:10px 20px; /* top, right,  bottom, left */
	height:15px !important; height: 0px; /* Firefox !important; IE */
	color:#FFFFFF;
	font:bold 1.2em 'arial', 'helvetica', 'sans-serif';
	text-transform:uppercase;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.contentbox{
	background:#F5F6F1;/*url(../images/content_bg.png) repeat-x;*/
	padding:20px 20px 20px 20px !important; padding:20px 20px 20px 20px; /* top, right,  bottom, left */
	color:#3F5F86;
	border-left:1px solid #ffffff;
	min-height:275px;	/*min-height is ignored by IE*/
	height:auto !important; height:295px;
}

.sidecontainer{
	display:none;
}

.carcontainer{
	display:none;	

}
.noprint{display:none};

.imagebox {
	float:right;
	background:#F5F6F1;
	border-left:20px solid #F5F6F1;

}
.carshots {
	float:right;
	background:#F5F6F1;
	border-top:5px solid #F5F6F1;
}
/* Footer Styles */

.footer {
	padding:10px 0px 10px 0px; /* top, right,  bottom, left */
	margin:0px;
	color:#ffffff;
	clear:both;
	background:#112444;
	font: 0.8em 'arial', 'sans-serif';
	text-align:center;
	width:650px; 
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	clear:both;
	text-decoration:underline;
}


/* Form Styles */

.form-required-text{
	color:red; 
}
.form-text{
	font: 13px 'arial', 'sans-serif';
}
.button{
	text-align: center;
}

/* Table Styles */

table td, table th {
	vertical-align:top;
	text-align:left;
	font:bold 12px 'arial', 'sans-serif';
}

/* www.spiffycorners.com */
/* Spiffy Page Corners */

/* foreground: 112444 */
/* background: 3C3C3C */
.spiffypage{
display:none;
}
 
