@import url("reset.css");

body {
	background: #f1efe5 url(../images/bodybg.jpg) repeat-x left bottom;
	font-family: Arial;
	text-align: left;
	color: #333;
	font-size: 12px;
}

.clear {
	clear: both;
}	

a:link, a:visited, a:active {
	color: #a2001a;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color:#551F07;
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	color: #0c3a07;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #ff9418;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #4e4e4e;
	font-weight: bold;
	margin-bottom: 16px;
}

h5 {
	color: #ff9418;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
}

h6 {
	color: #ffd972;
	font-size: 9px;
	font-weight: bold;
}

p {
	margin-bottom: 18px;
}

#wrapper {
	margin: 0 auto;
	width: 761px;
	padding: 40px 0 20px 0;
}

#wrapRepeat {
	background: url(../images/repeated.jpg) repeat-y;
	width: 761px;
	margin: 0 auto;
}

#wrapBottom {
	background: url(../images/contentbottom.jpg) no-repeat left bottom;
	padding-bottom: 26px;
}

#wrap {
	background: url(../images/containertop.jpg) no-repeat left top;
	padding: 7px 6px 0 6px;
}

#wrap .leftCol {
	background: url(../images/left_bg.jpg) no-repeat left top;
	width: 237px;
	min-height: 582px;
  	height: auto !important;
  	height: 582px;
	float: left;
	position: relative;
}

#wrap .leftCol .logo {
	margin: 22px 0 0 25px;
}

.leftCol .nav {
	margin-top: 40px;
	margin-left: 24px;
	margin-right: 8px;
}

.nav ul li {
	padding-bottom: 15px;
}

.nav ul li a:link, .nav ul li a:active, .nav ul li a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}

.nav ul li a:hover, .nav ul li #active_menu {
	color: #ac001b;
	text-decoration: underline;
}

#wrap .leftCol .leftBottom {
	position: absolute;
	left: 49px;
	bottom: 10px;
}

#wrap .rightCol {
	width: 512px;	
	float: right;
}

#wrap .rightCol .content {
	padding: 50px 24px 20px 24px;
	width: 465px;
}

.content ul {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
	xlist-style-position: inside;
}

.content ol {
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

.content ul li, .content ol li {
	xpadding-left: 10px;
}

.smalltxt {
	font-size: 10px;
	color:#999999;
}

.testimonialtxt {
	font-size: 10px;
	border-top:1px solid #a0b8a0; padding-top: 10px;
	border-bottom:1px solid #a0b8a0; padding-bottom: 10px;
}

.testimonialtxt em {
	font-style:italic;
}

#wrap .rightCol .content h3 {
	color: #ac001b;
	font-size: 18px;
	border-bottom: 1px solid #bfb09b;
	margin-bottom: 16px;
}

#wrap .rightCol .banner {
	height: 489px;
}

#wrap .rightCol .address {
	background: #e9e3dc;
	height: 77px;
	padding-top: 16px;
	text-align: center;
}

#wrap .rightCol .address1 {
	border-top: 1px solid #bfb09b;
	height: 61px;
	padding-top: 16px;
	text-align: center;
	margin: 0 24px 0 24px;
}

#footer {
	text-align: center;
	padding-top: 11px;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #b74050;
	height: 10px;
	line-height: 10px;
	padding: 0 7px;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font-size: 10px;
	color: #ac001b;
	text-decoration: underline;
}

#footer ul li a:hover {
	color: #ac001b;
	text-decoration: none;
}

#footer ul li#last {
	border-right: none;
}

