/*-------------------------------------------------------------------------------------------
	CSS controlling the webpage for Carousel_v2. MJP | 02-09 | (c) D3Corp
---------------------------------------------------------------------------------------------*/	


/*********************************************
	/ Main properties
*********************************************/	
body {
/*		behavior: url("css/csshover3-source.htc");*/
		background: url(/images/bg/bg.jpg) left top repeat-x #fff1c6;
		margin: 0;
}

a, a:visted {
	color: #004074;
	text-decoration: none;
}

a:hover {
	color: #ff8400;
	text-decoration: underline;
}




/*********************************************
	/ Homepage Header & Subpage Header
*********************************************/

div.home-header {
	width: 1000px;
	height: 418px;
	margin: 0 auto;
}

div.sub-header {
	width: 1000px;
	height: 338px;
	margin: 0 auto;
}
	

/*********************************************
	/ Main Website Content Holder
*********************************************/

div.content {
	width: 1000px;
	background:url(/images/bg/sand.jpg) left top repeat #ebd1a5;
	margin: 0 auto;
}



/*********************************************
	/ Individual content holdes
*********************************************/

div.left-nav {
	width: 157px;
	float: left;
}

div.center {
	width: 643px;
	min-height: 467px;
	height: auto !important;
	height: 467px;
	background: url(/images/bg/home-top.jpg) left top no-repeat #fff;
	padding: 45px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	float: left;
}

div.center-sub {
	width: 643px;
	min-height: 467px;
	height: auto !important;
	height: 467px;
	background: url(/images/bg/sub-top.jpg) left top no-repeat #fff;
	padding: 45px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	float: left;
}

	/* Here is the title of pages */
	.page-title {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #013f73;
		font-weight: bold;
		font-size: 20px;
	}

div.right-nav {
	width: 180px;
	float: right;
}






/*********************************************
	/ Footer Information
*********************************************/


div.bottom {
	width: 1000px;
	height: 29px;
	display: block;
	margin: 0 auto;
	background: url(/images/bg/bottom.jpg) left top no-repeat;
}

div.footer {
	width: 980px;
	height: auto;
	padding: 10px;
	background: #014076;
	border-top: 9px solid #aa0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
}

	/* smaller footer links */
	.footer a {
		color: #fff;
		text-decoration: none;
	}
			
	.footer a:hover {
		text-decoration: underline;
		color: #FFC;
	}

	/* Main Links for footer */
	div.main-links {
		color: #3e89c7;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	
	.main-links a {
		color: #3e89c7;
		text-decoration: none;
	}
	
	.main-links a:hover {
		text-decoration: underline;
		color: #fff;
	}


/*--------------Email Alerts ------------*/

div.email-alerts {
	width: 348px;
	height: auto;
	background: url(/images/alerts/bg.jpg) top left no-repeat;
	margin: 10px 0 0 40px;
	float: left;
}

div.email-content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 309px;
	margin: 35px 0 0 0;
	padding: 0 0 0 16px;
}

	.email-form-field {
		border: 1px solid #000;
		font-size: 10px;
		font-weight: bold;
		width: 90px;
		color: #333;
		padding: 3px;
	}
	
div.email-bottom {
	width: 348px;
	height: 8px;
	display: block;
	background: url(/images/alerts/bot.jpg) left top no-repeat;
}


/*--------------Right Side Footer ------------*/

div.right-footer {
	width: 455px;
	float: right;
	padding: 10px;
	margin: 0 25px 0 0;
}

	.right-title {
		font-size: 16px;
		font-weight: bold;
		color: #ecfac5;
	}
	
	
/*********************************************
	/ Homepage Formatting 
*********************************************/	

div.homepage-box {
	width: 631px;
	height: 217px;
	background: url(/images/bg/homesearch.jpg) left top no-repeat;
	margin: 0 0 0 7px;
}

div.homepage-left {
	width: 177px;
	margin: 15px 12px 0 15px;
	float: left;
}

	.dates {
		border: 1px solid #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 50px;
		color: #333;
		padding: 3px;
		}
		
	.mmdd {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #824a3d
	}
		
	.other {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000
	}
		
div.homepage-right {
	width: 385px;
	margin: 15px 0 0 15px;
	float: left;
}

div.search-titles {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #003c6d;
		padding-bottom: 5px;
		border-bottom: 1px dotted #000;
	}
		
		
	
/*********************************************
	/ Here is the icon list. 
*********************************************/

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:10px;
	padding-top:-15px;
}


li.htm {
	background-image: url(/images/bblink.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 9px 0 25px 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	margin: 10px 0 10px 0;
	display:block;
}


A.htma:link  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	text-decoration:none;
			}
			
A.htma:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;;
	text-decoration:none;
			}
			
A.htma:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	text-decoration:none;
			}
		



/*********************************************
	/ Row Seperators
*********************************************/

div.row-1 {
	background: #fff1c5;
	border: 1px solid #d9e2d1;
	padding: 10px;
	float: left;
	width: 615px;
}

	.row-1 img {
	margin: 5px;
	padding: 2px;
	border: 1px;
	border-color: #014076;
	
}


div.row-2 {
	background: #fcf8eb;
	border: 1px solid #d9e2d1;
	padding: 10px;
	float: left;
	width: 615px;
}

	.row-2 img {
		margin: 5px;
		padding: 2px;
		border: 1px;
		border-color: #014076;
	}

div.left-1 {
		float: left;
		margin: 0 20px 0 0;
	}
	
div.left-2 {
		float: left;
	}

div.form-1 {
	background: #fff1c5;
	padding: 10px;
}

div.form-2 {
	background: #fcf8eb;
	padding: 10px;
}

div.form-spacer { 
	width:100px; 
	float:left; 
}

/*********************************************
	/ We all <3 Spacers! 
*********************************************/

div.spacer {
	clear: both;
}

div.spacer-left {
	clear: left;
}

div.spacer-padding {
	clear: left;
	padding-bottom: 10px;
}

div.spacer-break {
	clear: left;
	padding-bottom: 5px;
}


/*********************************************
	/ Center Content
*********************************************/


div.center-sub h1 {
	font-size:14px;
}
div.center-sub, p, ul, ol{
	line-height: 16px;
}
div.center-sub img.clearborder {
	margin: 5px;
	border: 0px;
}

orm-spacer { 
	width:100px; 
	float:left; 
}

/*********************************************
	/ We all <3 Spacers! 
*********************************************/

div.spacer {
	clear: both;
}

div.spacer-left {
	clear: left;
}

div.spacer-padding {
	clear: left;
	padding-bottom: 10px;
}

div.spacer-break {
	clear: left;
	padding-bottom: 5px;
}


/*********************************************
	/ Center Content
*********************************************/


div.center-sub h1 {
	font-size:14px;
}
div.center-sub, p, ul, ol{
	line-height: 16px;
}
div.center-sub img.clearborder {
	margin: 5px;
	border: 0px;
}

ul.links {
	list-style:none;
	text-decoration:none;
	line-height:20px;
}
div.float-right {
	float: right;
	width: 40%;
	text-align: right;
}
