/* ---------- HTML Element Selectors ---------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6c7a8a;
	background: #cacaca url(images/bg.jpg) repeat 0px 0px;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

* html #container{ height: 100%; } /* IE min-height hack */

* html .infoBoxBorder{ margin-left: 5px; } /* IE I-don't-know-why hack */

h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #cc0000;
}

td{ vertical-align: top; }

a{
	text-decoration: underline;
	color: #3d6dac;
}

a:hover{
	text-decoration: none;
	color: #e27b30;
}

img{ border: none; }

/* ---------- ID Selectors ---------- */

#container{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 780px;
	background: white;
	padding-bottom: 60px;
	margin-bottom: 5px;
}

	#flashHeader{
		position: relative;
		z-index: 9;
		height: 270px;
	}

	#header1{
		position: relative;
		margin: 0 auto;
		height: 44px;
		width: 780px;
		text-align: right;
		vertical-align: top;
		background: url(images/topbar-1.gif) no-repeat top center;
	}

	#header2{
		position: relative;
		margin: 0 auto;
		height: 127px;
		width: 780px;
		background: url(images/topbar-2.jpg) no-repeat top center;
	}
	
	#navigation{
		position: relative;
		margin: 0 auto;
		height: 35px;
		width: 780px;
		line-height: normal;
		background: #203a62 url(images/navbar-right.gif) no-repeat center right;
	}
	
		#searchBar{
			display: block;	
			float: right;
			position: absolute;
			margin: 0;
			height: 20px;
		}
	
	#contents{
		position: absolute;
		z-index: 1;
		margin: 0 auto;
		padding: 10px 10px 10px 0;
		width: 770px;
		top: 210px;
		background: white;
		min-height: 600px;
		height:auto !important;
		height: 600px;
	}
	
		.infoBoxBorder{
			position: relative;
			display: block;
			float: left;
			left: 0px;
			top: 0px;
			padding: 4px;
			margin-left: 10px;
			margin-bottom: 20px;
			width: 199px;
			border: 1px solid #d4d4d4;
			background: #ebebeb;
			clear:left;
		}
		
			.infoBoxContent{
				padding: 1px;
				width: 195px;
				border: 1px solid #e1e1e1;
				background: #f0f0f0;
			}
				
		#rightColumnBorder{
			position: relative;
			display: block;
			float: right;
			right: 0px;
			top: 0px;
			padding: 4px;
			width: 525px;
			border: 1px solid #d4d4d4;
			background: #ebebeb;
		}
		
			#rightColumnContent{
				padding: 10px;
				width: 503px;
				border: 1px solid #e1e1e1;
				background: #f0f0f0;
			}
	
#footer{
	position: absolute;
	/* margin: 0 auto;  */
	bottom: 0px; 
	width: 780px;
	height: 40px;
	padding: 10px 0 0 0;
	font-size: 9px;
	color: #cacaca;
	text-align: center;
	background: url(images/footer.gif) repeat-y;
}

/* ---------- Dropdown Menu ---------- */	
	
#dropmenudiv{
position:absolute;
border:1px solid #4c6994;
border-bottom-width: 0;
font: 13px Tahoma, Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #4c6994;
padding: 1px 0 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8195d5;
color: #ffffff;
}

/* ---------- Class Selectors ---------- */

.clear{
	clear: both;
}

.leftImage{
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	clear: both;
}

.centerImage{
	display: block;
	margin: auto;
	clear: both;
}

.rightImage{
	display: block;
	float: right;
	margin: 5px 0 5px 5px;
	clear: both;
}

.row { /* contact form row */
	margin: 5px 0;
}

.row label {  /* contact form row label */
	display: block;
	margin-right: 10px;
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 4px;
}