/**
***
***
***		Reset Code
***
***
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background-color: #2e2d2d;
}

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/**
***
***
***		General
***
***
**/

h1 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	color: #037570;
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(../images/titleunderline.gif) bottom right no-repeat;
}

h2 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h3 {
	margin-bottom: 20px;
	color: #2b2b2b;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #036e69;
	text-decoration: underline;
}

a:hover {
	color: #002523;
}

.clear {
	margin: 0;
	clear: both;
}

/**
***
***
***		Header
***
***
**/

#headerrow {
	height: 161px;
	background: url(../images/headerbg.png) repeat-x;
	clear: both;
}

#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.banner {
	position: absolute;
	width: 365px;
	height: 161px;
	top: 0;
	right: -10px;
}

.logo {
	position: absolute;
	width: 527px;
	height: 116px;
	top: 23px;
	left: 0;
}

/**
***
***
***		Nav
***
***
**/

#navrow {
	height: 37px;
	background: url(../images/navbg.png) repeat-x;
	clear: both;
}

#nav {
	width: 920px;
	margin: 0 auto;
}
	
#nav ul {
	border-left: 1px solid #03847e;
	float: left;
}
	
#nav li {
	float: left;
}

#nav li a {
	position: relative;
	display: block;
	padding: 12px 18px 11px 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-right: 1px solid #03847e;
	border-bottom: none;
	cursor: pointer;
	float: left;
}

#nav li a:hover {
	background: url(../images/navhover.png) repeat-x;
}

#nav .currentpage a,
#nav .currentpage a:hover {
	background: url(../images/currentpage.png) no-repeat center;
}

/**
***
***
***		Body
***
***
**/

#bodyrow {
	width: 100%;
	padding-top: 25px;
	background-color: #f3f3f3;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #515151;
	float: left;
	clear: both;
}

#body {
	position: relative;
	width: 920px;
	margin: 0 auto;
	background: url(../images/sidebar.gif) repeat-y right;
}

#body:after {
	/*--a special clear used for the fullbar so that absolute elements can be used in the body without them being cut off or hidden--*/
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html #body { height: 1%; } /* Fix for IE6 so the clear works properly */

/**
***
***
***		Main Content
***
***
**/

.content {
	width: 640px;
	margin-bottom: 5px;
	color: #131313;
	line-height: 22px;
	float: left;
}

.content ol {
	margin-bottom: 20px;
}

.content ol li {
	margin-left: 20px;
	list-style: decimal;
}

.content ul {
	margin-bottom: 20px;
}

.content ul li {
	padding-left: 20px;
	background: url(../images/check.gif) 0 5px no-repeat;
}

.content .links li {
	padding-left: 20px;
	background: url(../images/doc.gif) 0 5px no-repeat;
}

.content img {
	border: 3px solid #ffffff;
}

.img_left {
	border: 3px solid #ffffff;
	margin: 0 20px 20px 0;
	float: left;
}

.img_right {
	border: 3px solid #ffffff;
	margin: 0 0 20px 20px;
	float: right;
}

/**
***
***
***		Sidebar
***
***
**/

.sidebar {

	width: 190px;
	padding: 30px;
	color: #444444;
	line-height: 18px;
	font-size: 12px;
	border-top: 1px solid #cfcfcf;
	float: right;
}

.sidebar strong {
	color: #222222;
}

.sidebarspace {
	margin: 10px -30px;
}

.top {
	position: absolute;
	width: 61px;
	height: 20px;
	bottom: 0;
}

.top a {
	border: none;
}

/**
***
***
***		Table
***
***
**/

table {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.content table img {
	border: 0;
}

.content table ul,
.content table ol {
	margin: 0 0 5px 10px;
}

.tablelisting  {
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.tablelisting td {
	padding: 5px 8px;
	border-bottom: 1px solid #e4e4e4;
}

.tablelisting tr:hover {
	background-color: #efefef;
}

.associations {
	line-height: 10px;
	font-size: 12px;
	background-color: #e7e7e7;
	border: 1px solid #cfcfcf;
}

.associations td {
	padding: 10px;
	vertical-align: middle;
}

/**
***
***
***		Footer
***
***
**/

#footerrow {
	height: 45px;
	padding-top: 20px;
	background: url(../images/footerbg.png) repeat-x;
	clear: both;
}

#footer {
	width: 920px;
	margin: 0 auto;
}

#footer h4 {
	margin-right: 5px;
	color: #f4f4f4;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: left;
}

#footer ul {
	color: #cecbc6;
	font-size: 11px;
	float: left;
}

#footer li {
	margin: 0 5px;
	float: left;
}

#footer li a {
	padding-bottom: 2px;
	color: #cecbc6;
	text-decoration: none;
	border-bottom: 1px dotted #555454;
	float: left;
}

#footer li a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.copyright {
	color: #c3c0bb;
	font-size: 11px;
	float: right;
	clear: none;
}

.copyright a {
	color: #cecbc6;
	text-decoration: none;
}

.copyright a:hover {
	color: #ffffff;
}