@charset "utf-8";
body, html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #162d4f;
	width: 100%;
	margin: 0px;
}
.navandhead {
	height: 172px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/bgimagelogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.navandhead h1{
	margin: 0px;
	visibility: hidden;
}
.leftnav {
	font-size: 0.8em;
	float: left;
	height: auto;
	width: 202px;
	padding: 10px;
	position: absolute;
}
.leftnavebg {
	background-image: url(images/leftnav_bg.png);
}

.leftnav p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #162D4F;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #162D4F;
	padding-left: 5px;
	padding-bottom: 5px;
}
.leftnav p:first-line {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.rightcontent {
	color: #000;
	width: 520px;
	left: 222px;
	height: auto;
	position: relative;
	min-height: 560px;
	padding: 15px;
	list-style-type: disc;
}
.rightcontent h2{
	text-decoration: underline;	
}
.rightcontent h3{
	font-size: 0.8em;
	text-decoration: underline;
	color: #162D4F;
}
.rightcontent li{
	font-size: 0.9em;
	text-decoration: none;
	color: #162D4F;
	padding: 2px;
}
.rightcontent p{
	font-size: 0.8em;
}
.articlescontent {
	color: #000;
	width: 520px;
	left: 222px;
	height: auto;
	position: relative;
	min-height: 560px;
	padding: 15px;
}
.articlescontent h3{
	font-size: 0.8em;
	text-decoration: underline;
	color: #162D4F;
}
.articlescontent p{
	font-size: 0.8em;
	background-image: url(images/marker_h3.gif);
	background-repeat: no-repeat;
	min-height: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	text-align: justify;
}
.storecontent {
	color: #000;
	width: 520px;
	left: 222px;
	height: auto;
	position: relative;
	min-height: 560px;
	padding: 15px;
}
.storecontent h3{
	font-size: 0.8em;
	text-decoration: underline;
	color: #162D4F;
}
.storecontent h4{
	font-size: 0.8em;
	text-decoration: none;
	color: #162D4F;
}
.storecontent p{
	font-size: 0.8em;
	min-height: 164px;
	text-align: justify;
}
.storecontent img{
	border: 2px solid #162D4F;
	padding: 5px;
	margin: 5px;
	float: left;
}
.audiocontent {
	color: #000;
	width: 520px;
	left: 222px;
	height: auto;
	position: relative;
	min-height: 560px;
	padding: 15px;
	list-style-type: disc;
}
.audiocontent h2{
	text-decoration: underline;	
}
.audiocontent h3{
	font-size: 0.8em;
	text-decoration: underline;
	color: #162D4F;
}
.audiocontent li{
	font-size: 0.9em;
	text-decoration: none;
	color: #162D4F;
	padding: 2px;
	list-style-image: url(images/mp3.png);
}
.audiocontent p{
	font-size: 0.8em;
}
.content {
	background-color: #FFF;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thefoot {
	background-color: #596983;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 9px;
	text-align: center;
}
.thefoot p {
	margin: 0px;
	padding: 10px;
	font-size: 9px;
	color: #FFF;
}
.thefoot p a {
	color: #BAC0CB;
}
.thefoot p a:hover {
	color: #0FF;
}
.chromestyle{
	width: 760px;
	font-weight: bold;
	height: 24px;
	top: 90px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #162d4f;
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	padding-top: 10px;
}

.chromestyle ul li a{
	color: #FFF;
	text-decoration: none;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	top: 3px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #162d4f; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 0.9em Verdana;
	line-height:18px;
	z-index:100;
	background-color: #3b5e91;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #162d4f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #5f78a3;
}

