﻿body {
	background: #e5e0e0 url(images/bg.png) repeat-x top left;
	margin: 0;
	padding: 0;
}
/*
* {
	padding: 0;
	margin: 0;
}

p {
	margin: 15px 0 15px 0;
}

ul {
	margin: 15px 0 15px 0;
}
li {
	margin: 5px 0 5px 15px;
}
*/

#wrapper {
	background: url(images/logo.png) no-repeat 0 11px;
	margin: 0 auto;
	width: 822px;
}



#contentCol {
	float: left;
	width: 638px;
	display: inline;
	padding: 0 0 20px 0;
}

#topNav {
	width: 822px;
	float: left;
	height: 50px;
	text-align: right;
	font-size: 0px;
	margin-right: -10px;
}

#topNav ul {
	margin: 0;
	padding: 0;
}
#topNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}


#topMenu {
	float: left;
	width: 822px;
	height: 118px;
	text-align: right;
}
#topMenu ul {
	margin: 0;
	padding: 0;
}
#topMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	height: 103px;
}
#topMenu li#news {
	width: 159px;
	background: url(images/topMenu_contact.png) no-repeat top left;
	border: 1px solid;
}

#leftCol {
	background: url(images/leftCol_bg.png) no-repeat top right;
	width: 184px;
	float: left;
	padding: 46px 0 30px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#leftCol #subMenu {
	margin: -26px 0 10px 0;
	width: 183px;
}
#leftCol #subMenu a:link, #leftCol #subMenu a:active, #leftCol #subMenu a:visited {
	text-decoration: none;
	color: #8b1919;
}
#leftCol #subMenu a:hover {
	text-decoration: none;
	color: #333333;
}
#leftCol #subMenu ul {
	margin: 0;
	padding: 0;
}
#leftCol #subMenu li {
	margin: 0;
	padding: 3px;
	list-style: none;
	background: url(images/subMenu_bg.png) no-repeat bottom right;
	border-left: 1px solid #dfdcdc;
	border-top: 1px solid #dfdcdc;
}
#leftCol #subMenu li.s {
}
#leftCol #subMenu li.t {
	background: url(images/subMenu_third_bg.png) no-repeat bottom right;
}
#leftCol #subMenu li.t a {
	background: url(images/subMenu_third_mark.png) no-repeat center left;
	padding-left: 18px;
}

#content {
	padding: 0 0 0 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #2a2323;
	font-size: 15px;
}

#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	color: #8d0e0e;
}
#content a:hover {
	text-decoration: none;
	color: #BE1C1C;
}

h1 {
	font-family: Georgia, Times, serif;
	color: #BE1C1C;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font-family: Georgia, Times, serif;
	color: #BE1C1C;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

.clear {
	clear: both;

}

#footer {
	background-color: #594f4f;
	border-top: 1px solid #7a7272;
	padding: 20px 0 20px 0;
}

#footerWrapper {
	margin: 0 auto;
	width: 822px;
}



#footerRight {
	padding: 10px 0 10px 0;
	background: url(images/footer_bg.png) repeat-y top left;
	float: left;
	width: 510px;
	display: inline;
	font-family: Georgia, Times, serif;
	color: #e5e0e0;
	font-size: 15px;
	text-shadow: black 1px 1px 0;
	filter: Shadow(Color=#000000, Direction=180, Strength=1);
}
#footerRight a {
	color: #e5e0e0;
	text-decoration: none;
}
#footerRightText {
	padding: 0 0 0 25px;
}

#footerLeft {
	width: 312px;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #e5e0e0;
	text-align: right;
	text-shadow: black 1px 1px 0;
	filter: Shadow(Color=#000000, Direction=180, Strength=1);
	
}


.newsList {
	margin: 0 0 30px 0;
	clear: both;
}
.newsList img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #FFF;	
}
.newsListHeader {
	font-family: Georgia, Times, serif;
	color: #BE1C1C;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 2px 0;
}
.newsListByDate {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #555555;
}
.newsListReadMore {
	margin: 10px 0 0 0;
	clear: both;
	font-size: 13px;
}





.news {
	margin: 0 0 30px 0;
	clear: both;
	font-size: 13px;
	line-height: 19px;
}
.news img {
	float: right;
	margin: 0 0 5px 5px;
	border: 3px solid #FFF;
}
.newsHeader {
	font-family: Georgia, Times, serif;
	color: #BE1C1C;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 2px 0;
}
.newsByDate {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #555555;
}
.newsIngress {
	margin: 0 0 10px 0;
}



.contactForm {
	margin: 20px 0 0 0;
}
.contactText {
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	vertical-align: middle;
	color: #594F4F;
}
.contactInput {
	padding: 4px 0 4px 0;
}
.contactInput input {
	width: 400px;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica;
	color: #594F4F;
	border: 1px solid #CECACA;
}
.contactMessage {
	padding: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #594F4F;
}
.contactMessage textarea {
	width: 80%;
	height: 150px;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #594F4F;
	border: 1px solid #CECACA;
}
.contactFormSubmit {
	padding: 15px 0 0 0;
}
.contactFormSubmit input {
	font-family: Arial, Helvetica;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #594F4F;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #7A7272;
	border-left: 1px solid #7A7272;
}
.contactFormSubmit input:hover {
	background-color: #7A7272;
}
.contactFeedbackNegative {
	margin: 10px 0 10px 0;
	border: 1px solid #CECACA;
	padding: 5px;
	font-family: Georgia, Times, serif;
	color: #9F2727;
}
.contactFeedback {
	margin: 10px 0 10px 0;
	border: 1px solid #CECACA;
	padding: 5px;
	font-family: Georgia, Times, serif;
	color: #7A7272;
}


#siteMap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#siteMap li {
	font-size: 16px;
	padding: 4px 0 4px 0;
}
