/* ---------------------------------------------
	AgileLayer CSS
	Copyright ©2007
	Author: Richard Nelson
	Company: Merciless Interactive
	Contact: www.mercilessinteractive.com
----------------------------------------------*/

* {
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 1.2em;
}

body {
	background: url(images/body_background.gif) repeat;
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 1.2em;
}

#container {
	background: url(images/container_background.png) repeat-y;
	width: 805px;
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -402px;
}

#logo {
	margin: 0px 0px 2px 28px;
	height: 72px;
	float: left;
	display: inline;
}

#logo img {
	margin: 37px 0px 0px 19px;
}

#navBox {
	background: #BAD6DB url(images/nav_background.gif) repeat-y left;
	margin: 24px 29px 4px 0px;
	width: 540px;
	height: 48px;
	float: right;
	display: inline;
}

#nav {
	margin: 27px 6px 0px 0px;
	float: right;
}

#nav ul {
	float: left;
	list-style: none;
}

#nav li {
	margin: 0px 6px 0px 6px;
	position: relative;
}

#nav a {
	font-weight: bold;
	color: #4D7780;
	text-decoration: none;
	display: block;
}

#nav a:hover {
	color: #039;
}

#nav ul ul {
	position: absolute;
	z-index: 500;
}

div#nav ul ul {
	background: #DCEBED;
	padding: 2px 2px 2px 2px;
	width: 280px;
	display: none;
}

div#nav ul ul li{
	padding: 2px 0px 4px 0px;
}

div#nav ul ul a{
	color: #4D7780!important;
}

div#nav ul ul a:hover, div#nav ul ul a:active {
	color: #039!important;
}

div#nav ul li:hover ul {
	display: block;
}

#nav .current a {
	color: #039;
}

#nav .navDivide {
	font-size: 11px;
	font-weight: bold;
	color: #4D7780;
}

#banner {
	margin: 0px 29px 4px 28px;
	width: 748px;
	height: 200px;
	clear: both;

}

#boxContainer {
	background: url(images/boxContainer_background.gif) repeat-y;
	margin: 0px 29px 4px 28px;
	height: 1%;
	overflow: hidden;
}

.headline {
	background: #65A1AD;
	border-bottom: 4px #fff solid;
	width: 270px;
	height: 28px;
	display: block;
}

.headline img {
	margin: 7px 0px 0px 13px;
}

#box1 {
	background: url(images/box_background.gif) repeat-x top;
	margin: 0px 4px -2000px 0px;
	padding-bottom: 2000px;
	width: 270px;
	float: left;
	display: inline;
}

#box2 {
	background: url(images/box_background.gif) repeat-x top;
	margin: 0px 4px -2000px 0px;
	padding-bottom: 2000px;
	width: 270px;
	float: left;
	display: inline;
}

#box1 *, #box2 * {
	line-height: 1.6em;
}

#box1 h1, #box2 h1 {
	clear: right;
	margin: 6px 14px 0px 14px;
	font-weight: bold;
	color: #039;
}

#box1 p, #box2 p {
	margin: 0px 14px 0px 14px;
}

#box1 a, #box2 a {
	background: #65A1AD;
	margin: 4px 0px 14px 0px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 1px 0px 0px 0px;
	width: 42px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
}

#box1 a:hover, #box1 a:active, #box2 a:hover, #box2 a:active  {
	background: #039;
}

#box3 {
	background: #65A1AD;
	margin: 0px 0px -2000px 0px;
	padding-bottom: 2000px;
	width: 200px;
	float: left;
	display: inline;
}

#box3 * {
	line-height: 1.6em;
}

#box3 h1 {
	margin: 6px 14px 0px 14px;
	font-weight: bold;
	color: #fff;
}

#box3 p {
	margin: 0px 14px 14px 14px;
}

#box3 a {
	color: #eee;
	text-decoration: none;
}

#box3 a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

#footer {
	clear: both;
	background: #518CDA;
	margin: 4px 29px 4px 28px;
	width: 748px;
	height: 36px;
}

#footer p {
	padding: 12px 0px 0px 0px;
	font-size: 9px;
	color: #fff;
	text-align: center;
}

#bottom {
	height: 311px;
}

.clear {
	clear: both;
}



