/* CSS Document */

body {
	background-color: #abd0ce;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
		
#headerTop {
	width: 100%;
	text-align: left;
	background-color: #FFF001;
	background-image: url(../images/headerTopBG.gif);
	background-repeat: repeat-x;

}

#headerMidGradBG {
	text-align: left;
	background-image: url(../images/topGradBG.gif);
	background-repeat: repeat-x;
	background-color: #1C8090;

}

#mainContentContainer {
	background-color: White;
	border: 1px solid #000;
	margin-left: 168px;
	margin-top: 30px;
	width: 601px;
	/*width:530px;*/
	padding:15px;
	
	clear: both;
	height: 100%;
	min-height: 700px;
}
#mainContentContainer p {
	margin-right: 25px;
}

#lowerLogo {
	position:absolute;
	left: 0px;
	top: 79px;
}

/* LEFT NAV */
#navlist {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 168px;
	height: 20px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
}

#navlist li {
	margin: 0;
}

#navlist ul#primary a {
	display: block;
	padding: 7px 0 2px 22px;
	background-color: #1C8090;
	background-image: url(../images/navLeft-off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 22px;
	text-align: left;
}

#navlist ul#primary a:link, #navlist ul#primary a:visited {
	color: #c0f3fb;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist ul#primary a:hover, #navlist ul#primary a:active {
	background-color: #1C8090;
	background-image: url(../images/navLeft-on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* SUBMENUS */
#navlist ul#secondary a {
	display: block;
	padding: 1px 0 1px 22px;
	background-color: #F8F8FF;
	background-image: none;
	height: 14px;
	text-align: left;
	border-bottom: 1px solid #696969;
	border-right: 2px solid #B0C4DE;
	border-top: 1px solid #B0C4DE;
}

#navlist ul#secondary a:link, #navlist ul#secondary a:visited {
	color: #1C8090;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
}

#navlist ul#secondary a:hover, #navlist ul#secondary a:active {
	background-color: #1C8090;
	background-image: none;
	color: #F8F8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
}

/* TOP NAV */

.topNav {
	position: absolute;
	left: 168px;
	top: 92px;
	width: 616px;
}

.topNav a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 3px 10px;
	border-color: #000;
	text-decoration: none;
	color: #0f626f;
	font-size: 11px;
	border-left: 1px solid;
}

.topNav li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
.topNav ul {
	margin: 0;
	padding: 0;
}

.topNav a:link, .topNav a:visited {
	color: #0f626f;
	border-top: 1px solid #ABD0CE;
	border-right: 1px solid #ABD0CE;
}

.topNav a:hover, .uberlink a:link, .uberlink a:visited, .uberlink a:hover, .uberlink a:active {
	background-color: #fff;
	color: #2D1E2D;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

/* LOGIN information */
#topNavLogin{
	position:absolute;
	left: 160px;
	top: 52px;
	font-size: 9px;
	color: White;
	padding: 0px;
	margin: 0px;
}

/* LOGOUT information */
#topNavLogout{
	position:absolute;
	left: 170px;
	top: 58px;
	font-size: 9px;
	font-weight: bold;
	color: Red;
	padding: 0px;
	margin: 0px;
}

/* Links for password/registration */
#topNavExtra{
	position:absolute;
	left: 535px;
	top: 90px;
	font-size: 9px;
	color: White;
	width:300px;
	padding: 0px;
	margin: 0px;
	z-index: 42;
	}
#topNavExtra a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 4px 3px 4px;
	text-decoration: none;
	color: #0f626f;
	font-size: 10px;
	font-weight: bold;
}
/*FOOTER */

#footerNav {
	width:100%;
	min-width:800px;
	background-image: url(../images/lowerGradBG.gif);
	background-repeat: repeat-x;
	clear: right; 
	text-align: right;
	height: 96px;
	position: relative;
}

#footerContent {
	width:100%;
	min-width:700px;
	text-align:center;
	white-space:nowrap;
	font-size: 10px;
	padding: 76px 10px 0 0;
	color: #fff;
}
#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	margin: 4px 10px 4px 10px;
	text-decoration: none;
	color: #DCDCDC;
	font-size: 11px;
}

#footerNav li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#footerNav ul {
	margin: 0;
	padding: 0;
}

#footerNav a:link, #footerNav a:visited {
	color:  #DCDCDC;
}

/*Classes //////////////////*/

.checkone {
}

.divider{
	background-color: #1C8090;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}

.oddRow {
  BACKGROUND: #ededed;
  border-bottom:solid;
  border-bottom-width:1px;
  border-color:#a0a0a0;
}
.evenRow {
  BACKGROUND: #e0e0e0;
  border-bottom:solid;
  border-bottom-width:1px;
  border-color:#a0a0a0;
}

.headerImage {
	margin-left:-13px;
	margin-top:-13px;
	border: 1px #000 solid;
}

.subHeaderImage {
	margin-left:-14px;
	margin-top:-14px;
}

.leftImg {
	margin: 15px;
	text-align: left;
	float: left;
}

.headingCopy {
	font: 14px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


/* Tags */

h1 {
font-family:"Times New Roman", Times, serif;
font-size: 24px;
color:#990000;
text-decoration:underline;
margin-left: 10px;

}


h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

hr {
	line-height: 25px;
	size: 1px;
	color:#333333;
	
}

div.clearer {clear: left; line-height: 0; height: 0;}

p {
}

table.simple {
	border: 1px solid #0000CD;
	border-collapse: collapse;
	padding:0;
	margin:0;
	background-color: White;
}

table.simple td,table.simple th{
	padding: 2px;
	border: 1px solid #708090;
	vertical-align: middle;
}

table.simple thead tr {
	background-color: #D3D3D3;
	color: #0000CD;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

table.simple tr.even {
	background-color: #FFFFFF;
}

table.simple tr.odd {
	background-color: #E8EAFF;
}

th a, th a:visited {
	color: #000000;
}
.error {
	color:#FF0000; 
	font-size: 11px;  
	font-family: " Lucida Sans Typewriter", Verdana, Georgia, sans-serif;  
/*	background-image: url(../images/error.png);  
	background-repeat: no-repeat;  
	background-position: left; 
	padding-left: 18px;  
	padding-top: 4px;  
	padding-bottom: 4px;   */
	font-weight: bold;        
}
.message {
	color: #4169E1; 
	font-size: 11px;  
	font-family: " Lucida Sans Typewriter", Verdana, Georgia, sans-serif;  
	font-weight: bold;        
 /*  background-image: url(../images/information.gif);  
	background-repeat: no-repeat;  
	background-position: left; 
	padding-left: 18px;  
	padding-top: 4px;  
	padding-bottom: 4px;*/
}
.bigmessage {
	color: Black; 
	font-size: 18px;  
	font-family: Verdana,Georgia,  sans-serif;          
	margin-left: 10px;
 	background-image: url(../images/information.gif);  
	background-repeat: no-repeat;  
	background-position: left; 
	padding-left: 28px;  
	padding-top: 4px;  
	padding-bottom: 4px;
}
.app_error{
	width: 500px;
	height: 250px;
	background-image: url(../images/error_bg.gif);
	background-repeat: no-repeat;
	color: #616161;
}

.monetary{
	text-align:right;
}

.required{
	background-image: url(../images/star_yellow.gif);
	background-position: left top;
	padding-left: 18px;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 4px;
}
.emailimg{
	border:0;
	vertical-align:middle;
}

/* ---  Start.html  ---- */

legend {
font-weight:bold;
color:  #1C8090;
}
fieldset{
-moz-border-radius: 8px; border-radius: 8px;
}
fieldset.start{
width:95%;
padding:10px;
}
fieldset.mail{
	width:90%;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.subHead{color:#1C8090}

