/* CSS Document */


html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin: 0;
	padding:0;
	background-color: #343434;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}







/* HOLDER STYLES */
#wrapper {
	width: 940px;
	margin: 20px auto 0 auto;
}
#container {
	width: 940px;
	margin: 0 auto 0 auto;
}





/* HEADER STYLES */
#header {
	padding: 0px;
	width: 940px;
	float: left;
	height: 157px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/BG-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo-floater {
	width: 639px;
	margin: 30px 0px 5px 40px;
	float: left;
}
#topnav {
	width: 860px;
	margin: 15px 40px;
	float: left;
	text-align: left;
	height: 33px;
	background-image: url(../images/BG-top-nav.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.top-nav {
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #00A0C6;
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
}
.top-nav a {
	color: #00A0C6;
	text-decoration: none;
}
.top-nav a:hover{
	color: #000;
	text-decoration: none;
}
.top-nav-active {
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
}
.top-nav-active a {
	color: #000000;
	text-decoration: none;
}
.top-nav-active a:hover {
	color: #000000;
	text-decoration: none;
}







/* CONTENT STYLES */
#content {
	text-align: left;
	width: 860px;
	background-image: url(../images/BG-content.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px 40px;
	float: left;
}
#banner {
	width: 860px;
	float:left;
	margin: 0px 0px 15px 0px;
}
#banner-secondary {
	width: 700px;
	float:right;
	margin: 0px 0px 15px 0px;
}
#home-center {
	margin: 0px;
	float: left;
	width: 860px;
	text-align: left;
}
#center {
	margin: 0px;
	float: right;
	width: 700px;
	text-align: left;
}
#page-heading {
	text-align: left;
	width: 555px;
	float: right;
	margin: 98px 40px 0px 0px;
}
#sidebar-left {
	text-align: left;
	width: 140px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#sidebar-menu {
	text-align: left;
	width: 126px;
	margin: 0px 0px 15px 0px;
	padding:7px;
	background-color: #F7F7F7;
	height: min 100%;
}

.side-nav {
	font: 12px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #00A0C6;
	text-decoration: none;
	line-height: 18px;
}
.side-nav a {
	color: #00A0C6;
	text-decoration: none;
}
.side-nav a:hover{
	color: #333;
	text-decoration: none;
}
.side-nav-active {
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
#sidebar-join {
	text-align: left;
	width: 126px;
	margin: 0px 0px 0px 0px;
	padding:7px;
	background-color: #F7F7F7;
}



/* HOME STYLES */
#home-box-left {
	text-align: left;
	width: 126px;
	float: left;
	margin: 0px 4px 0px 0px;
	padding:7px;
	background-color: #DCDCDC;
}
#home-box {
	text-align: left;
	width: 126px;
	height:126px;
	float: left;
	margin: 0px 4px 0px 0px;
	padding:7px;
	background-color: #F7F7F7;
}
#home-box-right {
	text-align: left;
	width: 126px;
	height:126px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding:7px;
	background-image: url(../images/home-box-right.gif);
	background-repeat: no-repeat;
}

#home-text {
	width: 425px;
	float: left;
	margin: 15px 15px 0px 0px;
}
#home-pic {
	width: 400px;
	float: right;
	margin: 15px 20px 0px 0px;
}





/* NAV STYLES */
ul.menu, .menu li { 
	display: inline; 
	margin:0; 
	padding: 0; 
	list-style: none; 
	list-style-image: none; 
	list-style-type: none;
	
}
ul.menu {
	height: 18px;
	
}

.menu li {
	margin: 0;
	padding: 0px 5px;
	float:left;
	height: 18px;
}

.menu li a {
	font:12px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#00A0C6;
	text-decoration:none;
	letter-spacing:1px;
	line-height: 37px;
}
.menu a:hover { 
	color:#333333;
	text-decoration:none;
}

.menu li:hover { 
	color:#3333333;
	text-decoration:none;
}

.menu li.active {
	color:#00A0C6;
	text-decoration:none;
}


.menu-left li, ul.nice-menu-left ul li {
	list-style: none;
	list-style-type:none;
	font:11px "Lucida Sans", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height: 18px;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	width: 120px;
}

.menu-left li a {
	font:11px "Lucida Sans", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height: 18px;
	color:#00A0C6;
	text-decoration:none;
}
.menu-left a:hover {
	color:#333333;
	text-decoration:none;
}

.menu-left li:hover {
	color:#333333;
	text-decoration:none;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menu-left li.active {
	color:#00A0C6;
	text-decoration:none;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}




/* TEXT STYLES */
.text {
	font: 12px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.text a {
	color: #00A0C6;
	text-decoration: underline;
}
.text a:hover{
	color: #000;
	text-decoration: underline;
}



.h1 {
	font: 16px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #00A0C6;
	font-weight: bold;
	line-height: 20px;
}
.h1 a {
	color: #00A0C6;
	text-decoration: underline;
}
.h1 a:hover{
	color: #333333;
	text-decoration: underline;
}

.h2 {
	font: 11px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.h3 {
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #00A0C6;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.h3 a {
	color: #00A0C6;
	text-decoration: underline;
}
.h3 a:hover {
	color: #333333;
	text-decoration: underline;
}






/* FOOTER STYLES */
#footer {
	width: 860px;
	float: left;
	margin: 15px 0px 0px 0px;
	background-image: url(../images/page-BG.jpg);
	background-repeat: repeat-y;
	padding: 15px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
}
#footer-logo {
	width: 235px;
	margin: 40px 20px 10px 10px;
	text-align: left;
	float: right;
}

#footer-BG {
	width: 940px;
	margin: 0 auto 7px auto;
	background-image: url(../images/bg-footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	clear: both;
	padding: 0px 0px 0px 0px;
}





.footer {
	font: 10px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 14px;
}
.footer a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	color: #00A0C6;
	text-decoration: none;
}





/* FORM STYLES */
.formfield1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 0px 0px 0px 0px;
	height: 16px;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
}
