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

body{
		background:black;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		}
#doc {
	margin:auto;
	position:relative;
	width:985px;
	
		
}
h2 {
	font-size:12px;
}
#headerlogo{
	
}
#footer{
	color:#3073F9;
	text-align:center;
}

#sitemap{
	float:right;
}
#promobar{
	background:url(images/center_banner.jpg) no-repeat;
	height:345px;
	width:1300px;
	margin-left:-145px;
	top:-20px;
	position:relative;

}
#promotext{
	width: 195px;
	left: 50px;
	margin-top:-213px;
	
}
#slideshow{
	
	width:800px;
	height:225px;
	top:46px;
	left:275px;
	position:relative;
}
#videoPlayer2{
	width:245px;
	margin-left:-22px;
}

	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:11px;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1{
		font-size:14px;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:0px 0 0px;
	}
	.story{
		float:right;
		width:150px;
		}
	.story h1{
		color:#3073F9;
		font-size:12px;
		}

	.storyphoto{
		float:left:
	}
	#news{
	background-color: white;
	padding:20px;
	}
		.newsstory{
	background-color: white;
	padding:20px;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.threecol .colleft {
		right:40%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:33%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:31%;			/* Width of left column content (column width minus padding on either side) */
		left:34%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:78%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.col3 li{
		font-size:15px;
		color: #3073F9;
		margin-left:-20px;
		margin-bottom:20px;
		list-style:disc;
	}
		.col3 a{
		font-size:15px;
		color: #3073F9;
		text-decoration:none;
		
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */

	

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 47px;
background: url(images/menu_middle.jpg);
background-repeat:repeat-x;
width:985px;
margin-top:16px;
position:relative;
top:-15px;

}
#nav-container-left{
	float:left;
	background:url(images/menu_left.jpg) no-repeat;
	width:5px;
	height:47px;
}

#nav-container-right{
	float:right;
	background:url(images/menu_right.jpg) no-repeat;
	width:5px;
	height:47px;
}

.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
d
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
margin-left:20px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container form{
margin-top:13px;

}

li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 12px 9px 12px;
margin: 10px 0px 0px 0px;
color:#3073F9;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:13px;
text-decoration:none;

background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
margin-top:5px;
}

#nav-container img{
	
margin: 3px -11px 0px 0px;
}


#nav-container a:hover{
color:white;
background: url(images/item-primary-bg.png);
background-repeat: no-repeat;
background-position: center;

}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding: 5px 4px 10px 4px;
margin:0px 0px 0px 0px;
background-repeat: repeat-x;
background-color:#333;
border-bottom: 1px solid #999;
border-left:1px solid #000;
border-right:1px solid #999;

margin-top:-5px;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:5px 10px 5px 6px;
background-color: #333;

background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-bottom: 1px solid #666;
margin: 0px 0px 0px 0px;
width: 135px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #333;
background-repeat: no-repeat;
color:white;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color:#0CF;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #0CF;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:14px 2px 0px 2px;
border-color:#AAAAAA;
}

/******************************************** END OF MENU *****************************************/



/* ######### CSS for Shade Tabs. Remove if not using ######### */
	
	.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
	
	.shadetabs li{
	display: inline;
	margin: 0;
	}
	
	.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: none;
	border-bottom: 1px solid #3073F9;
	color:#3073F9;
	background: white;
	}
	
	.shadetabs img{
		padding:3px;
	}
	
	.shadetabs li a:visited{
	color: #3073F9;
	}
	
	.shadetabs li a:hover{
	
	color: #0CF;
	}
	
	.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	border: 1px solid #3073F9;
	border-bottom:3px solid white;
	padding:10px 5px 0 5px;
	}
	
	.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(http://www.thebalancingact.com/skins/sunrise/images/bar_back_hl.jpg);
	background:white;
	border-bottom-color: white;
	}
	
	.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}
	
	.tabcontent{
	display:none;
	}
	
	@media print {
	.tabcontent {
	display:block !important;
	}
	}
	
	
	
	.tabcontent{
	display:none;
	margin-top:10px;
	height:1092px;
	overflow:auto;
	}
	
	@media print {
	.tabcontent {
	display:block !important;
	}
	}
	

	.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 300px;
	margin-bottom: 1em;
	padding: 10px;
	}
	
	.tabcontent{
	display:none;
	}
	
	@media print {
	.tabcontent {
	display:block !important;
	}
	}
	
	#promoBox{
		background:white;
		width:310px;
		
		
	}
	#promoBanners{ 
		width:288px; 
		border-top:1px solid #3073F9;
		padding: 0px;
		margin-left:10px;
		margin-top:-12px;
	}
	.quote {
		font-style:italic;
		font-size:12px;
	}
	.specialinfo{
		background:#CCC; 
		margin:10px;
		padding: 10px;
	}
	
