/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	padding:15px 0;
	background:#e7e7e7 url(../images/site/body_bg.jpg) top center repeat-y;
}

#pageContainer {
	width:962px;
	margin:0 auto;
	text-align:left;
	border:solid 1px #40c8f4;
	background:#fff;	
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	height:112px;
}

#headerRight {
	width:250px;
	position:relative;
	float:right;
	padding:5px 10px 0 0;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	height:42px;
	
	font-size:9pt;
	color:#fff;
	
	background:url(../images/site/navBar_bg.jpg) repeat-x;
}

.navhighlight {
  background: #ffdf9b;
}

/*------------------- CONTENT AREAS -------------------*/
#mainPhoto {
	background:#fff;
	border-bottom:solid 1px #999;
}

#content {
	background:url(../images/site/content_bg.jpg) top left repeat-y;
	padding-bottom:10px;
}

#leftCol {
	width:200px;
	position:relative;
	float:left;
	padding-top:10px;
}

#mainCol {
	margin-left: 220px;
	padding:1px;
}

#rightCol {
	width:190px;
	position:relative;
	float:right;
	padding:0 10px;
}

#newsletter, #articles, #news {
	padding:0 10px;
}
.sideContent {
	padding:0 10px;
}

#news h3 {
	font-size:12px;
	color:#33f;
}

/*------------------- SIDENAV -------------------*/
#nav2, #nav2 ul {
	margin-top:0;
	padding-top:0;
	list-style:none;
	width: 170px;
}
#nav2 a {
	display: block;
	width: 150px;
	text-decoration:none;
	padding:4px 10px;	
}
#nav2 a:hover {
	color:#33f;
	background:#ffdf9b;
}

#nav2 li li a {
	color:#333;
	width: 130px;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:942px;
	margin:0 auto;
	padding:3px 10px;
	font-size:8pt;
	color:#333;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

.error {
  color: #f00;
}

