
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, a{color: #666666;}


ul {
	list-style:none;
	}
.float {
	float: left;
	}
.clear {
	clear: both;
	}
	
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color:#FFFFFF;
	}
#header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#5c5c5c;
	height: 149px;
	border-bottom:solid 1px #FFFFFF;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.logo{
width: 207px;
	margin-top:40px;
	margin-right: 40px;
	float: right;
}

#content {
	padding: 10px;
	width: 620px;
	float: left;	
	}
#sidebar-left {
	padding: 10px;
	float: left;
	width: 140px;
	background-color: #F2F2F2;
	}
#sidebar-right {
	background-color: #F2F2F2;
	padding: 10px;
	float: right;
	width: 140px;
	}
#footer {
	margin-top: 10px;
	padding-top:10px;
	border-top: 1px solid #b2b2b2;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#mainnav {
	border-top: 1px solid #666666;
	background: #CCCCCC;
	width: 100%;
	height: 46px;
	}
	
.contentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}


.round-box .contentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.article_separator {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


p, a.readmore{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p img{
float: left;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 3px;
}

.search {
height: 40px;

}

.search input[type='text']:focus {
  border: 1px solid #CCCCCC;
	background: #FFFFFF;

}

.round-box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: visible;
	padding: 10px;

}

.ad-box{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 620px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}


.round-box img, .ad-box img{
	width: 100%;
}

p.sub-titles{
	text-transform: uppercase;
	width: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	
hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;

}

.input{
	padding: 0px;
	float: left;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.inputbox{
width: 130px;}