body
{
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #80450d;
	padding: 0px;
	margin: 0px;
	background-color: #bdbdfa;
}
/* -------------------------------------- HEADERS ---------------------------------------- */
h1{
	position: absolute;
	z-index: 10;
	width: 300px;
	text-align: right;
	top: 100px;
	left: 690px;
	font-size: 16px;
	font-family: Arial;
	color: #006;
	margin: 2px -8px;
	padding: 2px;
}
/* -------------------------------------- RAILS ---------------------------------------- */
div#content div#leftrail, div#content div#middle, div#content div#rightrail
{
	display: inline;
	float: left;
}

/* -------------------------------------- RIGHT RAIL ---------------------------------------- */
div#content div#rightrail
{
	width: 206px;
}
#rightrail .rail_item {
	border: 1px solid #4d9daa;
	margin: 6px 1px;
	padding: 0 0 4px;
	text-align: center;
	background: url( /images/layout/rail_item_bg.png ) #F4F4F4 repeat-x top left;
	font-family: Verdana;
	font-size: 12px;
	color: #80450d;
}
#rightrail .rail_item .rail_item_header{
	text-align: left;
	color: #a2dde5;
	font-size:  14px;
	font-weight: bold;
	padding: 2px 4px 14px 4px;
}

/* -------------------------------------- LEFT RAIL ---------------------------------------- */
div#content div#leftrail
{
	border: 1px solid #4d9daa;
	margin: 3px;
	padding: 0px;
	width: 150px;
	background-color: #F4F4F4;
	/*height: 400px;*/
}
div#content div#leftrail .leftrail_header{
	background-color: #4d9daa;
	text-align: left;
	color: #fff;
	font-size:  12px;
	font-weight: bold;
	padding: 5px 2px;
}
div#content div#leftrail a.rail_item{
	display: list-item;
	background-color: #a2dde5;
	color: #118d35;
	font-family: Verdana;
	font-size: 10px;
	padding: 9px 2px;
	border-top: 1px solid #4d9daa;
}
div#content div#leftrail a.rail_item:hover{
	background-color: #118d35;
	color: #a2dde5;
}

/* -------------------------------------- SECTION HEADER ---------------------------------------- */
.section_header{
	color: #80450d;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #80450d;
	margin: 3px 9px;
	padding: 4px;
}

li img
{
	display: block;
	border: 0px;
}

a:link, a:active, a:visited
{
	font-size: inherit;
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	font-size: inherit;
	color: #fff;
	text-decoration: underline;
}

div#content a:link, div#content a:active, div#content a:visited
{
	font-size: inherit;
	color: #118d35;
	text-decoration: none;
}

div#content a:hover
{
	font-size: inherit;
	color: #61b84d;
	text-decoration: underline;
}

div#page_wrapper
{
	padding: 0px;
	margin: 0px auto;
	width: 990px;
	min-height: 600px;
}

/* ------------------------------------------------- HEADER --------------------------------------------------- */
div#header
{
	padding: 0px;
	margin: 0px;
	width: 990px;
	position: relative;
	border: 1px solid #006;
	border-width: 1px 1px 0;
	background: url("/images/layout/body_bg.jpg") top left repeat-x #006;
}

div#header div#logo
{
	width: 111px;
	clear: left;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

div#header div#logo img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ------------------------------------------------- USERINFO --------------------------------------------------- */
div#header div#userinfo
{
	background: url( "/images/layout/mission.png" ) no-repeat 210px 30px;
	float: right;
	display: block;
	position: absolute;
	padding: 0px;
	text-align: right;
	width: 990px;
	height: 70px;
	vertical-align: text-top;
	font-size: 10px;
	font-weight: bold;
	margin: 6px 0px 5px 0px;
	*margin: 9px -4px 5px -113px;
}

div#header div#userinfo div#my_options
{
	border: 1px solid #fff;
	background-color: #bdbdfa; 
	width: 90px; 
	padding: 3px;
	line-height: 1.4em;
	text-align: right;
	font-family: Arial;
	display: inline-table;
	font-size: 10px;
	list-style: none;
	margin-top: 4px;
	opacity: 0;
	filter: alpha(opacity=0);
}
div#header div#userinfo div#my_options span{
	/*display: table-row;*/
	margin: 0px;
}
div#header div#userinfo div#my_options a{
	display: list-item;
	margin: 0px;
	padding: 4px;
	color: #006;
}
div#header div#userinfo div#my_options a:hover{
	background-color: #006;
	color: #fff;
}

/* ------------------------------------------------- NAVBAR --------------------------------------------------- */
div#header ol.navbar
{
	clear: both;
	width: 990px;
	height: 36px;
	/*border: 1px solid #006;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url("/images/nav/bg.png") top left repeat-x #006;
}

div#header ol.navbar li.menuItem
{
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px;
	height: 36px;
	cursor: pointer;
	position: relative;
}

div#header ol.navbar li.divider
{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 36px;
	background: url("/images/nav/divider.png") top right no-repeat;
}

div#header ol.navbar li.on
{
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	border-top: 1px solid #006;
	height: 36px;
	_height: 50px;
	background: url("/images/nav/bg_on.gif") top right repeat-x #e8e9ec;
	_top: 1px;
}

div#header ol.navbar li.home_on
{
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	border-top: 1px solid #006;
	height: 37px;
	_height: 50px;
	background: url("/images/nav/bg_on.gif") top right repeat-x #e8e9ec;
	padding: 0px 18px 0px 19px;
	_top: 1px;
}

div#header ol.navbar li.on img
{
	position: relative;
	bottom: 1px;
	_bottom: 2px;
}

div#header ol.navbar li.home_on img
{
	position: relative;
	bottom: 1px;
	right: 1px;
	_bottom: 2px;
}

div#content
{
	width: 966px;
	margin: 0px 0px 10px 0px;
	padding: 12px;
	min-height: 370px;
	border: 1px solid #006;
	border-top-width: 0px;
	background: url("/images/layout/content_bg.png") top left repeat-x #ededfd;
	font-family: Arial;
	font-size: 12px;
}

div#content div#middle
{
	width: 760px;
	min-height: 600px;
}

div.item, div#middle_box, div#middle_top
{
	margin: 0px;
	padding: 0px;
	clear: both;
}

div.title
{
	margin: 0px 0px 0px 9px;
	padding: 9px 0px;
}

div.item table
{
	font-size: 11px;
	color: #333;
	margin: 0px 0px 9px 9px;
	padding: 0px;
}

div.item table tr th
{
	font-weight: bold;
}

div.item div.floatingBox
{
	float: left;
	display: inline;
}

div.bottomborder
{
	border-bottom: 1px solid #ccc;
}

div.bordertop
{
	border-top: 1px solid #ccc;
}

div.whitebg
{
	background-color: #fff;
}

div.margined
{
	margin: 0px 9px;
	padding: 0px;
}

ul.linklist
{
	list-style: none;
	margin: 0px 0px 9px 9px;
	padding: 0px;
}

ul.linklist li
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	*margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#footer
{
	text-align: center;
	margin: 9px 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
}

div#footer p
{
	float: right;
	display: inline;
	position: relative;
	bottom: 5px;
	*top: 4px;
	*bottom: auto;
}

div#footer img
{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

div.thumbnail_box
{
	width: 116px;
	float: left;
	display: block;
	text-align: center;
	background: url("/images/layout/video_bg.jpg") top left no-repeat;
	margin: 4px;
	padding: 4px;
}

div.lastBox
{
	margin: 0px 0px 24px 8px;
}

div.thumbnail_box div.summary
{
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

div.navstrip
{
	height: 2px;
	margin: 0px;
	padding: 0px;
	width: 990px;
	background-color: #eee;
	font-size: 1px;
}

/* -------------------------------------- MENU DROPDOWNS ------------------------------------------- */

div#header ol.navbar ol.subnav
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #a2dde5;
	position: absolute;
	left: -999em;
	border: 1px solid #5fc3d3;
	background-color: #118d35;
	font-size: 10px;
	font-weight: bold;
}

div#header ol.navbar li ol.subnav li
{
	padding: 0px;
	margin: 0px;
	width: 220px;
	float: left;
	clear: both;
}

div#header ol.navbar li ol.subnav li a
{
	display: block;
	margin: 1px;
	padding: 3px;
	width: 212px;
	text-decoration: none;
	color: #a2dde5;
}

div#header ol.navbar li ol.subnav li a:hover
{
	color: #80450d;
	background-color: #61b84d;
}

div#header ol.navbar li ol.subnav li:hover, div#header ol.navbar li ol.subnav li.sfhover
{
	background-color: #118d35;
	color: #5fc3d3 !important;
}

div#header ol.navbar li:hover ol.subnav, div#header ol.navbar li.sfhover ol.subnav
{
	left: -1px;
	top: 24px;
}

div#header ol.navbar li:hover ol.subnav li:hover ol.subnav, div#header ol.navbar li.sfhover ol.subnav li.sfhover ol.subnav
{
	left: auto;
	top: auto;
}

div#header ol.navbar li ol.subnav li ol.subnav
{
	margin: -21px 0px 0px 200px;
}

div#header ol.navbar, ol.navbar ol.subnav
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#header ol.navbar li:hover ol.subnav ol.subnav, div#header ol.navbar li.sfhover ol.subnav ol.subnav
{
	left: -999em;
}

/* Begin Right Aligning Menus */
div#header ol.navbar ol.subnav.right
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #a2dde5;
	position: absolute;
	left: -999em;
	border: 1px solid #5fc3d3;
	background-color: #118d35;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
}

div#header ol.navbar li ol.subnav.right li
{
	padding: 0px;
	margin: 0px;
	width: 200px;
	float: right;
	clear: both;
}

div#header ol.navbar li ol.subnav.right li p
{
	display: block;
	margin: 4px;
	padding: 0px;
	width: 192px;
	text-decoration: none;
	color: inherit;
	text-align: right;
}

div#header ol.navbar li ol.subnav.right li p:hover
{
	color: #e3e3e3;
}

div#header ol.navbar li ol.subnav.right li:hover, div#header ol.navbar li ol.subnav.right li.sfhover
{
	background-color: #118d35;
	color: #a2dde5 !important;
}

div#header ol.navbar li:hover ol.subnav.right, div#header ol.navbar li.sfhover ol.subnav.right
{
	top: 36px;
}

/* --------------------------------------- CUSTOM POSITION RIGHT ALIGN DROP DOWNS ------------------------------------------------ */
div#header ol.navbar li:hover ol.subnav.right#camping, div#header ol.navbar li.sfhover ol.subnav.right#camping
{
	left: -128px;
}
div#header ol.navbar li:hover ol.subnav.right#props, div#header ol.navbar li.sfhover ol.subnav.right#props
{
	left: -147px;
}
div#header ol.navbar li:hover ol.subnav.right#resources, div#header ol.navbar li.sfhover ol.subnav.right#resources
{
	left: -115px;
}

div#header ol.navbar li:hover ol.subnav.right li:hover ol.subnav.right, div#header ol.navbar li.sfhover ol.subnav.right li.sfhover ol.subnav.right
{
	left: auto;
	top: auto;
}

div#header ol.navbar li ol.subnav.right li ol.subnav.right
{
	margin: -21px 0px 0px -202px;
}

div#header ol.navbar, ol.navbar ol.subnav.right
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#header ol.navbar li:hover ol.subnav.right ol.subnav.right, div#header ol.navbar li.sfhover ol.subnav.right ol.subnav.right
{
	left: -999em;
}

/* Start Accordion Styles */

div.accordion
{
	padding: 6px 9px;
	margin: 0px -18px 1px -21px;
	overflow: auto;
	cursor: pointer;
	height: 19px;
}

div.collapsed
{
	background: #454d57;
}

div.expanded
{
	background: url("/images/layout/accordion_on_bg.gif") top left repeat-x #535b69;
}

div.accordion div.arrow
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 19px;
}

div.collapsed div.arrow
{
	background: url("/images/layout/arrow_right.gif") center center no-repeat;
}

div.expanded div.arrow
{
	background: url("/images/layout/arrow_down.gif") center center no-repeat;
}

div.accordion div.title
{
	float: left;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

div.accordion div.modified
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0px 0px 0px;
	margin: 0px 9px 0px 0px;
	float: right;
	display: inline;
}

div.accordion_content
{
	overflow: auto;
	padding: 10px 0px 0px 0px;
}

/* End Accordion Styles */

div.thumbnail
{
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	width: 118px;
}

div.file_description
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 836px;
}

div.file_description div.file_header, div.file_description div.text
{
	clear: both;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

div.file_description div.file_header a
{
	font-size: 12px !important;
	font-weight: bold;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.file_description div.file_header p
{
	display: inline;
	float: right;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 11px !important;
	color: #333;
	font-weight: normal;
}

div.file_description p
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0px !important;
	padding: 0px 0px 10px 0px !important;
	text-align: justify;
}

div.accordion_content div.divider
{
	border-top: 1px solid #ccc;
	margin: 0px !important;
	padding: 10px 0px 0px 0px !important;
	clear: both;
}

/* ------------------------------------------- ARTICLES ------------------------------------------------ */
a.article_header{
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 4px 14px;
}
.article_date{
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	padding: 4px 14px;
}
.article_body{
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	padding: 6px 18px 2px;
}

/* ------------------------------------------- FORMS ------------------------------------------------ */
a.clicker, span.clicker {
	display: -moz-inline-box; 
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, helvetica;
	font-size: 10px; 
	border: none; 
	background: url('/images/btn0.png') no-repeat;  
	height: 30px; 
	text-decoration: none; 
	margin: 0 6px 0px 0; 
	padding: 0 10px 0 0; 
	vertical-align: middle; 
	zoom: 1; 
	_position: relative; 
	_width: 10px; 
	_overflow-y: hidden
}

a.clicker span, span.clicker button, span.clicker input {
	white-space: nowrap; 
	font-weight: bold;
	font-family: Verdana, helvetica;
	cursor: pointer; 
	display: -moz-inline-box; 
	display: inline-block; 
	font-size: 10px; 
	background: url('/images/btn0.png') 100% 0 no-repeat; 
	height: 30px; 
	padding: 8px 10px 0 0; 
	margin: 0 -16px 0 10px; 
	border: none; 
	vertical-align: text-top; 
	zoom: 1; 
	color: #118d35;
	_position: relative; 
	_padding-right: 12px; 
	_margin-right: -10px; 
	_display: block; 
	_top: 0; 
	_right: -5px
}

span.clicker button, span.clicker input{ 
	padding-top: 0px; 
	line-height: 2.5
}

a.clicker:hover, span.clicker:hover, span.button-behavior-hover {
	cursor: pointer; 
	background-position: 0 0px; 
	text-decoration: none;
}

a.clicker:hover span, span.clicker:hover button, span.button-behavior-hover button, span.button-behavior-hover input {
	cursor: pointer; 
	background-position:100% 0px;
	text-decoration: none;
}

label{
    clear: left;
    float: left;
    padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80450d;
	font-weight: bold;
	margin: 8px;
	text-align: left;
	width: 100px;
}
input, textarea, select{
	margin: 4px 0px;
	text-align: left;
	border: 1px solid #300;
	padding: 3px;
}
input:focus, textarea:focus, select:focus{
	background-color: #80450d;
	color: #FFF;
}
input.button{
	width: 150px;
	margin: 4px;
	margin-left: 0px;
	text-align: center;
}
.form_note{
	font-size: 10px;	
	font-weight: bold;
	font-style: italic;
}
.form_note a{
	color: #335588;
}

#files_list{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	display: table;
}

#files_list div{
	display: table-row;
	width: 500px;
}

#files_list div .filename{
	display: table-cell;
	width: 400px;
	padding-left: 8px;
	vertical-align: center;
}

#field_note_box{
	display: none;
	background-color: #FFFFCC;
	color: #000066;
	font-weight: bold;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

/* ------------------------------------------- success / error lines ------------------------------------------------ */
.success_line, .error_line{
	display: block;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
	padding: 8px;
}

.success_line{
	background-color: #6c6;
	color: #060;	
}
.error_line{
	background-color: #c66;
	color: #600;
}

/* ------------------------------------------- upload controls ------------------------------------------------ */
#files_list{
	color: #80450d;
	margin: 4px;
}
#files_list input{
	font-family: Arial;
	font-size: 10px;
	padding: 1px;
	margin: 1px;
}

/* ------------------------------------------- calendar ------------------------------------------------ */
.calendar_grid{
	width: 850px;
	margin: auto;
	border: 1px solid #80450d;
	margin-bottom: 60px;
}
.calendar_grid th{
	background-color: #5fc3d3;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	width: 14%;
}
.calendar_grid td{
	background-color: #a2dde5;
	color: #80450d;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	height: 60px;
	vertical-align: text-top;
}
ul#event_types{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	list-style: none;	
	display: table-row;
}
ul#event_types li{
	display: table-cell;
	height: 20px;
	padding: 3px 6px;
	color: #FFF;
}
/* ------------------------------------------- data_grid ------------------------------------------------ */
.data_grid{
	border: 1px solid #666;
	margin: 10px auto;
	font-family: Arial;
}
.data_grid th{
	font-size: 12px;
}
.data_grid td{
	padding: 2px;
	background-color: #efefef;
	margin: 2px;
	font-size: 10px;
	border: 1px solid #FFF;
}

/* ------------------------------------------- calendar ------------------------------------------------ */
table.calendar_dtl{
	border: 1px solid #666;
	margin: 10px auto;
	font-family: Arial;
}
table.calendar_dtl th, table.calendar_dtl td{
	padding: 4px;
}
table.calendar_dtl th{
	font-size: 12px;
	background-color: #dedede;
	border: 1px solid #efefef;
}
table.calendar_dtl td{
	background-color: #efefef;
	margin: 2px;
	font-size: 10px;
	border: 1px solid #FFF;
}
table.calendar_dtl td a.actions{
	color: #FFF;
	border: 1px solid #118d35;
	padding: 2px 4px;
	background: #61b84d;
	margin: 1px 2px;
}
table.calendar_dtl td a.actions:hover{
	background: #fff;
	color: #118d35;
	text-decoration: none;
}

/* -------------------------------------- FEATURED ITEM SLIDER ------------------------------------ */
#featured{ 
	width:         500px; 
	padding-right: 370px; 
	position:      relative; 
	border:        5px solid #ccc; 
	height:        334px; 
	background:    #fff;
	margin:        auto;
}
#featured ul.ui-tabs-nav{ 
	position:   absolute; 
	top:        -2px; 
	left:       500px; 
	list-style: none; 
	padding:    0; 
	margin:     0; 
	width:      370px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:    1px 0; 
	font-size:  10px; 
	color:      #666; 
	border: 2px solid #ccc;
	border-width: 2px 0 0;
}
#featured ul.ui-tabs-nav li img{ 
	float:      left; 
	margin:     2px 5px; 
	background: #fff; 
	padding:    2px; 
	border:     1px solid #eee;
	height:     26px;
	width:		62px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana; 
	line-height: 1.3em; 
}
#featured li.ui-tabs-nav-item a{ 
	display: block; 
	height: 38px; 
	color: #333;  
	background: #fff; 
	line-height: 20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#ddf; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#eee; 
}
#featured .ui-tabs-panel{ 
	width: 500px; 
	height: 334px; 
	background: #eee; 
	position:relative;
}
#featured .ui-tabs-panel img{
	margin: 5px;
	border: 1px solid #ccc;
	height: 200px;
	width:  480px;
}
#featured .ui-tabs-panel .info{ 
	position:    absolute; 
	top:         210px; 
	left:        0; 
	height:      120px; 
}
#featured .info h2{ 
	font-size:   12px; 
	font-family: Georgia, serif; 
	color:       #006; 
	padding:     5px; 
	margin:      0;
	overflow:    hidden; 
}
#featured .info span#site_link{
	position:    absolute;
	top:         106px;
	left:        450px;
	white-space: nowrap;
}
#featured .info span#site_link a{
	color:       #963;
}
#featured .info span#site_link a:hover{
	color:       #630;
	text-decoration: underline;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; 
	font-size:11px; 
	line-height:15px; 
	color: #630;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* -------------------------------------- ACCORDION ------------------------------------ */
#basic-accordian{
	border:      2px solid #006;
	padding:     0px;
	margin:      0px;
	width:       850px;
	margin:      0 auto;
	/*position:    absolute;
	left:        50%;
	padding:     5px;
	top:         50%;
	margin-top:  -100px;
	margin-left: -425px;*/
	z-index:     2;
}

.accordion_headings{
	padding:     5px;
	background:  #006;
	color:       #FFF;
	border:      1px solid #FFF;
	cursor:      pointer;
	font-weight: bold;
	margin:      1px;
}

.accordion_headings:hover{
	background:  #CCF;
	border:      1px solid #630;
	color:       #630;
}

.accordion_child{
	margin-top:  -8px;
	padding:     2px 10px;
	background:  #EEE;
}

.header_highlight{
	background:  #CCF;
	border: 1px solid #006;
	color: #006
}

/*
**********************************************************
**  carousel styles                                     **
**********************************************************
*/
#carousel-wrapper {
	position: relative;
	padding: 0 2px 2px 2px;
	margin-top: -20px;
	width: 900px;
	height: 320px;
	/*color: #b04d1c;*/
	background: url(../images/carousel-wrapper.png) 0 100% no-repeat;
	overflow: hidden;
}
div#carousel-wrapper.solo {
	background: none;
}

#carousel {
	position: relative;
	width: 900px;
	height: 320px;
	background: url(../images/carousel.jpg) 2px 31px no-repeat #ddf;
	overflow-x: hidden;
	border: 1px solid #006;
}

#carousel ul.horses {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 2000px;
	height: 198px;
}

#carousel .horses li.horse {
	display: inline;
	float: left;
	width: 900px;
	height: 320px;
}


/* ------------- CONTROLS ---------------- */
#carousel-interact {
	display: none;
	position: absolute;
	left: 3px;
	bottom: -25px;
	margin-bottom: 1px;
	width: 900px;
	height: 25px;
	background: url(../images/carousel-interact.png) #ccf;
}
* html #carousel-interact {
	background: url(../images/carousel-interact.gif) #ccf;
}

#carousel-interact ul.controls {
	display: inline;
	float: right;
	margin: 0;
	padding: 3px;
}

#carousel-interact .controls li {
	position: absolute;
	top: 3px;
	width: 19px;
	height: 19px;
	overflow: hidden;
}
#carousel-interact .controls li.playpause {
	right: 22px;
	width: auto;
	text-align: right;
	margin-right: 3px;
}
#carousel-interact .controls li.prev {
	right: 41px;
}
#carousel-interact .controls li.next {
	right: 3px;
}

#carousel-interact .controls li a {
	display: block;
	padding: 3px;
	height: 13px;
	text-decoration: none;
	font-weight: normal;
	text-indent: -99px;
	color: #646b70;
	background: url(/images/icons/carousel-controls-play.gif) 100% 3px no-repeat;
}

#carousel-interact .controls li.playpause a {
	font-size: 10px;
	line-height: 13px;
	padding-right: 40px;
	text-indent: 0;
}
#carousel-interact .controls li.playpause a.playing {
	color: #006;
	background: url(/images/icons/carousel-controls-pause.gif) 100% 3px no-repeat;
}
#carousel-interact .controls li.prev a {
	background: url(/images/icons/carousel-controls-prev.gif) 3px 3px no-repeat #ccf;
}
#carousel-interact .controls li.next a {
	background: url(/images/icons/carousel-controls-next.gif) 3px 3px no-repeat #ccf;
}

/* ------------- INDEXES ---------------- */
#carousel-interact ol.indexes {
	display: inline;
	float: left;
	margin: 0;
	padding: 3px;
}

#carousel-interact .indexes li {
	display: inline;
	float: left;
	height: 19px;
	overflow: hidden;
	margin: 1px 3px;
}

#carousel-interact .indexes li a,
#carousel-interact .indexes li a:visited {
	display: block;
	padding: 1px 6px 3px;
	height: 13px;
	font-family: Arial;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #006;
	background: #ddd;
	border: 1px solid #006;
}
#carousel-interact .indexes li.select a,
#carousel-interact .indexes li.select a:visited {
	background: #006;
	color: #ddf;	
}
#carousel-interact .indexes li a:hover,
#carousel-interact .indexes li.select a:hover {
	cursor: default;
	color: #000;
	background: #66f;
}


/* ------ list-style slides ------------ */
#carousel li.list {
	background: url(../images/carousel-horse-list.jpg) 100% 100% no-repeat;
}

#carousel .list div.title {
	margin: 0;
	padding: 17px 0 6px 11px;
}
.solo #carousel .list div.title {
	padding-left: 0;
	padding-bottom: 11px;
}

#carousel .list h1 {
	display: block;
	float: none;
	margin: 0;
	padding: 0 9px 2px 9px;
	font-size: 16px;
	text-transform: none;
}

#carousel .list ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 11px;
	list-style: none outside;
}
.solo #carousel .list ul {
	padding-left: 0;
}

#carousel .list ul li {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 10px;
	line-height: 10px;
}
.solo #carousel .list ul li {
	padding-bottom: 5px;
}

#carousel .list ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
}

#carousel .list ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #b04d1c;
}


/* ------ only-an-image slides ------------ */
#carousel li.allimage {
	
}

#carousel li.allimage img {
	display: block;
}


/* ------ image-and-text slides ------------ */
#carousel li.imagetext {
	
}

#carousel li.imagetext img {
	display: inline;
	float: right;
	margin: 0 0 11px 16px;
}

#carousel li.imagetext div.content {
	padding: 17px 11px 25px 11px;
	height: 156px;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
}

#carousel li.imagetext div.content p {
	margin: 0;
}

#carousel li.imagetext div.content a {
}


/* --------- title ---------- */

#carousel li.horse div.title{
	color: #fff;
	font-weight: bold;
	margin: -8px 0 8px -4px;
	background: #630;
}

#carousel li.horse div.details_link a{
	position: absolute;
	top: 8px;
	width: 890px;
	font-family: Arial;
	text-align: right;
	font-size: 10px;
	color: #99f;
}

#carousel li.horse p{
	color: #630;
	margin: -4px 0 0;
	padding: 2px 12px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ Horiz Accordion ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.horiz_accordion{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 900px;
  border: 1px solid #999999;
  height: 500px;
}

ul.horiz_accordion li.tab{
  	float: left;
  	padding: 0;
  	display: block;
  	margin: 0;
  	height: 500px;
  	width: 40px; 	
  	overflow: hidden;
	background: url(/images/horiz_accordion_text_bg.png) repeat-y;
}
ul.horiz_accordion li.tab div.title{
	float: left;
	width: 40px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(/images/horiz_accordion_text_sprite.png) no-repeat 70px 0;
}

ul.horiz_accordion li.tab div.about_how_we_started{
	background-position: -194px 0;
}
ul.horiz_accordion li.tab div.about_what_we_do{
	background-position: -234px 0;
}
ul.horiz_accordion li.tab div.pkgs_business_packages{
	background-position: -274px 0;
}
ul.horiz_accordion li.tab div.pkgs_personal_packages{
	background-position: -314px 0;
}
ul.horiz_accordion li.tab div.pkgs_consulting_services{
	background-position: -354px 0;
}
ul.horiz_accordion li.tab div.tools_add_ons{
	background-position: -394px 0;
}
ul.horiz_accordion li.tab div.tools_site_design{
	background-position: -434px 0;
}
ul.horiz_accordion li.tab div.tools_page_layout{
	background-position: -474px 0;
}
ul.horiz_accordion li.tab div.tools_miscellaneous{
	background-position: -514px 0;
}
ul.horiz_accordion li.tab div.clients_atonement{
	background-position: -554px 0;
}
ul.horiz_accordion li.tab div.clients_msub{
	background-position: -594px 0;
}
ul.horiz_accordion li.tab div.clients_vibe{
	background-position: -634px 0;
}
ul.horiz_accordion li.tab div.pkgs_consulting_services{
	background-position: -354px 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ Modal Window -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#modal_wrapper {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/* For IE6. */
* html #modal_wrapper {
	position: absolute;
}

#modal_overlay,
#modal_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #modal_iframe {
	filter: alpha(opacity = 0.1);
}

#modal_overlay {
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

#modal_window {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
}

#modal_window {
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 20px 0;
	width: 500px;
}

#modal_bar {
	background: #ccc url(../_common/gradient.gif) repeat-x;
	border: 1px solid;
	border-color: #eee #ccc #999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 0 -19px 20px;
	padding: 5px 10px;
	position: relative;
}

#modal_content {
	overflow: hidden;
}

#modal_content object,
#modal_content embed {
	display: block;
	margin: 0 auto;
}

#modal_content img {
	display: none;
}

#modal_content img.modal_placeholder {
	visibility: hidden;
	width: 100%;
	height: 100px;
}

#modal_image_wrapper {
	background: url(../_common/loading.gif) no-repeat center center;
}

#modal_image_wrapper img {
	display: block;
	margin: 0 auto;
}

#modal_close {
	background: url(../_common/close.gif) no-repeat;
	cursor: default;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 5px;
	text-decoration: none;
	text-indent: -9999px;
	width: 28px;
	height: 15px;
}

#modal_close:hover {
	background-position: left bottom;
}