/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #099;
	background-image: url(images/background_body.gif);
}

a, a:visited {
	color: #039;
	text-decoration: none;
}

a:hover, a.active {
	color: #900;
}

a img {
	border: 0px;
}

li {
	margin-bottom: 10px;
}

#wrapper {
	background-image: url(images/background_main.gif);
	background-repeat: repeat-x;

}

#main {
	width: 944px;
	margin: 0 auto;
	clear: both;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #ECE9D8;
}

#header {
	height: 150px;
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.nav {
	height: 19px;
	text-align: center;
	padding-top: 15px;
}

.nav .menuitem {
	display: inline;
	margin: 0px 12px;
	padding: 0px;
}

.nav .menuitem a {
	margin: 0px;
	padding: 2px 15px 0px 15px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	background-color: #099;
	border: 1px solid #333;
	color: white;
	overflow: hidden;
}

.nav .menuitem a:hover, .nav .menuitem a.active {
	color: black;
	background-color: #FC0;
}

.businesscard {
	color: #060;
	padding-top: 60px;
	padding-right: 24px;
	font-weight: bold;
}

#content {
	margin: 0 auto;
	clear: both;
	padding: 0px 22px 20px 22px;
}

#footer {
	padding: 20px;
	font-size: 11px;
}

/**** CLASSES CSS ****/

.col630 {
	width: 630px;
}

.col248 {
	width: 248px;
}

.bg_orange {
	background-color: #FC0;
}

.gradient_top {
	background-color: white;
	background-image: url(images/background_content_top.jpg);
	background-repeat: repeat-x;
}

.gradient_bottom {
	background-image: url(images/background_content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px;
}

.headline {
	font-size: 30px;
	color: #207920;
}