/* @override http://arsht.com/css/default.css */

@charset "UTF-8";
/* CSS Document */

html{
	overflow-y: scroll;
}
html, body{
	height:auto;
	height: 100%;
	min-height: 100%;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	line-height: 1.4em;
}
.red{
	color: #c41f31;
	font-style: italic;
}
a{
	text-decoration: none;
	color: #202020;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}
p{
	padding-bottom: 15px;
}
body{
	background-image: url('../images/img_bg.jpg');
	background-repeat: repeat;
	margin: 0 0 0 0;
}
#header{
	position: relative;
}
.menu{
	height: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 15px;
	color: #202020;
	text-align: left;
	float: left;
	padding-bottom: 5px;
}
.hrImage{
	margin-top: 10px;
	background-image: url('../images/img_hr.jpg');
	background-repeat: repeat-x;
	height: 7px;
	clear: both;
}
#footer{
	clear: both;
}
#content{
	background-color: #fff;
	padding-top: 15px;
}
#mainContent{
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 494px;
	height: 535px;
	background-color: #fff;
	padding-top: 15px;
}
#mainContentFull{
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 834px;
	height: 605px;
	background-color: #fff;
	padding-top: 15px;
}
#leftColumn{
	background-color: #fff;
	width: 384px;
	height: 500px;
	float: left;
	text-align: left;
	padding-left: 37px;
	padding-right: 15px;
	border-right: 1px dotted #aaa;
	padding-bottom: 20px;	
}
#rightColumn{
	background-color: #fff;
	width: 380px;
	height: 500px;
	float: right;
	text-align: left;
	padding-right: 37px;
	padding-left: 20px;
	padding-bottom: 20px;		
}
#sidebar{
	padding-top: 60px;
	width: 330px;
	padding-left: 10px;
	height: 490px;	
	float: right;
	text-align: left;
	background-color: #fff;	
}
#sidebarLeft{
	padding-top: 15px;
	width: 305px;
	height: 535px;
	padding-left: 35px;	
	float: left;
	text-align: center;
	background-color: #fff;	
}
.newsTitle{
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	width: 450px;
	text-align: center;
	padding-bottom: 10px;
}
.newsText{
	padding-right: 45px;
}
.news{
	margin-top: 10px;
}
.newsimage{
	padding: 10px 40px 0px 0px;
}
.newsimage img{
	border: 1px dotted #999;
}
#community{
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
.communityImageOuter{
	float: left;
	text-align: center;
	width: 310px;
}
.communityLink{
	float: right;
	padding-top: 15px;
}
.communityInfo{
	padding-left: 340px;
	padding-top: 15px;
	padding-right: 60px;
}
#pager{
	width: 100%;
	text-align: center;
	padding-bottom:20px;
}
.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
}
.formClass,textarea{
	width: 439px;
	border: none;
	background-color: #f1eeea;
}
textarea{
	height: 60px;
}
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.gif') no-repeat;
	display: block;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/radios.gif') no-repeat;
	display: block;
	clear: both;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url('../images/select.gif') no-repeat;
	overflow: hidden;
}

#outerContainer{
	height: 100%;
	min-height: 76em;
	width: 874px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('../images/img_content_bg.png');
	background-repeat:repeat-y;
	background-position: bottom center;

}

#medialogin{
	width: 215px;
	height: 195px;
	background-image: url('../images/img_media_access_bg.jpg');
	position: relative;
	left: 40px;
}
.clearfix{
	clear:both;
}

.nwmedia{
	width:200px;
	height:300px;
	float:left;
	margin-left: 38px;
	padding-right: 38px;
	padding-top: 20px;
}