﻿body 
{
	margin-top: 10px;
	font-family: Arial, Sans-Serif;
}

a
{
	text-decoration: none;
}

* {
	padding: 0;
	margin: 0;
}

div#headerArea 
{
	width: 940px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
}

div#header 
{
	width: 100%;
	height: 105px;
}

div#logo 
{
	margin-top: 23px;
	width: 205px;
	height: 84px;
	float: left;
}

div#menuArea 
{
	margin-top: 15px;
	width: 730px;
	float: left;
}

div#menuArea li 
{
	list-style-type: none;
	float: left;
	width: 103px;
	height: 56px;
	text-align: center;
	border-right: 1px solid #0b4d7e;
	vertical-align: middle;
}

div#menuArea li.first 
{ 
	border-left: 1px solid #0b4d7e; 
}

div#menuArea li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	width: 95px;
	height: 46px;
}

div#menuArea li a.single 
{ 
	padding-top: 20px; 
	height: 36px;
}

div#menuArea li a.triple 
{ 
	padding-top: 5px; 
	height: 52px;
}

div#menuArea a.selected {
	background-image: url(../images/selectedMenuBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#menuArea li a:hover {
	background-image: url(../images/hoverMenuBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

div#contentArea 
{
	width: 100%;
	background-color: #fff;
	min-height: 450px;
}

div#contentHome 
{
	width: 940px;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 940px;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/menuBackground.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div#contentColumn1 {
	width: 700px;
	margin-right: 20px;
	float: left;
}

div#contentColumn2 {
	width: 220px;
	float: left;
}

div#headerImage {
	width: 700px;
	height: 150px;
	margin-bottom: 10px;
}

div.homeBoxLeft {
	width: 340px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

div.homeBoxRight {
	width: 340px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

div.homeBoxTitle {
	width: 325px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	font-size: 22px;
	color: #11477d;
	background-image: url(../images/headerBullet.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}

div#breadcrumbs {
	width: 940px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	background-image: url(../images/breadcrumbBackground.jpg);
	background-position: top left;
	background-repeat: repeat;
}

div#leftHandMenu {
	width: 220px;
	float: left;
	margin-right: 20px;
	border-top: 1px solid #d0d4e0;
}

div#menuTitle {
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

div#leftHandMenu ul {
	width: 220px;
	border-bottom: 1px solid #a4a4a4;
}

div#leftHandMenu ul li {
	width: 190px;
	height: 33px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 33px;
	list-style-type: none;
	background-image: url(../images/subMenuBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#leftHandMenu ul li.top {
	background-image: url(../images/subMenuBackgroundTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#leftHandMenu ul li a {
	display: block;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#leftHandMenu ul li a:hover { color: #fff; }

div#contentOutline {
	width: 700px;
	float: left;
}

div#pageContent {
	width: 520px;
	margin-right: 20px;
	float: left;
}

div#rhColumn {
	width: 160px;
	float: left;
}

div#footerArea {
	background-image: url(../images/footerBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 222px;
}

div#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 12px;
}

div#footer ul {
	width: 155px;
	float: left;
}

div#footer li { list-style-type: none; }

div#footer a {
	background-image: url(../images/bullet.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
}

div#footerBottom a
{
	margin-right: 30px;
}

div#footer a:hover { text-decoration: underline; }

div#footerTop {
	height: 23px;
	line-height: 23px;
	padding-top: 3px;
	padding-bottom: 2px;
}

div#footerTop a { font-weight: bold; }

div#footerMiddle {
	height: 130px;
	padding-top: 10px;
	padding-bottom: 2px;
}

div#footerMiddle li { line-height: 1.6; }

div#footerBottom {
	height: 52px;
	line-height: 52px;
}

div#bottomFooterLeft {
	width: 50%;
	text-align: left;
	float: left;
}

div#bottomFooterRight {
	width: 50%;
	text-align: right;
	float: left;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}