@charset "utf-8";
/* CSS Document */

/* ------------- "Main Area" styles */

* {
	margin: 0;
	padding: 0;
	

}

body {
	background-image: url(../images/main_blue_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #0e294a;
}


:focus {
	outline: 			0;
}


#container {


}


#header, #contentArea {
	position: relative;
	margin: 0 auto;
	width: 890px;
	border: 0px solid #000;
}


#header {
	height: 224px;
	padding: 0;
	width: 916px;
	z-index:1; 

}

#shadowUnderHeader {
   
	background-image:url(../images/shadow_under_header_new.gif);
    background-repeat:no-repeat;
	background-position:top center;
	height:20px;
	
	
}

#contentShadow {
    background-image:url(../images/shadow_bg.png);
    background-repeat:repeat-y;
	background-position:center;
	width: 916px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}

#contentArea {
	min-height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow:auto;
	/* ------------- "overflow:auto;" Styles */

}


#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	height: 55px;
	width: 916px;
	margin-left:auto;
	margin-right:auto;
}	

#footerLinks {
	min-height: 100px;
	text-align:center;
	padding:20px 0px 20px 0px;
	width: 916px;
	margin-left:auto;
	margin-right:auto;
}


/* ------------- "Fonts" Styles */


.footerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}	


.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15.5px;
}

.news_heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #003366;
}

.news_heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #003366;
}

.news_sub_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #003366;
}

.blue_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #003366;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}


.caption_heading_dark_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.caption_heading_dark_blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	line-height:20px;
}

.caption_heading_light_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}


.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

.content_text ul {
	list-style-type: disc;
	list-style-position: inside;
}
.content_text ol {
	list-style-position: inside;
}

.content_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

.content_text_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

.content_right_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color:#666666;
}


/* ------------- "Link" Styles */

#footerLinks a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footerLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footerLinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a:link {
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#336699;
	text-decoration:underline;
}


/* ------------- "Thumbnail" Styles */

.thumbnails {
    padding:0px 0px 0px 0px;
}	

.thumbnails :link img {
  border: 2px solid white;
}

.thumbnails :hover img {
  border: 2px solid #e3c15f;
}

.thumbnails :visited img {
  border: 2px solid white;
}


/* ------------- "Gallery" Styles */

#gallery {
    width:278px;
	height:auto;
}

#gallery a img {
	border: solid 2px #FFF;
}

#gallery a:hover img {
	border: 2px solid #e3c15f;
}

#gallery li {
	margin: 0px -2px 0px 0px;
	display:inline;
}

#gallery_heading {
    width:274px; 
	height:20px; 
	text-align:center; 
	padding-top:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}	

/* ------------- "Updates - Gallery" Styles */

#gallery_Updates {
    width:610px;
	height:auto;
}

#gallery_Updates a img {
	border: solid 2px #FFF;
}

#gallery_Updates a:hover img {
	border: 2px solid #e3c15f;
}

#gallery_Updates li {
	margin: 0px -2px 0px 0px;
	display:inline;
}

#gallery_Updates_heading {
    width:610px; 
	height:20px; 
	text-align:center; 
	padding-top:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
#right_text img{
border:0px;
}

#pre-owned_gallery {
    width:370px;
	height:auto;
}

#pre-owned_gallery a img {
	border: solid 2px #FFF;
}

#pre-owned_gallery a:hover img {
	border: 2px solid #e3c15f;
}

#pre-owned_gallery li {
	margin: 0px -2px 0px 0px;
	display:inline;
}
