/*-- CSS RESET ------------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-------------------------------------------------------------------------------------*/ 
body {
	background:#dae2e2;
	font-family:"Trebuchet MS", sans-serif, verdana;
	font-size:12px;
	color:#000;
}


/*-- NAV ------------------------------------------------------------------------------*/ 
#nav_wrapper {
	height:30px;
	background:url(../images/nav_bg_blue.jpg) repeat-x;
	position:relative;
	z-index:432;
}
.orange #nav_wrapper {
	background:url(../images/nav_bg_orange.jpg) repeat-x;
}
#nav_container {
	background:url(../images/nav_logo_glow.png) top left no-repeat;
	margin:0px auto;
	width:1036px;
}
#nav_logo_image {
	display:block;
	height:94px;
	margin:0 0 0 48px;
	position:absolute;
	width:122px;
	z-index:1000;
}
ul#nav_content {
	float:right;
	height:30px;
	margin:0px 23px 0px 0px;
}
ul#nav_content li {
	float:left;
	font-size:13px;
	height:30px;
	line-height:26px;
	margin:0px 25px;
	list-style:none;
}
ul#nav_content a {
	color:#FFF;
}
/*-------------------------------------------------------------------------------------*/ 



/*-- HEADER ---------------------------------------------------------------------------*/ 
#header_wrapper {
	background:url(../images/header_bg.jpg) top repeat-x;
	display:block;
	height:169px;
	width:100%;
}
#header_container {
	background:url(../images/header_container_bg.jpg) bottom repeat-x;
	height:169px;
	margin:0px auto;
	width:940px;
}
#header_content {
	color:#3a3f3f;
	float:left;
	height:161px;
	margin:0px 0px 8px 0px;
	width:940px;
}
#header_content h2 {
	font-size:30px;
	margin:15px 0px 0px 150px;
	text-transform:uppercase;
	color:#3a3f3f;
}
#header_content p {
	margin:5px 0px 0px 150px;
	font-size:18px;
	font-weight:100;
}
/*-------------------------------------------------------------------------------------*/ 



/*-- SUB NAV --------------------------------------------------------------------------*/ 
#subnav_wrapper {
	margin:0px auto;
	width:940px;
	z-index:1000;
	position:relative;
}
#subnav_wrapper ul {
	margin:0px 40px;
	padding:0;
	position:absolute;
	top:-20px;	
	left:0;
}
#subnav_wrapper ul li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding: 0 0 0 0;
	list-style:none;
}
#subnav_wrapper ul li a:link,
#subnav_wrapper ul li a:visited {
	color:#FFF;
	font-size:13px;
}
#subnav_wrapper ul li a:hover {
	color:#00457C;
}
.orange #subnav_wrapper ul li a:hover {
	color:#D98C08;
}
#subnav_wrapper ul li.current a:hover,
.orange #subnav_wrapper ul li.current a:hover {
	color:#fff;
}
.cb {
	margin:0 0;
}
/* Top corners and border */
.bt {
	height:3px;
	margin:0 0 0 3px;
	background:url(../images/btn_bg.png) no-repeat top right;
}
.bt div {
	position:relative;
	left:-3px;
	width:3px;
	height:3px;
	background:url(../images/btn_bg.png) no-repeat top left;
	font-size:0;
	line-height:0;
}
/* Bottom corners and border */
.bb {
	height:3px;
	margin:0 0 0 3px;
	background:url(../images/btn_bg.png) no-repeat bottom right;
}
.bb div {
	position:relative;
	left:-3px;
	width:3px;
	height:3px;
	background:url(../images/btn_bg.png) no-repeat bottom left;
	font-size:0;
	line-height:0;
}
/* Left border */
.i1 {
	padding:0 0 0 3px;
	background:url(../images/btn_bg_border_left.png) repeat-y 0 0;
}
/* Right border */
.i2 {
	padding:0 2px 0 0;
	background:url(../images/btn_bg_border_right.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	margin:0;
	padding:0px 10px;
	height:22px;
	background:url(../images/btn_bg_center.png) repeat-x 0 0;
	color:#fff;
}
.cb a.i3:link,
.cb a.i3:visited {
	color:#fff;
}
.cb a.i3:hover{
	color:#dae2e2;
}
/* Current Blue */
.current .bt,
.call_action .bt {
	background:url(../images/btn_bg_blue.png) no-repeat top right;
}
.current .bt div,
.call_action .bt div {
	background:url(../images/btn_bg_blue.png) no-repeat top left;
}
.current .bb,
.call_action .bb {
	background:url(../images/btn_bg_blue.png) no-repeat bottom right;
}
.current .bb div,
.call_action .bb div {
	background:url(../images/btn_bg_blue.png) no-repeat bottom left;
}
.current .i1,
.call_action .i1 {
	background:url(../images/btn_bg_border_left_blue.png) repeat-y 0 0;
}
.current .i2,
.call_action .i2 {
	background:url(../images/btn_bg_border_right_blue.png) repeat-y 100% 0;
}
.current .i3,
.call_action .i3 {
	background:url(../images/btn_bg_center_blue.png) repeat-x 0 0;
}

/* Current Orange */
.orange .current .bt {
	background:url(../images/btn_bg_orange.png) no-repeat top right;
}
.orange .current .bt div {
	background:url(../images/btn_bg_orange.png) no-repeat top left;
}
.orange .current .bb {
	background:url(../images/btn_bg_orange.png) no-repeat bottom right;
}
.orange .current .bb div {
	background:url(../images/btn_bg_orange.png) no-repeat bottom left;
}
.orange .current .i1 {
	background:url(../images/btn_bg_border_left_orange.png) repeat-y 0 0;
}
.orange .current .i2 {
	background:url(../images/btn_bg_border_right_orange.png) repeat-y 100% 0;
}
.orange .current .i3 {
	background:url(../images/btn_bg_center_orange.png) repeat-x 0 0;
}

/*-------------------------------------------------------------------------------------*/ 



/*-- MAIN -----------------------------------------------------------------------------*/ 
#content_wrapper {
	margin:0px auto;
	position:relative;
	width:940px;
	padding:0;
}
#content_container {
	background:#e7eded;
	width:940px;
	position:relative;
	z-index:5;
	margin:0;
	padding:0;
	float:left;
}
#content_full {
	margin:5px 0 40px 40px;
	width:860px;
	padding:15px 0 20px 0;
}
#content_left {
	margin:20px 0px 40px 40px;
	padding:15px 0 20px 0;
	width:400px;
	float:left;
}
#content_right {
	margin:20px 0px 40px 40px;
	padding:15px 0 20px 0;
	width:400px;
	float:left;
}
#content_full p, #content_left p, #content_right p {
	margin:0px 0px 20px 0px;
	width:100%;
}
.column4-1 {
	float:left;
	margin:0px 10px 15px 0px;
	width:205px;
}
.column4-4 {
	clear:right;
	float:left;
	margin:0px 0px 15px 0px;
	width:205px;
}

/*-------------------------------------------------------------------------------------*/ 


/*-- FOOTER ---------------------------------------------------------------------------*/ 
#footer_wrapper {
	margin:0px auto;
	width:940px;
}
#footer_wrapper ul {
	color:#798484;
	padding:0;
}
#footer_wrapper ul#footerNav_uiu {
	float:right;
	margin:20px 0 0 0;
}
#footer_wrapper ul#footerNav_bigbang {
	float:left;
	width:400px;
	margin:20px 0 0 0;
}
#footer_wrapper ul#footerNav_contact {
	clear:both;
	line-height:60px;
}
#footer_wrapper li {
	float:left;
	list-style:none;
}
#footer_wrapper li span {
	margin:0px 15px;
}
#footer_wrapper a {
	color:#798484;
}
#footer_wrapper a:hover {
	color:#00457C;
}
a.list_header {
	font-weight:bold;
}
#footer_container {
	clear:both;
	margin:0 0;
}
#footer_container a {
	clear:both;
	float:left;
	font-weight:bold;
}
#social_media {
	float:right;
}
#social_media a {
	clear:none;
}
#social_media img {
	margin:0px 0px 0px 5px;
}
/*-------------------------------------------------------------------------------------*/










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
