@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middle-bg.jpg);
}

p{
	line-height: 18px;
	color: #FFFFFF;
}

#top{
	width: 100%;
	height: 159px;
	background-image:url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}

.header{
	width: 100%
}

.tag{
	width: 332px;
	height: 32px;
	background-image: url(../images/tag.jpg);
	float: left;
	font-size: 35px;
	color: #6b4949;
	padding-top: 50px;
	padding-left: 80px;
}

.tag a{
	color: #6b4949;
	text-decoration: none;
}

.tag a:hover{
	color: #977c7c;
	text-decoration: none;
}

.header-right{
	width: 748px;
	height: 32px;
	background-image: url(../images/header-right.jpg);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 50px;
	
}

.header-right a{
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.header-right a:hover{
	color: #CC6666;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.about{ 
	width: 633px;
	height: 180px;
	clear: both;
	background-image: url(../images/stain.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #a3a2a2;
	

}

.about h1, h2, h3, h4{
	font-size: 20px;
	font-weight: normal;
	color: #918670;
	padding: 0px;
	margin: 0px;
}

.about p{
	margin-left: 10px;
}

.ace-card{
	padding-top: 14px;
	padding-left: 30px;
}
#MiddleContent
{
	width: 900px;
	min-height: 600px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	font-size:14px;
	padding:20px;
}

#MiddleTitle
{
	font-family:Rockwell;
	font-size:28px;
	font-weight:bold;


}

#middle{
	width: 900px;
	min-height: 600px;
	padding-bottom: 16px;
	padding-top: 16px;
	margin-left:auto;
	margin-right:auto;
}


#middle h1{
	font-size: 24px;
	color: #360303;
	font-weight: normal;
}

#middle h2{
	font-size: 22px;
	color: #360303;
	font-weight: normal;
	padding-top: 15px;
}

#middle h3{
	font-size: 20px;
	color: #360303;
	font-weight: normal;
	padding-top: 15px;
}

#middle h4{
	font-size: 18px;
	color: #360303;
	font-weight: normal;
	padding-top: 15px;
}

#middle img{
	padding-left: 10px;
}



#footer{
	width: 100%;
	height: 204px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}

#bottom{
	width: 100%;
}

.footer-left{
	width: 324px;
	height: 124px;
	background-image: url(../images/footer-left.jpg);
	background-repeat: no-repeat;
	padding-left: 370px;
	padding-right: 80px;
	padding-top: 80px;
	float: left;
}

.footer-left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #310d09;
	margin-bottom: 4px;
	margin-top: 4px;
}

.footer-left a{
	text-decoration: none;
	color: #310d09;
}

.footer-left a:hover{
	text-decoration: none;
	color: #8e4840;
}

.footer-right{
	width: 180px;
	padding-top: 150px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

p.copyright{
	font-size: 12px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #310d09;
	text-decoration: underline;
}

#sidebar a, .about a{
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover, .about a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


a.black {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}


/* Form Styles */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}



div#container {
	background: #ededed;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 480px;
}

h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }

.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}
