html { height: 100%; }
body,ul,p{margin:0;padding:0}
a img{border:0;}
li{slist-style-type:none;sdisplay:inline;}



body 
{
	/*background: url(/images/graphics/bg.gif) repeat-x top left;*/
	background: url(/wp-content/themes/brightstep/images/graphics/darkbg.gif);
	background-color: #dff4ff;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}


#highlight
{
	background-image:     url(/wp-content/themes/brightstep/images/graphics/bg_highlight_dark.gif); 
	background-position:  top left;
	background-repeat:    repeat-x;		
	/*position:absolute;
	width:100%;
	heght:500px;*/
}


#back-div {
    position: relative;
	margin:   0 auto 0px auto;
	width:    100%;
	height:   100%;
	min-height: 100%;
   	background-image:     url(/wp-content/themes/brightstep/images/graphics/doc_shadow.png); 
	background-position:  50% 0;
	background-repeat:    repeat-y;	
}



#content-div {
	width:850px;
	position:relative;
	margin: 0 auto 0 auto;
	padding:0;
	height:100%;
	background-color:#FFF;
}

#top-banner{
	padding-left: 50px;
	height:100px;
	padding-top:30px;
	
}

#menu-banner{
	padding:0;
}


#top-menu{
	/*margin-left:50px;*/
	height:27px;
	padding:0;
	background: url(/wp-content/themes/brightstep/images/graphics/topmenu_shadow_up.png) repeat-x 0px 21px;
	
	}
	#top-menu ul{
		/*margin-bottom:5px;*/
		margin-left:50px;
		height:27px;
	}
	#top-menu li{
		float: left;
		
		
	}
	#top-menu li a{
		margin: 0;
		margin-right: 6px; /*Spacing between each tab*/
		padding: 0px 0 0 9px;
		color:#888;
		text-decoration:none;
		float: left;
		position: relative;		
		background:url(/wp-content/themes/brightstep/images/graphics/top_left.png) no-repeat left top;
		font-size:12px;
		height:27px;
	}
    #top-menu li a:hover
    {   
        /*background-position: 0 -54px;*/
    }
	#top-menu li a span{
		display: block;
		text-decoration:none;
		position: relative;
		background:url(/wp-content/themes/brightstep/images/graphics/top_right.png) no-repeat right top;
		padding: 6px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
		font-weight:bold;
		height:18px;
		cursor:hand;
	}
    #top-menu li a span:hover
    {   
        /*background-position: 100% -54px;*/
    }
	#top-menu .selected a,#top-menu .selected a:hover{
		background-position: 0 -27px;
		top: 0;
		cursor:hand;
	}

	#top-menu .selected a span,#top-menu .selected a:hover span{
		background-position: 100% -27px;
		color: white;
		padding-bottom: 3px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
		top: 0;
		
	}

	#top-menu a:hover{
		/*background-position: 0% -125px;*/
		color:black;
		top: 0;
	}

	#top-menu a:hover span{
		/*background-position: 100% -125px;*/
		/*padding-bottom: 8px; *//* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
		top: 0;
	}	
#top-menu .selected2 a{
background-position: 0 -27px;
;
}

#top-menu .selected2 span{
background-position: 100% -27px;
color: white;
}	


#sub-menu{
	background-color: rgb(43, 159, 218);
    height:32px;
	}
	#sub-menu ul{
		margin-left:50px;
		padding:7px 0 7px 0;
		
	}
	#sub-menu li{
		margin-right:20px;
		list-style:none;
		display:inline;
		}
	#sub-menu a{
		font-size:12px;
		color:white;
		text-decoration:none;
	}
	#sub-menu li.active a
	{
	    text-decoration:underline;
	}

#head-content{
	
	width: 100%;
	
	background: url(/wp-content/themes/brightstep/images/graphics/headcontent_bg_fader.gif) repeat-x top;
	background-color: rgb(43, 159, 218);
	background-color: #105b81;
	padding: 0px;
	color:White;
	

	}
	#head-content.green
	{
		background: url(/wp-content/themes/brightstep/images/graphics/headcontent_bg_fader_green.gif) repeat-x top;
		background-color: #779635;
	}
	#head-content.orange
	{
		background: url(/wp-content/themes/brightstep/images/graphics/headcontent_bg_fader_orange.gif) repeat-x top;
		background-color: #cc6d1d;
	}
	#head-content.red
	{
		background: url(/wp-content/themes/brightstep/images/graphics/headcontent_bg_fader_red.gif) repeat-x top;
		background-color: #9c2d2a;
	}
	#head-content.purple
	{
		background: url(/wp-content/themes/brightstep/images/graphics/headcontent_bg_fader_purple.gif) repeat-x top;
		background-color: #5e427f;
	}
	
	#head-content.darker {
		background-position: 0 -80px;
	}

	#head-content div.padding{
		padding:0px 50px 30px 50px;
		
	}
	#head-content.darker div.padding {
		padding:20px 50px 30px 50px;
		background-image: url(/wp-content/themes/brightstep/images/graphics/head_content_shadow.png); 	
		background-position:top;
		background-repeat:no-repeat;
	}
	

	#head-content p 
	{
		color:White;
	}




#main-content 
{
	clear:both;
	background-image: url(/wp-content/themes/brightstep/images/graphics/topmenu_shadow_below.png); 	
	background-position:top;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:20px;
	}
	
	#main-content div.padding
	{
		clear:both;
		padding:10px 30px 10px 50px;
		overflow:visible;
	}
	#main-content div.half_padding { padding: 20px 30px 30px 30px; }

	#main-content a
	{
		 color:#ce3b37;
		 font-weight:bold;
         text-decoration:none;
	}
	#main-content a:hover
	{
         border-bottom: 1px dotted #ce3b37
	}
	
    
    #main-content a img,
    #main-content a:hover img
    {
		border:0;
	}
	#main-content p{margin:10px 0 10px 0}


	#main-content h2 a{
		color:black;
		font-weight:normal;
	}
	#main-content h2 a:hover{
		color:black;
		border-color:black;
	}

.edgeFader {
	background-image: url(/wp-content/themes/brightstep/images/graphics/edge_fader_bg.png); 
	background-repeat: repeat-y;
	/*height: 300px;*/
}


	
/* BLUE BUTTONS */
a.bluebutton {
		margin: 0;
		margin-right: 6px; /*Spacing between each button*/
		padding: 0px 0 0 7px;
		background:url(/wp-content/themes/brightstep/images/graphics/blue_button_left.png) no-repeat left center;
		display: block;
		float: left;
		height: 23px;
		text-decoration:none;
		color:black;
		font-size:12px;
	}
	a.bluebutton span {
		display: block;
		height: 23px;
		background:url(/wp-content/themes/brightstep/images/graphics/blue_button_right.png) no-repeat right;
		padding: 0px 14px 0px 7px;
		font-weight:bold;
		line-height: 23px;
		text-decoration:none;
		color:Black;
		cursor: pointer;
	}
	#main-content a.bluebutton *{color:black;text-decoration:none;border:0}
	#main-content a.bluebutton:hover{color:black;text-decoration:none;border:0}
    #head-content .edgeFader a.bluebutton:hover {   
        text-decoration:none;
		color: red;
    }
	

.post ul{margin-left:30px;}
