/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/*Added by WMARTIN on 2/7/2008 for the dropdown menu.*/
#dropmenudiv {
	position:absolute; border:0px solid light blue; 
	border-bottom-width: 0; 
	font:normal 12px Arial; 
	line-height:18px; z-index:100; 
}
#dropmenudiv a {
	width: 100%; display: block; 
	text-indent: 3px; 
	border-bottom: 0px solid light blue; 
	padding: 1px 0; 
	text-decoration: none; 
	font-weight: none; 
	color: #4B76A0; 
}
#dropmenudiv a:hover {
	background-color:#C0C0C0;
}

a.info{
    position:relative;
    z-index:24;
    color:#4B76A0;
    text-decoration:underline;}

a.info:hover{z-index:25; background-color:White}

a.info span{
	display: none;}

a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:17em;
    border:1px solid #000;
    background-color:beige; color:#000;
    font-family:"Times New Roman", Times, serif;}
    
    
/*End of code added*/
/*Added by WMARTIN for button text*/
.button {
	width: 135px;
	height: 33px;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
	

.formtext{
	color: #4B76A0;
	font-family:"Times New Roman", Times, serif;
}	

.FAQLink {
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
	text-align: center;
	vertical-align:middle;
}
a.FAQLink:link
{
	color: #4B76A0;
}
	
a.FAQLink:visited
{
	color: #4B76A0;
}

a.FAQLink:hover
{
	color: #4B76A0;
}

a.FAQLink:active
{
	color: #4B76A0;
}

.buttonlink {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

a.buttonlink:link
{
	color: #4B76A0;
}
	
a.buttonlink:visited
{
	color: #4B76A0;
}

a.buttonlink:hover
{
	color: #4B76A0;
}

a.buttonlink:active
{
	color: #4B76A0;
}
/*End of Code*/

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
}
body.homebackground {
	background-image:url(../images/homebg.gif);
	background-repeat:repeat-x;
}
#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
	margin:auto;
	text-align:left;
	width:800px;
}
.yui-t4 .yui-b {
	width:200px;
	*width:200px;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color: #4a769f;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
p {
	color: #4e4e4e;
	line-height: 150%;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
	color: #4e4e4e;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	color: #4e4e4e;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	color: #4e4e4e;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	color: #4e4e4e;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p, fieldset, table, pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text], input[type=password], textarea {
	width:12.25em;
	*width:11.9em;


}*/
#regbody {
	padding: 0 30px 0 20px;
}
#regbody h1 {
	color: #4e4e4e;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 6px 0 0 10px;
	background-image: url(../images/homecontentheader.gif);
	background-repeat:no-repeat;
}
#regbody p {
	padding-left: 10px;
	padding-right: 35px;
}
#homebody {
	padding: 0 30px 0 20px;
}
#homebody h1 {
	color: #4e4e4e;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 6px 0 0 10px;
	background-image: url(../images/homecontentheader.gif);
	background-repeat:no-repeat;
}
#homebody p {
	padding-left: 10px;
	padding-right: 35px;
}
#interiorbody {
	width: 540px;
}

#regbody {
	background-image:url(../images/homecontentheader.gif);
	width: 550px;
	padding-top: 10px;
	background-repeat:no-repeat;
	/*border-top: 2px dotted #dedddb;*/
}

#hd {
	height: 105px;
	position:relative;
	margin: 0 0 22px 0;
}
#hdbar {
	width: 800px;
	height: 12px;
	background-image:url(../images/headerbar.gif);
	background-repeat:no-repeat;
	margin: 0 0 20px 0;
}
#homehdbar {
	width: 800px;
	height: 262px;
	position: relative;
}
#workshop {
	position:absolute;
	left: 20px;
	top:0px;
	width: 221px;
	height: 218px;
	padding: 20px 0 0 200px;
	background-image:url(../images/workshopbg.jpg);
	background-repeat:no-repeat;
}
#workshop h2 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#workshop h3 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#homeflash {
	position:absolute;
	right: 20px;
	top:0px;
	width: 320px;
	height: 238px;
	background-image:url(../images/homeimage2010.jpg);
	background-repeat:no-repeat;
}
.homerightcol {
	padding-top: 11px;
}
#ft {
	color: #b6b6b6;
	border-top: 1px solid #b6b6b6;
	padding: 15px 0 0 0;
	margin: 15px 0;
	font-size: 8pt;
}
#topnav {
	position:absolute;
	bottom: 0;
	right: 0;
	margin: 0 16px 0 0;
	padding: 0;
}
#topnav li {
	display: block;
	float: left;
	background-color:	#e2e2e8;
	padding: 8px 10px 6px 10px;
	border-right: 1px solid white;
	border-left: 1px solid #cbd5df;
}
#topnav li.first {
	border-left: none;
	background-image:url(../images/leftcorner.gif);
	background-repeat: no-repeat;
}
#topnav li.firstactive {
	border-left: none;
	background-image:url(../images/leftcorneract.gif);
	background-repeat: no-repeat;
	background-color:	#4a769f;
}
#topnav li.last {
	border-right: none;
	background-image:url(../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
#topnav li.lastactive {
	border-right: none;
	background-image:url(../images/rightcorneract.gif);
	background-repeat: no-repeat;
	background-position:right top;
	background-color:	#4a769f;
}
#topnav li.active {
	background-color:	#4a769f;
	border-right: 1px solid #e2e2e8;
}
#topnav li a {
	color: #4a769f;
	text-decoration:none;
}
#topnav li.active a {
	color: #ffffff;
	text-decoration:none;
}
#topnav li.firstactive a {
	color: #ffffff;
	text-decoration:none;
}
#topnav li.lastactive a {
	color: #ffffff;
	text-decoration:none;
}
.homesidebartop {
	width: 170px;
	height: 20px;
	padding: 7px 10px 0 10px;
	background-image:url(../images/sidebartophome.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #4e4e4e;
	margin: 0;
}
.homesidebarbot {
	width: 190px;
	height: 12px;
	background-image:url(../images/sidebarbothome.gif);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}
.homesidebar {
	width: 170px;
	padding: 0 10px;
	margin: 0;
	background-image:url(../images/sidebarmidhome.gif);
	background-repeat: repeat-y
}
.homesidebar p {
	margin: 0;
	padding: 0;
}
.homesidebar ul {
	margin: 0 1em 0 2em;
	padding: 0;
}
.regtablehead {
	width: 220px;
	height: 47px;
	background-image:url(../images/regsteps_head.gif);
	background-repeat: no-repeat;
}
.regtablefoot {
	width: 220px;
	height: 22px;
	background-image:url(../images/regsteps_foot.gif);
	background-repeat: no-repeat;
}

.regtablelabel {
	height: 28px;
	padding-left: 20px;
	color: #bdbdbd;
	background-image:url(../images/regsteps_off.gif);
	background-repeat: no-repeat;
}
.regtableicon {
	background-image:url(../images/regsteps_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.regtablelabeldone {
	height: 28px;
	padding-left: 20px;
	color: #3D8C3F;
	background-image:url(../images/regsteps_off.gif);
	background-repeat: no-repeat;
}
.regtableicondone {
	background-image:url(../images/regsteps_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.regtablelabelon {
	height: 28px;
	padding-left: 20px;
	color: #4a769f;
	background-image:url(../images/regsteps_on.gif);
	background-repeat: no-repeat;
}
.regtableiconon {
	background-image:url(../images/regsteps_on.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.regtablelabelonlink {
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

.admintablehead {
	width: 220px;
	height: 47px;
	background-image:url(../images/adminoptions_head.jpg);
	background-repeat: no-repeat;
}

.admintablefoot {
	width: 220px;
	height: 22px;
	background-image:url(../images/regsteps_foot.gif);
	background-repeat: no-repeat;
}

a.regtablelabelonlink:link
{
	color: #4B76A0;
}
	
a.regtablelabelonlink:visited
{
	color: #4B76A0;
}

a.regtablelabelonlink:hover
{
	color: #4B76A0;
	text-decoration: underline
}

a.regtablelabelonlink:active
{
	color: #4B76A0;
}

.regtablelabellink {
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

a.regtablelabellink:link
{
	color: #bdbdbd;
}
	
a.regtablelabellink:visited
{
	color: #bdbdbd;
}

a.regtablelabellink:hover
{
	color: #4B76A0;
	text-decoration: underline
}

a.regtablelabellink:active
{
	color: #bdbdbd;
}


.regtablelabeldonelink {
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

a.regtablelabeldonelink:link
{
	color: #3D8C3F;
}
	
a.regtablelabeldonelink:visited
{
	color: #3D8C3F;
}

a.regtablelabeldonelink:hover
{
	color: /*#94ae6b*/#3D8C3F;
	text-decoration: underline
}

a.regtablelabeldonelink:active
{
	color: #3D8C3F;
}