/*==============================================================
	Styles.css
	Created by jeremy@positionmeonline.com
	Base style sheet last updated 26-04-2009
==============================================================*/

/*===== RESET STYLES =====*/

html, body, div, ul, li, p { /* tr, td,  */
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, a img {
	border:0px none;
}

/*===== STANDARD STYLES =====*/

body {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #00008B;
}

/*===== CUSTOM STYLES =====*/

.clear {
	float:none;
	clear:both;
	height:0px;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	background: #ABDDFF;
	height: 180px;
}

#wrapper {
	float: left;
	width: 100%;
}

#menu {
	float: left;
	width: 20%;
	background: #006EBD;
	text-align: center;
	padding: 0px 0px 15px 0px;
	color: #FFFFFF;
}

#menu ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	text-align: left;
	background: #FFFFFF;
}

#menu ul li {
	height: 25px;
	line-height: 23px;
}

#menu ul li a {
	color: #000099;
	text-decoration: none;
	height: 25px;
	padding-left: 10px;
	display: block;
	border-top: 1px solid #006EBD;
	background: #FFFFFF;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #006EBD;
	background: #BCE7CA;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	width: 80%;
	float: left;
}

#content p {
	padding: 0px;
	margin: 0 0 1em 0;
}

#content ul {
	padding: 0 0 0 35px;
	margin: 1em 0 1em 0;
}

#content a {
	color: #800000;
	text-decoration: none;
}

#content a:hover {
	color: #800000;
	text-decoration: underline;
}

#content h1 {
	color: #FFFFFF;
	background: #006EBD;
	margin: 0px 0px 10px 0px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0px 3px 5px;
}

#content-inner {
	padding: 15px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#logo {
	margin: 15px 0px 15px 0px;
}

a.email-us {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a.email-us:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

