/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*  Global */

#wrapper {
	overflow: auto;
	background-color: #fff;
	margin-bottom: 40px;
	min-width:980px;
}

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.525;
	background-color: #fff;
}
body {
	background-color: #555042;
}

a {
	text-decoration: none;
	color: #f16c00;
}

a:hover {
	color: #fc8a2d;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 6px;
}

b, strong {
	font-weight: 700;
}



/*  Top Navigation Menu */

#topnav_wrap {
	clear: both;
	min-width: 960px;
	background-color: #555143;
	border-bottom: 1px solid #484434;
}

#topnav {
	width: 900px;
	height: 30px;
	margin: auto;
}

#topbanner_wrap {
	clear: both;
	background-color: #726950;
	border-top: 1px solid #82775b;
}

#topbanner {
	position: relative;
	width: 900px;
	height: 100px;
	margin: auto;
	line-height: normal;
	color: #fff;
}
#topbannerImg {
	position: absolute;
	right: 0;
	top: -42px;
}

#topbanner a {
	display: block;
	padding: 5px 0 17px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
#topbanner a:hover {
	text-decoration: none;
}
#topbanner b {
	display: block;
	margin-bottom: -.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-indent: -3px;
	color: #f2bb00;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#topbanner em {
	font-family: 'Droid Sans', serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}


#topnav ul.menu {
	position: relative;
	width: 300px;
	right: -460px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 6px;
	margin-bottom: 0px;
	z-index: 999;
}


#topnav ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #82775b;
}

#topnav ul.menu li:first-child {
	border: 0;
}

#topnav a {
	text-decoration: none;
	color: #cbc3ae;
}

#topnav a:hover {
	color: #fff;
	text-decoration: underline;
}



/* Content/Menu */

#content_menu_wrap {
	clear: both;
}

#content_menu {
	width: 900px;
	margin: auto;
	padding-top: 30px;
	/*overflow: hidden;*/
}

/* Frontpage welcome */
#frontpageDesc {
	margin: 0 0 30px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e0e0e0;
}

/* Search Bar */
#navbar_wrap {
	padding: 10px 0;
	background-color: #f1bb00;
}
#searchbarContainer {
	width: 900px;
	margin: 0 auto;
}
#searchbar {
	background-color: #F5F5F5;
	border-radius: 4px 4px 4px 4px;
	height: 40px;
	padding: 5px;
	position: relative;
}
#searchbar form {
	margin: 0;
}
#searchbar .container {
	background-color: #FFFFFF;
	height: 33px;
	margin-right: 70px;
	padding: 7px 5px 0 10px;
}
#searchbar input {
	background: #fff;
	border: 0 none;
	float: left;
	font-size: 20px;
	width: 100%;
	overflow: visible;
}
#searchbar a {
	background: #726950;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 65px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
#searchbar a:hover {
	background-color: #81775b;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin-bottom: 40px;
	min-height:500px;
}


#content h1.article_title a {
	font-family: 'Droid Sans', serif;
	font-size: 26px;
	font-weight: 700;
	color: #000;
}


#content img.content_image_small {
	float: right;
	width: 120px;
	height: 120px;
	border: solid 1px #e0e0e0;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

#content img.content_image_big {
	display: block;
	float: right;
	max-width: 300px;
	border: solid 1px #e0e0e0;
	padding: 4px;
	margin: 0 0 10px 20px;
}


#content div.article_item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e0e0e0;
}

#content div.last_item {
	border-bottom: 0px;
	margin-bottom: 0px;
}

#content div.article_info {
	font-size: 12px;
	padding-top: 6px;
	color: #aaa;
}

#content ul.level-1 {
	font-weight: 700;
	margin-top: 20px;
}

#content ul.level-2 {
	font-weight: 400;
	list-style: square;
	margin-left: 20px;
	padding: 10px;
	padding-bottom: 20px;
}

#contact_form {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact_form label {
	float: left;
	width: 120px;
}

#contact_form input {
	width: 250px;
	margin-bottom: 5px;
	background-color: #fff;
}

#contact_form input.contact_type,
#contact_form label.contact_type_label {
	display: none;
}

#content textarea {
	width: 400px;
	height: 150px;
	margin-bottom: 5px;
	background-color: #fff;
	border: solid 1px silver;
}

#contact_form input.contact_submit {
	margin-left: 120px;
	background-color: #5fa7c8;
	width: 80px;
	color: #fff;
	border: 0;
}

#content p.alert {
	color: red;
}

#content div.article_item ul,
#content div.article_item ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content div.article_item p {
	line-height:1.6em;
	margin:8px 0;
}

#content div.nav-previous {
	float: left;
}


#content div.nav-next {
	float: right;
}


/* Menu */

#menu {
	float: right;
	width: 240px;
	margin-left: 60px;
}

#menu h3 {
	font-family: 'Droid Sans', serif;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #e0e0e0;
}

#menu div.menu_module {
	margin-bottom: 24px;
}
#menu div.menu_module.module_item-1 h3 {
	padding: 2px 0 5px 42px;
	background: transparent url("/theme/images/catHeaderImg.jpg") no-repeat left top;
}




/* Footer */

#footer_wrap {
	clear: both;
	background-color: #555042;
	overflow: auto;
}

#footer {
	margin: auto;
	padding-top: 20px;
	width: 900px;
	color: #81775b;
}

#footer {
}

#footer ul.menu {
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
}

#footer ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #82775B;
}

#footer ul.menu li:first-child {
	border: 0;
	padding-left: 0px;
}
#footer a {
	color: #cbc3ae;
}


