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

html, body {
	padding:0;
	margin:0;
}

body {
	background-color:#003366;
	font-family:Verdana, Arial, Tahoma, SansSerif;
	font-size:14px;
	text-align:center;
}
h1, h2, h3, h4 {
	padding:0;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
	color:#003366;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
p {
	margin:10px 0 0 0;
	padding:0;
}
#mainmenu {
	position:absolute;
	top:160px;
	left:35px;
	width:935px;
	height:27px;
	overflow:hidden;
}
#mainmenu a {
	color:#FFF;
	padding:0 15px;
	margin:0;
	text-transform:capitalize;
	font-size:16px;
/*	border-left: #999 1px solid;*/
	border-right: #666 1px solid;
}
#mainmenu a:hover {
	color:#FAD46F
}

#currenttitle {
	position:absolute;
	top:205px;
	left:50px;
	width:905px;
	height:30px;
	overflow:hidden;
	color:#003366;
}
#currenttitle h1 {
	margin:0;
	font-size:24px;
}
a {
	text-decoration:none;
	color:#5787C9;
	font-weight:bold;
}
a:hover {
	color:#DBAE37;
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:1002px;
	text-align:left;
	background:url(images/body.jpg) repeat-y left top;
}
#header {
	background:url(images/header.jpg) no-repeat left top;
	height:257px;
}
#left_column {
	float:left;
	width:660px;
	padding:20px 0 30px 50px;
}
#right_column {
	float:right;
	margin:0;
	padding:0;
	width:280px;
}

.button a {
	float:right;
	display:block;
	background: url(images/button.jpg) no-repeat left top;
	width:192px;
	height:29px;
	padding:10px 40px 0 35px;
	font-weight:bold;
	color:#FFF;
	font-size:13px;
}
.button a:hover {
	background: url(images/button_f2.jpg) no-repeat left top;
}
.button a.current {
	background:url(images/button_f3.jpg) no-repeat left top;
	color: #F30;
}
.sbutton a {
	float:right;
	display:block;
	background: url(images/subpage.jpg) no-repeat left top;
	width:192px;
	height:29px;
	padding:10px 40px 0 35px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
}
.sbutton a:hover {
	background: url(images/subpage_f2.jpg) no-repeat left top;
}
.sbutton a.scurrent {
	background:url(images/subpage_f3.jpg) no-repeat left top;
	color: #F30;
}
#footer {
	clear:both;
	background:url(images/footer.jpg) no-repeat left bottom;
	height:65px;
}
#footer_text {
	text-align:right;
	padding:30px 30px 0 30px;
	font-size:12px;
	color:#FFF;
}
.light_links a {
	color:#A0D059
}
.category_container {
	float:left;
	width:185px;
	height:185px;
	border:#CCC 1px solid;
	padding:10px;
	margin:6px;
	display:inline-block;
	text-align:center;
}
.category_image {
	height:120px;
	width:185px;
	/*display:table-cell;
	vertical-align:bottom;
	vertical-align:text-bottom;*/
	position:relative;
	display:block;
	margin-bottom:10px;
}
.category_image img {
	bottom:0;
	position:absolute;
}
#mainimage {
	float:right;
	padding:0 0 10px 10px;
}.clearboth {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#itemslist {
	position: relative;
	clear:both;
}
.itemseparator {
	font-size: 1px;
	background: #F4F4F4;
	display: block;
	margin: 5px;
	height: 3px;
}
.futured {
	width:225px;
	padding:0 25px 0 0;
	float:right;
	text-align:center;
}
.news img {
	float:left;
	clear:left;
	margin:0 10px 10px 0;
}
.news h2 {
	margin:0;
}

