/*  @@@@@[  Wrappers  ]@@@@@ */

body {background: #FFFFFF url(images/blue_gradient.gif) repeat-x top; font: 12px/18px Arial, Helvetica, sans-serif; color: #666; text-align: center; margin: 0px 0px 20px;}
#wrapper {
	text-align: left;
	background: url(images/main_bkg.gif) repeat-y left top;
	position: relative;
}
.wrapped {width: 995px; margin: 0px auto;}

#miniwrapper {
	width: 995px;
	background: url(images/column_low_bkg.gif) no-repeat left bottom;
}
#header {
	background-color: #d3e5e5;
	height: 99px;
	text-align: right;
}
#logodiv {
	height: 85px;
	padding-top: 20px;
	padding-left: 21px;
	background: #fff url(images/logo_bkg.gif) no-repeat right top;
	position: relative;
}


/*  @@@@@[  Navigation  ]@@@@@ */

#nav {
	background: #085c84;
	height: 27px;
	width: 995px;
	text-align: center;
}

/*  --------------------  NAV  --------------------  */

#main-nav {
	width: 995px;
	height: 27px;
	margin:0 0 0 0;
	padding:0;
	background-color: #085c84;
	border: 0px dotted #999;
	font-family:Arial, Helvetica, sans-serif;
}

	#main-nav > li {
		border: 0px;
		padding: 0px;
		margin: 0px;
		list-style: none;
		float: left;
		position:relative;
		z-index:9999;
	}
	
	#main-nav > li > a,
	#main-nav > li > a:link,
	#main-nav > li > a:visited {
		width: 165px;
		height: 23px;
		display: block;
		padding: 4px 0px 0px 0px;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		color: #e0ebf0;
	}
	#main-nav > li.last > a {width:169px;}
	#main-nav > li > a:hover,
	#main-nav > li > a:active,
	#main-nav > li > a.current {
		background-color: #064a71;
		color: #ffffff;
	}
	/* Sub menu ------ */
	#main-nav > li ul {
		margin:0;
		padding:0;
		list-style:none;
		width: 165px;
		position:absolute;
		top:27px;
		left:0;
		background-color: #085c84;
		display:none;
	}
	#main-nav > li:hover ul {
		display:block;
		z-index:9999;
	}
	#main-nav > li ul li a {
		padding:5px 12px;
		display:block;
		font-size:10px;
		line-height:13px;
		text-align:left;
		text-transform:uppercase;
		text-decoration:none;
		color:#fff;
	}
	#main-nav > li ul li a:hover,
	#main-nav > li ul li a:active{
		background-color: #064a71;
		color: #ffffff;
	}

#nav img {
	margin-right: 15px;
	margin-left: 15px;
}


#subnav {
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
	width: 131px;
	font: 10px Arial, Helvetica, sans-serif;
}
#subnav a {display: block;}

#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav .sub1 .sublast {
	border-bottom: 1px solid #9A9A9A;
}

#subnav li {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;
}
#subhide { width:131px;}
#subhide li{list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;}
#subhide ul{padding:0px; margin:0px;}
.sub1 a:visited, .sub1 a:active, .sub1 a:link {
	border-top: 1px solid #9A9A9A;
	font-size: 10px;
	color: #fff;
	padding-left: 40px;
	text-decoration: none;
	background: url(images/sub_bullet_n.gif) no-repeat 12px 9px;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.sub1 a:hover  {
	border-top: 1px solid #9A9A9A;
	color: #8c8c8c;
	font-size: 10px;
	padding-left: 40px;
	text-decoration: none;
	background: url(images/sub_bullet_o.gif) no-repeat 12px 9px;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.sub2 a:visited, .sub2 a:active, .sub2 a:link {
	font-size: 10px;
	color: #4B4B4B;
	padding-left: 60px;
	text-decoration: none;
	background: #CCCCCC url(images/sub2_bullet.gif) no-repeat 40px 9px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
	font-weight: bold;
	border-top: 1px solid #9A9A9A;
}

.sub2 a:hover  {
background: url(images/sub2_bullet_o.gif) no-repeat 40px 9px;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 60px;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
}

.dropdown {
	position: absolute;
	visibility: hidden;
	top: 27px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #085C84;
	z-index: 13;
}
.dropdown a {
	color: #fff;
	text-decoration: none;
	display:block;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.dropdown a:link, .dropdown a:visited, .dropdown a:active {color: #fff; text-decoration: none;}
.dropdown a:hover {color: #b0b0b0; text-decoration: none;}
#industrydrop {
	left: 50px;
	width: 110px;
}
#aboutdrop {
	width: 130px;
	left: 675px;
}


/* @@@@@[  Header / Footer  ]@@@@@ */

#footer {
	background-color: #085c84;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding:5px 10px;
	border-top:1px solid #064a71;
}

#footer a:link, #footer a:visited, #footer a:active {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}

#seo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0px;
	padding-top: 2px;
}
#seo a:visited, #seo a:active, #seo a:link {text-decoration: none;	color: #fff;}
#seo a:hover {color: #fff; text-decoration: none; cursor: text;}
#footer #subscribe {
		width: 250px;
	}
#footer #subscribe input[type=submit] {
	border:1px solid #096f9f !important;
	background-color:#064a71;
	color:#fff;
}
#footer #subscribe input[type=submit]:hover {
	background-color:#0b91d0;
}
#footer #subscribe input[type=text] {
	border:1px solid #096f9f !important;
}
#footer #contact {
	margin:0 0 5px 0;
}
#footer #contact p {
	margin:0;
	padding:0 0 5px 0;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}
#footer #contact td {
	padding:5px 25px 10px 0;
	border-bottom:1px solid #096f9f;
}
#footer #contact td.last {
	padding:5px 0 0 0;
}
#footer .social {
	margin:0 0 0 10px;
	padding:0;
}
#footer .social {
	margin:-5px 0 10px 10px;
	*margin:0 0 10px 10px;
	float:left;
	display:block;
}
#footer .social img {
	margin:0 3px;
	padding:0;
}
#footer #navSub {
	width:400px;
	float:left;
}
#footer #copyright {
	width:400px;
	float:right;
	text-align:right;
}

#footer h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #fff;
	margin:0;
	padding: 0px 0px 10px 0px;
}

/* @@@@@[  Main Page  ]@@@@@ */

#content {
	width: 720px;
	float: right;
	color: #4b4b4b;
	padding: 27px 40px 15px 0px;
}
#content ul {margin: 0px 0px 15px 40px; padding: 0px;}
#content ul li {background: url(Images/bullet.gif) no-repeat left 3px; list-style: none; padding-left: 18px;}
#content ol li {
	margin: 0px;
	padding: 0px;
}
#content ol li {
}



#column {
	width: 191px;
	margin: 0px;
	padding: 0px;
}
#columncall {
	height: 78px;
	width: 191px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.clr {clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;}

div.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	visibility: hidden;
}


/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */

a:link, a:visited, a:active {color: #AA552E; text-decoration: underline;}
a:hover {color: #AA552E; text-decoration: none;}

a img { border: none; }

h1 {
	margin:0;
	padding:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #777;
	font-size: 18px;
	line-height:21px;
}
h2 {
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2.lowercase {
	text-transform:none;
}

#content h3 {
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
}

h5 {
	font-size: 12px;
	margin: 18px 0px 0px;
	padding: 0px;
}
h6 {
	color: #AA552E;
	font-size: 11px;
	font-weight: bold;
}

p {margin-top: 0px; padding-top: 0px; margin-bottom: 13px; line-height: 1.6em;}

.left {
	float: left;
	padding-left: 5px;
}
.right {
	float: right;
	padding-right: 10px;
}
img.right {margin-bottom: 10px; margin-left: 13px;}
img.left {margin-bottom: 10px; margin-right: 13px;}

.imgRight { float: right; margin-bottom: 10px; margin-left: 13px;}
.imgLeft { float: left; margin-bottom: 10px; margin-right: 13px;}

.contact_btn img { margin: 0 0 0 -5px !important; }

/* @@@@@[  Form Elements  ]@@@@@ */

input, textarea, select {
	font-size: 10px;
	color: #666;
	background: #fff;
	border: 1px solid #085C84;
}
input.clean {border-style: none; background: none;}
.callouts {
	color: #990000;
}
#content .callout {
	border-top: 5px solid #AA552E;
	border-bottom: 5px solid #AA552E;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	background: #CCCCCC;
	font-size: 10px;
	margin-bottom: 10px;
}
#content .widecallout {
	border-top: 5px solid #AA552E;
	border-bottom: 5px solid #AA552E;
	background: #e0e0e0;
	padding: 13px 10px 1px;
	font-size: 10px;
	margin: 15px 0px;
}
#content .widecallout h3 {
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #085C84;
}
#callwrapper {
	float: right;
	width: 190px;
	margin: 5px -20px 5px 10px;
}
.constant-contact{
	width: 340px;
	float: left;
}

#content .callout ul {
	padding: 0px 0px 15px;
	margin: 10px 0px 0px 10px;
}
#content .callout h2 {
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px;
	color: #4B4B4B;
	background: url(none);
}
#content .callout h4 {
	font-size: 11px;
	padding: 5px 0px 0px;
	color: #4B4B4B;
	background: url(none);
	margin: 0px 0px 8px;
}
#content .callout li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


.photohere {
	color: #0033CC;
}
#content .request {
	background: url(images/request_icon.gif) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
#content .pdf {
	background: url(images/pdf_icon2.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}
.needsattention {
	font-weight: bold;
	color: #CC0000;
	background: #FFFFCC;
}
.backtotop {
	text-align: right;
}
.nicetable {
	border: 1px solid #085C84;
	border-collapse: collapse;
}
.nicetable td {
	padding: 1px 2px 2px;
	border: 1px solid #D3E5E5;
	text-align: center;
}
.nicetable th {
	padding: 1px 2px 2px;
	border: 1px solid #D3E5E5;
	text-align: left;
}
.nicetable th.sub{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
#crumbs {
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #085C84;
	margin-bottom: 13px;
}
#crumbs a:link, #crumbs a:visited, #crumbs a:active {color: #085C84; text-decoration: none;}
#crumbs a:hover {color: #085C84; text-decoration: underline;}
.unview { display:none;}

/*@@@ feedback twitter @@@*/
#twitter_update_list{
	padding-right:30px!important;
}
#twitter_update_list li{
	padding-bottom:5px;
}
