@charset "utf-8";
/* CSS Document */

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	/*background-image:url(/images/bg-textured-h.jpg);
	background-position:top left;
	background-repeat:repeat;*/
	background-color:#d1b76d;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-top:0px;
}

hr {
	border: 0;
	border-top: 1px solid #9d9d9d;
	height: 1px;
}

ul {
	list-style-type: none;
	list-style-image: url(/images/bullet-2.gif);
	list-style-position: outside;
	margin-left: 2em;
}

li {
	margin-bottom:10px;
	}

.link {
	list-style-image: url(/images/bullet-1.gif);
}

a {
	text-decoration: none;
	color: #9e100f;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

h1 {
	margin-top:25px;
	margin-bottom:25px;
	font-size: 1.7em;
	color: #5E0A09;
	border-bottom:1px solid #5E0A09; 
	padding: 0 0 8px 0;
}

h2 {
	font-size: 1.1em;
	border-bottom:1px dotted #333333;
	color:#5E0A09;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.wrapper-a {
	margin: 0;
	padding: 0;
	background-image:url(images/headerrunbg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-top:0px;
}

.main {
	background-image:url(images/bodybg.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px 0 25px 0;
	width:974px;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width:974px;
	height:382px;
}

.header-bottom {
	background-image:url(images/header-bottom.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0px;
	padding: 0px;
	width:974px;
	height:53px;
	float:left;
}

.header-logo {
	margin: 62px 0 0 25px;
	padding: 0px;
	width:357px;
	height:116px;
	float:left;
	text-align:left;
	clear:none;
}

.header-logo a, .header-logo img {
	border:none;
}

.side_content {
	margin-left:21px;
	margin-top:0px;
	padding: 0 0 25px 0;
	width:294px;
	position:relative;
	height: 100%;
	float:left;
}

.side_content-top {
	margin-left:0px;
	margin-top:0px;
	padding: 0 0 0 0;
	width:294px;
	height:17px;
	position:relative;
	background-image:url(images/side-top.jpg);
	background-repeat:no-repeat;
}

.side_content-int {
	margin-left:0px;
	margin-top:0px;
	padding: 0 5px 0 5px;
	width:285px;
	position:relative;
	height: 100%;
	background-image:url(images/side-int.jpg);
	background-repeat:repeat-y;
}

.side_content-bottom {
	margin-left:0px;
	margin-top:0px;
	padding: 14px 0 0 0;
	width:294px;
	height:23px;
	position:relative;
	background-image:url(images/side-bottom.jpg);
	background-repeat:no-repeat;	
}

.main_content {
	margin-left:5px;
	margin-top:4px;
	padding: 0 14px 0 14px;
	width:612px;
	position:relative;
	/*border-left: 1px solid #bababa;*/
	height: 100%;
	float:left;
}

.wrapper-footer {
	background-image:url(images/footerrunbg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	height:146px;
}

.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width:974px;
	height:146px;
	text-align:center;
}

.footer_logo {
	margin-left:10px;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:0px;
	padding: 0px;
	width:244px;
	height:75px;
	float:left;
	clear:none;
}

.footer_address {
	margin-left:20px;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:0px;
	padding: 10px 0 0 0;
	width:670px;
	height:75px;
	float:left;
	clear:none;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
}