@charset "utf-8";
body {
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.png) center repeat-y rgb(240,232,183);
}

h3 {
	font-size:14px;
}

#Main{
	margin: 0px auto;
	width:989px;
	background:rgb(240,232,183);
}

#header{
	float:left;
	width:989px;
	height:120px;
	background:url(../images/banner.jpg) top no-repeat;
	text-align:center; 
	font-family:Arial;
	color:#CCC;
	text-decoration:underline;
	font-style:italic;
	font-size:40px;
}

#navbar{
	float:left;
	width:989px;
	height:30px;
	background:rgb(240,255,167);
	text-align:center;
	border-top: rgb(160,210,110) 2px groove;
	border-bottom: rgb(160,210,110) 2px groove;
}

#navbar ul li{
	list-style:circle;
	list-style-position:outside;
	text-align:left;
	color:#FFFFFF;
}

#leftNav{
	float:left;
	width:185px;
	height: 400px;
	min-height:300px;
	background-color: rgb(240,232,183);
	border:#CC9966 0px solid;
}


#ContentArea{
	width:990px;
	height:400px;
	min-height:500px;
}

#Content{
	float:left;
	width:777px;
	height:400px auto;
	min-height: 400px !important;
	background:#FFFFFF;
	margin-left:0px;
	border:#333 1px solid;
	font-size:11px;
	padding:12px;
}

#leftCol{
	float:left;
	width:50%;
}
#rightCol{
	float:left;
	width:50%;
}

#contact{
	float:left;
	width:375px;
}

.select{
	color:rgb(47,104,95);
	font-weight:bold;
}

.select:hover{
	background: rgb(246,255,168);
}

#map{
	float:left;
	width:400px;
	text-align:center;
	margin-left:7px;	
}

.button{
	color:#FFFFFF;
	background-color:#000066;
	border:#FFF 1px solid;
	padding:2px;
	cursor:pointer;	
}


#footer{
	float:left;
	width:989px;
	background:rgb(240,255,167);
	border-top: rgb(160,210,110) 2px groove;
	text-align:center;
	color:#000;
	padding-top:7px;
}
#footer a{
	color:rgb(0,74,74);
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
}


.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}



/**** Menu Styles ****/
#menu {
width: 180px; /* set width of menu */
background:  rgb(50,80,40);
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding-left: 10px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: rgb(0,74,0) #888 #555 rgb(0,94,0);
margin: 0;
padding: 1px 2px;
}

#menu h2 a {
color: #fff;
background: rgb(40,180,40);
text-transform: uppercase;
}

#menu h2 {
color: #fff;
background: rgb(100,100,100);
text-transform: uppercase;
}

#menu a {
color: #FFF;
background: rgb(57,129,79);
text-decoration: none;
text-transform:capitalize;
width:100%;
}

#menu a:hover {
color: #FFF;
background: rgb(97,180,99);
text-transform: capitalize;
}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu .submenu{
	margin-left: 6px;
}
/** Menu Styles **/