/* CSS Document */

html body {
background-color:#CBBC83;
color: #84722E;
}

body {
width:780px;

margin-left:auto;
margin-right:auto;
border: 1px solid;
background-color:#FFFFFF;
}

#bgColor {
width:780px;
background-color:#FFFFFF;
}

#logo {
width:240px;
height:151px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
padding-bottom:5px;
text-align:center;
background-color:white;
}

#greenline {
width:780px;
height:8px;
margin-top:0px;
background-color:#334800;
}

/** DROP DOWN MENU **/
			.chromestyle{
			width:780px;
			z-index:1000;
			background-image:url("../images/navBg.png");
			background-repeat:repeat-x;
			border:none;
			}
			
			.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%;
			 /*THEME CHANGE HERE*/
			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: #765A07;
			padding: 4px 30px;
			margin: 0;
			font-weight:bold;
			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*/
			color:white;
			 /*THEME CHANGE HERE*/
			}
			
			/* ######### Style for Drop Down Menu ######### */
			
			.dropmenudiv{
			position:absolute;
			top: 0;
			/*THEME CHANGE HERE*/
			border:solid .09em #765A07;
			font:bold 12px Times New Roman;
			line-height:18px;
			z-index:100;
			background-color: #CBBC83;
			width: 180px;
			visibility: hidden;
			
			}
			
			
			.dropmenudiv a{
			width: auto;
			display: block;
			text-indent: 3px;
			/*THEME CHANGE HERE*/
			padding: 2px 0;
			text-decoration: none;
			color: #765A07;
			text-align:left;
			}
			
			* html .dropmenudiv a{ /*IE only hack*/
			width: 100%;
			}
			
			.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
			color:white;
			text-align:left;
			}


.dropmenudiv2{
			position:absolute;
			top: 0;
			/*THEME CHANGE HERE*/
			border:solid .09em #765A07;
			font:bold 12px Times New Roman;
			line-height:18px;
			z-index:100;
			background-color: #CBBC83;
			width: 145px;
			visibility: hidden;
			
			}
			
			
			.dropmenudiv2 a{
			width: auto;
			display: block;
			text-indent: 3px;
			/*THEME CHANGE HERE*/
			padding: 2px 0;
			text-decoration: none;
			color: #765A07;
			text-align:left;
			}
			
			* html .dropmenudiv2 a{ /*IE only hack*/
			width: 100%;
			}
			
			.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
			color:white;
			text-align:left;
			}
