@charset "UTF-8";
/** 
 * id2o dnn css skin. 
 * 
 * Last Update: 02.33.2008 1:15pm
 * 
 * @author  Bradley Linger 
 * @version 1.0 
 * @see     http://www.id2o.com/ 
 * @license Unauthorized reproduction is strictly prohibited.
 */
 
/*------------------- Browser Reset ------------------*/ 
img {
	border:none;
	behavior: url('/Portals/iepngfix.htc'); /*fixes ie<7 png 24 transparency issues*/
}
* { 
	margin:0;
	padding:0;
}

/*general structure*/
html{

}
body { 
	background:url('/Portals/bethel/skins/bethel1/background.jpg') repeat-y top;
    text-align:center; /*text-align:center; is ie fix for centering*/ 
	border-top:3px solid #6e6e6e;
	font-family:Arial, Helvetica, sans-serif;
    } 
div.wrapper{
	width:950px;
	margin:auto;
}
div.clear{
	clear:both;
}
div#top_wrapper {
	width:950px;
	margin:auto;
	position:relative;
	text-align:center;
}
div#logo_pane{
	width:300px;
	float:left;
	display:inline;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
div#topmenu{
	background:url('/Portals/bethel/skins/bethel1/topnav.gif') no-repeat;
	width:299px;
	height:17px;
	float:right;
}
	div#topmenu ul {
		margin:0 0 2px 0;
	}
		div#topmenu ul li#top_li{
			display:inline;
			list-style-type:none;
			margin:0;
		}
		div#topmenu ul li a{
			text-decoration:none;
			color:#fff;
		}
		div#topmenu ul li a:hover{
			text-decoration:underline;
			color:#fff;
		}
div#main_menu {
	width:600px;
	height:30px;
	margin:15px 0 0 0;
	float:right;
	clear:both;
}
div#top_shadow{
	background:url('/Portals/bethel/skins/bethel1/top_shadow.jpg') no-repeat top;
	height:21px;
	clear:both;
}
div#midone_shadow{
	background:url('/Portals/bethel/skins/bethel1/mid1_shadow.jpg') no-repeat top;
	height:21px;
	clear:both;
}
div#midtwo_shadow{
	background:url('/Portals/bethel/skins/bethel1/mid2_shadow.jpg') no-repeat top;
	height:19px;
	clear:both;
}
div#midone_wrapper {
    background:url('/Portals/bethel/skins/bethel1/mid1_wrapper.jpg') repeat-y top;
    margin: auto; 
	padding:15px 0 30px 0;
	clear:both;
    text-align:center; /*text-align:left; compensates for above IE fix for centering*/
}
	div#midone_wrapper h1, div#midone_wrapper h2, div#midone_wrapper h3, div#midone_wrapper h4, div#midone_wrapper .head, div#midone_wrapper .subhead, div#midone_wrapper p, div#midone_wrapper .normal {
		color:#6e6e6e;
	}
	/*-------backend content is placed in the contentpane------*/
	div#midone_left_pane{
		width:590px;
		float:left; 
		margin:14px 30px 0 0;
		display:inline;
		text-align:left;
	}
	div#midone_right_pane{
		width:330px;
		float:left;
		margin:14px 0 0 0;
		display:inline;
		text-align:left;
	}
	div#contentpane{
		width:950px; 
		float:left;
		display:inline;
		text-align:left; 
	} 
div#midtwo_wrapper {
    background:url('/Portals/bethel/skins/bethel1/mid2_wrapper.jpg') repeat-y top; 
    margin: auto; 
	padding:10px 0 30px 0;
	clear:both;
    text-align:center; /*text-align:left; compensates for above IE fix for centering*/
}
	div#midtwo_wrapper h1, div#midtwo_wrapper h2, div#midtwo_wrapper h3, div#midtwo_wrapper h4, div#midtwo_wrapper .head, div#midtwo_wrapper .subhead, div#midtwo_wrapper p, div#midtwo_wrapper .normal {
		color:white;
	}
	div#midtwo_left_pane{
		width:237px;
		float:left;
		margin:0 30px 0 0;
		display:inline;
		text-align:left;
	}
	div#midtwo_mid_pane{
		width:415px;
		float:left;
		margin:0 30px 0 0;
		display:inline;
		text-align:left;
	}
	div#midtwo_right_pane{
		width:238px;
		display:inline;
		float:left;
		text-align:left;
	}
div#footercontainer{
    margin:auto; 
    text-align:center; 
    clear:both; 
}