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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	min-width: 750px;
	
	text-align: center;
	}
	
a:link, a:visited, a:hover {
	color: #2E76AF;
	text-decoration: underline;
}

a:visited{
	color: #2E76AF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #000;
}

h2{
	font-size: 114%;
	color: #D5C23F;
	text-transform: uppercase;
}

h3{
	font-size: 100%;
 	color: #000;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}
ul{
 	list-style-type: square;
}

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

ul ul ul{
 	list-style-type: circle;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainWrap{
	margin: auto;
	width: 780px;
}

#wrap{
	width: 750px;
	margin: auto;
	text-align: left;
}

#masthead{
	padding: 5px;
	margin-top: 5px;
	background: url(../images/header.jpg) no-repeat;
}

#navBar{
	width: 198px;
	float: left;
}

#content{
	float: right;
	width: 520px;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	background: #FFF url(../images/content_bg.jpg) right bottom no-repeat;
	border: 1px solid #A6A6A6;
}
	
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0;
	height: 95px;
}

#siteName span{
	display:none
}

#hide {
	display: none;
}

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

#pageName{
	padding-bottom: 10px;
}

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

 #globalNav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	background: #2E76AF;
	
}

#globalNav ul li{
	display: inline;
}

#globalNav ul li a{
	padding: 0 1.5em;
	color: #FFF;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 85%;
	float: left;
	font-weight: bold;
	border-right: 2px solid #D5C23F;
}

#globalNav ul li a:hover{
	color: #FFF;
	background-color: #9FACBF;
}

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

#breadCrumb{
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

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

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

.feature h3{
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 7px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.kcimap_caption{
	color: #D5C23F;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

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

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

.story h3{
	padding: 3px;
	color: #FFF;
	background-color: #2E76AF;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #BDC1C2;
}

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

#footer {
	margin: 0px auto;
	position: relative;
	font-size: 75%;
	padding: 5px;
	clear: both;
	text-align: center;
	border-top: 2px solid #999;
}

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

#search{
	margin-top: 5px;
	padding: 0px;
	font-size: 85%;
	background-color: #FFF;
	border: 1px solid #A6A6A6;
}

#search label{
	display: block;
	padding: 2px 0px 2px 10px;
	background-color: #2E76AF;
	border-bottom: 2px solid #666;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
}

#search form{
 	margin: 0px;
	padding: 5px 0px 5px 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 #E5E5E5;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

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

#sectionLinks{
	position: relative;
	margin-top: 5px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #A6A6A6;
}

#sectionLinks h3{
	padding: 2px 0px 2px 10px;
	background-color: #2E76AF;
	border-bottom: 2px solid #666;
	color: #FFF;
}

#sectionLinks a:link{
	padding: 5px 0px 5px 30px;
	border-top: 1px solid #D0D0C8;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	background: #FFF url(../images/arrow.gif) no-repeat 10px center;
}

#sectionLinks a:visited{
	padding: 5px 0px 5px 30px;
	border-top: 1px solid #D0D0C8;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	background: #FFF url(../images/arrow.gif) no-repeat 10px center;
}

#sectionLinks a:hover{
	padding: 5px 0px 5px 30px;
	border-top: 1px solid #D0D0C8;
	color: #D5C23F;
	text-transform: uppercase;
	background-color: #F7F7F6;
}

/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin-top: 10px;
	padding: 0px;
	font-size: 85%;
	background-color: #FFF;
	border: 1px solid #A6A6A6;
}

#relatedLinks h3{
	padding: 2px 0px 2px 10px;
	background-color: #2E76AF;
	border-bottom: 2px solid #666;
	color: #FFF;
}

#relatedLinks ul{
	padding: 5px 0px 5px 10px;
}

/*********** #definitionLists ***********/

dl{
	width: 527px;
	margin: 0;
	padding: 0;
	border-top: 2px dashed #C1C1C1;
}

dt{
	float: right;
	width: 400px;
	margin: 0;
	padding-top: 1em;
	font-weight: bold;
}

dt.pr-img{ /* thumbnail image */
	float: left;
	width: 100px;
}

dt.title{
	color: #2E76AF;
}

dd{
	float: right;
	width: 400px; /* width of the list minus thumbnail image */
	margin: 0.5em 0 0;
	padding: 0 0 5px;
}

dd ul{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}

dd ul li span{
	font-weight: bold;
}