/* ------------ Global Settings ------------ */
* { margin: 0; padding: 0; }

html { height: 100%; margin-bottom: 1px; }
body { color:#777; font:0.8em Verdana, Geneva, sans-serif; margin: 0 0 30px 0; }

body.bhome { background: url(../images/bg_home.gif) top center repeat-x; }
body.babout, body.bintro, body.bperformance, body.bdownloads, body.bcontact, body.bprivacy { background: url(../images/bg_subpages.gif) top center repeat-x; }

p {	line-height: 1.8em; margin-bottom: 22px; }

img { border: none; }

a:link { color: #930; text-decoration: none; }
a:visited { color: #930; text-decoration: none; }
a:active { color: #930; text-decoration: none; }
a:hover { color: #5f5f2c; text-decoration: none; }

.disclaimer { color:#999; font-size: 80%; margin: 0; padding: 11px 22px; }

/* ------------ Headers ------------ */
h1 { color: #930; font-family: "Trebuchet MS", Helvetica; font-size: 22px; font-weight: bold; }
h1 span { color:#888; font-size: 18px; }


/* ------------ Wrapper ------------ */
#wrapper { margin: auto; position: relative; width: 900px; }


/* ------------ Header ------------ */
#header { background: url(../images/header_bg.gif) no-repeat; height: 74px; width: 900px; }
#logo { float: left; height: 42px; margin: 15px 0 0 0; width: 341px; }


/* ------------ Flash Content ------------ */
#flashcontents { border:1px solid #3b6817; float: right; height: 180px; margin: 40px 0 0 0; width: 320px; }

/* ------------ Google Map ------------ */
#map_canvas { border:1px solid #ccc; font-family:'Trebuchet MS', Helvetica, sans-serif; text-align: center; }


/* ------------ Navigation ------------ */
#navigation { float: left; height: 74px; width: 559px; }

#nav {
	float: left;
	height: 50px;
	width: 600px;
	padding-top: 31px;
	font-size: 14px;
}

#nav li {
	float: left;
	height: 43px;
	padding-top: 0px;
	margin-left: 34px;
	list-style:none;
	display:block; 
}	

#nav li a {	color:#a7a6a6; padding-bottom: 26px; text-decoration:none; }

.bhome #nav .home a, .bintro #nav .intro a, .bperformance #nav .performance a, .bdownloads #nav .downloads a, .babout #nav .about a, .bcontact #nav .contact a { background: url(../images/navi_arrow.gif) center bottom no-repeat; color: #889f38; text-decoration:none; }

#nav li a:active, #nav li a:hover { background: url(../images/navi_arrow_red.gif) center bottom no-repeat; color: #930; height: 43px; text-decoration:none; }

/* ------------ Home Page Featured ------------ */
#featured { background: url(../images/featured_bg.jpg) no-repeat; height: 293px; width: 900px; }
#subheadbar { background: url(../images/sub_bg.gif) no-repeat; height: 118px; width: 900px; }

#description {
	width: 500px;
	float: left;
	padding-top: 34px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

#description a { color: #930; text-decoration: none; }



/* ------------ Content ------------ */
#content { margin-top: 44px; width: 900px; }
.headline_line { margin-top: -15px; }
#c_left { float: left; font-size: 12px; line-height: 20px; width: 550px; }
.plus {	display: block; float:left; height: 15px; padding-top: 5px;	width: 25px; }
.text_left { float: right; width: 525px; }
#c_right { float: right; font-size: 12px; line-height: 20px; width: 300px; }
.image { display: block; float:left; height: 82px; padding-top: 4px; width: 95px; }
.divider { height: 5px; padding-top: 20px; width: 300px; }
.text_block { border-bottom:1px solid #d0d0d0; padding: 22px 0 0 0; }
.text_block img { float: left; margin: 25px 15px; }



/* ------------ Table Sorter ------------ */
table.tablesorter {
	background: #ccc;
	border:1px solid #5f5f2c;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
	width: 400px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header { background: #889f38 url(../images/bg.gif) center right no-repeat; color: #fff; cursor: pointer; }
table.tablesorter tbody td { background: #fff; color: #888; padding: 4px; vertical-align: top; }
table.tablesorter tbody tr.odd td {	background-color:#ccc; }
table.tablesorter thead tr .headerSortUp { background: #889f38 url(../images/asc.gif) center right no-repeat; color: #fff; cursor: pointer; }
table.tablesorter thead tr .headerSortDown { background: #3b6817 url(../images/desc.gif) center right no-repeat; color: #fff; cursor: pointer; }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #3b6817; }

.tabdata { background: #fff; border:1px solid #aaa; margin: 11px 0 11px 30px; }
.tabdata th { background: #889f38; color: #fff; padding: 7px 0; }
.tabdata td.head { background: #cfdf97; color: #777; font-weight: bold; text-align: center; }
.tabdata td { padding: 3px 5px; }
.altw td { background: #fff; border-top:1px solid #ccc; text-align: center; width: 100px; }
.altg td { background: #eee; border-top:1px solid #ccc; text-align: center; width: 100px; }
.br { border-right:1px solid #ccc; }

/* ------------ Footer ------------ */
#footerwrap { background: #1c1d14; height: 150px; width: 100%; }
#footer { margin: 0 auto; width: 900px; }
#footer_left { font-size: 12px; float: left; margin-top: 30px; width: 800px; }
#footer_right { float: right; font-size: 12px;  margin-top: 30px; text-align: right; width: 100px; }
#footer_right .credit { float: left; padding:2px 5px 0 0; }
.linkcreative { float: left; width: 58px; }
.linkcreative a:link, .linkcreative a:visited { display:block; background: url(../images/link_creative.gif) 0 0 no-repeat; width: 58px; text-align: left; text-indent:-9999px; height:22px; overflow:hidden; }
.linkcreative a:hover {	background-position: 0 -22px; }

/* ------------ Images ------------ */
img.icon { height: 16px; vertical-align: middle; width: 16px; }
img.arrow { margin: 0 5px; vertical-align: middle; }
img.headshot { border:1px solid #999; height: 352px; margin: 0; padding: 5px; width: 272px; }
img.membersof { padding: 0 10px; vertical-align: middle; }

/*------------------------------------------------------
  		Contact Form
  ------------------------------------------------------*/	
.error { 
background-color: #dcb6a4;
border: 1px solid #cd0a0a;
color: #cd0a0a;
line-height: 1.6em;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
padding: 10px;
}
.success { 
background-color: #bcdca4;
border: 1px solid #5b8d36;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
padding: 10px;
}
.success p { color: #5b8d36; }
.erroricon { vertical-align: middle; }
.sucessicon { vertical-align: middle; }

.main-contact-form form { margin:20px 0 0 0; }
.main-contact-form form p { margin:0 0 10px 0; } 

.main-contact-form fieldset {
border:1px solid #ccc;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
padding:7px 0 0 15px;
}

.main-contact-form legend { color: #5f5f2c; font-weight: bold; }

.main-contact-form label {
 display: block;
 font-size: small;
 float:left;
 margin:0 10px 0 0;
 padding:7px 0 0 0;
 text-align: right;
 width:160px;
}
 
.main-contact-form input {
 margin: 2px 0 6px 0;
 border-top: 1px solid #bbb;
 border-left: 1px solid #bbb;
 border-bottom: 1px solid #ddd;
 border-right: 1px solid #ddd;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
 background:#efefe;
 height:18px;
 font-size: 12px;
 padding:3px 0 3px 5px;
 color:#222; 
 }

.main-contact-form textarea {
 width: 300px;
 height: 150px;
 display: block;
 border-top: 1px solid #bbb;
 border-left: 1px solid #bbb;
 border-bottom: 1px solid #ddd;
 border-right: 1px solid #ddd;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
 background: #efefe;
 margin:6px 0 0 0;
 padding:5px 0 0 5px;
 font-size: small;
 color:#111;
 }

.main-contact-form input.agreebox { vertical-align: middle; }
.main-contact-form input:hover, .main-contact-form textarea:hover { background: #fff; border: 1px solid #bbb; }
.main-contact-form input:focus, .main-contact-form textarea:focus { background: #fff; border: 1px solid #aaa; }
.main-contact-form input.submit {
 background: #3b6817;
 border: 1px solid #3b6817;
 color:#fff;
 font-size: 11px;
 font-weight: bold;
 height:30px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
 margin:10px 0 0 170px;
 padding: 0 0 5px 0;
 text-transform: uppercase;
 width:90px; 
}
.main-contact-form input.submit:hover {  background: #9fc51a; border: 1px solid #3b6817; color:#3b6817; }


/* ------------ Self Clearing Floats ------------ */
#navigation:after,
#slide-wrapper:after,
#wrapper:after,
#featured:after,
#content:after,
#c_left:after,
#c_right:after,
#footerwrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }