BODY {
	color: #000000;
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.hotbar {
	font-size: 11px;
	color: #FFFFFF;
}

.hotbar a{
    color: #FFFFFF;
	text-decoration: none;
}

.hotbar a:hover{
	text-decoration: underline;
}

.searchInput
{
	background: none;
	width: 135px;
	margin-left: 5px;
	border: none;
}


/*Start of navigation*/ 
ul, li{border:0; padding:0; margin:0; list-style:none;}

/*start Drop down*/
.chromestyle{
height:64px;
margin:0 auto;
width:auto; 
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
height:64px;
line-height:64px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
height:64px;
line-height:64px;
padding:0px 13px;
display:block;
text-decoration:none;
float:left;
color:#333333;
font-weight:normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#999999;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:18px;
	z-index:100;
	background-color: #336633;
	width: 180px;
	visibility: hidden;
	font-size: 10px;
}

.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:18px;
	z-index:100;
	background-color: #336633;
	width: 120px;
	visibility: hidden;
	font-size: 10px;
}


.dropmenudiv a, .dropmenudiv2 a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a, .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #339933;
text-decoration: none;
}
/*End of navigation*/ 


/* ----------- Newsletter ----------- */
#Newsletter{
	font-size:11px;
	color:#FFFFFF;
	line-height:17px;
} 

#Newsletter input {
	font-size:10px;
}

#Newsletter a,
#Newsletter a:visited {
text-decoration:none;
color:#FFFFFF;
}
#Newsletter a:hover{
color:#999999;
}

/* ----------- End Newsletter  ----------- */

A:hover {
  text-decoration: underline;
}

img {
	border: 0;
}

.infoBox {
  background: #ffffff;
}

.Heading1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #405d3f;
	font-weight: lighter;
}

.Heading2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #405d3f;
	font-weight: lighter;
}

.Heading3 {
    font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #405d3f;
	font-weight: normal;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #ffffff;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.mainBox {
	width: 800px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	border: 4px solid #E2E2E2;
	padding: 0px;
	margin: 0px;
}

.main1 {
	line-height: 24px;
	color:#666666;	
}

.main2 {
	line-height: 24px;
	color:#FFFFFF;	
}

.form1 {
	line-height: 25px;
	font-size: 11px;
	color:#666666;	
}

.latestnews {line-height: 17px;	color:#555555;}
.latestnews a{ color: #666666; text-decoration:none; }
.latestnews a:hover{ color: #000000; }

.bottomTapLinks {
	font-size: 11px;	
}
/* Tap Links on top right*/
.TopTapLinks { font-size: 11px; }
.TopTapLinks a{ color: #000000; text-decoration:none; }
.TopTapLinks a:hover{ color: #666666; text-decoration:underline; }
/* END Tap Links on top right*/

/* grouping Links */
.grouping { font-size: 11px; }
.grouping a{ color: #666666; text-decoration: none; }
.grouping a:hover{ color: #666666; }
/* END grouping Links */

.listing { font-size: 10px; line-height: 11px;}
.listing a{ color: #336600; text-decoration: none; }
.listing a:hover{ color: #666666; }

.headerBox {
	width: 750px;
	height: 130px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -88px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 88px; /* .push must be the same height as .footer */
}
.footerBox {
	font-size: 10px;
	color: #1f3e1d;
}

.footerBox a{
    color: #1f3e1d;
	text-decoration: none;
}

.footerBox a:hover{
	text-decoration: underline;
}
