/*------------ body element styles ---------------*/

body {
	background-image:url(../images/assets/bg.gif);
	background-repeat: repeat-x;
	background-color: #5e5e5e;
}

#nav {
	height: 40px;
	margin: auto;
	padding-left: 30px;
}

hr {
  border:0;
  border-top: 1px dotted #939393;
  height: 0;
}


/*------------ font styles ---------------*/

.mainTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #041b34;
	font-weight: bold;
	font-size: 18px;
}

.subTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #041b34;
	font-weight: bold;
	font-size: 13px;
}

.bodyFont{
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	font-size: 12px;
	line-height: 17px;
	font-weight:lighter
}

/*------------ default nav ---------------*/

a:link {
	text-decoration: none;
	font-weight: normal; 
	color: #53717b;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	font-weight: normal;  
	color: #53717b;
	text-decoration: underline;
}

a:active {
	text-decoration: none; 
	font-weight: normal; 
	color: #53717b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-weight : normal;  
	color: #3d3d3d;
	text-decoration: underline;
}

.sidebarTitle{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px;
	color:#0b2036
	
}

.sidebarFont{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px;
	color:#5d5d5d
	
}

/*----------top navigation-------------*/
.topNav a:link{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
}

.topNav a:visited{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #FFFFFF;
}


.topNav a:active{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #FFFFFF;
}

.topNav a:hover{
	font-family: arial,helvetica, sans-serif;   
	font-size: 12px; 
	text-decoration: none; 
	color: #FFFFFF;
}

/*------------ footer ---------------*/

.footer{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 20px;
}

.footer a:link{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:visited{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline;
	color: #FFFFFF;
}


.footer a:active{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px; 
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:hover{
	font-family: arial,helvetica, sans-serif;   
	font-size: 10px;
	text-decoration: underline;
	color: #D1CE8D;
}


/*------------ drop down menu ---------------*/

.chromestyle{
	font-family: arial,helvetica, sans-serif;
	font-size: 12px; 
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	text-decoration: none;
}

.chromestyle ul{
	width: 100%;
	text-decoration: none;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.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/assets/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 3px;
	border-bottom-width: 0;
	font-family: arial,helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	line-height:18px;
	z-index:100;
	background-color: #53717b;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5e5e5e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	font-family: arial,helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #939393;
}