/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	}

a {
	text-decoration: underline;
	color:  #000099;
	outline: none;
	}
a:visited {
	color:  #333333;
	}
a:active {
	color:  #666666;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0px 80% 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	z-index: 5;
	background-color: #DFE9F9;
	}

#content{
  float:right;
	width: 73%;
	margin: 0px 2% 0px 0px;
	padding: 0px 0px 0px 0px;
}

#fullpagecontent{
	width: 100%;
	margin: 0px 4% 0px 4%;
	padding: 0px 0px 0px 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #title styles **************/

.pagetitle {
	font-family:Arial, Helvetica, serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#000066;
	margin: 1.5em 0em 1.5em 0em;
	padding-left: .2em;
	border-bottom: 1px solid #CCCC66;
	border-left: 10px solid #CCCC66;		
	}
	
.sectiontitle {
	font-family:Arial, Helvetica, serif;
	font-size: 1em;
	font-weight: bold;
	color:#333399;
	}			


/************** .story styles *****************/

.story{
	clear: both;
	padding: .5em 1em 1.5em 0em;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 1em;
	line-height: 1.5em;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #000000;
	background: #DFE9F9;
	padding: 5px 30px 5px 15px;
	margin-top: -1px;
	font-family:Arial, Helvetica, serif;
	font-size: .7em;
	color:#666666;
	text-align: center;	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/* Display Table
----------------------------------------------- */
table.displaytable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .95em;
	color: #404040;
	background-color: #fafafa;
	border: 1px #1B5C94 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px 0px 20px 0px;
}


table.displaytable td.tablehead { 
	border-bottom: 3px solid #1B5C94;
	background-color: #dddddd;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .95em;
	color: #404040;
	padding: 4px 10px 4px 10px;
}

table.displaytable td.odd { 
	background-color: #FAFADE;
	padding: 4px 10px 4px 10px;
}

table.displaytable td {
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .95em;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 4px 10px 4px 10px;	
}

table.displaytable input, table.displaytable select { 
 	font: .85em Arial, Helvetica, sans-serif; 
 	color: #102132; 
 	border: 1px solid #284279; 
 	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 3px;
}   	

/* Button
----------------------------------------------- */
#button {
	border: 0;
	padding: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .85em;
	background-color: #DFE9F9;
	}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #1958b7;
	border-right: 0px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 12px solid #cccccc;
	border-right: 0px solid #cccccc;
	background-color: #1B5C94;
	color: #fff;
	}

#button a.selected {
	border-left: 12px solid #ffffff;
	border-right: 0px solid #cccccc;
	background-color: #1B5C94;
	color: #fff;
	}

/* Login Stuff
----------------------------------------------- */

.login {
	padding: 0px 0px 10px 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	}

/* Upgrade Browser
----------------------------------------------- */
.upgradebrowser {
	display: none;
	}

/* Homepage Stuff
----------------------------------------------- */	
.homeimage {
	margin: 20px 0px 0px 0px;;
	padding: 0px 0px 0px 0px;;
	background-image:url("../images/home_bg.jpg");
	background-repeat:repeat-x;		
	}

.hometext {
	clear: both;
	margin-top: 10px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	background: #ffffff;
	padding: 5px 30px 5px 33px;
	font-family:Arial, Helvetica, serif;
	font-size: 1em;
	color:#666666;
	text-align: left;	
	}
	
/* Row Stuff
----------------------------------------------- */		
div.spacer {
	clear: both;
	}
	
div.row span.left {
	float: left;
	text-align: left;
	width: 50%;
	}

div.row span.right {
	float: right;
	text-align: left;
	width: 50%;
	}	

/* Secure Navigation
----------------------------------------------- */		
#navcontainer2 {
	margin: 0;
	padding: 20px 0px 0px 0px;
}
	