@charset "utf-8";
/* CSS Reset */
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-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	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:"" "";
}
/* CSS Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333;
	background:  #E6E6E6 url(images/body_bg.png) top repeat-y;
}
h1 {
	font-size:3em;
	letter-spacing:-0.01em;
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-0.01em;
	color:#333;
	font-family:  Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-0.01em;
	color:#333;
	font-family:  Arial, Helvetica, sans-serif;
}
b.red {
        font-weight:bold;
        color:#f33;
}
b.blue {
        font-weight:bold;
        color:#33f;
}
b.green {
        font-weight:bold;
        color:#0a0;
}
b.purple {
        font-weight:bold;
        color:#a0a;
}
p {
	font-size:1.1em;
}
p.sched {
        font-size:1.1em;
	font-weight:normal;
	letter-spacing:-0.01em;
	color:#000;
	font-family:  Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#f6861f;
}
a:hover, a:active {
	color:#878787;
}
img.left {
	float:left;
	margin-right:10px;
}
#wrapper {
	width:960px;
	margin:0 auto;
	background:#FFFFFF;
}
#logoblock {
	background:#FFF url(images/header_bk.gif) repeat-x top;
	height: 113px;
}
#logo {
	position:absolute;
	width:204px;
	height:92px;
	text-indent: -5000px;
	background: url(images/logo.gif);
	margin: 5px 0 5px 30px;
	z-index: 10;
}
#logo a {
	display:block;
	width:204px;
	height:92px;
	background:transparent;
}
p#slogan {
	font-size:14pt;
	position:relative;
	top:20px;
	left:300px;
	color:#ccc;
	width:600px;
}
#headerbar {
	display:block;
	height: 168px;
	background:#FF6600;
	border-top: #93af2a 20px solid;
	border-bottom: #93af2a 20px solid;
	width:960px;
}
#subbar {
	display:block;
	height: 40px;
	background:#FF6600;
	border-top: #93af2a 5px solid;
	border-bottom: #93af2a 5px solid;
	width:960px;
}
#subbar h2 {
	padding:10px 0 10px 20px;
	color:#FFFFFF;
}
#headerbar img {
	float:left;
}
#righttxt {
	color:#fff;
	float:right;
	padding:20px 20px 10px 20px;
	width: 350px;
}
#righttxt h2 {
	color:#FFFFFF
}
#content {
	float:left;
	height:auto;
	/*	padding:12px 15px 15px 15px;*/
	padding:34px 20px 30px 20px;
	background:#fff url(images/content_bg.jpg) top repeat-y;
}
#content .leftcol {
	float:left;
	width:520px;
	padding-right:40px;
}
img.left {
	float:left;
	margin-right:10px;
}
#content .leftcol p {
	line-height:14pt;
}
#content .leftcol ul {
	padding: 5px 0 10px 30px;
	list-style:disc
}
#content .leftcol li {
	line-height:14pt;
}
#content .leftcol strong {
	line-height:14pt;
}
#content .rightcol {
	float:right;
	width:360px;
}
#content .rightcol h3 {
	border-bottom:#660000 dotted thin;
	margin-bottom:5px;
}
#content .rightcol p {
	font-size:12pt;
	line-height:14pt;
	padding: 10px 0 10px 0;
}
#footer {
	float:left;
	width:100%;
	background-color: #660066;
	height:120px;
}
#footer h3 {
	font-size:1.4em;
	font-weight:bold;
	padding: 10px 0 0 28px;
	margin: 0 0 -10px 0;
	color:#fff;
}
#footer .sm {
	font-size:.75em;
	font-weight:normal;
	color:#fff;
}
#ftlogo img {
	float:right;
	padding:10px 30px 10px 0;
}
ul#fnv {
	height:30px;
	list-style: none;
	margin: 0 0 0 20px;
	padding:10px;
	font-size:9pt;
}
ul#fnv li {
	float: left;
}
ul#fnv a {
	color:#f5f5f5;
	text-decoration: none;
	padding-right: 10px;
}
ul#fnv a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
ul#fnv a:hover span {
	color:#006937;
}
/* menu navigaion */

ul#sitemap {
	list-style: none;
	font-size:9pt;
	position:relative;
	top:5px;
	left:735px;
	width:220px;
	z-index: 1;
}
ul#sitemap li {
	float: left;
}
ul#sitemap a {
	color: #999999;
	text-decoration: none;
	padding-right:8px;
	padding-left:8px;
	border-right: #CCCCCC 1px solid;
}
li#norightbar a {
	border-right:none;
}
li#norightbarb a {
	border:none;
}
ul#sitemap a:hover {
	color:#006937;
}
ul#nav {
	height:30px;
	list-style: none;
	margin: 45px 10px 0 0;
	padding: 0;
	float:right;
	font-size:9pt;
	font-weight:bold;
}
ul#nav li {
	float: left;
}
ul#nav a {
	color: #999999;
	text-decoration: none;
	padding-right:8px;
	padding-left:8px;
	border-right: #CCCCCC 1px solid;
}
ul#nav a:hover {
	color: #660066;
	padding-bottom:6px;
	border-bottom:#FF0000 thick solid;
}
ul#nav a:hover span {
	color:#006937;
}
ul#nav li.current a {
	color:#333;
	padding-bottom:6px;
	border-bottom: #660066 thick solid;
}
img, div, a {
	behavior: url(iepngfix.htc)
}

#basic {
border:2px solid #DEDEDE;
}
.myform {
margin:0 auto;
padding:14px;
width:400px;
}

/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input, textarea{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	

	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
	#basic .security_code {
		width: 50px;
		}