﻿body {
	background-image: url(../images/bodyBackground.png);
	background-position: left top;
	background-repeat: repeat;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

div.outline {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#headerArea {
	width: 100%;
	height: 120px;
	background-image: url(../images/headerBackground.png);
	background-position: left top;
	background-repeat: repeat-x;
}

div#logo {
	height: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
}

div#menuArea {
	width: 910px;
	height: 70px;
	margin-top: 38px;
	background-image: url(../images/menuBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	behavior: url(../scripts/csshover3.htc);
}

div#menuArea ul { 
	display: inline;
	float: left;
	border-left: 1px solid #51b0d4;
	margin-top: 2px;
}

div#menuArea ul li {
	 float: left;
	 list-style-type: none;
	 position: relative;
}

div#menuArea ul li a {
	height: 61px;
	line-height: 61px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/menuItemBackground.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #8bcee7;
	border-bottom: 1px solid #4aa6cb;
	border-right: 1px solid #51b0d4;
}

div#menuArea ul li a:hover, div#menuArea ul li a.selected { color: #2e3a41; } 

div#menuArea ul li ul { 
	position: absolute;
	border: 0;
	left: -26px;
	top: 63px;
	margin-top: 0px;
	border-left: none;
	background-color: #fff;
	border-bottom: 1px solid #4aa6cb;
	border-left: 1px solid #51b0d4;
	border-right: 1px solid #51b0d4;
}

div#menuArea ul li ul { display: none; }

div#menuArea ul li:hover ul {
	display: block;
	z-index: 1000;
} 

div#menuArea ul li ul li { 
	text-align: left;
	float: none;
	width: 200px;
}

div#menuArea ul li ul li a { 
	border-right: none; 
	font-size: 13px;
	display: block;
	border: none;
	height: 35px;
	line-height: 35px;
	background-image: none;
	color: #006389;
	border-bottom: 1px dashed #ccc;
}

div#menuArea ul li ul li a.last { border-bottom: none; }

div#menuArea ul li ul li a:hover { color: #2e3a41; }

div#bannerImage {
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #B2B9BD;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

div#bannerImage img {  clear: both;padding: 15px; }

div#content {
	overflow: hidden;
	width: 900px;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
	background-color: #fff;
}

div#homeContent {
	width: 898px;
	background-image: url(../images/homePageBackground.png);
	background-position: left top;
	background-repeat: repeat-y;
}

div#homeLeft {
	width: 539px;
	padding: 30px;
	float: left;
}

div#homeRight {
	width: 299px;
	float: left;
}

div#homeRight div.title {
	width: 300px;
	height: 59px;
	line-height: 59px;
	background-image: url(../images/titleBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 15px;
}

div#homeRight div.item {
	width: 270px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

div#generalContent {
	width: 900px;
	padding: 30px;
}

div#footerArea {
	font-size: 10px;
	padding-top: 10px;
}

h1 {
	color: #2e3a41;
	font-size: 20px;
	margin-bottom: 12px;
}

p, ul {
	color: #2e3a41;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 15px;
}

ul { margin-left: 25px; }

a { color: #006389; }

a:hover { text-decoration: none; }

.center { text-align: center; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */