@charset "utf-8";
/*****************************************
	Author: Zindev (www.zindev.com)
	Website: www.southernhighlands.com
	Global Definitions
*****************************************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #8D5E40 url(/img/main_bg.jpg) top center no-repeat;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #533726;
    padding: 0;
    margin: 0;
}
p {
	margin: 10px 0 10px 0;
}
a {
	color: #533726;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #533726;
}
a:hover {
	text-decoration: underline;
	color: #533726;
}
a:active {
	text-decoration: none;
	color: #533726;
}
a.white {
	color: #FFF;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFF;
}
a.white:active {
	text-decoration: none;
	color: #FFF;
}
a.black {
	color: #000;
}
a.black:link {
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000;
}
a.black:hover {
	text-decoration: underline;
	color: #000;
}
a.black:active {
	text-decoration: none;
	color: #000;
}
h1 {
	margin-bottom: 0px;
	color: #533726;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
}
h3 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
h4 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
h5 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}

/*****************************************
	Class Definitions
*****************************************/

.dashed {
	width: 100%;
	height: 1px;
	background:url(../img/dottedline_repeat.jpg) repeat-x;
	margin: 5px 0 5px 0;
	_margin: 5px 5px -5px 5px;
	text-align: center;
}
.solid {
	width: 100%;
	height: 1px;
	background:url(../img/solidline_repeat.jpg) repeat-x;
	margin: 5px 0 5px 0;
	_margin: 3px 0 -9px 0;
	text-align: center;
}
.share-bg {
	margin: 0px;
	padding: 2px;
	border-top: #CCC 1px dashed;
	border-bottom: #CCC 1px dashed;
	text-align: right;
	background-color: #FFFFFF;
}

/*****************************************
	ID Definitions
*****************************************/

#container {
	margin: 0 auto;
	padding: 0px;
	width: 988px;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #8D5E40 url(/img/header.jpg) top center no-repeat;
	height: 100px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 340px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 100px;
	cursor:pointer;
}
#mainnav {
	margin: 0 auto;
	padding: 0px;
	background: #8D5E40 url(/img/nav_bg.jpg) center no-repeat;
	height: 39px;
	text-align: center;
}
#content {
	
}
#c-top {
	height:381px;
	margin:0px;
	margin-top:10px;
	border:#724C34 1px solid;
}
#c-bottom {
	width:988px;
	margin:0px;
	padding:0px;
	border:#724C34 1px solid;
	border-top:none;
}
#ct-full {
	float: right;
	margin: 0px;
	padding: 0;
	text-align: left;
	width: 986px;
	height:250px;
	border:#FFF 1px solid;
}
#ct-right {
	float: right;
	margin: 0px;
	padding: 0;
	text-align: left;
	width: 780px;
	height:250px;
}
#ct-left {
	float: left;
	margin: 0px;
	padding: 0;
	text-align: left;
	width: 205px;
	height:250px;
}
#h-top {
	height:381px;
	margin:0px;
	margin-top:10px;
	border:#724C34 1px solid;
	background-color: #724C34;
}
#h-bottom {
	height:160px;
	width:988px;
	margin:0px;
	padding:0px;
	border:#724C34 1px solid;
	border-top:none;
	background: #8D5E40 url(/img/index_foot_bg.jpg) top center no-repeat;
}
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-color: #8D5E40;
	height: 30px;
}
#f-links {
	float: right;
	margin: 20px;
	margin-top: 0;
	color: #FFFFFF;
}
#f-copyright {
	float: left;
	margin: 20px;
	margin-top: 0;
	color: #FFFFFF;
}