/* ---------------------------------------------
	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;
}

fieldset {
	border: none;
}

label {
	font-weight: bold;
	line-height: 1.6em;
	display: block;
}

label.radio {
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0.4em;
}

input, textarea {
	margin: 0px 0px 0px 0px;
	border: 1px #ccc solid;
	padding: 0px 4px 0px 4px;
	width: 420px;
	height: 2em;
	font-size: 11px;
	line-height: 1.6em;
}

textarea {
	height: 8em;
}

input:focus, textarea:focus {
	background: #f6f6f6;
}

input.radio {
	border: 1px #fff solid;
	width: auto;
	float: left;
	margin-right: 1em;
	margin-left: 16px;
}

input.submit {
	cursor: pointer;
	background: #999;
	padding: 4px 4px 4xp 4px;
	width: auto;
	font-weight: bold;
	color: #fff;
}

#container {
	background: url(images/container_background.png) repeat-y;
	width: 805px;
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -402px;
}

#logo {
	margin: 0px 0px 4px 28px;
	height: 72px;
	float: left;
	display: inline;
}

#logo img {
	margin: 40px 0px 0px 24px;
}

#navBox {
	background: #BAD6DB url(images/nav_background.gif) repeat-y left;
	margin: 24px 29px 4px 0px;
	width: 556px;
	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;
}

#columnContainer {
	margin: 0px 29px 0px 28px;
	width: 748px;
	overflow: hidden;
	clear: both;
}

#sideColumn {
	background: #DCEBED url(images/sideColumn_background.gif) repeat-x top;
	margin: 0px 0px -3000px 0px;
	padding-bottom: 3000px;
	width: 200px;
	float: left;
	display: inline;
}

#sideColumn img {
	border-bottom: 4px #fff solid;
}

#sideColumn p {
	margin: 10px 14px 0px 14px;
	color: #4D7780;
	font-weight: bold;
	line-height: 1.6em;
}

#sideColumn ul {
	margin: 10px 14px 0px 14px;
	color: #4D7780;
	font-weight: bold;
	list-style: none;
}

#sideColumn li {
	margin-bottom: 1em;
}

#sideColumn a {
	color: #4D7780;
	text-decoration: none;
}

#sideColumn a:hover, #sideColumn a:active {
	color: #039;
}

#sideColumn .current a {
	color: #039;
}

#mainColumn {
	background: #fff;
	margin: 0px 0px -3000px 4px;
	padding-bottom: 3000px;
	width: 544px;
	
	float: right;
	display: inline;
}

#mainColumn h1 {
	background: #65A1AD url(images/header_background.gif) repeat-x;
	padding: 40px 16px 0px 16px;
	width: 512px;
	height: 42px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 1.6em;
	display: block;
}

#mainColumn h2 {
	margin: 10px 16px 0px 16px;
	font-size: 13px;
	font-weight: bold;
	color: #039;
	line-height: 1.6em;
}

#mainColumn h3 {
	margin: 0px 16px 0px 16px;
	font-weight: bold;
	line-height: 1.6em;
}

#mainColumn p {
	margin: 0px 16px 16px 16px;
	line-height: 1.6em;
}

#mainColumn ul {
	margin: 0px 16px 16px 48px;
}

#mainColumn li {
	line-height: 1.6em;
}

#mainColumn a {
	color: #4D7780;
	text-decoration: underline;
}

#mainColumn a:hover, #mainColumn a:active {
	color: #039;
}

#mainColumn ul.pdf {
	list-style-image: url(images/bullet_pdf.gif);
	margin-bottom: 3em;
}

#mainColumn ul.pdf li {
	margin-bottom: 2em;
	padding: 0px 4px 0px 4px;
}

#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;
}



