/*@import url(layouthelp.css);*/

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Verdana, Arial, Helvetica;
	font-size:				small;
	color:					#000;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

a {
	color:					#000;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	position:				relative;
	margin:					auto;
	text-align:				left;
	width:					991px;
}

#page_inner {
	background:				url(../images/bg_div_page_inner.gif) no-repeat top right #99a292;
	width:					973px;
	border-top:				1px solid #d3d7d0;
}

#header_nav {
	position:				relative;
}

#header_nav div.left {
	float:					left;
	padding-left:			28px;
}

#header_nav div.right {
	float:					right;
	margin-right:			20px;
}

#header_nav a {
	color:					#000;
	text-decoration:		none;
	display:				block;
	float:					left;
	padding:				0px 6px;
	padding-top:			5px;
	border-right:			1px solid #000;
}

#header_nav a.first {
	padding-left:			0px;
}

#header_nav a.last {
	border-right:			none;
	padding-right:			0px;
}

#searchFormContainer {
	display:				none;
	position:				absolute;
	top:					30px;
	left:					700px;
	background:				#d3d7d0;
	border:					1px solid #99a292;
	padding:				10px;
	z-index:				999;
	width:					250px;
}

#SearchForm_SearchForm_Search {
	width:					150px;
	float:					left;
}

#header {
	height:					168px;
	position:				relative;
	background:				url(../../assets/header/head.jpg) no-repeat;
}

#header_address {
	color:					#fff;
	font-size:				xx-small;
	position:				absolute;
	top:					137px;
	left:					12px;
}

#header_address h1 {
	display:				none;
}

#navigation {
	width:					130px;
}

div.menu_bottom_border {
	padding-bottom:			8px;
	background:				url(../images/bg_li_navigation.gif) repeat-x bottom left;
}

#navigation ul {
	list-style-type:		none;
}

#navigation ul li {
	border-bottom:			1px solid #99a292;
	background:				url(../images/bg_li_navigation.gif) repeat-x bottom left;
}

#navigation ul li a {
	display:				block;
	margin-top:				4px;
	text-decoration:		none;
	padding-left:			5px;
}

#navigation ul li a.current, #navigation ul li a.section {
	font-weight:			bold;
}
#navigation ul li ul {
	margin-top:				4px;
	font-size:				smaller;
}

#navigation ul li ul li {
	margin-left:			20px;
	border:					none;
	background:				#e2d99b;
	margin:					0px;
	padding:				0px;
	border-bottom:			1px solid #99a292;
}

#navigation ul li ul li a {
	padding:				2px 0px 2px 15px;
	margin:					0px;
}

#navigation ul li ul li a.current, #navigation ul li ul li a.section {
	background:				url(../images/bg_a_navigation_sub.gif) no-repeat 6px 7px;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					128px;
	padding:				0px 24px 0px 24px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol.content_left {
	width:					800px;
}

#content_main_twocol.content_right {
	width:					800px;
}

#content_main_threecol {
	width:					525px;
	min-height:				504px;
	height:					auto !important;
	height:					577px;
	background:				#d3d7d0;
	padding:				43px 77px 30px 32px;
}

#content_right {
	width:					161px;
	padding-top:			45px;
}

#footer {

}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}

div.searchResult {
	border:					1px solid #99a292;
	padding:				10px;
	margin-bottom:			10px;
}

#PageNumbers a, #PageNumbers span {
	padding:				5px;
	border:					1px solid #cdcdcd;
}

div.eventEntry, div.newsEntry {
	border-bottom:			2px solid #99a292;
	padding-bottom:			15px;
	margin-bottom:			15px;
}

div.eventEntry p, div.eventEntry h3, div.newsEntry p, div.newsEntry h3 {
	margin-bottom:			2px;
}

#showCase {
	margin-top:				50px;
	padding:				0px 2px;
}

#showCase h3 {
	margin-bottom:			5px;
	padding-left:			6px;
}

div.showCaseContent {
	background:				#e2d99b;
	padding:				1px;
}

div.showCaseContent p {
	padding-left:			6px;
}