﻿body {
	font-family:Arial;
	font-size:12px;
}

a img {
	border:none;
}
ul {
	margin:0px;
	padding:0px;
	list-style-position:inside;
}

.highlighttext {
	color:#F57200;
}

#wrapper {
	width:939px;
	margin:0px auto;
}
#header {
	height:50px;
}
#headernav {
	background:black;
	height:30px;
}
#headernav li {
	display:block;
	float:left;
	height:20px;
	margin-top:5px;
	padding:0px 10px;
	border-right:1px solid #FFFFFF;
}
#headernav li a {
	display:block;
	line-height:20px;
	text-align:center;
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#main {
	margin-top:10px;
}
.pagebanner {
	height:387px;
	overflow:hidden;
	margin-top:10px;
}
.pagebannermain {
	display:block;
	margin-right:300px;
}
.pagebannermain a {
	height:387px;
	display:block;
}
.pagebannerside {
	width:334px;
	float:right;
}
.pagebannerside a {
	height:230px;
	display:block;
	width:50%;
	float:left;
}

.leftcol , .rightcol {
	width:200px;
}
.leftcol .colhead, .rightcol .colhead {
	background:#6397B2;
	padding:5px;
}
.leftcol .colhead h3, .rightcol .colhead h3 {
	margin:0px;
	font-weight:100;
	color:#FFFFFF;
	text-transform:uppercase;
}
.colcontent {
	background:#EFEFEF;
	padding:5px;
	color:#454545;
}
.leftcol {
	float:left;
}
.leftcol ul {
	list-style-image:url(/Images/bullet.jpg);
	line-height:20px;
}
.leftcol ul a {
	color:#4D4D4D;
	text-decoration:none;
}
.rightcol {
	float:right;
}
.content {
	margin:0px 220px;
	line-height:16px;
}
.tilehalf, .tilethird {
	margin-right:2px;
	height:165px;
	float:left;
	margin-bottom:2px;
	padding:2px;
}
.tilehalf h3, .tilethird h3 {
	margin:0px;
}
.tilethird {
	width:31%;
}
.categorytile {
	border:1px solid #CCCCCC;
}
.categorytile h3 {
	color:#6397B2;
	text-transform:uppercase;
}
