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

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

body{
	font-family: Arial, sans-serif;
	color: #990000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	top: auto;
	background-color: #eeeeee;
	width: 100%;
}

#everything{

}


a:link {
	color: #990000;
	font-family: "Palatino Linotype", Arial, Sans-serif;
	text-decoration: none;
}

a:visited {
	color:#990000;
	font-family: "Palatino Linotype", Arial, Sans-serif;
	text-decoration: none;
}

a:hover {
	color:#990000;
	font-family: "Palatino Linotype", Arial, Sans-serif;
}

a:active {
	color:#990000;
	background-color: #eeeeee;
	font-family: "Palatino Linotype", Arial, Sans-serif;
}

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


}

#about{
	color:#eeeeee;
}

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

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

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

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

ul{
	list-style: none;
	color: #990000;
}



ul ul ul{
	list-style: none;

}

#left_content ul li:before {
	content: "\00BB \0020";
}

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


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

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	color: #990000;
	background-color: #000000;
}

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



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

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}
/*******tabs********/
#tabs {
	font-family: "Palatino Linotype", Arial, Sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	background-color: #eeeeee;
	padding: 6px;
	border-top-color: #000000;
	border-right-color: #cccccc;
	border-bottom-color: #000000;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#tabs ul {
	white-space: nowrap;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	overflow: auto;
	background-color: #eeeeee;
	border-left-color: #000000;
	border-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #000000;
} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 3px;
	border: 1px solid #990000;
	display: inline;
	background-color: #eeeeee;
	list-style-image: none;
	list-style-type: square;
}

#tabs ul li.here {
	border-bottom: 1px solid #fff;
	list-style: none;
	display: inline;
	background-color: #eeeeee;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
}

#tabs ul li.first {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
	font-family: "Palatino Linotype", Arial, Sans-serif;
	font-style: normal;
	font-size: 19px;
	background-color: #eeeeee;
	color: #990000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #eeeeee;
}

#tabs a {
	font-family: "Palatino Linotype", Arial, Sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	background-color: #eeeeee;
}
/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #000000;
	background-color: #990000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: auto;
}

#globalNav img{
	display: block;
	color: #000000;
	background-color: #990000;
}

#globalNav a {
	font-size: 85%;
	padding: 0 4px 0 0;
	color: #eeeeee;
	background-color: #990000;
}

#globalNav a:hover {
	color: #000000;
}
/*************** #pageName styles **************/

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

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

#breadCrumb{
	font-size: %;
	padding: 2px 0px 0 10px;
	background-color: #000000;
	color: #CCCCCC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
}

#breadCrumb a {
	font-size: 80%;
	padding: 2px 0px 0 10px;
	background-color: #000000;
	color: #CCCCCC;
}

/************** .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: 10px 10px 0px 0px;
}


/************** .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 #eeeeee;
	font-size: 75%;
	color: #eeeeee;
	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 #eeeeee;
	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;
	color: #990000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
}
#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;
	color: #990000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-color: #eeeeee;
	border-left-color: #eeeeee;
}

/*********** #sectionLinks styles ***********/
#main_content {
	background: #eeeeee;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 12em;
	margin-bottom: 0px;
	margin-left: 12em;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
} 
/*********** #sectionLinks styles ***********/
#left_content {
	position: relative;
	left: 0;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #cccccc;
    margin-right: 2px solid black;
}

.h1 {
	font-family: "Palatino Linotype", Arial, Sans-serif;
	font-size: large;
	font-style: normal;
	color:#EEEEEE;
	background-color: #990000;
}



.Ann{
	/*size: 2em;*/
	border-bottom: 2px solid black;
	width: 100%;
}

#gol{
	color: #eeeeee;
}
#gol a:link{ 
	color:#eeeeee;
}
#gol a:hover {
	color: #990000;
	border-bottom: 1px solid #eeeeee;
}
/*********** .relatedLinks styles ***********/


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

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

#advert img{
	display: block;
}


/************** #headlines styles **************/
#center_content {
	float: none;
	margin-left: 15px;
	padding: 0px;
	font-size: 85%;
}

#img {
	float: left;
	left: 0;
	top: 0;
	padding: 5px;
}

input {
	color: #990000;
}

#right_content {
	float: right;
	width: 200px;
	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: #cccccc;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
/******** LightBox Code for sitemap and images don't touch it is like a ticking bomb that could blow if messed with ******/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(<img src="images/sitemap/blank.gif">) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/sitemap/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/sitemap/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/******* Bomb Threat is over go home and sleep safely! ****/
