/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-color:#011733;
	margin-top:25px;
}

#wrapper {
	width:769px;
	min-height:750px;
	padding:13px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/paper005.gif);
}

#chromemenu {
	width:767px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px #238a05;
}

#content {
	padding:13px;
	width:528px;
	margin-left:215px;
	background-color:#FFFFFF;
}

#sideBar {
	padding:13px;
	width:169px;
	background-image:url(../Images/sb_bg.gif);
	background-repeat:repeat-y;
	float:left;
}

#sideBar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #011733;
	margin-top:6px;
	margin-bottom:6px;
	line-height:120%;
}

#footer {
	clear:both;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.65em;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color: #e08a23;
}

/* NAVIGATION */

.chromestyle{
width: 99%;
font-family:Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
width: 100%;
background: url(../Images/nav_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font-size:12px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #238a05; /*THEME CHANGE HERE*/
}

.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/nav_bg_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #238a05; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #73c05c;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #238a05; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #238a05;
color: #FFFFFF;
}


	
/*Text*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#011733;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#011733;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #999999;
	margin-top:11px;
	margin-bottom:11px;
	line-height:120%;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #999999;
	margin-top:11px;
	margin-bottom:11px;
	line-height:120%;
}

li {
	line-height:120%;
	margin-top:8px;
	margin-bottom:8px;
}

ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #999999;
	margin-top:11px;
	margin-bottom:11px;
	line-height:120%;
}
	
a {
	color:#238a05;
	text-decoration:none;
}

a:hover {
	color: #73c05c;
}

.quote {
	color:#011733;
	font:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:5px;
}
