/* core ***********************************************************************************/

/*

	#807F7D
	#E6E4DF
	#F5F4F0
*/

html {

}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #807F7D;
}

.clear {
	clear: both;
}

/* typo */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-weight: normal;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.8em;
	color: #807F7D;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	color: #807F7D;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0.2em;
}

a {
	color: #807F7D;
	text-decoration: none;
	border-bottom: 1px dotted #807F7D;
}

a:hover {
	border-bottom-style: solid;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border: 0;
}

p, ul {
	margin-bottom: 1em;
	line-height: 1.6em;
}

li {
	line-height: 1.6em;
}

ul.errors li {
	color: #944736;
	padding: 0;
	background: none;
	font-size: 0.9em;
}

table {
	margin-bottom: 1em;
}

table thead th {
	text-align: left;
	padding: 2px 5px;
}

table tbody td {
	padding: 2px 5px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
/* layout ***********************************************************************************/

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../img/bg_wrapper.gif) repeat-y;
}

/* header ***********************************************************************************/

#header {
	height: 290px;
	background: #fff url(../img/header.jpg) no-repeat 0 50px;
}

#header .logo {
	padding: 36px 0 40px 30px;
}

*:first-child + html #header .logo,
* html #header .logo {
	padding-bottom: 37px;
}

#header .logo a {
	border: 0;
}

/* navigation ***********************************************************************************/

#nav_main {
	clear: both;
}

#nav_main li {
	display: inline;
}

#nav_main li a {
	display: block;
	float: left;
	width: 90px;
	padding: 9px 5px;
	margin: 0 5px;
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 1.3em;
	text-decoration: none;
	text-align: center;
	color: #807F7D;
	border: 0;
}

#nav_main li a:hover {
	background: #F5F4F0;
}


#nav_main li a.current {
	background-color: #fff;
}

#nav_top {
	text-align: right;
	padding-top: 20px;
}

#nav_footer {
	text-align: center;
}

#nav_top li,
#nav_footer li {
	display: inline;
	margin-top: 10px;
	padding: 5px 15px;
	border-right: 1px solid #E6E4DF;
}

#nav_top li.last,
#nav_footer li.last {
	border: 0;
}

#nav_top li a,
#nav_footer li a {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #807F7D;
	padding: 0.3em 0;
	border: 0;
	
}

#nav_top li a:hover,
#nav_footer li a:hover {
	border-bottom: 1px solid #807F7D;
}

/* content ***********************************************************************************/

#content {
	width: 440px;
	float: left;
	padding: 20px 20px 0 10px;
	margin-bottom: 20px;
}

/* right ***********************************************************************************/

#right {
	float: left;
	width: 290px;
}

#right .box {
	border-bottom: 1px solid #E6E4DF;
	padding: 20px 20px 10px 20px;
}

#right h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#right p span {
	display: block;
	float: left;
	width: 100px;
} 

/* footer ***********************************************************************************/

#footer {
	clear: both;
	background: #fff;
	border-top: 3px solid #E6E4DF;
	padding-top: 10px;
}

#footer a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #807F7D;
}

/* article ***********************************************************************************/

.article .teaser-image {
	float: left;
	margin-right: 2em;
}

.article .teaser-image a {
	border: 0;
}

.article img {
	float: left;
	margin: 0 2em 1em 0;
}

.article h2 {
	padding: 0.5em 0;
}

.article p {

}

.article li {
	line-height: 1.6em;
	list-style-type: disc;
	margin: 0.5em 0 0.5em 1.5em;
}

.readmore { 
	text-align: right;
	background: transparent url(../img/arrow_right.gif) no-repeat right 6px;
	padding-right: 10px;
}

.back_to_list {
	background: transparent url(../img/arrow_left.gif) no-repeat left 6px;
	padding-left: 10px;
}

.article-list .article {
	padding-bottom: 1em;
	border-bottom: 1px solid #E6E4DF;
	margin-bottom: 1em;
}

.article-list .article h1 {
	margin: 0;
}

.article-list .article .teaser-image img {
	margin: 0 0 1em 0;
}

/* CMS Messages ***********************************************************************************/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	border: 1px solid #70A61C;
	background-color: #CDE1AD;
	font-weight: bold;
	color: #70A61C;
}

#cms_message.failed {
	border: 1px solid #944736;
	background-color: #E5C0B8;
	font-weight: bold;
	color: #944736;
}

/* StoneCMS Forms ***********************************************************************************/

.stonecms_form {
	margin-bottom: 2em;
}

.stonecms_form p {
	padding: 0.5em 0;
	clear: both;
}

.stonecms_form label {
	display: block;
	float: left;
	width: 130px;
}

.stonecms_form p input,
.stonecms_form p textarea {
	margin-left: 130px;
}

.stonecms_form p input,
.stonecms_form p textarea {
	display: block;
	width: 300px;
	border: 1px solid #E6E4DF;
	background-color: #FAF9F7;  
}

.stonecms_form p textarea {
	height: 100px;
}

.stonecms_form input.button {
	width: auto;
	margin: 1em 0 0 0;
	display: inline;
	border: 1px solid #E6E4DF;
	background-color: #807F7D;  
	color: #F5F4F0;
}

.stonecms_form input.submit {
	margin-left: 130px;
}

.stonecms_form .radio .label {
	padding: 0;
	display: block;
	width: 100%;
}

.stonecms_form .radio label {
	display: block;
	width: auto;
	padding-left: 20px;
}

.stonecms_form .radio input {
	display: inline;
	width: auto;
	margin: 0.5em 7px 0.5em -20px;
}

.stonecms_form .checkbox input {
	float: left;
	width: auto;
	padding: 0.5em 0;
	margin: 0;
}

.stonecms_form .errors {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0 !important;;
}

.stonecms_form .errors li {
	list-style-type: none;
	color: #B14651;
	margin: 0;
}

.stonecms_form_success,
.stonecms_form_error {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
}

.stonecms_form_error {
	color: #B14651;
}

.stonecms_form_success {
	color: #090;
}

/* Sitemap ***********************************************************************************/

#sitemap {
	list-style-type: none;
	margin: 1em 0 0;
}

#sitemap ul {
	margin: 0.5em 0 0 0; 
}

#sitemap li {
	list-style-type: none;
}

#sitemap li a {
	text-decoration: none;
}

#sitemap li.article a {
	
}

#sitemap li.menu h2 {
	padding: 0;
	border-bottom: 1px solid #F6F6F6;
}

#sitemap li.menu-item {
	padding: 0.5em 0;
	margin-left: 1.5em;
	list-style-type: square;
	color: #999;
}

#sitemap li.menu-item ul {
	padding-bottom: 0;
}

#sitemap li.article {
	padding: 0.5em 0;
	margin: 0 0 0 1.5em;
	list-style-type: square;
}

#sitemap li.article .summary {
	color: #999999;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}

/* Link List ***********************************************************************************/

.link-list ul ul {
	margin-left: 20px;
}

/* Custom Classes ***********************************************************************************/


