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

#header {
	height:140px;
	width:980px;
	background-color:#FFF;
}
#contact {
	position:absolute;
	width:190px;
	height:71px;
	z-index:1;
	left: 767px;
	top: 26px;
}
#contact2 {
	position:absolute;
	width:320px;
	height:71px;
	z-index:1;
	left: 637px;
	top: 26px;
}
#social {
	position:absolute;
	width:70px;
	height:40px;
	z-index:1;
	left: 694px;
	top: 26px;
}
#nav {
	position:absolute;
	width:616px;
	height:28px;
	z-index:2;
	left: 342px;
	top: 112px;
}	
#mainwrapper {
	width:980px;
	height:800px;
	background-color:#ede8d6;
}
#sidebar {
	float:left;
	width: 362px;
	height:800px;
	background-color:#d7d0ba;
	}
#inset {
	float:right;
	width:204px;
}
#panel {
	float:left;
	width:138px;
	padding:10px;
}
#shadow {
	height:35px;
	}
#content {
	width:618px;
	float:right;
	background-color:#ede8d6;
}
#footer {
	height:25px;
	width:960px;
	background-color: #a9a88c;
	text-align:center;
	padding:10px;
	clear:both;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #555;
	padding-left:40px;
	padding-right:40px;
	padding-top:6px;
}
.signature {
	font-size: 12px;
	line-height:16px;
}
.signature a:link {color: #56192b;}
.signature a:visited {color: #56192b;}
.signature a:hover {color: #555b34;}
.signature a:active {color: #555b34;}

.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:18px;
	color: #555b34;
}
.bold_indent_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:18px;
	color: #555b34;
	padding-left:40px;
	padding-right:40px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #FFF;
	text-align:right;
}
.contact a:link {color: #ede8d6;}
.contact a:visited {color: #ede8d6;}
.contact a:hover {color: #a9a88c;}
.contact a:active {color: #a9a88c;}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ede8d6;
	text-align: right;
	}
.nav a:link {color: #ede8d6;}
.nav a:visited {color: #ede8d6;}
.nav a:hover {color: #a9a88c;}
hr  {color: #a9a88c;}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:18px;
	color: #56192b;
}
.subnav a:link {color: #56192b;}
.subnav a:visited {color: #56192b;}
.subnav a:hover {color: #555b34;}
.subnav a:active {color: #555b34;}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 60px;
	list-style-position: outside;
	list-style-type: disc;
}
hr {
	border-color: #555b34;
	text-align:left;
	size:1;
	width:500px;
	margin-left: 40px;
}
.image_floatleft {
	float:left;
	padding: 0px 20px 10px 0px;
}

