
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #D6D6D6 url(images/body-bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 190%;
}

strong {
}
a:hover {
	color:#FFFF99;
	text-decoration:underline;
}
a:link    {
	color:#990000;
	text-decoration:none;
}
a img {
	border: none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/page-bg.png) repeat;
}

#wrapper-bgtop {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 75px;
	background: url(images/header-wrapper.png) repeat-x left top;
}

#header {
	overflow: hidden;
	width: 1000px;
	height: 75px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 700px;
	height: 40px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 2px 0px rgba(0,0,0,1);
	text-transform: lowercase;
	font-size: 24px;
	color: #FFFFFF;
}

#menu-wrapper {
	overflow: hidden;
	height: 40px;
	background: url(images/menu-wrapper.png) repeat-x left top;
}


/** MENU */

#topmenu {
	float: right;
}

#topmenu ul {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
	margin-left: 20px;
}

#topmenu a {
	display: block;
	float: left;
	height: 40px;
	padding: 35px 15px 0px 15px;
	text-decoration: none;
	text-shadow: 1px 2px 0px rgba(0,0,0,.5);
	font-size: 14px;
	color: #8C8A8A;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu li.active a {
	background: #000000;
	color: #FFFFFF;
}


#midmenu {
	float: left;
}

#midmenu ul {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#midmenu li {
	float: left;
	margin-left: 5px;
}

#midmenu a {
	display: block;
	float: left;
	height: 16px;
	padding: 5px 5px 0px 2px;
	font-size: 10px;
	color: #ffffff;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 5px 0px 0px 0px;
}

/** CONTENT */

#content {
	float: left;
	width:1000px;
	height:auto;
	text-shadow: 1px 1px 0px #FFFFFF;
	border:1px solid black;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	font-size: 26px;
	color: #3B3B3B;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 240px;
	height: 240px;
}

/** LEFTBAR */

#leftbar {
	float: left;
	width: 680px;
	height: 240px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 40px;
	background: url(images/footer-bg.png) repeat-x left top;
	position:bottom;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 13px;
	color: #837F7F;
}

#footer a {
	color: #5E5C5C;
}

.sidebar-box {
	width: 240px;
	padding: 10px 10px;
	background-color: #E6E6B8;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
}

.sidebar-box h2 {
	padding: 0px 0px 5px 0px;
	letter-spacing: -1px;
	font-size: 22px;
	color: #3B3B3B;
}


.leftbar-box {
	width: 640px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
}

.leftbar-box h2 {
	padding: 0px 0px 5px 0px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #3B3B3B;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 0px 0px 15px 0px;
}

.list-style1 a {
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #000000;
}

.list-style2 {
	margin: 0px;
	padding: 0px;
}

.list-style2 li {
	padding: 0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.list-style2 a {
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #000000;
}


.button1 {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 5px;
	background: url(images/button-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

#banner {
	padding-top: 0px;
}

#buttonbox {
	width:240px;
	height:200px;
	text-align:left;
	position:relative;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	width: 55px;
	height: 10px;
	margin:8px 0px 0px 0px;
	padding:0px;
	background-color:#99cc66;
	font: 10px, Arial, Helvetica, sans-serif;
	position:relative;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


