@import 'reset.css';

body {
	background: #171717 url('../images/background_main.jpg') repeat-y center 45px;
	text-align:center;
	font-family: helvetica, arial, verdana, sans-serif;
}

.clear {
	clear: both;
}

hr {
	border:0;
	border-bottom: 1px dotted #000;
	clear:both;
	height:1px;
	padding-top:25px;
	margin-bottom:25px;
}

.tagline {
	text-align: left;
	margin: 0 auto;
	margin-bottom:15px;
	margin-top: -15px;
	margin-left:120px;
	width: 350px;
}

	.tagline_we {
		float: left;
		font-size:75px;
		font-weight: bold;
		font-family:"arial black";
		padding:0;
		color:#c3c3c3;
	}

	.tagline_we_descriptions {
		width: 170px;
		float: left;
		height:60px;
		padding-top:6px;
		margin-left: -10px;
		margin-top: 30px;
		line-height:1.3;
		color: #003698;
	}



#wrapper_main {
	margin:0 auto;
	text-align: left;
	width:945px;
}
#header {
	width:945px;
}
	#header img {
		float: left;
	}
	#navigation_header {
		margin-top:10px;
		float: right;
	}
		#navigation_header a:link, #navigation_header a:visited {
			color:#b6b6b6;
			text-decoration: none;
			margin-right:30px;
			font-size:10pt;
		} 
		#navigation_header a:hover {
			color:#fff;
			text-decoration: none;
		}

ul#navigation_main{
	width: 945px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
	ul#navigation_main li{
		margin:0;
		padding:0;
		overflow:hidden;
		float:left;
		height:60px;
		margin: 0 15px;
		padding: 0 8px;
		position:relative;
		z-index:100;
		font-weight:400;
		font-family: helvetica, arial, verdana, sans-serif;
		font-size:10pt;
	}
	ul#navigation_main a,ul#navigation_main span{
		padding:0 10px 10px 0;
		float:left;
		text-decoration:none;
		color:#fff;
		background:url(../images/menu_bkg.png) repeat-x;
		clear:both;
		width:100%;
		height:50px;
		line-height:10pt;
		text-align:right;
	}
	ul#navigation_main a{
		color:#fff;
		background-position:left bottom;
	}
	
	ul#navigation_main a.current{
		color:#fff;
		background-position:left top;
	}
	ul#navigation_main a b, ul#navigation_main span b{
		color:#b6b6b6;
		font-weight:normal;
		font-size:9pt;
	}
	ul#navigation_main span{
		background-position:left top;
	}
	
	ul#navigation_main .current span {
		background-color:#003698;
	}

#wrapper_content {
	margin-top: -10px;
	width:945px;
	clear:both;
	z-index:1;
	float:left;
	background-color:#fff;
	padding-top:20px;
}

#wrapper_banner {
	width:945px;
	height: 306px;
	background-color: #000;
}

#wrapper_banner_sub {
	width:945px;
	height: 250px;
	background-color: #000;
}

#content {
	padding-top:40px;
	width:825px;
	margin:0 auto;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:10pt;
	color:#555;
}
	#content h1 {color:#003698;font-size:24pt;letter-spacing:-1px;}
	#content h3 {color:#003698;font-weight:bold;}
	#content p {padding-bottom:20px;line-height:1.3;}
	#content a, #content a:visited {
		color:#003698;
	}
	#content a:hover {
		color:#666;
	}

	#content p.contact {
		height: 234px;
		margin-bottom:20px;
	}

	#content p.contact img {
		margin-right: 20px;
		margin-bottom:20px;
		float:left;
	}

.news_single {
	padding:2px;
	background-color:#000;
	float:right;
	margin:0 10px 10px 10px;
}
.news_block {
	width:425px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	text-align:left;
	position:relative;
}

	.news_block img {
		padding:2px;
		background-color:#000;
		margin-left:6px;
		margin-bottom:6px;
	}



#wrapper_footer {
	color:#b6b6b6;
	line-height:1.5;
	text-align:center;
	clear: both;

	padding-bottom:20px;
	width:945px;
	float:left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:8pt;
}
	#wrapper_footer a, #wrapper_footer a:visited {
		color: #b6b6b6;
		text-decoration: none;
	}
	#wrapper_footer a:hover {
		color: #fff;
	}


.note {float:right;color:#fff;font-weight:normal;margin-top:35px;margin-right:20px;font-size:9pt;}

#banner_menu_coda {clear:both;width:100%;text-align:center;padding-top:35px;margin-left:25px;}
#panel-a-enlarge {
	position:absolute;
	background-color:#fff;
	width:200px;
	height:50px;
	float:right;
	z-index:100;
}



.boxgrid{ 
	width: 175px; 
	height: 115px; 
	margin:0;
	margin-right:5px;
	float:left; 
	background:#161613;  
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt helvetica, arial, verdana, sans-serif;
	}
	
	.boxgrid a, .boxgrid a:visited {color:#fff;}
	.boxgrid a:hover {text-decoration:none;}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 115px;
		left: 0;
	}
	.caption .boxcaption {
		top: 75px;
		left: 0;
	}


#home_slider{position:relative;}
.main_panel_h1 {
	text-align: right;
}


.photo_header_desc {
	width:900px;
	margin:0 auto;
	font-size:9pt;
	color:#555555;
	text-align:center;
}
.keycontacts_link {float:right;text-align:right;}

.photo_footer {
	text-align:center;
	color:#003698;
	font-size:10px;
	font-style:italic;
	margin-left:10px;
	clear:both;
	width:405px;
	float:right;
}

.map {
	border:2px solid #003698;
	margin-bottom:40px;
	float:left;
}

.directions {
	width:380px;
	float:right;
}

.bold_blue {
	font-weight:bold;
	color: #003698;
}

.text_right {text-align:right;}
.magnify {
	display:block;
	position:absolute;
	bottom:0;
	right:10px;
	z-index:95;
}