/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #2a3f49;
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:100%;
	}
	
#basepage {
	margin-left:auto;
	margin-right:auto;}
	
#backdrop-left {
	background-image: url(images/backdrop_01.jpg);
	height: 590px;
	width: 300px;
	background-repeat: no-repeat;
	z-index: -1;
	clip: rect(auto,auto,auto,auto);
}


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;
}

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%;
	height: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/MastMainBack%20v6.jpg);
	background-repeat: no-repeat;
}

#navBar{
	width: 175px;
	padding: 0px;
	height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#headlines{
	width: 210px;
	padding-right: 10px;
	background-image: url(images/fade.png);
	background-repeat: repeat;
	height: 100ex;
	position: relative;
	z-index: auto;
	float: right;
}

#content{
	width: 365px;
	background-repeat: repeat;
	position: relative;
	float: left;
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content .insetquote {
	font-style: italic;
	font-weight: normal;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h1 {
	font-size: 16px;
	color: #2A3F49;
}
#content h2 {
	text-transform: none;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0px;
}

#content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
#content-wide {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
}
.emphasis {
	font-weight: bold;
	text-transform: uppercase;
}

#basepage {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bottomleftwatermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#splash {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 780px;
	height: 585px;
	position: relative;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	z-index: 10;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.picframe {
	margin: 4px;
	padding: 1px;
	border: 1px solid #2B3E45;
}


.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 5px;
	background-color: #F8F8F8;
	vertical-align: middle;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/*********** #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;}

/************** #headlines styles **************/

#headlines{
	padding: 10px;
	font-size: 9pt;
	width: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.mastheadtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e8a0;
}
.slideshow {
	position: relative;
	height: 145px;
	width: 400px;
	left: 380px;
	top: 40px;
}
.homeicon {
	position: relative;
	float: right;
}

.nodblspace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
