body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table {font-size:inherit;font:100%;}
body, input, textarea {
	font: 93% Arial, Helvetica, sans-serif;
}
body {
	color: #32374e;
	background:#1b6396;
	margin:0;
	padding:0;
}
a {
	color: #1e6ea3;
	text-decoration:none;
}
	a:hover {
		color:#4a99ce;
	}
	
h1 { 
	font-family:Helvetica, Arial, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 192%;
	color:#2d3f8f;
	font-weight:normal;
	letter-spacing: .001em;
	text-transform:capitalize;
 }
	h2 {
		font-family:Helvetica, Arial, sans-serif;
		margin: 0 0 4px 0;
		padding: 0;
		font-size: 138.5%;
		color:#1076ba;
		font-weight:normal;
		letter-spacing: .001em;
	}
	body#newspg h2 {
		margin: 12px 0 4px 0;
	}
	h2 a, h2 a:hover {
	color:#6d6e70;
	}
		h3 { 
		  margin: 0; 
		  font-size: 12px;
		  font-weight: bold;
		  color:#6d6e70;
		  text-transform:uppercase;
		  font-weight:normal;
		}
		
.small {
	font-size: 77%;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
.odd {
	background: #ECF8F0;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

.main {
	width:100%;
}
	.sub {
		width:800px;
		margin:0 auto;
	}

/* Header and Navigation */	
.header {
	background: url(../images/header_bg.png) repeat-x;
	height: 101px;
	z-index:9999;
	position:relative;
}
	.logo {
		float:left;
		border:none;
	}
	#nav {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
	}
		#nav li {
			float:left;
			margin:0;
			padding:0;
		}
			#nav li a {
				display:block;
				color:#fff;
				font-size:108%;
				width:79px;
				height:56px;
				padding:40px 4px 0 4px;
				background: url(../images/nav_line.gif) no-repeat right top;
				text-decoration:none;
				border:none;
			} 
			#nav li a:hover {
				background: url(../images/nav_line.gif) repeat-x;
			} 
				#nav li a span {
					color:#c1d3de;
					font-size:60%;
					padding:3px 0 0 0;
					display:block;
				}
				#nav li a:hover span {
					color:#1b5c90;
				}
				
			body#aboutpg #nav li#about a, body#servicespg #nav li#services a, body#careerspg #nav li#careers a, body#newspg #nav li#news a, body#linkspg #nav li#links a, body#contactpg #nav li#contact a {
				color:#1c4a7f;
				background: url(../images/nav_on.gif) no-repeat left top;
			}
				body#aboutpg #nav li#about a span, body#servicespg #nav li#services a span, body#careerspg #nav li#careers a span, body#newspg #nav li#news a span, body#linkspg #nav li#links a span, body#contactpg #nav li#contact a span {
				color:#1b6b9f;
				}

/* Content */	
.content {
	background:#e0e8ee;
	min-height:300px;
	margin:-5px 0 -5px 0;
	z-index:1;
	padding:15px 0;
}
.contentsidebar {
	background: #e0e8ee url(../images/content_tile.gif) repeat-y center top;
}
	.themedheader {
		margin:-15px 0 15px 0;
	}
	.maincontent {
		float:left;
		text-align:justify;
	}
	.contentsidebar .maincontent {
		width:600px;
	} 
		.contentimage {
			float:right;
			margin:0 0 15px 15px;
		}
		.contentimage a {
			padding:0 0 0 30px;
		}
	.sidebar {
		float:right;
		width: 155px;
		padding:19px 10px 10px 10px;
		margin:-15px 0 -15px 0;
	}
		.sidebar a {
			padding:3px 0;
			display:block;
		}

/* Footer */	
.footer {
	background: url(../images/footer_bg.png) repeat-x;
	height: 112px;
	z-index:9999;
	position:relative;
	padding:15px 0;
	font-size:85%;
	color:#fff;
}
	.footer a {
		color: #fff;
	}
		.footer a:hover {
			color:#c1d3de;
		}
	.address1 {
		margin-bottom: 6px;
		padding-bottom: 6px;
		display:block;
		width:100%;
		border-bottom: 1px solid #8db5cf;
	}
	.copyright {
		font-size:77%;
		padding:0 10px 0 0;
	}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	width:500px;
	font-size: 217%;
}
.sIFR-hasFlash h2, .sIFR-hasFlash h2.sidebarheader, .sIFR-hasFlash h2.halfheader {
	visibility: hidden;
	letter-spacing: -9px;
	width:500px;
	font-size: 174%;
}
.sIFR-hasFlash h2.sidebarheader, .sIFR-hasFlash h2.halfheader {
	width:155px;
}


/* Contact */
#contactform {
	margin: 0px;
	padding: 2px;
	width: 380px;
}
	label {
		font-weight: bold;
	}
	#contactform label, #contactform span.sm{
		float: left;
		width: 120px;
		margin: 0px;
		clear: left;
	}
	#contactform br{
		clear: left;
	}
		#contactform input, textarea{
			margin: 0px 0px 5px 0px;
		}
		#contactform textarea{
			width: 250px;
			height: 78px;
		}
	.formbutton {
		cursor: pointer;
		color:#fff;
		background: url(../images/header_bg.png) repeat-x;
		border:none;
		padding:5px;
		margin:5px;
	}
		.formbutton:hover {
			background: url(../images/nav_line.gif) repeat-x;
		}
	#contactform span {
		padding: 1px 0px 5px 0px;
		float: left;
	}

.half {
	width:385px;
}

#map {
	width:800px;
	height:400px;
}

ul.linkslist {
	width:765px;
}