/* -------------------------------------------- */
/* GENERAL TAGS                                 */
/* -------------------------------------------- */

body {
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #6b7e26;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 4px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	border: 0px;
	border-bottom: 1px solid #8f8f8f;
	width: 150px;
	padding-left: 13px;
}

p.date {
	font-size: 11px;
	color: #6d6d6d;
	padding-top: 0px;
	margin-top: 0px;
}

img {
	border: none;
}
a:hover {
	color: #6b7e26;
}
.nolink a {
	text-decoration: none;
	color: #000;
}
.nolink a:hover {
	text-decoration: underline;
	color: #000;
}
hr {
	border: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
	width: 80%;
}

/* -------------------------------------------- */
/* FORM ELEMENTS                                */

input, select, textarea {
	border: 1px solid #666666; 
}
input.submit {
	border: 0px;
	border-right: 2px solid #6b7e26;
	border-bottom: 2px solid #6b7e26;
	background-color: #b0d236;
	color: #FFF;
}

/* -------------------------------------------- */
/* MENU                                         */
li {
	list-style-type:none;
	list-style-image: url(images/arrow.png);
}
li.selected {
	list-style-type:none;
	vertical-align: middle;
	list-style-image: url(images/arrow-highlight.png);
	line-height: 16px;
}

ul.selected {
	
	margin-left: 0px;
	padding-left: 4px;
	width: 110px;
}
ul.selected  li {
	list-style-image: none;
	text-indent: 0px;
	line-height: 18px;
}
ul a {
	text-decoration: none;
	color: #2a2a2a;
}
div#left_menu ul a:hover {
	font-weight:bold;
	color: #6b7e26;
}
ul.selected a {
	text-decoration: none;
	color: #6b7e26;
}


/* -------------------------------------------- */
/* PAGE ELEMENTS                                */
/* -------------------------------------------- */

div#site {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	
}
div#header {
	width: 1000px;
	height: 60px;
	margin-top: 50px;
}
div#header_left {
	width: 400px;
	float: left;
	overflow: hidden;
	height: 60px;
}
div#header_right {
	line-height: 22px;
	width: 400px;
	float: right;
	height: 60px;
	overflow: hidden;
	text-align: right;
}

div#left_menu {
	width: 180px;
	float: left;
}
div#content {
	float: left;
	width: 550px;
	padding-left: 10px;
	padding-right: 60px;
	color: #000;
	height: auto;
	overflow: hidden;
}
div#content a {
	color: #6b7e26;
	text-decoration: underline;
}
div#content a:hover {
	color: #b0d236;
}
/* -------------------------------------------- */
/* Footer            							*/

div#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 80px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #b0d236;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	color: #202020;
	margin-top: 30px;
}

div#footer a {
	color: #202020;
}
/* -------------------------------------------- */
/* Newsticker        							*/

div#newsticker {
	margin-top: 4px;
	padding-left: 14px;
	padding-top: 17px;
	margin-bottom: 10px;
	padding-right: 845px;
	height: 198px;
	width: 141px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
}

.newsticker {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

.newsticker li {
	list-style-image: none;
}
.newsticker li a {
	color: #FFF;
}

/* -------------------------------------------- */
/* Right sidebar                                */

div#right_menu {
	width: 200px;
	float: left;
}

div#right_menu span {
	line-height: 20px;
	padding-left: 12px;
}

img.reference {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #6b7e26;
}

h4 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 4px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	border: 0px;
	border-bottom: 1px solid #8f8f8f;
	width: 180px;
	padding-left: 13px;
}
h4 a {
	text-decoration: none;
	color: inherit;
}

div#right_menu input {
	margin-left: 24px;
}

/* -------------------------------------------- */
/* Twitter box                                  */

div#twitterbox {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 180px;
	height: 180px;
	padding-left: 13px;
	padding-top: 10px;
	background-image: url(images/twitter_bg_logo.jpg);
	background-repeat: no-repeat;
}
div#twitterbox p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 50px;
	font-size: 11px;
	color: #6d6d6d;
}
/* -------------------------------------------- */
/* Homepage Promo boxes                         */

div#promo_box {
	color: #FFF;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 20px;
	margin-right: 40px;
	width: 131px;
	height: 157px;
	float: left;
	background-image: url(images/homepage_block.jpg);
	background-repeat: no-repeat;
}
div#promo_box h1 {
	color: #FFF;
}
div#promo_box a {
	color: #FFF;
	text-decoration: none;
}
div#twitterbox p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 50px;
	font-size: 11px;
	color: #6d6d6d;
}