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

/* --------------------------- MAIN --------------------------- */

* {
	padding: 0;
	margin: 0;
}
body, html {
	height: 100%;
	min-height: 101%;
	background-color:#FFFFFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	background-image: url(assets/backgroundTile.gif);
	background-repeat: repeat-x;
	color: #4F5150;
}
#container {
	width:860px;
	margin:0 auto 0 auto;
	font-size: 1.3em;
	padding: 30px 0;
}
#sidebar {
	width:260px;
	float:right;
}
.divider {
    width:100%;
    height:22px;
    margin:0 auto;
    margin-top:22px;
    border-top:1px solid #313E43;
}
hr {
	color: #313E44;
	background: #313E43;
	border: 0;
	height: 1px;
	margin: 13px 0;
}
p {
	margin-bottom: 1.3em;
}
em {
	font-style:oblique;
}
strong {
	color: #000002;
}
blockquote {
	font-style: italic;
}
a:link, a:visited {
	color:#1467aa;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#1467aa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 20px;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	color:#001623;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#13a3c9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 25px;
}
.h3Inline {
	font-size:1.3em;
	font-weight:normal;
	color:#13a3c9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.1em;
}
h4 {
	font-size:1.3em;
	font-weight:normal;
	color:#33CC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 25px;
}
ul.body {
	list-style-type: none;
	list-style-image: url(assets/menuBullet.gif);
	margin-left: 16px;
	line-height: 2.3em;
}
div.clear {
	clear: both; 
}
em

/* --------------------------- DIV PERCENT --------------------------- */

.dp4, .dp5, .dp30, .dp48, .dp65, .dp100{float:left; display: inline; margin-bottom:30px; *margin-left:-0.04em; } /* IE margin hack */

/* dp = div percet */

.dp4{
	width:4%;
}
.dp5{
	width:5%;
}
.dp30{
	width:30%;
}
.dp48{
	width:48%;
}
.dp65{
	width:65%;
}
.dp100{
	width:100%;
}
/* --------------------------- HEADER --------------------------- */

#header {
	height: 80px;
	width: 100%;
	margin:0 30px 0 0;
	background-image: url(assets/headerLogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#banner {
	height: 280px;
	width: 100%;
	background-image: url(assets/banner.gif)
}
	
/* --------------------------- MENU --------------------------- */

ul#menu {
	width:100%;
	position:relative;
	float: left;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313E43;
	list-style-type: none; 
	background-image: url(assets/banner.gif);
}
ul#menu  li {
	width:auto;
	display:block;
	float:left;
	margin:0 30px 0 0;
	height:50px;
	line-height: 3.8em;
	background: url(assets/menuBullet.gif) left center no-repeat;
	padding-left: 20px;
}
ul#menu  li.left {
	margin:0;
}
ul#menu li a {
	width:auto;
	display:block;
	float:left;
	color:#002D3E;
	text-decoration:none;
	height:50px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
ul#menu li a:hover {
	color: #0098B2;
}
ul#menu li a.current {
	color:#808285;
}
ul#menu li a.current:hover {
	color:#0098B2;
}

/* --------------------------- FOOTER --------------------------- */

#footer {
	width:860px;
	height:0px;
	background-image: url(assets/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	float: left;
	font-size: 0.8em;
}
