/* =============================================================================================== BASE STYLES */

html, body, p, ul, ol, dl, li, dd, dt, img, table, blockquote, q, caption, a, form, input, textarea, fieldset, pre {
	margin: 0px;
	padding: 0px;
}
	
.eNewsCls .enews-heading {
    width: 400px !important;
}

body {
	background: #FFF;
}

img { border: 0px; }

p { margin: 15px 0px; }

table {margin: 0px 0px 15px 0px;}

blockquote { margin: 15px 20px; }

em { font-style: italic; }

strong { font-weight: bold; }

acronym { background: transparent; cursor: help; }

a acronym { border: none; cursor: pointer; }


/* Make sure your columns divs are inside a holding div that is set to float: left; */

.clear { clear: both; }

.clearLeft { clear: left; }


/* Remove the dotted borders on image links */

a img, :link img, :visited img, :hover img, :active img, :focus img { border: none; }
a { outline: none; }
/*:focus { -moz-outline-style: none; }*/


/* ===================================================================================== STRUCTURE */


/* ===== Main Wrappers For Site ===== */

#wrapper {
	width: 100%;
	min-width: 960px;
}

#uber {
	position: relative;
	margin: auto;
	width: 960px;
	background: #FFF;
	z-index: 1202;
	border: 1px solid #94969C;
}

/* ===== Header ===== */

#header {
	float: left;
	margin: 0;
	width: 960px;
	z-index: 1201;
}

/* ===== Logo ===== */

#logo {
	float: left;
	padding: 7px 0px 24px 36px;
	margin: 0px 0px 0px 0px;
	width: 227px;
	height: 69px;
}

#logo a:focus img{
	outline: 1px solid #000;
}

#welcome{
  	color: #215594;
  	font-size: 14px;
  	padding: 24px 0 0 23px;
  	width: 220px;
	float: left;
	line-height: 16px;
}

/* ===== Main Content Container ===== */

#main {
	position: relative;
	float: left;
	width: 960px;
}

#contentInt {
	float: left;
	padding: 27px 40px 70px 40px;
	width: 880px;
	overflow: hidden;	
	border-top: 1px solid #ccc;
	background: url(../images/bg.jpg) repeat-x;
}

/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: relative;
	float: left;
	width: 960px;
	border-bottom: solid 1px #fff;
	background-color: #eaeaea;	
	z-index: 999;
	font-size: 13px;
}

#breadcrumbs {
	float: left;
	padding: 8px 11px;
	width: 500px;
	color: #6a757b;
	overflow: hidden;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #6a757b;
}

#breadcrumbs a:first-child{
	color: #348fd6;
}

#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus { text-decoration: underline; }

.horizNavSeparator { padding: 0px 2px 0px 2px; }

/* Text Stylings */

body  {
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #000;
}

#printArea,
#printArea .none {
    font-size: 14px;
    line-height: 18px;
}

#printArea h1 {
    background: url(/images/subscribe.jpg) no-repeat;
	width: 150px;
	height: 38px;
	text-indent: -9999px;
	font-size: 1px;
	margin-bottom: 22px;
}

#printArea p{
	margin: 0 0 15px 0;
}

/* Link Colors */

a, a:link, a:visited {
    color: #348FD6;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #348FD6;
    text-decoration: underline;
}


/* Form */

.message{
	font-size: 12px;
}

.column{
	width: 344px;
	float: left;
	margin-bottom: 30px;
}

.column02{
	float: left;
	margin-left: 40px;
	margin-bottom: 30px;
}

.column02 label{
	width: 400px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 16px;
}

.column02 input.checkBox{
	margin-top: 2px;
	clear: left;
}

input.textBox{
	width: 221px;
	height: 23px;
	border: 1px solid #aca6a6;
	margin: 0 0 7px 0;
	float: left;
}

input.checkBox{
	float: left;
}

input.phoneBox{
	width: 50px;
	height: 23px;
	border: 1px solid #aca6a6;
	margin: 0 7px 7px 0;
	float: left;
}

select.dropdown{
	width: 221px;
	margin: 0 0 5px 0;
	height: 23px;
	float: left;
}

label{
	width: 110px !important;
	margin: 4px 10px 5px 0;
	float: left;
}

.question{
	clear: both;
	border-top: 1px solid #dcd8d9;
	border-bottom: 1px solid #dcd8d9;
	padding: 13px 0 11px 0;
	
}

button.button{
	color: #fff;
	font-weight: bold;
	border: 1px solid #016a99;
	height: 26px;
	padding: 0px 6px;
	font-size: 13px;
	background: #0087b6 url(/images/button_bg.jpg) repeat-x;
	cursor: pointer;
	margin: 16px 0 0 0;
}


/* ===== Footer ===== */

#footer {
	float: left;
	margin: 0;
	padding: 10px 40px;
	width: 880px;
	border-top: solid 1px gray;
	background: #3c3c3c;
	font-size: 11px;
	color: #fff;
}

#footerText {
	float: left;
	overflow: hidden;
}

#footerNav {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	overflow: hidden;
}

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #fff;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:focus,
#footerNav a:active {
    text-decoration: underline;
}

#footer .horizNavSeparator { padding: 0px 3px 0px 3px; }

.required-asterisk {
    color: #a94442 !important;
    margin-left: 5px;
}