
/* Brian Bobbitt 5/10 */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0;
	padding: 0;
	text-align: center; /* center for IE 5* - text aligned left in #content */
	color: white;
	behavior: url(csshover.htc);
}

#header_outer {width: 100%; background: url(images/header/bg_header.gif) repeat-x; border-bottom: 2px solid #b5985a;}

#header_container { 
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* override text-align: center on body element */
}


#header {
	margin: 0 auto;
	padding: 0;
	/*background: url(images/header/bg_header.gif) repeat-x;*/
}

#wrapper_outer {width: 100%; margin: 0; background: #3c3c3c url(images/common/bg.gif);}

#wrapper { 
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* override text-align: center on body element */
}




/* BEGIN NAV */


#nav {
	float: left;
	width: 100%;
	font-size: 14px; /* SET GLOBAL FONT-SIZE HERE */
	text-transform: uppercase; /* GLOBAL */
	background: #95bd44 url(images/nav/bg_nav.gif) repeat-x; /*colors the div */
}

#nav ul {
	margin: 0;/* indents ul from edge of container */
}

#nav li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	left: -40px; /* force menu to start at left of #nav div - check other browsers */
	list-style-type: none;	/* removes the bullet off each list item */
}

#nav li:hover {
	background: url(images/nav/bullet.gif) 9px 7px no-repeat; /*sets the hover background of ALL menu items */
}

/*#nav li:hover a {
	color: white;
}*/

#nav a {
	display: block;
	padding: 0 20px 8px; /*creates space each side of menu item's text - increase left padding for bg image icon if used */
	text-decoration: none;	 /* removes the underlining of the link */
	color: white;
	border-right: 1px solid #e3f3c2;
}

#nav a.last {border-right: none;}

/* 2ND LEVEL drop-down */

#nav ul li ul {
	margin: 0; 
	z-index: 10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	left: -1px; /* align with border on top level */
	width: 100%; /* width of 2nd level matches 1st */
}

#nav ul li ul li {
	padding: 0;
	width: 100%; /* makes the list items fill the list container (ul) */
	background: #3c3c3c; /*BACKGROUND COLOR OF SUB NAV LEVEL 1 */
	font-size: 12px;
	border: 1px solid white;
	text-transform: none; /* eliminates uppercase from top level */
}

#nav ul li ul li:hover {background-color: #aa6f22;} /* hover color for 2nd level items */

#nav ul li ul li.firstlink {border-top: none; border-bottom: none;}

#nav ul li ul li a {padding: 6px 10px; border: none;} /* remove right border from top level style */

#nav ul li ul {display:none;} /* conceals the 2ND LEVEL drop-down when menu not hovered */

#nav ul li:hover ul {display:block; } /* shows the 2ND LEVEL drop-down when the menu is hovered */

/* END NAV */





#content {margin: 0; padding: 20px 0;}

#content #banner {width: 800px; margin: -20px 0 20px;}
#content .button {margin: 20px 0;}

#leftcolumn {
	float: left;
	width: 220px;
}

#leftcolumn .divider {width: 80%; height: 2px; margin: 10px auto; background-color: #b5985a;}

#leftcolumn_full {
	width: 800px;
	/*margin-left: 20px;*/
	/*padding: 0;*/
}

#centercolumn {
	width: 560px;
	margin-left: 240px;
}

#rightcolumn {
	float: right;
	width: 180px;
	/*margin-top: -20px;*/
	/*margin-right: 10px;*/
	padding: 0;
}

#rightcolumn .imglink {margin-bottom: 10px; text-align: center;}

#rightcolumn #ads {margin-left: 30px;}

#footer_wrapper {width: 100%; text-align: left; border-top: 10px solid #b5985a;}
#footer {position: relative; width: 1000px; height: 100px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #bbb;}
#footer p {margin: 0;}
#footer .info {position: absolute; top: 34px; left: 100px;}
#footer .links {position: absolute; top: 60px; left: 100px;}
#footer #logo {position: absolute; top: 10px; left: 28px;}
#footer .imglink {position: absolute; top: 20px; right: 10px;}
#footer .imglink img {margin-left: 12px;}



/* TEXT STYLES */

.first {margin-top: 0;}
p, h2, h3 {margin: 10px 0;}
a {color: #95bd44;}
/*h1 {font-size: 24px; color: #d9943b;}*/
h1 {font-size: 18px; /*color: black;*/ font-weight: normal; background: #95bd44; /*border-bottom: 2px solid #b5985a;*/ margin: 20px 0 10px; padding: 2px 4px; text-transform: uppercase;}
h2, .h2text {font-size: 18px; color: #95bd44;}
h3 {font-size: 18px; color: white;}

#leftcolumn h2 {font-size: 14px;}

.small {font-size: 10px;}

.morelink {font-size: 11px; background: url(images/common/arrow_more.gif) 0 center no-repeat; padding-left: 16px;}
.morelink a {background: #95bd44; padding: 1px 4px; color: black; text-decoration: none; text-transform: uppercase;}

.maplink {font-size: 11px; background: url(images/common/icon_directions.gif) 0 center no-repeat; padding: 2px 0 4px 28px;}
.maplink a {background: #95bd44; padding: 1px 4px; color: black; text-decoration: none; text-transform: uppercase;}

.caption {font-size: 11px; font-style: italic; color: black; background: white; padding: 4px 6px; margin-top: 0;}

.contact_fb {background: url(images/contact/btn_facebook.png) 0 center no-repeat; padding: 20px 0 20px 140px;}
.contact_tw {background: url(images/contact/btn_twitter.png) 0 center no-repeat; padding: 20px 0 20px 140px;}
.contact_yt {background: url(images/contact/btn_youtube.png) 0 center no-repeat; padding: 20px 0 20px 140px;}
.contact_fb a, .contact_tw a, .contact_yt a {font-weight: bold; color: white;} 



/*************** FLOAT ******************/


.float_right {
	float: right;
	margin-left: 8px;
}
.float_left {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear_left { /* EX: clear left float photo while wrapping right float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*************** FORMS ******************/


.formtable {}
.formtable td {padding: 4px;}
.formtable .formtext {text-align: right; font-weight: bold;}

.formtable small {font-size: 10px; font-weight: normal;}

.ErrorField {
    border-color: red;
    color: red;
    /*background: yellow;*/
}

span.ValidationErrors {
    display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    /*color: #D00;*/
    margin: 4px 0 4px 10px;
    padding: 2px 6px;
	background: red;
}


/*************** VIDEO ******************/

#thumbtable {margin: 0;}
#thumbtable td {vertical-align: top; padding: 0 8px 6px 0; /*border-bottom: 1px solid gray;*/}
#thumbtable td.spacer {width: 20px;}
/*#thumbtable td.last {border: none;}*/
#thumbtable p {margin: 6px 0;}
#thumbtable h2 {font-size: 14px; color: #95bd44; margin-top: 0;}
#thumbtable img {border: 1px solid white;}

#vid_container {float: right; margin: 0 0 20px 10px;}



