/************** Default Elements *******************/

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #7C8D95 url(canvas.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #303747;
}

/************** Layout Elements *******************/
#bigWrap {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; 
	text-align: left;
}

#wrapper { 
	background: #FFFFFF;
	border: 1px solid #565C42;
	margin-bottom: 6px; 
}
	 
#header {
	background-image:  url("header.jpg");
	background-repeat: no-repeat;
	height: 97px;
}

#strap {
	background-image:  url("strap_1.jpg");
	background-repeat: no-repeat;
	height: 226px;
}

#leftcol {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	padding: 0;
	margin: 30px 0 0 18px;
	clear: both;
}

#leftcol ul {
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
}

#leftcol a {
	color: #565C42;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-image: url(sideBg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 5px;
}

#leftcol a:hover, #leftcol a:active, #leftcol a:focus {
	color: #E3DAB1;
	background-color: #565C42;
	background-image: none;
}
#leftcol #navlist .uberlink {
	background-color: #E3DAB1;
	background-image: none;
	color: #565C42 !important;
	cursor: default;
}
#leftcol h2 {
	color: #565C42;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

#leftcol p {
	color: #565C42;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
}

.feature {
	margin-top: 20px;
}

#rightBox {
	width: 198px;
	border: 1px solid #9AA26F;
	background: #FFFFFF;
	margin: 10px 0 5px 5px;
	padding: 0;
	z-index:600;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#rightBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #9AA26F;
	margin: 0;
	padding: 3px;
	display: block;
}

#rightBox p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #565C42;
	background: #FFFFFF;
	margin: 0;
	padding: 3px;
}

#content {
	width: 514px;
	margin: 24px 0 0 248px;
	padding: 0 0 10px 0;
} 

#top {
	float: right;
	margin: 12px 0 5px 0px;
	padding: 0;
}
#top p {
	margin: 0;
	line-height: 8px;
}
#top a img {
	border: none;
}
a:hover img {
	border: none;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0 0 0 248px;
} 

#footer p {
	font-size: 10px;
	color: #FFFFFF;
}

.date {
	color: #9AA26F;
	font-weight: bold;
	font-size: 14px;
}

.location {
	color: #9AA26F;
	font-weight: bold;
	font-size: 12px;
}

#events {
	padding: 0 10px;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0 6px 0;
	font-size: 22px;
	color: #9AA26F;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	margin: 10px 0;
}

#content ul, #content li {
    margin: 0 0 0 12px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}
.imgRight {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #303747;
}

.imgLeft {
	float: left;
	margin: 5px 10px 2px 0px;
	border: 1px solid #303747;
}

.clear { 
	clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#list li {
	padding: 0 0 12px 36px;
	margin: 0;
	background: url(horse.gif) no-repeat left top;
	list-style-type: none;
}

.highlight {
	padding: 2px 10px;
	margin-bottom: 20px;
	border: 1px solid #E7EAEC;
	background-color: #E7EAEC;
}

.showfaq {display: block;}
.hidefaq {display: block;}

/************** Link Styles *******************/

#content a img {
	border: 1px solid #C83607;
}

#content a {
	color: #C83607;
	text-decoration: none;
}

#content a:hover {
	color: #C83607;
	text-decoration: none;
	border-bottom: 1px solid #303747;
}

#top a img {
	border: none;
}

#rightBox a img {
	border: none;
}

/************** Table Styles *******************/

#datatable {
	padding: 12px 0;
	margin: 0;
	width: 100%;
}

#datatable table {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0;
	font-size: 10px; }
	
#datatable td {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #303747;
	color: #303747; }

#datatable th {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #303747;
	color: #C83607;}

.mainheader {
	text-align: center;
	background-color: #E7EAEC;
	color: #303747;
	font-weight: bold; }

/************** Search Box *******************/
.p7pbx_wrapper {
	margin: 0;
	padding:0;
	position: relative;
}
#p7pbx_box .p7pbx_wrapper {
	font-size:.7em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	color: #000000 !important;
}
#p7pbx_box .p7pbx_wrapper .navlist {
	width: 200px;
}
#p7pbx_box .p7pbx_title {
	background-color: #000000;
	color: #999999;
	padding: 5px 10px;
	background-repeat: repeat-x;
	background-image: url(img/pbxcarbon_mast.jpg);
}
#p7pbx_box .p7pbx_title h1, #p7pbx_box .p7pbx_title h2, 
#p7pbx_box .p7pbx_title h3, #p7pbx_box .p7pbx_title h4 {
	margin: 0;
	font-size: 1em;
}
#p7pbx_box .p7pbx_title p {
	margin: 0;
}
#p7pbx_box .p7pbx_content {
	padding: 20px 32px;
	background-color: #FFFFFF;
}
#p7pbx_box .p7pbx_content h3,
#p7pbx_box .p7pbx_content h4 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
#p7pbx_box .p7pbx_content p {
	margin: 6px 0 12px 0;
}
.p7pbx_close {
	position: absolute;
	right: 6px;
	top: 3px;
	height: 15px;
	width: 15px;
	display: none;
}
.p7pbx_close img {
	border: 0;
}
.p7pbx_close a {
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(img/pbxcarbon_close.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	zoom: 1;
}
.p7pbx_close a:active, .p7pbx_close a:focus {
	outline: 0;
}

.p7pbx_close a:hover, .p7pbx_close a:active, .p7pbx_close a:focus {
	background-position: -15px 0px;
}
#p7pbx_dyn_overlay {
	opacity: .90;
	filter: alpha(opacity=90);
	/* zoom: 1; */
	background-color: #FFFFFF;
}
#p7pbxbk {
	background-color:#FFFFFF;
}
#p7pbx_box {
	margin: 0;
	padding:0;
}
