

/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img, object, embed {max-width: 100%;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

body {line-height:1;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

a, img a, img, a img {border:0;	outline:0; text-decoration:none;}

/* FLOAT-elements */
.fltleft {float:left;}
.fltright {float:right;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }
.clearfix{ clear: both; }



body {
	padding:0px;
	margin:0px;
	background:#758c9e url(../images/body_bg.jpg) repeat-x left top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	}


#outer{
	padding:0 0 20px;
	}

#wrapper
{
	width:960px;
	padding:30px 10px 18px;
	background:#FFF;
	position:relative;
	margin:0px auto 20px;
	-moz-box-shadow: 0x 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	behavior: url(PIE.htc);	
}

.header_container{
	margin:0 0 10px;
	}

	
.header_top{
	width:928px;
	padding:0 16px 28px;
	min-height:65px;
	}
	
.logo{
	width:277px;
	height:67px;
	}
	
.header_right{
	width:600px;
	text-align:right;
	padding:8px 0 0;
	font-size:25px;
	color:#1a5988;
	font-weight:bold;
	line-height:25px;
	}
	
.header_right span{
	color:#cb0014;
	}	
	
.header_right small{
	display:block;
	font-weight:normal;
	font-size:13px;
	}	
	
	

.nav{
	height:45px;
	position:relative;
	z-index:999;
	background:url(../images/nav_bg.jpg) repeat-x left top;
	}
	
.nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.nav ul li{
	display:block;
	float:left;
	height:45px;
	line-height:45px;
	position:relative;
	font-size:16px;
	color:#ffffff;
	}
	
.nav ul li:hover{
	background:url(../images/nav-h-left.jpg) no-repeat left top;
	}	
	
.nav ul li a{
	padding:0 22px;
	display:block;
	float:left;
	text-decoration:none; 
	color:#fff;
	font-weight:bold;
	}
	
.nav ul li a:hover{
	background:url(../images/nav-h-right.jpg) no-repeat right top;
	}	
	
.nav ul li span{
	display:block;
	width:2px;
	height:45px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(../images/sep.jpg) no-repeat left top;
	}
	
	
.nav ul ul{
	background:#0f627e;
	padding:17px 0 0 22px;
	}
	
.nav ul li li{
	display:block !important;
	float:none !important;
	color:#ffffff;
	line-height:20px !important;
	height:auto !important;
	font-size:14px !important;
	}
	
.nav ul li li:hover{
	background:none;
	}	
	
.nav ul li li a{
	color:#ffffff;
	padding:0 0 14px !important;
	font-weight:normal !important;
	}
	
.nav ul li li a:hover{
	background:none;
	text-decoration:underline;
	}			

	
.banner_container{
	width:960px;
	height:280px;
	position:relative;
	z-index:10;
	}
	
.banner_nav{
	width:363px;
	height:280px;
	background:url(../images/banner_nav_shadow.png) no-repeat right top;
	position:absolute;
	z-index:9999;
	left:0px;
	top:0px;
	}
	

	
				 
	
.banner_nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.banner_nav ul li{
	display:block;
	}		
	
.banner_nav ul li a{
	display:block;
	width:337px;
	height:44px;
	padding:12px 0 0 26px;
	color:#FFF;
	text-decoration:none;
	line-height:16px;
	background:url(../images/banner_nav_bg.png) no-repeat left  -57px;
	}
.banner_nav ul li a:hover, .banner_nav ul li.activeSlide a{
	background:url(../images/banner_nav_bg.png) no-repeat left top;
	}
	
.banner_nav ul li a:hover, .banner_nav ul li.activeSlide a em{
	color:#FFF;
	}	
	
.banner_nav ul li a:hover em{
	color:#FFF;
	}	
	
.banner_nav a strong{
	font-weight:bold;
	}
	
.banner_nav a em{
	display:block;
	font-style:normal;
	font-size:11px;
	color:#979797;
	}					

.banner{
	width:632px;
	height:280px;
	overflow:hidden;
	}	
	

.container_cont{
	padding:26px 30px 0;
}

.container_cont li{
	list-style: circle;
	margin:0px;
	font-size:13px;
	color:#646464;
	line-height:18px;
}
.main{
	width:630px;
}

.main h2{
	padding:0px 0 12px;
	margin:0px;
	font-size:24px;
	color:#1a5988;
	font-weight:bold;
	}
	
.main p{
	padding:0px 0 20px;
	margin:0px;
	font-size:13px;
	color:#646464;
	line-height:18px;
	}
	
.main p strong{
	font-weight:bold;
	color:#000;
	}		

.twitter_box{
	width:250px;
	height:308px;
	background:#FFF;
	position:relative;
	}
	
.main h2.second_heading{
	font-size:16px;
	}
	
.bottom_widget_box{
	width:916px;
	}		

.widget_box{
	width:300px;
	height:151px;
	float:left;
	background:#FFF;
	position:relative;
	margin-right:8px;
}

.widget_box.nomr{
	margin-right:0px;
	}

.photo_label{
	width:300px;
	height:36px;
	line-height:36px;
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:15px;
	text-align:center;
	background:url(../images/box_top_bg.png) repeat-x left top;
	}
	
.photo_label a{
	display:block;
	color:#000;
	font-weight:bold;
	}	


.footer_wrap{
	width:932px;
	padding:24px;
	height:1%;
	margin:0 auto;
	background:#FFF;
}


.footer_nav{
	width:600px;
	font-size:12px;
	color:#333333;
	line-height:28px;
	}
		
.footer_nav a{
	color:#333333;
	text-decoration:none;
	}

.footer_nav a:hover{
	text-decoration:underline;
	}
	
.footer_logo {
	width:320px;
	}
	
.footer_logo img{
	float:left;
	margin-right:36px;
	}
	
.footer_logo img.nomr2{
	margin-right:0px;
	}			
	  
<!--superfish code-->


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			230px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}



/*** arrows **/
.sf-menu a.sf-with-ul {
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

