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

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

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.366;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../GIF/index_images/tan_horiz.gif);	
	width: 100%;
	text-align: center;
}


.skiplink {display:none}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#page {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #004165;
	background-image: url(../GIF/index_images/bg_left_blue.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	
	
	
	}


	
/*form {
	margin: 5px;
	background-color: #006699;
	overflow: hidden;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #004165;
	border-bottom-color: #004165;
}*/


#content {
	z-index: 1;

}

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: 100%;
	color: #004165;
	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;
}*/


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

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

#navBar{
	float: left;
	width: 24%;
	padding: 0px;
/*	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	/*overflow: hidden;*/
}

#right_col{
	float:right;
	width: 22%;
	padding-right: 0px;
	
}

#content{
	float: right;
	width: 53%;
	margin-top: 10px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;*/
}

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

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


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

#globalNav{
	padding: 0px 0px 5px 5px;
	color: #cccccc;
	text-align: right;
	font-weight: bold;
	background-color: #660000;
}

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

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


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

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

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

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


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

.feature_content  {
	margin-top: 6px;
}

.feature{
	font-size: 80%;
	width: auto;
	float: none;
	
}



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

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

.story p{
	padding: 0px 0px 10px 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%;
	line-height: 150%;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #fff;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	font-weight: bold;	
}

#sectionLinks a:hover{
	color: #660000;
	text-decoration:none;
	background-image: url(../GIF/index_images/left_nav_gradient.jpg);
}




#right_col{
	padding: 0px;
	font-size: 80%;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.feature h1 {
	

	background-color: #e4dfc0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}


#headlines p{
	
}
/*#globalNav {
	text-align: center;
}
#globalNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}*/
#navBar {
}
#navBar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*#globalNav:visited {color:#FFFFFF}


#globalNav:hover {color:#e4dfc0}*/


#banner {
	text-align: center;
	background-color: #004165;
}
#content {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
/*#masthead {
	background-color: #e4dfco;
}*/
/* Used for acceability elements */
.hidden{
	visibility:hidden;
}
/*  Start Section for footer */

#footer{
	
	
	background-color:#e4dfc0;
	text-align: center;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 90%;
	padding: 1px ;
	}

.footerItem{
	
	color:#003C61;
	text-decoration:none;
	
}

#footerInside{
	margin: 0 auto 0 auto;

}

#footer li{
	list-style-type:none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004165;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.7em;	
	color:#003C61;
	text-decoration:none;


}

#footer li.last {
	border:none;
}


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

.skiplink {display:none}

/*  End Section for footer */
#searchBox {
	font:"Comic Sans MS";
	padding-bottom: 8px;
	color:#FFFFFF;
	background-color:#3366cc;
	font-size: 90%;
	
	padding: 5px;
	position: relative;
	width: 90%;
	margin-top: 20px;
	
}
#navBar #searchBox a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#page #navBar #searchBox li {
	list-style-type: square;
}



.right_col_box {
	background-color: #e2eaee;
	position: relative;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4dfc0;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #e4dfc0;
	overflow: inherit;

}

#quick_links {
	width: 85%;
	margin-left: 8px;
	background-color: #e2eaee;
}


#headlines {
	margin: 0px;
	
}


.style1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #004165;
	background-color: #e4dfc0;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004165;
}


#right_col a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-size: 90%;
	
}

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

.right_col {
	float: right;
	width: 50%;
}
.left_col {
	float: right;
	width: 49%;
}



.right_col li {
	list-style-type: none;
}

.left_col li {
	list-style-type: none;
}


#content .feature {
	margin-right: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4dfc0;
	border-bottom-color: #e4dfc0;
	border-left-color: #e4dfc0;
}
.padding_5px {
	padding-right: 5px;
	padding-left: 5px;
}

.indent_5px {
	padding-left: 5px;
}


#secondary_nav a {
	background-color: #bfcdd6;
	color: #003c61;
}
#secondary_nav {
	line-height: 100%;
}
#secondary_nav a:hover {
	background-color: #EEF7FB;
	background-image: none;
}

.linkListItem{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	
	margin-bottom: 10px;
}
#page #masthead #globalNav form {
	display: inline;
}

.prepare  {
	background-color: #FFAAAA;
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	display: block;
	border: thin solid #660000;
}
.right_nav_title {
	background-color: #E4dfc0;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	text-align: center;
	color: #660000;
	font-weight: bold;
}
.list_no_indent {
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099CC;
	list-style-position: inside;
	padding: 0px;
	margin: 1px;
}
.updated {
	font-size: x-small;
	color: #CCCCCC;
	text-align: right;
}
