
/**
 * Global definitions
 */
* {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

html {
	overflow:auto;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #fff;
	font-size: 13px;
	color: #333;
}

h1 {
	margin-bottom: 10px;
	font-size: 26px;
	color: #754e2f;
	font-weight: normal;
}

h2 {
	margin-bottom: 5px;
	color: #754e2f;
	font-weight: normal;
}

h3 {
	margin-bottom: 5px;
	color: #888;
	font-weight: normal;
}

p {
	font-size:14px;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	overflow: visible;
}

a {
	color: #a07652;
}

a:hover {
	text-decoration: none;
}

dl {
	margin-bottom:1em;
	padding: 5px 0;
}

dt {
	float: left;
	clear: left;
	width: 140px;
	color: #777;
	padding: 4px 0;
	padding-right:10px;
	text-align:left;
	font-weight:bold;
	font-family: Tahoma;
}
dd {
	margin: 0;
	color: #333;
	overflow: hidden;
	padding: 4px 0px;
	min-height:1.2em;
	font-family: Tahoma;
}


/**
 * Form items
 *
 */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #999;
	padding: 1px 2px;
}

input.valid, select.valid, textarea.valid {
	background-color: #eff9df;
	border: 1px solid #7a7;
}

input.invalid, select.invalid, textarea.invalid {
	background-color: #fcc;
	border: 1px solid #a77;
}

input.focused, select.focused, textarea.focused {
	border-color: #45d;
	border-width: 1px;
	border-style: dashed;
}

input.submit {
	padding: 0 15px;
}

textarea {
	overflow:auto;
}

strong.required {
	color: red;
}

a.button {
	text-decoration: none;
	color: #fff;
	background-color: #e54522;
	font-size: 12px;
	padding: 2px 20px 2px 10px;
	display: inline-block;
	background-image:url('../../_rsc/img/ico/arrow.png');
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

a.button:hover {
	background-color: #907e34;
}




#header-wrapper {
	background-color: #e7d0a4;
	clear: both;
	overflow: hidden;
}

#header {
	width: 960px;
	margin: auto;
	padding: 20px 0;
}

#menu-wrapper {
	background-color: #a17653;
	clear: both;
	overflow: hidden;
}

#menu-wrapper .menu-0 {
	width: 960px;
	margin: auto;
	padding: 20px 0;
}
.menu-0 li {
	display: block;
	float: left;
	margin-left: 20px;
}
.menu-0 li:first-child {
	margin-left: 0;
}
.menu-0 li em {
	font-style:normal;
}
.menu-0 li a {
	color: #eee;
	text-decoration: none;
	font-size:16px;
	display: block;
}

.menu-0 li.active a {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.menu-0 li a:hover {
	color: #fff;
	border-bottom: 2px solid #ccc;

}

#middle {
	width: 960px;
	margin: auto;
	clear:both;
	padding: 20px 0;
}


#local-menu-wrapper {
	margin: 0;
}

#news {
	background-color: #734f2f;
}
#news .news-title {
	font-size: 20px;
	color: #ddd;
	padding: 15px;
	padding-bottom: 10px;
}
#news .news-content {
	clear:both;
	padding: 15px;
	padding-top: 0;
	color: #ccc;
}

#footer-wrapper {
	background-color: #a17653;
	clear: both;
}

#footer {
	width: 960px;
	margin: auto;
	font-family: Tahoma;
	padding: 15px 0;
}
#footer p {
	margin-top: 10px;
	font-size: 11px;
	color: #ddd;
}
.menu-1 {
	margin-left: 0px;
	margin-bottom: 10px;
}

.menu-1 a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size:15px;
	background-color: #e7d0a4;
	margin-bottom: 1px;
	padding: 5px 15px;
	background-image:url('../../_rsc/img/ico/arrow.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.menu-1 a:hover {
	background-color: #a17653;
	color: #eee;
	background-image:url('../../_rsc/img/ico/arrow.gif');
}

.menu-1 li.active em {
	font-style: normal;
	font-weight: bold;
	color: #555;
}

#side-wrapper {
	width: 320px;
	float: left;
}

#content-wrapper {
	width: 640px;
	float: left;
}

#content {
	padding-right: 40px;
}



#cover {
	float:right;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	margin: 0 0 1em 1em;
}

.date-box {
	background-color: #e53422;
	color: #fff;
	width: 50px;
	overflow: hidden;
	padding: 4px 0;
}

.date-box-day {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	letter-spacing: -1px;
}

.date-box-month {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	letter-spacing: -1px;
}

#content li {
	line-height: 1.6em;
	margin-bottom: 5px;
}

#files {
	margin-bottom: 10px;
}

#sub-pages {
	clear:both;
	overflow: hidden;
	margin-right: -46px;
}

#sub-pages li {
	margin:0;
	sfloat: left;
	overflow: hidden;
	margin-bottom:24px;
	margin-right:30px;
	display: inline-block;
	vertical-align: top;
}
#sub-pages a.cover {
	width: 120px;
	height: 80px;
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	text-align: center;
	opacity: 0.85;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#sub-pages a.cover img {
	width: 100%;
	height: 100%;
}

#sub-pages a.cover:hover {
	border-color: #777;
	opacity: 1;
}

#sub-pages a.link {
	display: block;
	text-align: center;
	width: 120px;
}

#images {
	clear:both;
	overflow: hidden;
	margin-right: -46px;
}

#images li {
	margin:0;
	float: left;
}
#images a {
	width: 120px;
	height: 80px;
	border: 1px solid #eee;
	padding: 0px;
	display: block;
	text-align: center;
	margin-bottom:24px;
	margin-right:36px;
	opacity: 0.85;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#images a:hover {
	border-color: #777;
	opacity: 1;
}

#images a img {
	display:none;
}

#videos {
	margin-bottom: 15px;
}

#videos > div {
	margin-bottom: 15px;
}

#twtr-widget-1 {
	margin-left:10px;
}

.twtr-tweet-text p {
	font-size: 12px;
}

ul.entries li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

ul.entries h2 {
	margin-top: -2px;
	margin-bottom: 2px;
}

ul.entries h2 a {
	text-decoration: none;
}

ul.entries h2 a:hover {
	text-decoration: underline;
}
ul.entries img {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	float: right;
	margin: 0 0 3px 1em;
}


/**
 * Message Boxes
 *
 */
.info, .success, .warning, .error, .validation {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../../_rsc/img/ico/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../../_rsc/img/ico/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../../_rsc/img/ico/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../../_rsc/img/ico/error.png');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../../_rsc/img/ico/validation.png');
}
.info ul, .success ul, .warning ul, .error ul, .validation ul {
	list-style-type: square;
	list-style-position: inside;
}
