BODY {
	font-family: 'Arial', sans-serif;
	padding: 0;
	margin: 0px;
color: #848484;
background: black;
}

A {
color: white;
text-decoration: underline;
}

H1,H2,H3,H4,H5,H6 {
color: #a17b34;
font-weight: normal;
}

#header {
	width: 980px;
	height: 165px;
	background: url('/img/header-new.jpg') no-repeat black;
}

#footer {
	text-align: right;
	margin-top: 25px;
	font-size: 0.9em;
}

#footer p {
padding: 5px;
}

#global {
	background: url('/img/footer-new.jpg') center bottom no-repeat;
	margin: 0 auto;
	width: 980px;

}

#navigation {
	width: 980px;
	margin: 100px 0 0px 0;
	float: left;
}

#navigation UL {
	width: 980px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 auto;
text-align: center;
}

#navigation UL LI {
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation UL LI A {
display: inline;
	padding: 5px;
margin: 0 10px 0 15px;
color: white;
font-weight: bold;
text-decoration: none;
}

#navigation UL LI A.active {
	color: #a17b34;
}

#membersNav {
	float: left;
	width: 980px;
	margin: 0;
}

#membersNav UL {
	list-style: none;
	float: left;
	padding: 0;
	margin: 10px auto;
width: 980px;
text-align: center;
}

#membersNav UL LI {
display: inline;
	padding: 0;
	margin: 0;
}

#membersNav UL LI A {
	display: inline;
	padding: 4px;
	font-size: 1em;
	color: white;
text-decoration: none;
font-weight: bold;
margin: 0 10px 0 10px;
}

#membersNav UL LI A.active {
	color: #a17b34;
}

#homeLeft {
float: left;
width: 600px;
}

.homeLeftLeft {
width: 280px;
float: left;
}

.homeLeftRight {
width: 280px;
margin-left: 10px;
float: left;
}

#homeRight {
float: left;
width: 360px;
margin-left: 10px;
border-left: 1px solid gray;
padding-left: 6px;
}

#sidebar {
	float: left;
	width: 260px;
}

#mainarea {
	float:left;
	width: 720px;

}


#sidebar UL {
	list-style: none;
}

#sidebar LI {
	padding: 0;
	margin: 0;
}

#sidebar UL.subNav {
	margin: 0;
	padding: 0;
	width: 200px;
}

#sidebar UL.subNav UL {
	padding: 0;
	margin: 0 0 0 10px;
}

#sidebar UL A {
	display: block;
	color: white;
	text-decoration: none;
}

#sidebar UL A.current {
	color: #a17b34;
}

#breadcrumb {
	font-weight: bold;
	float: left;
	width: 980px;
	background: url('/img/breadcrumb.png');
	height: 75px;
	color: black;
	font-size: 0.9em;
	text-shadow: #6F6C6D -1px -1px 0px;
}

#breadcrumb A {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb P {
	padding: 30px 0 0 80px;
	margin: 0;
}

#contactFrom {
	border-collapse: collapse;
}

#contactForm TH, #contactForm TD  {
padding: 10px;
}
#contactForm TH  {
	text-align: left;
	vertical-align: top;
}

TABLE.datatable {
width: 720px;
border-collapse: collapse;
}

TABLE.datatable TH {
text-align: left;
border-bottom: 1px solid black;
padding: 4px;
}

TABLE.datatable TD {
border-bottom: 1px solid gray;
padding: 5px;
}

/****
SPECIFIC CMS CLASS REQUIREMENTS
*****/

.page_text {
	width: 700px;
	float: left;
	margin: 0 0 20px 0;
}


.page_2col_text_left {
	float: left;
	width:  340px;
	margin: 0 0 20px 0;
}
.page_2col_text_right {
	float: right;
	width:  340px;
	margin: 0 0 10px 0;
}
.page_3col_text_left {
	float: left;
	width:  210px;
	margin-right: 35px;
}
.page_3col_text_middle {
	float: left;
	width:  210px;
}
.page_3col_text_right {
	float: right;
	width:  210px;
}
.page_image .image_1 img {
	width: 700px;
margin: 5px;
}
.page_image_left {
	float: left;
	width: 700px;
	margin: 0 0 10px 0;
}

.page_image_left .page_image_left_text {
	float: left;
}
.page_image_left .image_1 img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;

}
.page_image_right {
	float: left;
	width: 700px;
	margin: 0 0 10px 0;
}

.page_image_right .image_1 img {
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
}

.page_image {
text-align: center;
}

.page_image .image_1 img {
	margin: 10px 0 10px 0;
}
/* 2 images side by side */
.page_2images {
	text-align: center;
	width: 700px;
	float: left;
}
.page_2images .image_1 img {
	margin: 0 20px 20px 0;
	float: left;

}
.page_2images .image_2 img {
	margin: 0 0 20px 0;
	float: left;

}
/* 3 images side by side */
.page_3images {
	text-align: center;
	margin: 10px 0 10px 0;
}
.page_3images .image_1 img {
	width: 215px;
	float: left;
	margin: 0 14px 20px 0;
}
.page_3images .image_2 img {
	width: 215px;
	float: left;
	margin: 0 14px 20px 0;
}
.page_3images .image_3 img {
	width: 215px;
	float: left;
	margin: 0 0 20px 0;
}

