/* Main Page Styles */

body {
	background-color: #629ed5;
}
body, table, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
form {
	margin: 0;
}
a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
a, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
}
/* NS Alignment Fix */
#header td, #animation td, .bgLeft, .bgRight, .navLeft {
	line-height: 0px;
}
/* Header Styles */
#header {
	background-color: #0076bf;
	height: 50px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}
#header, #header img {
	vertical-align: bottom;
}
/* Animation Styles */
#animation {
}
#animation .bgLeft {
	background-image: url(../images/animation-bg-l.gif);
	background-repeat: repeat-x;
}
#animation .bgRight {
	background-image: url(../images/animation-bg-r.gif);
	background-repeat: repeat-x;
}
/*homeContent Styles */
#homeContent {
}
#homeContent .bgLeft {
	background-color: #F6F6F6;
	border-right: 1px solid #90b5e1;
}
#homeContent #navLeft {
	background-image: url(../images/navLeft-bg.jpg);
	background-repeat: repeat-y;
	background-color: #F6F6F6;
}
#homeContent .blueBar {
	background-color: #0B3658;
	border-bottom: 1px solid #90b5e1;
}
#homeContent #middleColumn {
	background-color: #FFFFFF;
}
#homeContent #middleColumn .content {
	padding: 0 30px 10px 30px;
}
#homeContent #middleColumn .subtitle, #contactBox .subtitle {
	font-size: 11px;
	color: #0B3658;
	font-weight: bold;
}
#homeContent #boxRight {
	background-color: #F6F6F6;
}
#homeContent .bgRight {
	background-image: url(../images/body-blueBar.gif);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
}
#contactBox {
	padding: 20px;
}
/* BoxRight Styles */
#newsBox {
	background-image: url(../images/boxRight-bg.jpg);
	background-repeat: repeat-y;
}
#newsBox #news {
	padding: 22px 20px 10px 15px;
}
#newsBox .newsItem {
	padding: 0 0 8px 18px;
	background-image: url(../images/boxRight-arrow.gif);
	background-repeat: no-repeat;
}
#newsBox .date {
	font-weight: bold;
}
#newsBox .headline a,  #newsBox .headline a:link,  #newsBox .headline a:visited {
	font-weight: normal;
}
#newsBox .headline a:hover {
	font-weight: normal;
	color: #FFCC00;
}
#newsBox #subscribe {
	padding: 12px 20px 12px 25px;
	border-bottom: 1px solid #FFFFFF;
}
#newsBox #subscribe input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 9px;
	color: #444444;
	border: 1px solid #0B3658;
	padding: 3px;
}
#newsBox #subscribe .submit {
	vertical-align: middle;
	border: none;
	padding: 0px;
}
/* footer Styles */
	#footer {
	font-size: 9px;
	background-color: #629ed5;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #ffcc00;
	text-align: center;
	color: #89A4B8;
	line-height: 160%;
	padding: 0;
	background: url('../images/newhome/bgs/pagebottom.jpg') repeat-x;
}
#footer a, #footer a:link, #footer a:visited {
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;
}
#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	font-size: 9px;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
}
#powered img {
	margin-top: 8px;
}
#pagebottom {
	background: url('../images/newhome/bgs/pagebottom.jpg') repeat-x;
}
/* subContent Styles */
	#subContent .bgLeft {
	background-color: #F6F6F6;
	border-right: 1px solid #90b5e1;
}
#subContent #leftColumn {
	background-image: url(../images/boxRight-bg.jpg);
	background-repeat: repeat-y;
}
#leftColumn #subDivider {
	border-top: 1px solid #90b5e1;
	background-color: #0B3658;
}
#topBar {
	background-image: url(../images/topBar-bg.jpg);
	background-repeat: repeat-x;
}
#subContent #rightColumn {
	background-color: #FFFFFF;
}
#rightColumn #content {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content #text {
	margin-top: 12px;
	padding-left: 40px;
	width: 440px;
	margin-bottom: 16px;
}
#content #sublinks {
	margin-left: 40px;
	padding-top: 8px;
	color: #3A6889;
	font-size: 10px;
}
#sublinks span {
	border-top: 1px solid #90b5e1;
	padding-top: 4px;
}
#sublinks a,  #sublinks a:link,  #sublinks a:visited {
	color: #3A6889;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
#sublinks a:hover {
	color: #990000;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
#subContent .bgRight {
	background-color: #F6F6F6;
	border-left: 1px solid #90b5e1;
}
/* Contact Form Styles */
#contact, #contact td, #jobapp, #jobapp td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0B3658;
}
#contact select, #contact input, #contact textarea, #jobapp select, #jobapp select, #jobapp select, #jobapp input, #jobapp textarea input, #jobapp textarea input, #jobapp textarea select, #jobapp input, #jobapp textarea {
	vertical-align: middle;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #7F9DB9;
	font-size: 10px;
}
#contact .submit, #jobapp .submit {
	background-color: #3A6987;
	color: #FFFFFF;
}
#RTEBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	line-height: 120%;
	background-color: #ffffff;
	margin-top: 12px;
	padding-left: 20px;
	margin-bottom: 16px;
}
h1 {
	font-size: 10px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

.subimg {
	border: 1px solid #90b5e1;
	margin: 2px 8px 8px 0;
	float: left;
}
#portfolio td {
	padding: 12px 0 16px 0;
	border-top: 1px solid #DDDDDD;
}
#portfolio .lastrow td {
	border-bottom: 1px solid #DDDDDD;
}
#portfolio img {
	margin-right: 12px;
}
.alert {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 6px;
}


/* On the Email Marketing Page */
ul.emmaList {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-weight:bold;
}

	ul.emmaList ul {
		margin-left:15px;
		list-style:disc;
		font-weight:normal;
	}



.emmaLogin
	{
	margin:20px 0;
	}
	

.login
	{
	border:1px solid #90B5E1;
	background-color:#F4F7FC;
	padding:3px;
	width:206px;
	}

.login input
	{
	font-size:10px;
	border:1px solid #90B5E1;
	}
	


.info
	{
	width:210px;
	padding:0 20px;
	}

.emmaLogin a
	{
	color:#0076BF;
	}
	
.emmaLogin a:hover
	{
	color:#004975;
	}		

