/*

	GREEN:	#99CC33
	WHITE:	#FFFFFF
	BLACK:	#000000

*/

body {
	background: #FFF;
	font-family: Helvetica;
	font-size: 13px;
}

/*-- Styles -------------------------------------------------------------------------------*/

h1 {
	font-size: 40px;
	height: 115px;
	background: url(images/h1.png) no-repeat;
	padding: 60px 0 0 68px;
}

h2 {
	color: #99CC33;
	font-size: 18px;
}

p {
	margin: 0 0 15px; 0;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #FFF;
}

/*-- Container -------------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 860px;
}

/*-- Header -------------------------------------------------------------------------------*/

#header {
	height: 200px;
	background: url(images/logo.png) no-repeat;
	background-position: center;
	margin: 0 0 0 150px;
}

/*-- Menu -------------------------------------------------------------------------------*/

#nav_463803  {
	margin: 25px 0 0 65px;
	padding: 0;
	text-align: right;
	float: left;
}

#nav_463803 li {
	display: block;
	background: url(images/menu_black.png) #000 repeat-y;
	background-position: right;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	margin: 5px 0;
}

/*-- Content -------------------------------------------------------------------------------*/
#content {
	float: right;
	width: 700px;
	background: #000;
	color: #FFF;
}
#content_heading {
	margin: 23px 0 0 30px;
}
#content_text {
	line-height: 1.6;
	padding: 25px 100px 100px 100px;
}


/*-- Footer -------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: url(images/footer_bg.jpg) no-repeat;
	margin: 0 0 0 160px;
	color: #999;
	font-size: 13px;
	padding: 175px 0 50px 0;
	line-height: 1.6;
}
#footer a:hover {
	color: #99CC00;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
	margin: 47px 0 0 0;
}
#footer_logo {
	width:150px;
	height:31px;
    background:url(images/footer_logo.png) no-repeat;
}
#footer_logo:hover {
	background:url(images/footer_logo_hover.png) no-repeat;
}

/*-- Forms -------------------------------------------------------------------------------*/

input.cat_textbox, input.cat_textbox_small {
	background-color: #111;
	color: #CCC;
	border: 1px solid #333;
	width: 300px;
	padding: 5px;
	font-size: 20px;
}

textarea.cat_listbox {
	background-color: #111;
	color: #CCC;
	border: 1px solid #333;
	width: 490px;
	padding: 10px;
	font-size: 15px;
}

input.cat_button {
	background-color: #111;
	color: #CCC;
	border: 1px solid #333;
	padding: 5px
	font-size: 20px;
}

input.cat_button:hover {
	background-color: #333;
	border: 1px solid #333;
}

img.captcha {
	margin: 0 0 5px 0;
}
.newsletter-form {
	background-color: #000;
}

/*-- Odd -------------------------------------------------------------------------------*/

.green {
	color: #99CC33;
}

.blog-container {
	padding: 23px 30px;
	line-height: 1.6;
}

.system-message, .system-error-message {
	padding: 23px 30px;
	line-height: 1.6;
}

.hidden {
	display: none;
}