@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #d5d5d5;
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* = STRUCTURAL LAYOUT
============================================== */
#container {
	margin: 0;
	padding: 0;
	text-align: left;
	/*position: relative;*/
}

#masthead {
	clear: both;
}

#masthead img {
	margin: 0;
	padding: 0;
	display: block;
}

/*#horizontalNav {
	clear: both;
	background: #666;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
}

#horizontalNav a {
	display: block;
	float: left;
	text-decoration: none;	
}

#horizontalNav a:hover {
	
}*/


#contentWrapper {
	width: 944px;
	background: #fff;
	clear:both;
	padding: 5px 12px 15px 22px;
}



#mainContent {
	color: #333;
	line-height: 1.75;
}

.fullWidth #mainContent {
	padding: 0 12px 24px 12px;
	width: 920px;
}

.threeColumn #mainContent {
	float: left;
	width: 450px;
	margin-right: 25px;
}

.sideColumnLeft #mainContent {
	float: left;
	width: 680px;
}

.sideColumnRight #mainContent {
	float: left;
	width: 660px;
	margin-right: 15px;
	padding-left: 20px;
}

.home #sideContent1 {
	width: 330px;
	margin-right: 10px;
}

.home #mainContent {
	width: 631px;
	float: left;
	margin-right: 2px;
	padding: 0;
}

#sideContent1 {
	float: left;
	width: 200px;
	margin-right: 28px;
	font-size: 11px;
	line-height: 1.75;
	
}

#sideContent2 {
	float: left;
	width: 218px;
	line-height: 1.5;
	margin-top: 30px;
}

.home #sideContent2 
{
    margin-top: 0;
    width: 286px;
}

#footer {
	color: #eee;
	font-size: 11px;
	width: 946px;
	clear: both;
}






/* = 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: #ec8413;}
	a:visited {color: #ec8413;}
	a:hover { color: #038eaf;}
	a:active { color: #038eaf;}
	a:visited:hover {color: #038eaf;}


/* = EKTRON-SPECIFIC STYLES/FIXES
============================================== */


