
/* @group Layout */

html, body {
	color: #869496;
	background-color: #091d26;
	font: 9pt/1.6 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
} 

#wrapper {  
    width:775px;  
    text-align:left;   
	margin: auto;
	border-bottom: 5px solid #c2eecb;
	border-left: 5px solid #c2eecb;
	border-right: 5px solid #c2eecb;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(../images/fauxSidebar.gif) repeat-y left;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

.headline{font:14px/16px Trebuchet MS, sans-serif; color:#80c306; font-weight:bold}

#main { padding-bottom: 40px; }  /* must be same height as the footer */
#mainContent {
	padding: 15px 15px 0 20px;
	float: left;
	width: 550px;
}
#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
	margin: auto;
	text-align: center;
	width: 600px;
	padding-top: 10px;
	color: #d2d2d2;
	font-size: 0.8em;
} 
	
/* @end */

/* @group Clearfix */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Header */

h1#subPageHeader {
	height: 113px;
	width: 775px;
	text-indent: -9000px;
	background: url(../images/subPageHeader.jpg) no-repeat center;
}

ul#subPageMenu, ul#mainMenu {
	width: 655px; /* width 775px - padding left 120px = 655px */
	height: 30px; /* height 41px - padding top 14px = 27px */
	padding-left: 120px;
	padding-top: 11px;
}
ul#subPageMenu {
	background: #021531 url(../images/subPageMenu.jpg) no-repeat left top;
}
ul#mainMenu {
	position: relative;
	top: 343px;
}
ul#subPageMenu li, ul#mainMenu li {
	display: inline;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-right: 20px;
}

ul#subPageMenu a, ul#subPageMenu a:link, ul#subPageMenu a:visited, ul#mainMenu a, ul#mainMenu a:link, ul#mainMenu a:visited {
	text-decoration: none;
	color: #a3bfbf;
}
ul#subPageMenu a:hover, ul#mainMenu a:hover { color: #ecfdfd; }
ul#subPageMenu a:active, ul#mainMenu a:active { color: #fff; }

/* @end */

/* @group Sidebar */

div#subPageSidebar {
	width: 175px;
	background-color: #f3f3f3;
	float: left;
}

div#subPageSidebar h2 {
	text-transform: uppercase;
	text-indent: 15px;
	color: #1e4459;
	border-top: 3px solid #e8e8e8;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Arial;
}
div#subPageSidebar ul {
	padding-bottom: 15px;
}
div#subPageSidebar li {
	color: #757670;
	text-indent: 4px;
	list-style-image: url(../images/sidebarBullet.gif);
	list-style-position: inside;
	margin-bottom: 3px;
	font-size: 0.75em;
}

div#subPageSidebar a {
	text-decoration: none;
	color: #757670;
}
div#subPageSidebar a:hover { color: #303a40; }
div#subPageSidebar a:active { color: #20618b; }

div#newsletterSignup {
	border-bottom: 3px solid #e8e8e8;
}
div#newsletterSignup h2 a{
	height: 46px;
	width: 175px;
	text-indent: -9000px;
	background: url(../images/newsletter.gif) no-repeat 0 top;
	display: block;
}
div#newsletterSignup h2 {
	height: 46px;
	padding-top: 1px;
}
div#newsletterSignup form {
	padding-left: 15px;
}
div#newsletterSignup form input {
	margin-bottom: 8px;
	width: 140px;
}
div#newsletterSignup form input#signupSubmit {
	width: 70px;
}
/* @end */

/* @group Main Content */
div#mainContent h3 {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1e4459;
	margin-bottom: 5px;
}
div#mainContent h4 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #80c306;
	margin-bottom: 5px;
}

div#mainContent p {
	color: #191919;
	font-size: 0.9em;
	margin-bottom: 8px;
}
div#mainContent a, div#mainContent a:link {
	text-decoration: underline;
	color: #30a0c4;
}
div#mainContent a:hover { color: #254f5c;}
div#mainContent a:active, div#mainContent a:visited { color: #000;}

div#mainContent img {
	padding: 2px;
	border: 0px solid #d7d7d7;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}
img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.blue {
	text-transform: uppercase;
	color: #4181b9;
}
div#mainContent ul {
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.8;
}
div#mainContent li {
	color: #5d5d5d;
}
/* @end */
/* @group Footer */

div#footer ul {
	margin-bottom: 5px;
}
div#footer li {
	display: inline;
	text-transform: uppercase;
	margin-right: 10px;
}
div#footer a { 
	text-decoration: none;
	color: #fff;
}

.error_small{
    color: red;
}
/* @end */
