
/* ####################### GLOBAL Styles ######################## */

body {
	background: #003366 url('../images/pgBg.gif') top center repeat-y;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}

body#popup {
	background-image: none;
	background-color: #003366;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}


a:link, a:visited {
	font-weight: bold;
	color: #003366;	
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #003366;	
	text-decoration: underline;
}


/* ####################### LIST STYLES ######################## */

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* ####################### CONTAINER Divs ######################## */

#container {
	margin: 0 auto;
	padding: 0;
	width: 914px;
	text-align: left;
	background-color: white;
}

#header {
	width: 914px;
	height: 124px;
	border: 0;
	padding: 0;
	background: url('../images/headerBg.gif') bottom left repeat-x;
}
#headerLeft {
	width: 160px;
	padding: 28px 0 0 39px;
	float: left;
	text-align: left;
}
#headerRight {
	padding: 29px 24px 0 0;
	width: 691px;
	float: left;
	text-align: right;
}

#tagline {
	height: 12px;
	padding: 0 13px 40px 0;
}

/* HOME */

#homeContent {
	width: 874px;
	padding: 50px 0 100px 40px;
	background-color: white;
	overflow: hidden;
}

.homePhotos {
	float: left;
	width: 208px;
	padding: 0 3px 0 0;
}

/* LISTING PAGE */

#listingContent {
	width: 804px;
	padding: 37px 60px 100px 50px;
	background-color: white;
	overflow: hidden;
}

.listingRow {
	width: 804px;
	clear: both; 
	overflow: hidden;
}

.listingLeft {
	float: left;
	width: 208px;
	padding: 0 40px 15px 0;
}

.listingRight {
	float: left;
	width: 556px;
}

.listingDescrip {
	padding: 5px 0;
}

/* DETAIL PAGES */

#detailContent {
	width: 870px;
	padding: 30px 0 100px 44px;
	background-color: white;
	overflow: hidden;
}

.detailLeft {
	float: left;
	width: 335px;
	padding: 17px 0 0 0;
}

.detailRight {
	float: left;
	width: 500px;
	padding: 0 0 0 35px;
}

.detailRight p {
	padding: 0;
	margin: 5px 0;
}

.detailDescrip {
	padding: 23px 0 18px 0;
}

#detailThumbs img {
	margin: 0 3px 10px 0;
}

.detailList {
	width: 60%;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.detailList ul {
	margin: 0;
	padding: 0;
}

.detailList li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
}

#dt-wpr {
	width: 100%;
	padding: 15px 0 0 0;
	line-height: 1.2em;
}

.dt-row {
	width: 85%;
	clear: both;
	overflow: hidden;
	background-color: #e5e5e5;
	padding: 6px 8px;
}

.dt-row2 {
	width: 85%;
	clear: both;
	overflow: hidden;
	padding: 6px 8px;
}

.dt-l {
	float: left;
	width: 58.61%;
}

.dt-r {
	float: right;
	width: 40.28%;
	font-weight: bold;
}

#detailLinksWpr {
	border-bottom: 1px solid #ccc; 
	width: 300px; 
	font-weight: bold; 
	padding: 5px 0 6px 3px; 
	overflow: hidden;	
}

.detailLinksL {
	float: left; 
	width: 13%;
}

.detailLinksR {
	float: left; 
	width: 87%;
}

/* POPUP */

#popupContent {
	padding: 0 23px;
	width: 817px;
}

#headerPop {
	height: 51px;
	padding: 25px 0 32px 0;
	overflow: hidden; 
	font: 0;
}

#headerPopL {
	float: left; 
	text-align: left;
	width: 70%;
}

#headerPopR {
	float: right;
	text-align: right;
	width: 30%;
	padding: 20px 0;
}

/* ABOUT */

#aboutContent {
	width: 480px;
	padding: 140px 0 100px 50px;
	background-color: white;
	overflow: hidden;
}

/* CONTACT */

#contactContent {
	width: 740px;
	padding: 55px 0 100px 45px;
	background-color: white;
	overflow: hidden;
}

#contactLeft {
	float: left;
	width: 279px;
	padding: 0 60px 0 0;
}

#contactRight {
	float: left;
	width: 400px;
}

#thankyouContent {
	width: 200px;
	margin: 0 auto;
	padding: 190px 0 190px 0;
	background-color: white;
	overflow: hidden;
}

/* SITEMAP */

#sitemapContent {
	width: 390px;
	margin: 0 auto;
	padding: 90px 0 110px 0;
	background-color: white;
	overflow: hidden;
}

.sitemapList {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.05em;
}

.sitemapList ul {
	margin: 0;
	padding: 0;
}

.sitemapList li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.sitemapList li ul {
	padding: 10px 0 25px 20px;
}

.sitemapList li li {
	border: none;
	line-height: 20px;
}



/* ####################### NAVIGATION ######################## */


#navWpr {
	float: right;
}

/* Rollovers */

.nav1, .nav2, .nav3, .nav4 {
	float: left;
	text-align: center;
	font-weight: bold;
}

.nav1 a, .nav2 a, .nav3 a, .nav4 a {
	float: left;
	display: block;
	height: 43px; 
	padding: 0 16px;
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}

.nav1 a:hover, .nav2 a:hover, .nav3 a:hover, .nav4 a:hover {
	float: left;
	display: block;
	height: 43px; 
	padding: 0 16px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.nav1 a:visited, .nav2 a:visited, .nav3 a:visited, .nav4 a:visited {
	float: left;
	display: block;
	height: 43px; 
	padding: 0 16px;
	color: #036;
	text-decoration: none;
	text-transform: uppercase;
}

/* 'On' States */

#sec1 .nav1 a, #sec2 .nav2 a, #sec3 .nav3 a, #sec4 .nav4 a {
	color: #333;
	background-image: none;
	background-color: white;
	text-decoration: none;
}


/* ####################### GENERAL & TEXT Styles ######################## */

.clear {
	clear: both;
	overflow: hidden;
	font: 0;
}	

.padBot3 {
	padding-bottom: 3px;
}

h1.listing {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 30px 0;
}
h1.listing a:link, h1.listing a:visited {
	color: #003366;	
	text-decoration: none;
}
h1.listing a:hover, h1.listing a:active {
	color: #003366;	
	text-decoration: underline;
}

h2.listing {
	font-size: 1.6em;
	color: #003366;
	margin: 0;
	padding: 0 0 3px 0;
}
h2.listing a:link, h2.listing a:visited {
	color: #003366;	
	text-decoration: none;
}
h2.listing a:hover, h2.listing a:active {
	color: #003366;	
	text-decoration: underline;
}

h3.listing {
	font-size: 1em;
	color: #003366;
	margin: 0;
	padding: 0;
}
h3.listing a:link, h3.listing a:visited {
	color: #003366;	
	text-decoration: none;
}
h3.listing a:hover, h3.listing a:active {
	color: #003366;	
	text-decoration: underline;
}

h1.detail {
	font-size: 1em;
	color: #003366;
	margin: 0;
	padding: 0 0 15px 0;
}

h2.detail {
	font-size: 1.6em;
	color: #333;
	margin: 0;
	padding: 0 0 8px 0;
}

h3.detail {
	font-size: 1.15em;
	color: #333;
	margin: 0;
	padding: 0;
}

h4.detail {
	font-size: 1.5em;
	color: #333;
	margin: 0;
	padding: 20px 0 0 0;
}

h1.sitemap {
	font-size: 1.9em;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
}

h1.thankyou {
	font-size: 1.9em;
	color: #333;
	margin: 0;
	padding: 0 0 6px 0;
}

.sm {
	font-size: 1.1em;
	line-height
}	
.md {
	font-size: 1.1em;
	line-height: 1.4em;
}
.lg {
	font-size: 1.2em;
	line-height: 1.2em;
}
.xl {
	font-size: 1.4em;
	line-height: 1.4em;
}

/* ####################### FOOTER STYLES ######################## */

#footerWpr {
	width: 914px;
	margin: 0 auto;
	text-align: right;
	background: url('../images/footerBg.gif') repeat-x top left;
}

#footer {
	width: 879px;
	padding: 57px 36px 0 0;
	text-align: right;
	height: 140px;
}

.footer {
	color: #999;
}
.footer a:link, .footer a:visited {
	font-weight: normal;
	color: #003366;	
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	font-weight: normal;
	color: #003366;	
	text-decoration: underline;
}



