@charset "utf-8";
/* CSS Document for Web Viewing
designed by Unconfusing Technology, LLC
*/

html
{
	
}

body
{
	width:800px;
	padding:0px;
	margin:0px auto;
	background-color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-weight:normal;
	font-size:90%;
	color:#333333;
}

img
{
	border:0;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

a, a:link, a:visited
{
	color:#4A2100;
	text-decoration:none;
	font-weight:bold;
}

h1,h2,h3,h4
{
	color:#00414a;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: url(images/compass.png) left center no-repeat;*/
	/*background:url(images/hdr_back.png) left center repeat-x;
	background-color:#f5f2e6;*/
	border:2px solid white;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:4px 0px 4px 25px;
	width:80%;
}
/*
h1:before, h2:before, h3:before, h4:before
{
	content: url(images/compass.png);
}
*/
p
{
	text-align:left;
	padding-left:5px;
}

ul
{
	list-style:circle;
}

.floatbuster
{
	float:none;
	clear:both;
}

#head
{
	padding:0px;
	margin:0px;
	height:320px;
	background:url(images/header.png) top center no-repeat;
	position:relative;
}
#topmenu, #footmenu
{
	position:absolute;
	bottom: 10px;
	padding-left:15px;
}
#topmenu a, #footmenu a, .dropmenu a
{
	font-family:'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing:-.5px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-transform:capitalize;
	text-decoration:none;
}

#topmenu a:hover, #footmenu a:hover
{
	border:1px inset #dcd2b3;
	border-right:none;
	border-left:none;
}

#topmenu ul, #foot ul
{
	list-style:none !important;
	padding:0px;
	margin:0px;
	width:700px;
}
#topmenu li, #foot li
{
	float:left;
	margin:0;
	padding:0px 8px;
	font-family:monospace, Courier New, Courier;
	letter-spacing:-.5px;
	font-size:medium;
	font-weight:bold;
	color:#ffffff;
	text-transform:capitalize;
}
#main
{
	min-height:159px; /* remove this after testing */
	background:#dcd2b3 url(images/header_bot.png) top center no-repeat;
	padding:10px;
	text-align:left;
}

#left
{
	width:550px;
	float:left;
}

#right
{
	float:right;
	width:210px;
	margin-top:70px;
	font-size:80% !important;
	text-align:center !important;
}

#foot
{
	height:175px;
	background:#dcd2b3 url(images/footer.png) top center no-repeat;
	position:relative;
}
textarea, input, table
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size:90%;
}

textarea, input
{
	border:1px solid #004049;
	padding:1px;
}


hr
{
	height:2px;
	color:#FFFFFF;
	background-color:#ffffff;
	border:none;
	text-align:center;
	width:75%;
}


.dropmenu
{
	position:absolute;
	visibility: hidden;
	border:none;
	/*font:normal 12px Verdana;
	background-color: #E9FECB;*/
	line-height: 18px;
	z-index: 100;
	background-color:#004049;
	/*width:190px;*/
	min-width:100px;
	padding:10px;
	margin-top:8px;

}
 
.dropmenu a
{
	width: 100% !important;
	padding: 2px 0px 2px 0px;
	display: block;
	border-bottom: 1px solid #000000;
	/*text-indent: 5px;*/
	text-align:center !important;
}

.dropmenu a:hover
{
	color:#004049;
	background-color:#FFFFFF;
	*color:#B2CB8E;
}