/* CSS Document */

html { overflow-y:scroll; }
body {
	font-size:.8em;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	

}

a { color:#0000FF; }
a img{border:none;}


h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}



.side-top {
	background-image:url(images/side_top.jpg);
}

.side-btm {
	background-image:url(images/side_btm.jpg);
}

.font {
	font-family:Arial, Helvetica, sans-serif;
	color:#266779;
	
}

.a {
	color:#266779;
	font-size:1.5em;


}
/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	width:950px;
	height:auto;
	margin: 0 auto;
	

}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:236px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	
}

#involved {
	position:relative;
	top:115px;
	left:655px;
	width:170px;
	height:30px;
	
	
	
}	

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:150px;
	left:20px;
	width:910px;
	height:49px;



}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:auto;
	margin: 0 0 0 19px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	

	
	
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:628px;
	height:auto;
	padding: 0 10px 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	right:0;
	float:left;
	width:236px;
	height:auto;
	margin:10px 0 0 20px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:50px;
	clear:both;
	margin: 0 0 0 20px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
#nav a {
	position:relative;
	float:left;
	height:49px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:116px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -49px;
}

.active_01 {
	background-position: 0 -49px !important;
}

a#nav_02 {
	width:120px;
	cursor:default;
	background-position:-116px 0;
}

a:hover#nav_02{
	background-position:-116px -49px;
}

.active_02 {
	background-position:-116px -49px !important;
}

a#nav_03 {
	width:120px;
	cursor:default;
	background-position:-236px 0;
}

a:hover#nav_03{
	background-position:-236px -49px;
}

.active_03 {
	background-position:-236px -49px !important;
}

a#nav_04 {
	width:136px;
	cursor:default;
	background-position:-356px 0;
}

a:hover#nav_04{
	background-position:-356px -49px;
}

.active_04 {
	background-position:-356x -49px !important;
}

a#nav_05 {
	width:136px;
	cursor:default;
	background-position:-492px 0;
}

a:hover#nav_05{
	background-position:-492px -49px;
}

.active_045{
	background-position:-492px -49px !important;
}

a#nav_06 {
	width:152px;
	cursor:default;
	background-position:-628px 0;
}

a:hover#nav_06{
	background-position:-628px -49px;
}

.active_06 {
	background-position:-628px -49px !important;
}

a#nav_07 {
	width:130px;
	cursor:default;
	background-position:-780px 0;
}

a:hover#nav_07{
	background-position:-780px -49px;
}

.active_07{
	background-position:-780px -49px !important;
}

