@charset "utf-8";
body, p {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 11px/1.4 Verdana, Arial, sans-serif;
	background: #D5D5D2;
	margin: 0px;
	text-align: center;
	padding: 0px;
	color: #535353;
}

a img {
	border: none;
}
a {
	color: #CC3300;
}
a:hover, a:active {
	color: #E65322;
	background: #AACABF;
}
#header a {
	color: #535353;
	text-decoration: none;
}
#header a:hover, #header a:active {
	background: #BAD5CC;
	color: #CC3300;
}
#featuredbox  a {
	text-decoration: none;
}
#featuredbox     a:hover, #featuredbox   a:active {
	color: #CC3300;
	background: #D8E7E1 url(../images/tab_arrow.gif) no-repeat left;
	padding-left: 10px;
	float: right;
}
.featuredboxTitle {
	font-size: 15px;
	font-weight: bold;
	color: #D25C59;
}
.readmore {
	color: #C43835;
	background: url(../images/tab_arrow.gif) no-repeat left center;
	padding-left: 10px;
	float: right;
}








#container {
	background: #FFFFFF;
	width: 900px;
	margin: 0px auto 8px;
	padding: 0px;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 53px;
	text-align: left;
	font-size: 13px;
	color: #595959;
	margin: 0;
	padding: 0;
}
#header  img {
	float: left;
}

#headerMenu {
	float: right;
	width: 155px;
	margin-top: 30px;
}
#main {
	margin-top: 0px;
	text-align: left;
	background: #FFFFFF url(../images/main_bg.jpg) no-repeat center top;
	padding: 20px;

}
#slidepicture {
	height: 466px;
	width: 519px;
	background: #DCF1F8;
	float: left;
}
#subcontent {
	height: 466px;
	width: 519px;
	background: #DCF1F8;
	float: left;
}



#side {
	width: 320px;
	float: right;
	height: 466px;
}
side img {
	margin: 0;
	padding: 0;
}
#featuredbox {
	margin-bottom: 20px;
}
#featuredboxHeader {
	height: 22px;
	width: 320px;
	background: #FFFFFF url(../images/featured.jpg);
}
#featuredboxContent {
	margin-top: 10px;
	background: #BAD5CC url(../images/featured_bg.jpg) no-repeat top;
	padding: 10px;
	border: thin solid #93BFB0;
}



#articleContainer {
	margin-top: 20px;
	background: #FFFFFF url(images/article_line.gif) repeat-y bottom;
	position: relative;
	float: left;


}

#article1, #article3   {
	width: 260px;
	float: left;
}
#article2  {
	width: 260px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}




#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: right;
	color: #84847B;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlt {
	float: left;
	padding-right: 10px;
}

form{
	background-color: #A7DBD8;
	font-weight: bolder;
}
form h2{
	color: #FA6900;
}

form p{
	font-size: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

form input{
	height: 25px;

}
