/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


p{
	line-height: 1.5em;
}

/**/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 18%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 17%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  	width: 62%;
  	margin-left: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
/* display: block; */
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 50px 25px 0px 0px;
}

.feature div{
	float: right;
}


.feature li{
	line-height: 1.5em;
	padding: 0 0 .5em 0;
}

/*
.feature ul{
	
	float: right;
 	list-style-type: disc;
}
*/


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 5px 0px;
	/* margin: 5px 0px; */
}

.story li{
	line-height: 1.2em;
	/* padding: 0px 0px 3px 0px; */
	padding: 0 0 .3em 0;
}

/************** .landing_page styles *****************/

.landing_page{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.landing_page p{
	padding: 0px 0px 5px 0px;
	/* margin: 5px 0px; */
}

.landing_page li{
	line-height: 1.2em;
	/* padding: 0px 0px 3px 0px; */
	padding: 0 0 .3em 0;
}

.landing_page h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #cf5a5b;
	margin: 0px;
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 2px 2px 10px;
	background-attachment: fixed;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
}

#headlines li{
	list-style-type: none;
	margin-left: 0px;
	margin: 0;
	padding: 0px 5px 5px 0px;
}

/**************************************
*
* attention styles
*
**************************************/

.highlight {
	padding: 15px 2px;
	background: #ffff99;
	border: thin solid;
	
}

.orange {
	background-color: #f0bd22;
}

.red {
	color: red;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}

.gray {
	color: gray;
}



.lightRow {
	background: #f0f0f0;
}

.darkRow {
	background: #dddddd;
}

.notice {
	color: red;
	font-style: italic;
	/* font-size:0.8em */
}

.flash {
	background: yellow;
	margin: 5px 5px;
	padding: 5px 5px;
	border-style: double;
	border-color: black;
}

.state_reqs input {
        float:left;
        margin-right: 10px;

}   

.state_reqs label {
     font-family: Arial,sans-serif;
     font-size: 100%;
     font-weight: normal;
     color: #000000; 
}

/* css box */


/* set the image to use and establish the lower-right position */ 
.cssbox_right, .cssbox_left, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(images/cocobox2.png) no-repeat bottom right; 
} 

.cssbox_right { 
	float: right;
	width: 280px !important; /* intended total box width - padding-right(next) */ 
	width: 285px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

.cssbox_left { 
	
	/* select box is pushing right border out... */
	width: 340px !important; /* intended total box width - padding-right(next) */ 
	width: 325px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

.cssbox_nav { 
	
	/* select box is pushing right border out... */
	width: 175px !important; /* intended total box width - padding-right(next) */ 
	width: 160px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* 40 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 5px 30px; /* 25 0 15 40 padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 30px; /* 15 0 15 40 mirror .cssbox_head right/left */ 
}

.cssbox_body ul {
	margin: 1.2em;
	padding: 0px;
}
 

/***************************************
*
* form styles
*
***************************************

.form label{
	font-family: Arial,sans-serif;
	color: #334d55;
	width: 100px;
	float: right;
}
*/

