@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #356189 url(/images/bkg_body.jpg) repeat-x;
	color: #6d6e71;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* = STRUCTURAL LAYOUT
============================================== */
#container {
	margin: 5px auto;
	padding: 0;
	text-align: left;
	width: 920px;
}

#masthead {
	clear: both;
}

#masthead img {
	margin: 0;
	padding: 0;
	display: block;
}

#horizontalNav {
	clear: both;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
}

#horizontalNav a {
	display: block;
	float: left;
	text-decoration: none;	
}

#horizontalNav a:hover {
	color: #eee39c;
}

#contentWrapper {
	width: 890px;
	background: #fff;
	clear:both;
	padding: 15px 15px 0 15px;
}

.contentCap {
	height: 16px;
	background: url(/images/bkg_contentCap.png);
}

.footerCap {
	height: 29px;
	background: url(/images/bkg_footerCap.png);
}

#mainContent {
	color: #6d6e71;
	line-height: 1.75;
	padding-left: 70px;
	padding-bottom: 18px;
}

.fullWidth #mainContent {
	width: 800px;
}

.threeColumn #mainContent {
	float: left;
	width: 450px;
	margin-right: 25px;
}

.sideColumnLeft #mainContent {
	float: left;
	width: 680px;
}

.sideColumnRight #mainContent {
	float: left;
	width: 450px;
	margin-right: 35px;
	padding-left: 70px;
	padding-bottom: 18px;
}

.home #sideContent1 {
	width: 330px;
	margin-right: 10px;
}

.home #mainContent {
	width: 645px;
	float: left;
	margin-right: 10px;
	padding: 0;
}

#sideContent1 {
	float: left;
	width: 200px;
	margin-right: 28px;
	font-size: 11px;
	line-height: 1.75;
	
}

#sideContent2 {
	float: left;
	width: 300px;
	line-height: 1.5;
}

#footer {
	color: #eee;
	font-size: 11px;
	width: 850px;
}






/* = GENERAL STLES
============================================== */
p {
	margin: 0;
}

#mainContent p {
	margin: 6px 0;
}

#mainContent p.callout {
margin: 8px 0 12px 0;
}



.left {
	float: left;
}

.right {
	float: right;
}

.pad {
	padding: 12px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* advanced clearing technique 
Apply this class to the last element before the area that needs to clear. 
This eliminates the need for non-semantic extraneous mark-up, such as an empty div with clear:both applied */
.clearfix:after, #container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, #container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}

/* Remove border around linked images */
img, a img {
	border: 0;
}

/* =Formatting
====================================================================== */



/* =Forms
====================================================================== */

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}



/* =Tables
====================================================================== */

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}


	

/* =ERROR MESSAGES 
/////////////////////////////////////////////////////////// */
.errorMessage {
	display: block;
    border:solid 1px #FFCC00; 
    padding:15px; 
    background-color:#FFFFCC; 
    color:#C60000; 
    margin:5px;
    font-size:12px;
}	


/* = GENERAL STYLES
============================================== */

	h1+p, h1+ul, h2+p, h2+ul, h3+p, h3+ul {
		margin: 0;
	}
	
	a:link { color: #aa6200;}
	a:visited {color: #aa6200;}
	a:hover { color: #003768;}
	a:active { color: #003768;}
	a:visited:hover {color: #003768;}


/* = EKTRON-SPECIFIC STYLES/FIXES
============================================== */


