* {
	border: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

html {
	font: 100%/1.3 'Century Gothic', Arial, sans-serif;
}

body {
	background: #234d0e url('../images/bg.jpg') no-repeat top center;
	color: #000;
	font-size: 14px;
}

p {
	padding: 0 0 8px;
}

#wrapper {
	margin: 0 auto;
	width: 699px;
}

#top_links {
	margin: 15px 0 0 0;
	text-align: right;
}

#top_links a {
	color: #999;
	font-size: 11px;
	padding: 0 0 0 12px;
	text-decoration: none;
}

#header {
	background: url('../images/bg_nav.png') no-repeat;
	height: 64px;
	margin: 15px 0 0 0;
	width: 696px;
}

#logo {
	float: left;
	margin: 6px 6px 0 10px;
}

#header ul {
	float: left;
}

#header ul li {
	background: url('../images/nav_divider.jpg') no-repeat right;
	float: left;
	list-style-type: none;
	margin: 22px 0 0 0;
	position: relative;	
}

#header ul li.last {
	background: none;
}

#header ul li a {
	color: #808380;
	font-size: 15px;
	padding: 0 13px 0 4px;
	text-decoration: none;
}

#header ul li a:hover, #header ul li a.active {
	color: #343634;
}

#header ul li ul {
	background: #cdd1cc;
	display: none;
	left: 0;
	padding: 8px 0 0 0;
	position: absolute;
	top: 20px;
}

#header ul li ul li {
	background: #cdd1cc;
	border-bottom: 1px solid #B5BAB4;
	float: none;
	margin: 0;
	padding: 6px 0 6px 4px;
	width: 150px;	
}

#header ul li ul li.last {
	border: none;
	padding: 6px 0 8px 4px;	
}

#header ul li:hover ul {
	display: block;
}

#home_container {
	background: url('../images/bg_home_container.png') no-repeat;
	height: 274px;
	width: 698px;
}

#home_container_left {
	padding: 28px 0 0 40px;
	width: 300px;
}

#container_top {
	background: url('../images/bg_container_top.png') no-repeat;
	height: 35px;
	width: 698px;
}

#container {
	background: url('../images/bg_container.png') repeat-y;	
	padding: 0 35px;
	width: 628px;
}

#container_bottom {
	background: url('../images/bg_container_bottom.png') no-repeat;
	height: 35px;
	width: 698px;
}

strong {
	font-size: 18px;
	font-weight: bold;
}

span {
	color: black;
	font-weight: normal;
	font-family:'Century Gothic', Arial, sans-serif;
}

#normaltext {
	color: black;
	font-weight: normal;
	font-family:'Century Gothic', Arial, sans-serif;
}

#footer {
	color: #343634;
	font-size: 9px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 699px;
}
.submenu {z-index: 9999; /* IE8 FIX for asp:Menu */} 
	.hiddencol
	{
		display:none;
	}
	.viscol
	{
		display:block;
	}

/* form formatting*/
input[type="submit"] { border: 1px solid #000;
padding: 5px;
background-color:#CCCCCC;
cursor:pointer}