@charset "UTF-8";
/* CSS Document */

/*BROWSER SETTINGS*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {margin: 0; padding: 0; border: 0;}
/*END OF BROWSER SETTINGS*/

/* REMOVE LINK OUTLINE IN FIREFOX */
a {outline: none;}
/* END OF REMOVE LINK OUTLINE IN FIREFOX */

/*GENERAL SETTINGS*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #000;
	text-decoration: none;
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	width:100%;
	background: #e5e5e5;
}

#shadow {width:840px; margin: 0 auto; background:#FFF url(../images/shadow.jpg) repeat-y;}

#wrapper {width:800px; text-align:left; margin: 0 0 0 20px; position:relative}

a:link { color:#fff; text-decoration:none;}
a:visited { color:#fff; text-decoration:none;}
a:hover { color:#fff; text-decoration: underline;}

/*END OF GENERAL SETTINGS*/

/*HEADER SETTINGS*/
#header {width: 800px; margin: 0px 0px 0px 0px; float:left; /*background: url(../images/header.jpg) no-repeat*/}
#logo {width: 137px; height: 38px; position:absolute; top: 38px; left: 38px;}
#cccs {width: 390px; height: 52px; position:absolute; top: 103px; left: 34px; z-index:99;}
/*END OF HEADER SETTINGS*/

/*NAVIGATION SETTINGS*/
#bar {
	width: 800px;
	height: 30px;
	background:#007c85;
	margin: 1px 0 0 0;
	float: left;
}
#rightnav {width: 135px;
	height: 20px;
	color: #fff;
	float: right;
	margin-top:7px}

#rightnav ul {list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;}
	
#rightnav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	margin-right:8px;
	font-size:0.8em;
	color:#fff;
}
	
#mainnav {
	width:175px;
	float:left;
	margin: 20px 0 0 20px;
}
	
#mainnav ul {padding: 0px;
	margin: 0px;list-style: none;}

#mainnav li {
	list-style: none;
	border-bottom: 1px solid #CCC;
	margin: 0 0 0 0; font-size:0.9em;
	}

#mainnav ul li a {
	display: block; 
	height: 100%;
	color:#007c85;
	text-decoration:none;
	padding: 10px 5px 5px 5px;
	background-position: 5px 12px;
	background-repeat: no-repeat;}

#mainnav li a:link {color:#007c85; text-decoration:none;}
#mainnav li a:visited {color:#007c85; text-decoration:none;}
#mainnav li a:hover {color:#fff; background-color:#007c85;}

#mainnav a#current {color: #FFF; background-color:#007c85;}

#img1{width: 150px; height: 215px; float: right; margin: 0 0 10px 10px}
#img2 {width: 200px; height: 133px; float: left; margin: 0 10px 10px 0}
#img3 {width: 200px; height: 133px; float: right; margin: 0 0 10px 10px}
#img4 {width: 200px; height: 133px; float: left; margin: 0 10px 10px 0}
/*MAIN CONTENT SETTINGS*/
#maincontent {
	width:525px;
	float:left;
	margin: 20px 0 0 35px
}
h1 {
	font-size:1.6em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	color: #f3901d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3901d;
}
h2 {
	font-size:1.1em; 
	line-height:1.3em;
	margin-bottom: 0.7em;
	color: #007c85;
}

h2 a:link {
	text-decoration: underline;
}

h3 {font-size:0.95em; line-height:1.4em; margin-bottom:0.8em; margin-top:0.8em; color: #000; text-decoration:underline;}
h4 {font-size:0.95em; line-height:1.1em; margin-bottom:0.5em; color: #007c85;}
h5 {font-size:0.9em; line-height:0.4em; margin-bottom:1.5em; color: #f3901d;}
h6 {font-size:0.9em; line-height:1.4em; margin-bottom:0.8em;}
p {font-size:0.9em; line-height:1.4em; margin-bottom:1.2em;}
ul {padding-left: 40px; margin-bottom:1.5em;}
ol {padding-left: 40px; margin-bottom:1.5em;}
li {font-size:0.9em; line-height:1.4em; margin-bottom:0.5em;}
ol ul {padding-left: 15px; margin-bottom:1em; margin-top:0.5em;}
ol ul li {font-size:1em; line-height:1.4em; margin-bottom:0.5em; list-style:disc;}


table {margin-top: 0em;}

table p {margin: 0.5em 0 0.5em 0;}

#maincontent a:link {color: #007c85; text-decoration:underline; font-weight:bold}
#maincontent a:visited {color: #007c85; text-decoration:none;  font-weight:bold}
#maincontent a:hover {color: #f3901d; text-decoration:underline;  font-weight:bold}

#line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	line-height: 2em;
}

#totop {
	float: right;
	width: 525px;
	margin: 0 45px 15px 0;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007c85; line-height: 2em;
}
#totop a:link {color:#007c85}
#totop a:visited {color:#007c85}
#totop a:hover {color:#007c85; text-decoration:underline;}
#sw {width:127px; height: 173px; float: right; margin: 0 10px 0 10px; }

#links {
	width:500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0 35px 1em 0;
}
#links h5 {
	padding: 0;
	color:#666;
	margin-bottom:0.4em;
	font-weight:normal;
	font-size:0.85em;
	line-height:1.2em;
}

#links h5 a:link, #links h5 a:visited {
	color:#666;
	text-decoration:underline
}
#links h5 a:hover{color:#49b383; text-decoration:underline;}

.image1 {float: right; width:300px; margin: 0 0 10px 10px; border: solid 1px #222}
.image2 {float: left; width:340px; margin: 0 10px 10px 0; border: solid 1px #222}
.image3 {float: right; width:150px; margin: 0 0 10px 10px; border: solid 1px #222}
.image4 {float: left; width:100px; margin: 0 10px 20px 0; border: solid 1px #222}

/*FOOTER SETTINGS*/
#footer {width:800px; height: 10px; clear:both; margin: 0}
#endshadow {background-image:url(../images/endshadow.jpg); background-repeat:no-repeat;clear: both; width: 840px; height: 20px; margin: 0 auto;}


/*FORM STYLES*/

.textfield {width: 250px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin-bottom: 5px;}
.largetextfield {width: 99%; font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin-bottom: 5px;}

.required {color:#FF0000;}

legend {
	font-size: 1em;
	color:#000000;
	padding-left:0px;
	margin: 1em 0 1em 0;
	font-weight:bold;
}

fieldset {
	margin: 1em 0 1em 0;
	padding: 0 8px 8px 8px;
	border: 1px solid #CCCCCC;
}

.form {
	width: 400px;
	padding-left: 25px;
	margin-bottom:15px;
}

.form h4{background-color:#E5E5E5;}

.registration .label {
	width: 150px;
	float:left;
}

.form table {
	width: 100%;
	border: 0px solid #00AEEF;
	margin: 10px 20px 0 0;
}

.form td{
	padding: 0px 0px 0px 0px;
	text-align: left; font-size: 0.9em;
}

.submit {margin-bottom: 1em;}
#glow #wrapper #rightnav #intro h2 strong {
	color: #063;
}
.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}

