/* Sheiling CSS */
/* Structure */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	background-image:url(headers/contactheader.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#header {
	width:100%;
	height: 288px;
	margin-top:0px;
}
#contentwrap {
	width:1000px;
	margin:auto;
}
#content {
	width:750px;
	float:left;
}
#logobox {
	background-color:#996633;
	height:70px;
	width:290px;
	padding:30px;
}
#logoboxshad {
	background-image:url(shadow.png);
	background-repeat:no-repeat;
	height:138px;
	width:357px;
}
#logo {
	margin:auto;
	width:1000px;
}
/* Global Navigation */
#nav {
	width:1000px;
	margin:auto;
	height:40px;
}
#navhold {
	width:100%;
	margin:auto;
	height:40px;
	background-color:#996633;
}
#nav ul {
	margin:0;
	padding:0px;
	list-style:none;
	background-repeat: no-repeat;
}
#nav li {
	display:inline;
	height: 38px;
	padding:0;
	margin:0;
}
#nav a {
	float:left;
	margin:0;
	padding: 0;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	padding:11px 14px 13px 14px;
	color:#ffffff;
	margin-right: 5px;
}
#nav a span:hover {
	display: block;
	clear:both;
	padding:11px 14px 13px 14px;
	color:#000000;
	background-color:#FFFFFF;
}
/* IE5 \*/
    #nav a span {
	float:none;
}
#current a span {
	float:none;
}
/* End IE5 */
#current a span {
	float:left;
	display:block;
	padding:11px 14px 13px 14px;
	color:#000000;
	background-color:#FFFFFF;
}
#current a span:hover {
	display: block;
	clear:both;
	padding:11px 14px 13px 14px;
	color:#000000;
	background-color:#FFFFFF;
}
/* Sidebar Navigation */
#leftnav {
	width:230px;
	float:left;
	padding:0px 0px 0 20px;
	margin:0px;
}
#leftnav ul li a {
	color:#000000;
}
#leftnav ul li a:hover {
	color:#000000;
	text-decoration:none
}
#leftnav ul li {
	background-image:url(navtran.png);
	background-position:0 0 0 0;
	background-repeat:repeat-x;
	padding:10px 10px 10px 20px;
	margin: 0 0 0 0px;
	line-height:normal;
}
#leftnav ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#footer {
	width:980px;
	height:33px;
	background-color:#996633;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	padding:10px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
/* Styles */
/* Headers */
h1 {
	font-size:18px;
	display:inline;
	color:#996633;
}
.h1box {
	border-bottom: #E5E5E5 1px solid;
	width:100%;
	padding-top:17px;
	padding-bottom:10px;
}
.h1box2 {
	border-bottom: #E5E5E5 1px solid;
	width:100%;
	padding-top:17px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.h1box2 h1 {
	font-size:14px;
	display:inline;
	color:#996633;
}
.arrow {
	color: #996633;
	font-weight: bold;
}
.image {
	border:#cccccc 2px solid;
	padding:2px;
	float:right;
	margin:15px
}
.bar {
	width:100%;
	height:3px;
	background-color:#996633;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
/* Justification */
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.half {
	float:left;
	width:50%;
}
#typography {
	line-height:1.7em;
	padding:0 0 0 5px;
}
/* Hacks and Fixes */
.clearfix {
	clear:both;
}
img {
	border:0px;
}

