/* CSS Document */

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

a {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

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;
}
.border {

	border:#cb2026 solid 2px;
}
.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;
}

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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:170px;
	left:70px;
	width:889px;
	height:35px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:875px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	padding: 0 30px 0 35px;

}

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

#content_main {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:550px;
	height:auto;
	padding: 18px 0 0 0;
	
}

#content_main2 {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:425px;
	height:auto;
	padding: 18px 0 0 0;
	
}

#content_give {
	position:relative;
	top:0;
	right:150px;
	float:right;
	width:400px;
	height:auto;
	padding: 18px 0 0 0;
	
}

#content_staff {
	position:relative;
	top:0;
	right:0;
	width:800px;
	height:auto;
	padding: 18px 0 0 0;
	text-align:center;
	
}


#content_main-right {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:550px;
	height:auto;
	padding: 18px 0 0 20px;
	
}

#content_locations {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:865px;
	height:auto;
	padding: 10px 0 0 0;
	
}
/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:298px;
	height:auto;
	padding: 10px 0 0 0;
	color:#5a5b5b;
}

#side_bar2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:430px;
	height:auto;
	padding: 10px 0 0 0;
	color:#5a5b5b;
}


#side_bar-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:288px;
	height:auto;
	padding: 10px 10px 0 0;
	color:#5a5b5b;
}

#side_locations {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:298px;
	height:186px;
	background-image:url(images/bg_our.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:10px;
	padding: 0 0 0 20px;
}

#side_more-info {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:253px;
	height:184px;
	background-image:url(images/bg_get.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:10px;
	padding: 5px 20px 0 25px;
}

#side_more-info-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:253px;
	height:184px;
	background-image:url(images/bg_get-imore-side.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:10px;
	padding: 5px 20px 0 25px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:75px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 20px 30px 0 30px;
	font-size:12px;
}

#copy {
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:auto;
	float:left;
	padding: 0 0 0 10px;
}

#email {
	position:relative;
	top:0;
	left:85px;
	width:330px;
	height:auto;
	float:left;

}

#logo {
	position:relative;
	top:0;
	left:20px;
	width:250px;
	height:auto;
	float:right;
	padding: 0 0 0 0;
}


#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:112px;
	background-position:-89px 0;
}

a:hover#nav_02{
	background-position:-89px -35px;
}

.active_02 {
	background-position:-89px -35px !important;
}


a#nav_03 {
	width:140px;
	background-position:-201px 0;
}

a:hover#nav_03{
	background-position:-201px -35px;
}

.active_03 {
	background-position:-201px -35px !important;
}

a#nav_04 {
	width:145px;
	background-position:-341px 0;
}

a:hover#nav_04{
	background-position:-341px -35px;
}

.active_04 {
	background-position:-341px -35px !important;
}

a#nav_05 {
	width:145px;
	background-position:-486px 0;
}

a:hover#nav_05{
	background-position:-486px -35px;
}

.active_05 {
	background-position:-486px -35px !important;
}

a#nav_06 {
	width:76px;
	background-position:-631px 0;
}

a:hover#nav_06{
	background-position:-631px -35px;
}

.active_06 {
	background-position:-631px -35px !important;
}

a#nav_07 {
	width80px;
	background-position:-707px 0;
}

a:hover#nav_07{
	background-position:-707px -35px;
}

.active_07 {
	background-position:-707px -35px !important;
}

a#nav_08 {
	width:112px;
	background-position:-787px 0;
}

a:hover#nav_08{
	background-position:-787px -35px;
}

.active_08 {
	background-position:-787px -35px !important;
}


/* ---- start nav drop settings -------------------------- */


#sub_nav {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:30px;
	background-image:url(images/nav-drop2.gif);
	background-repeat:no-repeat;

}

#sub_nav a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;
	background-image:url(images/nav-drop2.gif);
	background-repeat:no-repeat;
	

	
}

a#nav-drop_01 {
	width:88px;
	background-position:0 0;
}

a:hover#nav-drop_01{
	background-position: 0 -30px;
}

.active-drop_01 {
	background-position: 0 -30px !important;
}

a#nav-drop_02 {
	width:87px;
	background-position:-88px 0;
}

a:hover#nav-drop_02{
	background-position:-88px -30px;
}

.active-drop_02 {
	background-position:88px -30px !important;
}




/* ---- start nav drop settings -------------------------- */

#drop_nav {
	position:absolute;
	top:204px;
	left:123px;
	width:200px;
	height:30px;
	
	

}

#drop_nav a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;

}

#drop_nav a:hover {

	text-decoration: none;
}

#L1, #L2, #L3 {
	position:absolute;
	visibility:hidden;
	height:auto;

}

#L1 { width:140px; left:50px; }
#L2 { width:90px; left:115px; }
#L3 { width:180px; left:128px; font-size:11px;}



.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}


/*
============================================================================
OUR STAFF
============================================================================
*/
#staff {
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	z-index: 10000;
}

#robert_record {
	background: url('images/robert_record.jpg') no-repeat center top;
	position: relative;
	width: 535px;
	font: bold 75%/250% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px auto 0px auto;
	padding: 375px 181px 30px 182px;
}

#rayne_osborn {
	background: url('images/rayne_osborn.jpg') no-repeat center top;
	position: relative;
	width: 535px;
	font: bold 75%/250% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px auto 0px auto;
	padding: 375px 181px 30px 182px;
}

#amelia_morton {
	background: url('images/amelia_morton.jpg') no-repeat center top;
	position: relative;
	width: 535px;
	font: bold 75%/250% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px auto 0px auto;
	padding: 375px 181px 30px 182px;
}

#c_duck {
	background: url('images/c_duck.jpg') no-repeat center top;
	position: relative;
	width: 535px;
	font: bold 75%/250% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px auto 0px auto;
	padding: 375px 181px 30px 182px;
}

.staff_title {
	font: bold 125%/150% Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	padding: 0px 0px 5px 2px;
}

#previous {
	background: url('images/previous.jpg') no-repeat left top;
	position: absolute;
	width: 14px;
	height: 19px;

}

#previous:hover {
	background-position: left bottom;
}

#next {
	background: url('images/next.jpg') no-repeat left top;
	position: absolute;
	width: 14px;
	height: 19px;

}

#next:hover {
	background-position: left bottom;
}


/*
