/*---------------------------------
Property of JEBSO
Main StyleSheet
www.jebso.com
Developed: January 2009
Author: Justin McClintick and Ed Kisinger
---------------------------------*/
@import url("menu.css");
 
 * {margin:0;padding:0}

html,body {
	margin:0;
    padding:0;
	background: #0a2e56 url('images/jebso_bg.jpg') repeat-x 0 0;
	font: 8pt Tahoma, Arial, sans-serif;
	color: #000000;
	margin-top: 0;
	font-weight: normal;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	/*letter-spacing: 0.02em;*/
}



a {
	color: #0077a4;
	font-weight: normal;	
	text-decoration: none; 
} 
a:hover {
	color: #00364a;
	font-weight: normal; 
	text-decoration: underline;
}


.center {
	text-align: center;
	margin: 0 auto;
}

.center_bg {padding:0px; margin:0px;}
.left_bg {padding:0px; margin:0px; background:White repeat-y top left;}
.right_bg {padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}
.content_pad {padding:0 0 0 0; margin: 0 0 0 0; background:White repeat-x bottom left;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0 0 0 0; width:10em; margin:0px; }
.RightPane{ padding:0 0 0 0; width:10em; margin:0px; }

.slContent{
	width: 180px;
	height: 98px;
	margin-top: 90px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 0 0;
	color: #ffffff;
	text-align:left;

	}

.slContentNews{
	width: 200px;
	height: 230px;
	margin-top: 90px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 0 0;
	color: #ffffff;
	text-align:left;

	}


#menu_top_left
{
    margin-top:142px;
    background-color:White;
    height:auto;
    text-align:left;
    width: auto;
    overflow:hidden;
    position:absolute;
}

#menu_top_right
{
    margin-top:173px;
    background-color:White;
    height:auto;
    text-align:right;
}

/*----- CONTAINER -----*/
#container {
	width: 917px;
	margin: 0 auto;
	overflow: visible;
} 

/*----- MAIN CONTENT -----*/
#mainContent{
	width: 917px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#mainContentTop{
	width: 917px;
	height: 173px;
	background: url('images/JEBSO_top.jpg') no-repeat 0 0;
}

#mainContentMiddle{
	width: 917px;
	height:auto;
	background-color: #ffffff;
	overflow: auto;
}



/*------ LARGE MAIN IMAGE -------
Area can use rotating javascript or SWF */

#mainImage{
	width: 917px;
	height: 147px;
	background: url('images/JEBSO_mainimage.jpg') no-repeat 0 0;
}

/*------ CONTENT SPOTLIGHTS ------*/
#contentSpotlights{
	width: 917px;
	height: 350px;
	margin: 0 auto;
	padding: 0 0 0 0;
}




#contentSpotlightNews{
	background: url('images/JEBSO_spotlightNews.jpg') no-repeat 0 0;
	width: 236px;
	height: 350px;
	margin: 0;
	margin-left: 7px;
	padding: 0 0 0 0;
	float: left;
}

#contentSpotlight1{
	background: url('images/JEBSO_spotlight1.jpg') no-repeat 0 0;
	width: 220px;
	height: 228px;
	margin: 0;
	text-align:left;
	padding: 0 0 0 0;
	float: left;
}

#contentSpotlight2{
	background: url('images/JEBSO_spotlight2.jpg') no-repeat 0 0;
	width: 220px;
	height: 228px;
	margin: 0;
	text-align:left;
	padding: 0 0 0 0;
	float: left;
}

#contentSpotlight3{
	background: url('images/JEBSO_spotlight3.jpg') no-repeat 0 0;
	width: 223px;
	height: 228px;
	margin: 0;
	text-align:left;
	padding: 0 0 0 0;
	float: left;
}


#contentSpotlights h1{
	font: 14pt Century Gothic, Tahoma;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

a#learnMore1{

	margin: 0 auto;
	margin-left:79px;
	color:white;
	font-family:"Century Gothic";
	text-decoration:none;
}

a#learnMore2{

	margin: 0 auto;
	margin-left:77px;
	color:white;
	font-family:"Century Gothic";
	text-decoration:none;
}

a#learnMore3
{
    text-align:left;
	margin-left:74px;
	color:White;
	font-family:"Century Gothic";
	text-decoration:none;
}

#bottomContent{
	width: 975px;
	height: 100%;
	margin: 5px 0 5px 0;
	padding: 0 0 10px 0;
}

#bottomContentLeft{
	width: 668px; 
	height: 100%;
	border-right: solid 1px #919191;
	margin: 0 0 0 14px;
	float: left;
	}

#bottomContentLeft p{
	width: 662px;
	margin: 0;
	padding: 3px 0 0 0;
}

#bottomContent h1{
	font: 15pt Century Gothic, Tahoma;
	color: #000000;
	font-weight: normal;
}

#bottomContent h2{
	font: 10pt Century Gothic, Tahoma;
	color: #d26314;
	font-weight: bold;
}


#mainContentBottom{
	width: 917px;
	height: 43px;
	background: url('images/JEBSO_bottom.jpg') no-repeat 0 0;
}
/*---- FOOTER -----*/
#footer{
	background: url('images/JEBSO_Layout_14.jpg') no-repeat 0 0;
	width: 917px;
	clear: both;
	margin: 0;
	overflow: visible;
}





	



