@charset "utf-8";
/* CSS Document */

body{
    margin:0;
    padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
    background:url(../images/site/site_bg.jpg) center top #954f32;
	color:#333333;
}
input, textarea{
    font-family:Arial, Helvetica, sans-serif;
}
body.sub{
    background:url(../images/site/sub_page_bg.jpg) repeat-x black;
}
img{
    border:none;
}
form{
    margin:0px;
    padding:0px;
}
a{
    color:#CC6600;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
p{
    margin:0 0 5px 0;
	
}
h1, h2, h3, h4, h5, h6{
    margin:0 0 5px 0;
	font-weight:bold;
}
h1{
	font-size:26px;
	color:#5e1d0c;
}
h2{
	font-size:14px;
	color:#2b492d;
	margin:10px 0;
}
h3{
	font-size:20px;
	color:#CC6600;
}
h4{
	font-size:18px;
	color:#CC6600;
}
.hr{
    border-bottom:2px dotted #2b492d;
    height:1px;
    margin:10px 0;
}
.input{
    padding: 3px;
    border: 1px solid #495c48;
    font-size: 13px;
    background: #fff;
}
.subalert{
    font-size:10px;
    color:darkred;
    font-weight:bold;
}
.darker{
    background-image:url(../images/transparencies/black_30perc.png);
}
.darker_fade{
    background:url(../images/transparencies/black_30perc_fade.png) repeat-x;
}
blockquote{
	display:block;
	padding:0;
	width:300px;
	background:url(../images/site/quote-open.gif) top left no-repeat;

}
.quote_right{
	margin:0 0 10px 10px;
	float:right;
}
.quote_left{
	margin:0 10px 10px 0;
	float:left;
}
blockquote p{
	padding:15px;
	margin:0;
	font-size:20px;
	color:#993300;
	background:url(../images/site/quote-close.gif) bottom right no-repeat;
}

/* TEMPLATE */

.content_corner{
	float:right;
	height:125px;
	width:265px;
}

.container{
	width:1104px;
	margin:0 auto;
	margin-bottom:10px;
}
.body{
	width:934px;
	margin-left:68px;
	margin-right:34px;
	padding-right:68px;
	background:url(../images/site/c_b_right.jpg) top right no-repeat;
}
.content_td{
	width:720px;
	background:url(../images/site/c_b_bottom.jpg) bottom right no-repeat white;
}
.content{
	width:720px;
	background:url(../images/site/c_b_top.jpg) top right no-repeat;
	padding-bottom:20px;
}
.footer{
	text-align:center;
	margin-left:34px;
	padding:20px 0;
	background:url(../images/site/site_footer.png) top center no-repeat;
	font-weight:bold;
	font-size:12px;
}
.footer a{
	color:#000000;
	padding:0 5px;
	text-decoration:underline;
}
.footer a:hover{
	color:#333333;
}

.nav a{
	display:block;
}

.menu{
	width:638px;
	height:850px;
	background:url(../images/site/page/menu/menu.jpg) no-repeat;
	padding-top:150px;
	padding-left:32px;
	padding-right:50px;
}
.menu h2{
	margin:5px 0 0 0;
	font-size:16px;
}
.menu h1{
	border-bottom:2px dotted #2b492d;
	margin-bottom:1px;
}
.menu .italic{
	font-size:12px;
	font-style:italic;
	text-align:justify;
	color:#333333;
}

.menu .orange{
	color:#CC3300;
	font-weight:bold;
}

.feedback h1{
	display:none;
}
.feedback ul{
	margin:0;
	padding:0;
}
.feedback ul li{
	font-size:14px;
	color:#823c1e;
	font-weight:bold;
	list-style:inside;
	margin-left:40px;
}
