/* -- Reset Styles --------------------------------------------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, 
form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
/*	background: transparent;  */
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}


/* 
*/
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- Editable Styles --------------------------------------------------------------------------------------------*/

body{
	background-color: #eaeaea;
}

/* Required ----------------------------------------------------------------------------------- */

div.ahover {
	position: absolute;
}

#wrapper{
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: auto;
	width: 800px;
}

#header{
	height: 141px;
	width: 100%;
}

#header #logo{
	float: left;
	width: 158px;
}

#header #headerText{
	float: left;
	width: 640px;
}

#header #helpNav{
	text-align: right;
	width: 100%;
}

#header #helpNav ul{
}

#header #helpNav ul li{
	display: inline;
	margin-right: 10px;
}

#header #helpNav ul li a{
	color: #000;
	text-decoration: none;
}

#header #helpNav ul li a:hover{
	color: #ccc;
}


#header #heading{
	margin: 70px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

#header #heading h1{
	color: #12147a;
	font-size: 20px;
	font-style: italic;
}

#header #heading h2{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.headerSpacer{
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	background-color: #12147a;
	border: 2px solid #999;
	border-left: none;
	border-right: none;
	clear: both;
	height: 12px;
	margin: 0px 0px 10px 0px;
	padding-top:.5px;
	text-indent: 10px;
	width: 100%;
}

#navigation{
	float: left;
	width: 180px;
}

#navigation ul.nav {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
	width: 170px;
}

#navigation ul.nav li {
	float: none;
	position: relative;
	text-transform: uppercase;
	text-align: right;
	z-index: 200; 
}

#navigation ul.nav li{
	float: none;
}

#navigation ul.nav li:hover {
	color: #134;
}

#navigation ul.nav div.ahover {
	background: #ccc;
	border: 1px solid #000;  
	webkit-border-radius: 7px; 
	moz-border-radius: 7px;
}

#navigation ul.nav li {
	color: #222;
}

#navigation ul li a{
	color: #000;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 160px;
}

#navigation ul li a .smallerText{
	font-size: 10px;
}

#content{
	border-left: 1px solid #ccc;
	display: block;
	float: left;
  	height:auto !important;
  	height:400px;
	min-height:400px;
	width: 619px;
}

#content h1{
	color: #12147a;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

#content h2{
	color: #12147a;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

#content p{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	text-indent: 10px;
}


#content ul.nav {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
}

#content ul.nav li {
	float: none;
	position: relative;
	text-transform: capitalize;
	text-align: left;
	z-index: 200; 
}

#content ul.nav li{
	float: none;
}

#content ul.nav li:hover {
	color: #134;
}

#content ul.nav div.ahover {
	background: #ccc;
	border: 1px solid #000;  
	webkit-border-radius: 7px; 
	moz-border-radius: 7px;
}

#content ul.nav li {
	color: #222;
}


#content ul li a{
	color: #000;
	display: block;
	padding: 5px;
	text-decoration: none;
}


#content ul li a .smallerText{
	font-size: 10px;
}


#content .notedText
{
	font-size:10px; 
	font-weight:bold; 
	margin-bottom:10px; 
	text-indent: 10px;
}




#content .formLinks{
	margin: 0px 0px 10px 0px;
	text-indent: 10px;
}


#content #pdf{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	text-indent: 10px;
}


#pdf ul.nav {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
}

#pdf ul.nav li {
	float: none;
	position: relative;
	text-transform:capitalize;
	text-align: left;
	color: #222;
	z-index: 200; 
	background-image:url(../images/pdficon_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:3px;
}

#pdf ul.nav li:hover {
	color: #134;
}

#pdf ul.nav div.ahover {
	background: #ccc;
	border: 1px solid #000;  
	webkit-border-radius: 7px; 
	moz-border-radius: 7px;
}


#pdf ul li a{
	color: #000;
	display: block;
	padding: 5px;
	text-decoration: none;
	margin-left:15px;
}


#pdf ul li a .smallerText{
	font-size: 10px;
}







#contactUsLinks ul.nav {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
}

#contactUsLinks ul.nav li {
	float: none;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	z-index: 200; 
}

#contactUsLinks ul.nav li{
	float: none;
}

#contactUsLinks ul.nav li:hover {
	color: #134;
}

#contactUsLinks ul.nav div.ahover {
	background: #ccc;
	border: 1px solid #000;  
	webkit-border-radius: 7px; 
	moz-border-radius: 7px;
}

#contactUsLinks ul.nav li {
	color: #222;
}


#contactUsLinks ul li a{
	color: #000;
	display: block;
	padding: 5px;
	text-decoration: none;
}


#contactUsLinks ul li a .smallerText{
	font-size: 10px;
}





#content .pageTitle{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 36px;
	border-bottom: inset 1px gray;
	padding-bottom: 5px;
}


.footerSpacer{
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 10px 0px 10px;
	width: 780px;
}

#footer{
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

#footer ul{
	display: inline;
	width: 100%;
}

#footer ul li{
	float: left;
	width: 198px;
}

#footer ul li a{
	color: #000;
	text-decoration: none;
}

.centerText{
	text-align: center;
}

#sitemap li{
	list-style: square;
	margin: 5px 0px 5px 40px;
}

#sitemap li a{
	color: #000;
	text-decoration: none;
}

#os
{
	border-top: 1px solid #ccc;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

#legal
{
	font-size: 10px;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

#buttonsTable
{
	margin:15px;
}


.standardText
{
	margin:15px;
}

.standardContainer
{
	margin:15px;
	clear:both;
	border: solid 1px #000;
}

.floatText
{
	float:left;
	margin-top: 5px;
	margin-right:5px;
}

.floatRight
{
	float:left;
	margin-top: 5px;
	margin-left:5px;
}


/***************************************************************************************/
/* Added by Steve */
/***************************************************************************************/

#wrapper #admin{
	margin: auto;
	margin-bottom: 200px;
	width: 614px;
	padding:0px;
	border: 1px solid #000;
	background-color: #ccc;
	list-style: none;
}

#wrapper #admin input{
	border: 0px solid #000;
	margin-right: 5px;
	height: 16px;
	margin-top: 2px;
}

#wrapper #admin input.button
{
	height: auto;
	vertical-align:middle;
	border: 0px solid #000;
}

#wrapper #admin input.textbox
{
	height: auto;
	vertical-align:middle;
	width: 98%;
	border: solid 1px #000;
}

#wrapper #admin input.textbox75
{
	height: auto;
	vertical-align:middle;
	width: 75%;
	border: solid 1px #000;
	float: left;
}



#wrapper #content #admin .editDiv
{
	padding-top: 10px;
	width:100%;
	clear:both;
	border: solid 0px red;
}



#wrapper #content #admin .editDiv li
{
	padding-left: 2px;
	border: solid 1px #fff;
	display:inline; 
	width:48%;
	min-height:55px;
}



#wrapper #content #admin .editDiv .editLabel
{
	width:20%;
	float:left;
	border: solid 0px Blue;
}



#wrapper #content #admin .editDiv .editCell
{
	width:77%;
	float:right;
}


#wrapper #content #admin ul
{
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
}

#wrapper #content #admin ul li
{
	display: inline;
	margin-right: 10px;
}




#wrapper #content #admin ol.instructions
{
	list-style-type:decimal;
	list-style-position:inside;
	margin: 0px 0px 0px 5px;
}

#wrapper #content #admin ol.instructions li
{
	margin-bottom:10px;
}

#wrapper #content #admin ul.instructions li
{
	display:list-item;
	list-style-type: disc;
	list-style-position:inside;
	margin: 1px 0px 2px 15px;
}




#adminNavigation{
	float: left;
	width: 180px;
}

#adminNavigation ul.nav {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	position: relative;
	width: 170px;
}

#adminNavigation ul.nav li {
	float: none;
	position: relative;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
	z-index: 200; 
}

#adminNavigation ul.nav li{
	float: none;
}

#adminNavigation ul.nav li:hover {
	color: #134;
}

#adminNavigation ul.nav div.ahover {
	background: #ccc;
	border: 1px solid #000;  
	webkit-border-radius: 7px; 
	moz-border-radius: 7px;
}

#adminNavigation ul.nav li {
	color: #222;
}

#adminNavigation ul li a{
	color: #000;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 160px;
}

#adminNavigation ul li a .smallerText{
	font-size: 10px;
}

.smallerText
{
	font-size: 10px;
}

/* DataGrid Classes */

.gridHeaderRow
{
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	border-bottom:solid 1px black;
	background-color: #4682b4;
}

.gridItemStyle
{
	font-size:12px;
	white-space:nowrap;
	background-color: #c0c0c0;
	border-width: 0;
}

.gridItemStyleAlternate
{
	font-size:12px;
	white-space:nowrap;
	background-color: #ffffff;
	border-width: 0;
}

.gridImageButton
{
	vertical-align:top;
	border-width: 0;
}

.gridCell
{
	border-width: 0;
	white-space: normal;
}

.gridCellWrap
{
	border-width: 0;
	white-space: normal;
}


.contentTable
{
	margin: 0px 0px 3px 8px;
}


.listBox
{
	border-color:#ece9d8;
	width:100%;
	height:200px;
}

.editLabel
{
	font-weight:bold;
	font-size:small;
	text-align:right;
	white-space:nowrap;
	padding-right: 5px;
	padding-left:5px;
	padding-bottom: 5px;
	vertical-align:middle;
}

.editCell
{
	width:100%;
	text-align:left;
	padding-bottom: 5px;
}

.buttonsTable
{
	border:none;
	margin-top:40px;
	padding-top: 5px;
	width:100%;
	text-align:center;
}

.buttonText
{
	font-size:12;
	font-weight:bold;
	vertical-align:middle;
	padding: 5 10 5 5;
	white-space:nowrap;
}

.imageButton
{
	text-align:center;
	vertical-align:middle;
	border-collapse:separate;
	border-style:ridge;
	border-width:0px;
}

.buttonCell
{
	padding: 4px 1px 4px 6px;
	font-size:14px;
}

.message
{
	color:Red;
}

.subIdentifierCell
{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding: 5 10 5 5;
	white-space:nowrap;
}

/*
.pageIdentifierCell
{
	width:482px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-right: 4px;
	padding-top: 7px;
	padding-left:20px;
	margin-top:-70px;
	float:right;
}

.accountIdentifierCell
{
	font-size: 14pt;
	font-weight: bold;
	font-style: oblique;
	color:#000000;
	display: block;	
	vertical-align:middle;
	text-align: center;
	padding-right: 4px;
	float:right;
}

*/



/* General Classes 

.editTextBox
{
	width:100%;
	background-color:#ece9d8;
}

.editTextBoxUnSized
{
	background-color:#ece9d8;
}


.editCell2
{
	text-align:left;
	padding-bottom: 5px;
}


 .liCheckBox input
{
	border: solid 1px black;
	vertical-align:middle;
	font-weight:bold;
}

.editLabel2
{
    text-align:left;
	font-weight:bold;
	padding-right: 5px;
	padding-bottom: 5px;
}

	text-align:right;
*/

