@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	border-top:9px solid #194d76;
}

#main,.box,.copyright{
	width:1000px;
	margin:0 auto;
	background:#FFF;
}

.box{ background:#194d76;}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #ef8116;
	font-size:.9em;
}

	a:hover {
		text-decoration: none;
	}

body {
	background:url(../images/body_bar_bg_gradient.gif) 0px -11px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	background: url(../images/line-hor.gif) repeat-x 0% 100%;
	margin: 0 0 22px 0;
	padding: 0 0 5px 0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #464e53;
}

#header{
	height:183px;
	pading:10px;
	overflow:hidden;
	position:relative;
	background:url(../images/header_gradient.gif) repeat-x;
}

.list-wrapper{ text-align:center;margin-top:45px;}

.header-indent{
	position:absolute;
	width:100%;
	left:200px;
	top:20px;
	text-align:center;
}
	
.header-address{
	margin:15px 0px;
}

.header-links{
	text-align:center;
	width:450px;
	margin:0 auto;
	margin-left:360px;
}

	.header-links li.first{
		border-left:0;
	}

	.header-links li{
		float:left;		
		padding:0px 10px;
		border-left:1px solid #cc9a79;
	}
	
	.header-links li a{
		color:#cc9a79;
	}

#header-quote{
	clear:left;
	margin-top:10px;
}

#logo{
	position:absolute;
	top:15px;
	left:50px;
}

#menu{ 
	overflow:hidden;
	height:71px;
	background:url(../images/navigation_spacer.gif) right no-repeat;
	background-color:#194d76;
	margin-top:18px;
}

	#menu ul li{
		float:left;
		padding:0px 36px;
		background:url(../images/navigation_spacer.gif) no-repeat;
	}
	
	#menu ul li.menu-over,#menu ul li.active{
		background:#FFF;
		cursor:pointer;
	}
	
	#menu ul li.menu-over a,#menu ul li.active a{ color:#194d76;}
	
	#menu ul li a{
		line-height:71px;
		font-size:19px;
		color:#f4e2b8;
		text-decoration:none;
	}
	
	
#content{
	width:1000px;
	padding:10px 0px 50px 0px;
	position:relative;
}

	#content h3{
		font-size:16px;
		color:#194d76;
		margin:10px 0px;	
	}

#content-left{
	float:left;
	overflow:hidden;
	width:640px;
	padding:25px 35px 25px 0px;
}

	#content-left p{ color:#194d76;}
	
#content-right{
	float:right;
	width:315px;
	overflow:hidden;
}

	#content-right iframe{
		border:2px solid #ccc;
		border-collapse:collapse;
		padding:5px;
	}
	
	#content-right .iframe a{
		font-size:.7em;
		text-decoration:none;
		
	}

.list-columns{
	overflow:hidden;
	padding:15px 0px;
}

	.list-columns li{
		float:left;
		width:320px;
		padding:0px 6px;
	}
	
	.list-columns li h3{
		padding:0px 25px;
	}

	.list-columns li ul{
		overflow:hidden;
		margin:0px 25px;
	}
	
	
	.blue li{
		background:url("../images/arrow_blue.gif") no-repeat left;
		padding:3px 15px;
	}
	
	.orange li{
		background:url("../images/arrow_orange.gif") no-repeat left;
	}	

	.list-columns li ul li{
		float:left;
		padding:3px 0px;
		padding-left:15px;
	}
	
	.list-columns li ul li a{
		color:#194d76;
		font-size:.95em;	
	}
	
.border-img-medium{
	border:2px solid #ddd;
}

#footer-wrapper{
	height:250px;
	background:#194d76;
	clear:left;
	padding:25px 0px;
	color:#f4e2b8;
	font-size:.85em;
	position:relative;
}

	#footer-wrapper a.more{
		color:#FFF;
		display:block;
		padding-left:15px;
		background:url(../images/arrow_blue_footer.gif) no-repeat left;
		position:absolute;
		bottom:15px;
	}
	
.fixed-height{
	position:relative;
	height:187px;
	padding:10px 0px;	
}

	
.box ul li ul li{
	width:280px;
	margin:0 auto;
}

.bluebg{background:#194d76;}

.more{ font-weight:bold;}

.copyright{
	text-align:center;
	padding:15px 0px;
	font-size:.75em;
	background-color:#bbc4c9;
	width:100%;
}

	.copyright img{ height:46px; vertical-align:middle;}

.margin-5{
	margin:15px 0px;
}

.quote{
	width:220px;
	margin:30px 0px;
	font-size:13px;
	background:url(../images/quote-left.jpg) top left no-repeat;
	padding:15px 40px;
}
	
	.quote div{
	background:url(../images/quote-right.jpg) bottom right no-repeat;
	}

.font-2{
	font-family:Helvetica, Arial ,sans-serif
}

.left{ float:left;}
.right{float:right;}

h3.sub-header{
	font-size:16px;
	color:#969595;
}

.login-box{
	padding:15px;
}

/**FORM AREA**/
#two-column-form{
	width:100%;
}

	#two-column-form .form-row{
		clear:both;
		padding:7px 0px;
	}

	#two-column-form .l1{
		width:48%;
		float:left;
	}
	
	#two-column-form .l2{
		width:48%;
		float:right;	
	}
	
	#two-column-form .submit{
		padding:5px;
		cursor:pointer;	
	}
	
	#two-column-form div label{
	 	display:inline-block;
		width:110px;
	}

.red{ font-weight:bold; margin:10px 0px; font-size:1.2em; color:#990000}
.required{ font-weight:bold; color:#990000;}

.success,.error{
	font-size:1.15em;
	font-weight:bold;
	padding:10px 0px;
}

.success{ color:#006600;}
.error{ color:#990000;}

	b.req{ font-weight:bold; color:#990000;}

/**END FORM AREA**/

/**APPLICATION FORM**/

.application-form tr td{ font-size:.8em;}

	.application-form i.r{ font-weight:bold; color:#990000; font-size:1em;}
	
	.application-form i{ font-size:.9em;}

	.application-form table tr td{
		padding:2px 0px;
	}

	.application-form table tr th
	{ 
		background:#EEE; 
		text-align:left; 
		padding:5px;
		margin:10px 0px;
	}
	

/**END APPLICATION FORM**/

.standard-list{
	padding:15px;
	margin:0px 10px;
	list-style-type:circle;
}

	.standard-list li{
		padding:3px;
	}
	
/**ADMIN**/

.results{
	font-size:.9em;
	margin:15px 0px;
	width:100%;
}

	.results td{ font-size:.9em; border:1px solid #CCC; padding:2px; }
	.results th{ padding:5px; background:#eee; border:1px solid #CCC;}
	
.totals{ 
	font-size:1.1em;
	border:1px solid #FFF;
	overflow:hidden;
	padding:5px;
	margin:15px 0px;
	width:95%;
}

	.totals a{ float:right; display:inline;}
	
.hidden-description{
	display:none;
}

.visible-description{
	padding:10px;
	font-size:.9em;
	display:block;
}

.visible-description div{ text-align:center; padding-top:15px;}

.visible-description div img{ margin-left:15px; border:2px solid #CCC;}

.small-text b{ 
	display:block;
	padding-bottom:5px;
}

.small-text{
	font-size:.9em;
}

.job-listing{ border-bottom:1px dashed #CCC; padding-bottom:15px; margin-bottom:10px;}
.job-listing h3{ color:#000;}

.label{  }
.label-heading div{ font-weight:bold; font-size:1.3em; padding:5px 0px; border-bottom:1px dashed #CCC; margin-bottom:10px;}
