/* CSS Document */

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

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

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

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:90px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:48px;
	left:218px;
	width:497px;
	height:38px;

}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:746px;
	height:384px;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
	margin: 0  auto;
}

#email {
	position:relative;
	top:0;
	left:0;
	width:446px;
	height:58px;
	background-image:url(images/bg_email.jpg);
	background-repeat:no-repeat;
	margin: 0  auto;
padding: 0 0 0 300px;
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:440px;
	height:280px;
padding: 0 0 0 0px;
margin: 0 0 0 240px;
color: #fff;
font-weight: bold;
overflow: auto;
}

#content_main a {
color: #EFDD1D;
font-weight: bold;
}

#content_boxes {
	position:relative;
	top:0;
	left:0;
	width:746px;
	height:auto;
	margin: 0 auto;
}
#events {
	position:relative;
	top:0;
	left:0;
	width:239px;
	height:256px;
	float:left;
	background-image:url(images/img_events-top.jpg);
	background-repeat:no-repeat;
}

.events-text {
	position:relative;
	top:0;
	left:0;
	width:139px;
	height:133px;
	float:left;
padding: 70px 30px 0 70px;
font-size:10px;
color:#354d4d;

}



#facebook {
	position:relative;
	top:0;
	left:0;
	width:185px;
	height:256px;
	float:left;
	background-image:url(images/img_facebook-top.jpg);
	background-repeat:no-repeat;
}

.facebook-text {
	position:relative;
	top:0;
	left:0;
	width:135px;
	height:93px;
	padding: 20px 20px 10px 30px;
	font-size:10px;

}

#videos{
	position:relative;
	top:0;
	left:0;
	width:321px;
	height:256px;
	float:right;
	background-repeat:no-repeat;

}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:726px;
	height:40px;
	clear:both;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:67px;
	cursor:pointer;
	background-position:-66px 0;
}

a:hover#nav_02{
	background-position:-66px -38px;
}

.active_02 {
	background-position:-66px -38px !important;
}

a#nav_03 {
	width:76px;
	cursor:pointer;
	background-position:-133px 0;
}

a:hover#nav_03{
	background-position:-133px -38px;
}

.active_03 {
	background-position:-133px -38px !important;
}

a#nav_04 {
	width:81px;
	cursor:pointer;
	background-position:-209px 0;
}

a:hover#nav_04{
	background-position:-209px -38px;
}

.active_04 {
	background-position:-209px -38px !important;
}

a#nav_05 {
	width:62px;
	cursor:pointer;
	background-position:-290px 0;
}

a:hover#nav_05{
	background-position:-290px -38px;
}

.active_05 {
	background-position:-290px -38px !important;
}

a#nav_06 {
	width:70px;
	cursor:pointer;
	background-position:-352px 0;
}

a:hover#nav_06{
	background-position:-352px -38px;
}

.active_06 {
	background-position:-352px -38px !important;
}





a#nav_07 {
	width:75px;
	cursor:pointer;
	background-position:-422px 0;
}

a:hover#nav_07{
	background-position:-422px -38px;
}

.active_07 {
	background-position:-422px -38px !important;
}
