/* @override 
	http://localhost:8888/big_spruce/bsc.css
	http://localhost:8888/seroka/includes/css/bsc.css
*/

@charset "UTF-8";
/* CSS Document */


a {outline:none!important;}
a:link {color: #0c136e;}
a:visited {color: #632791;}
a:hover { background-color: #eee; color: #ec1c24;}
a:active { background-color:#eee; color:black;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color:white;
	padding-top: 5px;
}
p.contact {
	 width: 780px;
	 margin: 0 auto;
	 display: block;
	 text-align: right;
	 font-weight: bold;
	 font-size: 1.3em;
	 color: #066;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 padding: 5px 0;
}
.twoColFixLtHdr #container { 
	width: 987px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:20px;
	padding:0;
} 
#header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:149px;
	margin-bottom: 30px;
} 
#header h1, #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
	margin-bottom:0;
	color:#ffffff;
	text-indent:-9999px; font-size:1px; float:left;
	cursor:pointer;
/*	text-shadow:2px 2px 6px #333399;*/
}
#header h1 {
	position: absolute;
	left: 10px;
	top: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#header h1 a { 
	display:block;
	float:left; border:none; background: url(../../images/sprite.gif) no-repeat -167px 0px;
	width: 295px; position:absolute; 
	height:156px;
	left:0; top:0px; text-decoration:none; 
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 266px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
	margin: 10px 0px 10px 35px;
}
#sidebar1 img {
	margin-bottom: 30px;
	display: block;
}
#sidebar1 h3,#footer h3, #sidebar1 h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1 h2 {
	margin: 0;
	color: #c5ebd8;
}
#sidebar1 h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sidebar1 ul {
	margin-top: .5em;
	margin-bottom: 1em;
}
.twoColFixLtHdr #mainContent { 
	margin: 10px 30px 10px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 15px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:black;
	width: 530px;
	background-color: white;
	float: left;
} 
#mainContent ul.cabins li h3, #mainContent ul.cabins li h4 {
	margin-bottom: .25em!important;
	padding-bottom: 0;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
}
#mainContent h1 {margin-top:0;}
#mainContent p {
	padding: 0 0 .75em 0;
	margin: 0;
}
#mainContent h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h1 {
	text-transform: uppercase;
	font-weight: bold;
}
#mainContent h2, #sidebar1 h2 {
	font-size: 150%;
	color: #0c136e;
}
#mainContent h3 {
	font-size: 125%;
	color: #0c136e;
}
#mainContent h3.date-header {
	text-align:right;
	border-bottom:1px solid #ccc;
}
#mainContent ul.cabins li p {
	margin-top: 0;
}
.twoColFixLtHdr #mainContent embed {
	 text-align: center;
	 margin: 0 auto;
	 padding-left: 50px;
}

/* @group Footer */

#footer h3 {
	margin: 0;
	padding: 0;
	padding-top:15px ;
}
.twoColFixLtHdr #footer { 
	width: 957px;
	padding: 5px 10px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #fff;
	font-size: .9em;
	border-top: 3px solid #EC1C24;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	margin:0 auto;
}

/* @end */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header {
	background:url(../../images/header_background.jpg) left top no-repeat;
	position: relative;
}




/* @group Navigation */
/* NAVIGATION */
div#header #navigation { position:relative; bottom:0; left:0;}
#header #navigation ul, #header #navigation li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#header #navigation li {
	float: left;
}
#header #navigation ul { width:100%; background: transparent url('../../images/sprite.gif') no-repeat -198px left; font-size:small; clear:both; display:block;
height: 30px;
position: absolute;
top: 113px;
right: 10px;
width:638px;
}


#header #navigation li {
	display:block;
	padding:0em 0em;
	padding-right:10px;
	padding-right:0px;/* addded without home link */
}
#header #navigation li.last { background:none;}
#header #navigation li a {
	padding:0em;
	color:white;
	text-decoration:none;
	display:block;
}
#header #navigation li a, #header #navigation li a:hover { background-color:transparent!important; }
#header #navigation li a {
	background: transparent url(../../images/sprite.gif); no-repeat -198px left;
	text-indent:-9999px;
	float:left;
	font-size:1px;
	height:30px;
	width:229px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-left:0px;
	margin-left:0px;/* addded without home link */
}

#header #navigation li#home a {
	width:66px;
	background-position: -572px -198px;
}
#header #navigation li#home a:hover, #header #navigation li#home.active a, #header #navigation li#home.active a:hover {
	background-position: -572px -267px;
}
#header #navigation li#the_fund a {
	width:103px;
	background-position: left -198px;
}
#header #navigation li#the_fund a:hover, #header #navigation li#the_fund.active a, #header #navigation li#the_fund.active a:hover {
	background-position: left -267px;
}
#header #navigation li#requirements a {
	width:122px;
	background-position: -104px -198px;
}
#header #navigation li#requirements a:hover, #header #navigation li#requirements.active a, #header #navigation li#requirements.active a:hover {
	background-position: -104px -267px;
}
#header #navigation li#about a {
	width:157px;
	background-position: -225px -198px;
}
#header #navigation li#about a:hover, #header #navigation li#about.active a, #header #navigation li#about.active a:hover {
	background-position: -225px -267px;
}
#header #navigation li#whats_new a {
	width:112px;
	background-position: -382px -198px;
}
#header #navigation li#whats_new a:hover, #header #navigation li#whats_new.active a, #header #navigation li#whats_new.active a:hover {
	background-position: -382px -267px;
}
#header #navigation li#contact a {
	width:78px;
	background-position: -494px -198px;
}
#header #navigation li#contact a:hover, #header #navigation li#contact.active a, #header #navigation li#contact.active a:hover {
	background-position: -494px -267px;
}
/*
#header #navigation li a:hover, #header #navigation li.active a { background-position:-4px -23px; }*/

/* END NAVIGATION */

/* @end */

.wide {
	 margin-left: 10px!important;
}
.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.available {
	color: #f80a12;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.header_hr {
  height: 3px;
  background: #fff url(../../images/header_border.gif) no-repeat scroll center;
  position: absolute;
  left: 0;
  top:149px;
  width: 987px;
  z-index:1;
}
div.header_hr hr {
  display: none;
}

/* @group Wufoo */
/* - - - - - - - - - - - - - - - - - - - - -

 Title : Wufoo Form CSS
 Author : Infinity Box Inc.
 URL : http://wufoo.com

 Last Updated : November 20, 2006

- - - - - - - - - - - - - - - - - - - - - */

body{
	margin:7px 0 15px 0;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#container{
	position:relative;
	text-align:left;
}
#container, #top, #bottom, #footer{
	margin:0 auto;
	width:580px;
}
#top, #bottom{
	height:10px;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}


/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

.wufoo{
}
.wufoo li{
	width:80%;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear: both;
}

div#application {
	background-color: #fcfcfc;
	padding: 9px;
	padding-top: 1px;
	padding-bottom: 0px;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}
form li div.left{
	display:inline;
	float:left;
	width:48%;
}
form li div.right{
	display:inline;
	float:right;
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
}

form li div label, form li span label{
	margin:0;
	padding-top:3px;
	font-size:.8em;
	line-height:1.1em;
	color:#444;
	display:block;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	margin:0 0 1em 0;
	border-bottom:1px dotted #ccc;
}
.info[class]{
	display:block;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	line-height:130%;
}
form .section p{
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	margin-top:10px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-weight:bold;
}
span.symbol{
	font-size:115%;
	line-height:130%;
}
input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text, input.file{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{

}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}
form li.error label{
	color:#DF0000 !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
	
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct{
	visibility:visible;
}

/* ----- LABEL LAYOUT ----- */

.noI .instruct{
	display:none !important;
}
.noI form li{
	width:96%;
}
.noI li.section{
	padding-left:9px;
}

/* ----- LABEL LAYOUT ----- */

.leftLabel li, .rightLabel li, li.leftLabel, li.rightLabel{
	padding-left:22%;
	padding-top:9px;
	width:55% !important;
}
.noI .leftLabel li, .noI .rightLabel li, .noI li.leftLabel, .noI li.rightLabel{
	padding-left:30%;
	width:66%;
}

.leftLabel label.desc, .rightLabel label.desc{
	position:absolute;
	left:0;
	width:24%;
	margin-left:9px;
	margin-top:2px;
}
* html .leftLabel label.desc, * html .rightLabel label.desc{
	width:34%;
}
.rightLabel label.desc{
	text-align:right;
}

.noI .leftLabel label.desc, .noI .rightLabel label.desc{
	width:27%;
}
* html .noI .leftLabel label.desc, * html .noI .rightLabel label.desc{
	width:40%;
}

.leftLabel p.instruct, .rightLabel p.instruct{
	width:26%;
	margin-left:2px;
}
* html .leftLabel p.instruct, * html .rightLabel p.instruct{
	width:37%;
}

/* ----- PASSWORD ----- */

ul.protected{
	list-style:none;
	margin:60px 0;
}
.protected li{
	text-align:center;
	padding:10px 0;
}
.protected h2{
	font-weight:bold;
	color:#DF0000;
	margin:0 auto 10px auto;
}
.protected label{
	font-size:120% !important;
	padding-top:10px;
	display:block;
}
.protected input.text{
	font-size:170% !important;
	width:380px;
	text-align:center;
}
.protected .buttons{
	margin:0;
}
.protected #saveForm{
	font-size:120% !important;
}
/* ----- CUSTOM THEME ----- */

/* @end */

/* @group Location */

div.location { width:100%; border-bottom: 1px dotted #ccc; padding-bottom:10px;}

.location abbr, .location acronym, .location span {
	font-weight:bold;
}


/* @end */
