/***********************************************/
/* HTML tag styles                             */

* {
	margin:0pt;
	padding:0pt;
	}
/***********************************************/ 
html{
	height: 100%;
}

body{
	font: normal 14px/16px Georgia, "Times New Roman", serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0pt;
	padding: 0pt;
	text-align: center;
	background: #FFFFFF url(/graphics/bkgrnd-bothsideshading.gif) repeat-y center;
	height:100%;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

p{
	margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 130%;
	color: #67677D;
	margin: 15px 0 5px 25px;
	padding: 0px;
}

h2{
	font-size: 120%;
	/*color: #505773;*/
	color:#334d55;
	margin: 10px 0 5px 10px;
}

h3{
 font-size: 100%;
 color: #334d55;
	margin: 10px 0 0px 0px;
}

h4{
 font-size: 100%;
 color: #64646E;
	margin: 10px 0 1px 5px;
}

h5{
 font-size: 90%;
 color: #334d55;
}

h6{/*Reserved for BoxTops*/
	font-size:100%;
	color: #505782;
	background-color:#FFE771;
	border-bottom-width: 2px;
	border-bottom-color: #FED92C;
	border-bottom-style: solid;
	padding:4px 6px 2px;
	margin:10px 0 3px;
}

h6 img{/*used to adjust dropdown button*/
	margin-bottom:-2px;
	border:none;
}

ul{
 list-style-type:disc;
 padding-left: 20px;
 float:left;
 width:auto;
 margin:8px 0;
}

ul li{
	font-size:100%;
}

ul ul{
 list-style-type:disc;
 margin:4px 0;
 padding: 0px 28px;
 float:none;
}

ul ul li{
	font-size:90%;
}

ul ul ul{
 list-style-type: disc;
 padding: 0px 40px;
}

ol li{
	margin: 15px 0px 15px 40px;
}

ol p{
	margin: 15px 0px 15px 40px;	
}

ol ul li{
	margin: 0px 0px 0px 40px;
	list-style-type:none;
}
ol ul ul li{
	margin: 0 0 0 60px;
	list-style-type:disc;
}

ol table{
	margin: 15px 0px 15px 40px;	
}

hr{
	margin: 10px 0 5px 0;
	width:auto;
	color:#999999;
}

/*********************************************************************************************************
/*Generic Classes*/

.loginDiv{
}

.formTable{
	text-align:center;
	margin:2px auto;
}

.formTable .leftCol{
	text-align:right;
}

.formTable .rightCol{
	text-align:left;
	padding:3px;
}

/* - - - -  - -  - - - - - - - - - - - - - - - - -  - - - -  - - - - - - - -- - - - - -  Data Table
*/
.dataTable {
	border: none;
	background-color: #FFF9DD;
	margin: 2px 0;
	width: 100%;
}

.dataTable tr td{
	padding: 3px;
	margin: 0;
}

.dataTable .header{
	background: #FED92C;
}

.dataTable .footer{
	background: #FED92C;
	text-align:center;
}

.dataTable .altRow{
	background-color: #FFF5C6;
}

/* - - - -  - -  - - - - - - - - - - - - - - - - -  - - - -  - - - - - - - -- - - - - -  Plain Table
*/
.plainTable {
	border: none;
	margin: 2px 0;
	width: 100%;
}

.plainTable tr td{
	padding: 3px;
	margin: 0;
}

/*  -  - - - - - - - - - - -  - --  - - - - - - - - - - - - - - -- - - - - - - - - - - - -Toggle Boxes
*/
.toggleBoxSmallCenter{
	clear:both;
	width:400px;
	margin:25px auto;
	display:block;
}

.toggleBoxMediumCenter{
	clear:both;
	width:550px;
	margin:25px auto;
	display:block;
}

.toggleBoxMediumRight{
/*Width to work with is the left over from nav-left
  (main)760 - (main-padding)20 - (nav-left:width,borders,padding,margins)205 - 1
	=534
*/
	width:534px;
	display:block;
	float:right;
}

.toggleBoxWide{
/*Width to main space
  (main)760 - (main-padding)20 - 1
	=739
*/
	width:739px;
	margin: 15px 0;
	display:block;
	clear:both;
}

.toggleBoxDefault{
	width:auto;
	display:block;
}

/*  -  - - - - - - - - - - -  - --  - - - - - - - - - - - - - - -- - - - - - - - - - - - -Images
*/
.imageWide{
	display:block;
	clear:left;
	margin:5px auto;
	padding:2px;
	border:1px #999999 solid;
}
.imageFlow{
	display:block;
	margin:5px auto;
	padding:2px;
	border:1px #999999 solid;
}

.imageRight{
	margin:0 0 2px 5px;
	padding:2px;
	border:1px #999999 solid;
	float:right;
}

/*also used with toggleboxes*/
.clearFloats{
	clear:both;
}

/*  -  - - - - - - - - - - -  - --  - - - - - - - - - - - - - - -- - - - - - - - - - - - -General
*/
.message{
	color:#990033;
	font-weight:bold;
	text-align:left;
	font-size:90%;
}

.note{
	color:#666666;
	font-size:85%;
}

.center{
	text-align:center;
}

.grey{
	color:#999999;
}

.bigger{
	font-size:120%;
}

/**********************************************************************************************************
/*Primary Layout Divs*/

#frame{
  width: 760px;
	min-height: 100%;
	margin: 0 auto -38px;
	padding: 0 0 -38px;
	text-align:left;
}
* html #frame{height:100%;} /* IE6 and under treat height as min-height anyway*/

#masthead{
	margin: 0;
	padding: 6px;
	background:#FED92C url(/graphics/MastBorder.jpg) repeat-x bottom;
	width: auto;
	height: 150px;
}

#splash{
  height: 255px;
	width: auto;
	background: #FFF;
	padding: 6px;
}

#splash-content{
	width:auto;
	height:100%;
	background:#FED92C url(/graphics/SplashBorderBottom.jpg) repeat-x top;
	padding: 25px 15px 5px;
	overflow: auto;
}

#main{
	width:auto;
	height:auto;
	background:#FFF;
	padding: 8px 8px;
}

#nav-left{
  float: left;
	width: 183px;
	margin: 0 10px 5px 0;
	padding: 5px;
	background: #FED92C;
	border: 1px solid #6B3600;
}

#content{
	padding: 0px;
	margin: 0px;
	height: auto;
}

#siteInfo{
	clear: both;
	height: 16px;
	width: 738px;
	border: 1px solid #6B3600;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	background: #FED92C;
	margin: 0 auto;
	text-align:left;
}

#footerHolder{
	height: 38px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/**********************************************************************************
/*Masthead*/


#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#mastlinks{
	float:right;
}

#mastlinks ul{
	padding:0;
	margin:0;
}

#mastlinks ul li{
	font-family: Arial,sans-serif;
	font-weight:bold;
	list-style-type:none;
	border: 1px solid #334d55;
	text-align: center;
	width:125px;
	margin: 1px;
}

#mastlinks a{
	display: block;
	padding: 2px;
}

#mastlinks a:hover{
	background-color: #FFE771;
	text-decoration: none;
}

/**********************************************************************************
/*Splash*/

#splash-content-left{
  float: left;
	width: 60%;
	margin: 0;
	padding: 0;
}

#splash-content-right{
  float: right;
	margin: 0;
	width: 36%;
	padding-left: 6px;
	border-left: 1px solid #6B3600;
}

.updatesLogIndex{
	clear:both;	
}

.updatesLogIndex .updatesLogList{
	
}
.updatesLogIndex .updatesLogBullet{
	
}

/************** .feature styles ***************/

.feature{
	font-size: 100%;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	font-size: 120%;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0;
	font-size: 100%;
}

.story p{
	padding: 0;
}

/****************** .image styles *************************/

.image-full{
	clear:both;
	text-align:center;
	font-size:80%;
	margin: 0;
	padding: 15px 0;
}

.image-full img{
	margin: 0;
}

/**********************************************************************************
/*Content*/

/*************** #pageName styles **************/

#pageName{
	font-family: Arial,sans-serif;
	font-size: 200%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #505773;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

.prevNext{
	float:right;
}

/*********** Box set styles ****************/

.leftBox {
	float:left;
	display:block;
	margin-right:10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/**********************************************************************************
/*Nav-Left*/

#nav-left a{
 display:block;
 padding: 2px;
}

#nav-left a:link{
	width: 100%;
	width: auto;
}

#nav-left a:hover{
	background-color: #FFE771;
	text-decoration: none;
}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#sectionLinks h3{
	padding:0;
	margin: 10px 0px 4px 6px;
	font-size:110%;
	clear:both;
}


#sectionLinks ul{
	float:none;
	margin:3px 0;
	padding-left: 0px;
	list-style-type: none;
	font-size: 110%;
}

#sectionLinks ul ul{
	padding-left: 10px;
	font-size: 100%;
}

#sectionLinks ul ul ul{
	padding-left: 15px;
	font-size: 90%;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/**********************************************************************************
/*siteInfo*/

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/**********************************************************************************************************
/*page specific styles*/

/*/admin/fileDetail.php-/admin/userDetail.php*/

.securityExpContainer{
	clear:both;
	width:750px;
	margin-left:-9px;
	overflow:auto;
}

.securityExpLst{
	float:left;
	width:240px;
	margin-left:9px;
}

.securityExpInfo{
	margin-left:9px;
}

/*/downloads.php*/
.fileBlock{
	vertical-align:top;
	position:relative;
	margin-bottom:12px;
}

.fileBlock .desc{
	margin-left:20px;
}

.fileBlock .note{
	position:absolute;
	right:0px;
}

.fileCheck{
	vertical-align:top;
	width:60px;
}

/*/contact.php*/
.contactInfo{
	font: normal 15px/17px Times New Roman, serif;
}

/*/downloads/docRepository.php*/

.docRepository * .fileBullet{
	list-style-type:disc;
}

.docRepository * .folderBullet{
	list-style-type:square;
}

/*register/index.php*/
.column5050{
	float:left;
	width:48%;
}

/*updates.php*/
.updatesGroupHeading{
	margin-top:20px;
}

.updatesDate{
	font-size:80%;
	color:#333;
	font-family:Georgia, "Times New Roman", serif;
	margin-left:10px;
}

.updatesItem{
	color:#880000;
	margin: 2px 0;
}

.updatesItem a:link, .updatesItem a:visited, .updatesItem a:hover{
	color:#880000;
	text-decoration:underline;
	margin: 2px 0;
}

.updatesExpansion{
	margin:1px 8px 8px;
	display:none;
}

