body {
	background: #000;
	padding: 0;
	margin: 0;
}
#wrapper img {
	display: block;
}
#wrapper img.inline {
	display: inline;
}
#outer {
	background: url(/images/pagebg.gif) repeat-x #fff;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#header #client_login {
    position: absolute;
    top: 0px;
    right: 20px;
    font: normal bold normal 14px/36px "Times New Roman", Times, serif;
    letter-spacing: 2px;
}
#header #client_login a {
    color: #cccc66;
    text-decoration: none;
    text-transform: uppercase;
}
#header #client_login a:hover {
    color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.homepage {
	background: url(/images/hp_bg.png) repeat-y #000;
	width: 950px;
	padding-bottom: 5px;
	margin: 20px auto;
}
.homepage div.section {
	float: left;
	color: #999;
}
.homepage div.section a{
	color: #8e5f2b;
	text-decoration: none;
}
.homepage div.section p {
	font: normal normal normal 13px Helvetica, sans-serif;
}
.homepage h2 {
	color: #b8ab66;
	font: normal normal normal 24px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.homepage #section_one {
	width: 250px;
	padding-left: 30px;
	padding-right: 27px;
	min-height: 100px;
}
.homepage #section_two {
	width: 285px;
	padding: 0px 26px;
	margin-right: 27px;
	min-height: 100px;
}
.homepage #section_three {
	width: 250px;
	min-height: 100px;
}
#rotating {
    width: 950px;
    height: 290px;
    padding: 0;  
    margin:  0;
}
#rotating img {
    width: 950px;
    height: 290px;
}
#nav {
	background: #bc813b;
	margin: 0;
	padding: 0px 10px;
	height: 39px;
	font: normal normal normal 14px/39px "Times New Roman", Times, serif;
	color: #fff;
}
#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	height: 39px;
	text-align: center;
	padding: 0 15px 8px 15px;
}
#nav a:hover, #nav a.active {
	color: #fc6;
	background: url(/images/nav-arrow.gif) no-repeat bottom center;
}
#content {
	background: url(/images/contentbg.gif) repeat-y;
	margin: 0;
	padding: 0 0 50px 0;
	min-height: 400px;
	-height: 400px;
}
#content.home {
	background: none;
	padding: 0;
	min-height: 0;
	-height: 0;
}
#sidebar {
	float: left;
	width: 212px;
	min-height: 100px;
	-height: 100px;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar ul li {
	padding: 0 15px 0 0;
	margin: 0;
	height: 39px;
	text-align: right;
	background: url(/images/sidenav-divs.gif) no-repeat bottom right;
}
#sidebar ul #first {
	height: 27px;
}
#sidebar ul li a {
	font: normal normal normal 12px/39px "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;	
	display: block;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	color: #6b4f20;
}
#content_text {
	float: left;
	width: 638px;
	padding: 150px 20px 10px 80px;
	min-height: 100px;
	-height: 100px;
	color: #626262;
	font: normal normal normal 14px/1.5em Helvetica, sans-serif;
}
#content_text.noheader {
	padding: 10px 20px 10px 40px;
}
#content_text a {
	color: #BB813A;
	text-decoration: none;
}
#content_text a:hover {
	text-decoration: underline;
}
#content_text a img {
	border: 0;
}
#content_text a:hover img {
	text-decoration: none;
}
#content_text h1 {
	font-family: Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #BB813A;
	padding: 0 5px;
	*padding-top: 3px;
	margin-bottom: 10px;
}
#content_text h2 {
	font: normal normal normal 20px Helvetica, sans-serif;
	color: #333;
	padding: 0 5px;
}
#content_text h3 {
	font: normal normal normal 17px Times, sans-serif;
	color: #666;
	padding: 0 5px;
}
#content_text p {
	color: #626262;
	font: normal normal normal 14px/1.5em Helvetica, sans-serif;
	padding: 0 5px;
}
#content_text #mid_text {
	font: italic normal normal 18px/24px Times, sans-serif;
	text-align: center;
	border-top: #ccc double 3px;
	border-bottom: #ccc double 3px;
	padding: 12px 0px;
	margin: 10px 28px;
}
#breadcrumb {
	padding: 10px 6px;
	font: normal bold normal 11px Helvetica, sans-serif;
	text-transform: uppercase;
}
#location{
	margin-bottom: 10px;
	float: left;
	width: 45%;
}
#location .loc_image {
	border: 1px solid #666;
	margin: 5px 10px 5px 5px;
	padding: 2px;
	float: left;
}
#location .loc_image img {
	border: 1px solid #000;
}
#location .loc_text {
	padding: 10px 10px;
}
#cu-location{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#cu-location .loc_image {
	font: normal normal normal 16px Times, sans-serif;
	margin: 5px 5px;
	float: left;
}
#cu-location .loc_image_border {
	border: 1px solid #666;
	padding: 6px;
	margin-bottom: 5px;
}
#cu-location .loc_image img {
	border: 1px solid #000;
}
#cu-location .loc_text {
	float: left;
	padding: 0px 6px;
	width: 180px;
	-width: 170px;
}
#cu-location .loc_text p {
	padding: 0px;
	margin: 0px;
	font: normal normal normal 16px/24px Helvetica, sans-serif;
}
input, textarea {
	border: 1px solid #999;
}
#bios .left {
	width: 50%;
	margin-bottom: 75px;
}
#bios .bio_image {
	border: 1px solid #666;
	margin: 5px;
	padding: 2px;
	float: left;
}
#bios .bio_image img {
	border: 1px solid #000;
}
#bios .bio_text {
	padding: 10px 10px;
}
#bios .bio_text a{
	color: #999;
}
#bios .bio_text span{
	font-size: 13px;
	font-weight: normal;
}
#bio_image {
	float:left;
	margin: 15px 15px 10px 5px;
	padding: 8px;
	border: 1px solid #666;
}
#bio_text {
	float: left;
	width: 400px;
}

#events {
	float: left;
	width: 400px;
	border-right: 1px solid #666;
	padding-right: 20px;
}
#events div {
	padding-bottom: 8px;
}
#events div h3{
	padding: 0px;
	margin: 0px;
}
#events div small{
	font-size: 11px;
	color: #666;
}
#archive {
	float: left;
	width: 150px;
	margin-left: 20px;
	padding: 0px;
}
#archive ul{
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
}
#archive .active {
	color: #333;
}
#photoset span {
	float: left;
	margin: 15px;
	border: 1px solid #666;
	padding: 2px;
}
#photoset img {
	border: 1px solid #666;
}
#video {
	width: 100%;
	text-align: center;
}
#video div {
	margin: 0px auto;
}
#tabbox #tabs {
	background: url(/images/gryphonbar.gif) no-repeat;
	height: 40px;
	padding: 20px 60px 0 30px;
	width: 500px;
}
#tabbox #tabs .tab a {
	width: 40px;
	height: 40px;
	background: url(/images/circle40.gif) no-repeat #c5ae4c;
	color: #fff;
	font-size: 20px;
	float: left;
	margin-left: 20px;
	line-height: 40px;
	text-align: center;
}
#tabbox #tabs .tab a:hover, #tabbox #tabs .tab a.active {
	text-decoration: none;
	background-color: #6b4f20;
}
#tabbox #tabbox_content {
	width: 472px;
	margin: 0 50px 0 0;
	padding: 10px 25px 50px 25px;
	-padding-top: 5px;
	min-height: 300px;
	-height: 300px;
	border: 2px solid #ccc;
	border-top: 0;
}
#footer {
	border-top: 7px solid #6186a3;
	background: #000;
	padding-bottom: 50px;
}
#footer_text {
	color: #999;
	font: normal normal normal 10px/50px Arial, sans-serif;
	width: 940px;
	padding: 0 5px;
	height: 50px;
	margin: 0 auto;
}
#footer_text a {
	color: #cbcbcb;
	text-decoration: none;
}
#footer_text a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}