/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#262626;
	font-size:14px;
	margin:0 auto;
	background-color:#40403E;
	background-repeat:repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;


}

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

	border-left: 2px solid #3F4B7D;
}

.alphabet {
	float:right; 
	background-color:#484D6D; 
	color:#B4B9D6; 
	border: 3px solid #121526; 
	padding:15px;
}

.alphabet a { color:#B4B9D6; }

.bold-text {
	color: #3F4B7D; 
	font-size: 16px ;
	font-weight: bold;
}

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

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


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

#register {	
	position:relative;
	top:14px;
	right:22px;
	width:152px;
	height:35px;
	float:right;
	
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:135px;
	left:40px;
	width:867px;
	height:31px;
	float:left;

}

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

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


}

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

#content_main-full {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:800px;
	height:auto;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
}

#donate {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:245px;
	height:auto;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	
}

#events {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:320px;
	height:auto;
	
}

#banner {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:626px;
	height:235px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:255px;
	height:auto;
}

#side_email{
	position:relative;
	top:0;
	left:0;
	float:right;
	width:202px;
	height:161px;
	background-image:url(/images/bg_side-email.jpg);
	background-repeat:no-repeat;
	padding: 50px 20px 0 30px;

}

#side_check {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:212px;
	height:212px;
	background-image:url(/images/bg_side-check-guide.jpg);
	background-repeat:no-repeat;
	padding: 50px 20px 0 20px;

}

#side_photo {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:222px;
	height:255px;
	background-image:url(/images/bg_side-photo.jpg);
	background-repeat:no-repeat;
	padding: 50px 0 0 30px;
	
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:34px;
	clear:both;
	background-image:url(/images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 25px 10px 0 20px;
	color:#fff;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:71px;
	cursor:default;
	background-position:-51px 0;
}

a:hover#nav_02{
	background-position:-51px -31px;
}

.active_02 {
	background-position:-51px -31px !important;
}

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

a:hover#nav_03{
	background-position:-122px -31px;
}

.active_03 {
	background-position:-122px -31px !important;
}

a#nav_04 {
	width:73px;
	cursor:default;

	background-position:-244px 0;
}

a:hover#nav_04{
	background-position:-244px -31px;
}

.active_04 {
	background-position:-244px -31px !important;
}

a#nav_05 {
	width:98px;
	cursor:default;

	background-position:-317px 0;
}

a:hover#nav_05{
	background-position:-317px -31px;
}

.active_05 {
	background-position:-317px -31px !important;
}

a#nav_06 {
	width:117px;
	cursor:default;

	background-position:-415px 0;
}

a:hover#nav_06{
	background-position:-415px -31px;
}

.active_06 {
	background-position:-415px -31px !important;
}


a#nav_07 {
	width:73px;
	cursor:default;

	background-position:-532px 0;
}

a:hover#nav_07{
	background-position:-532px -31px;
}

.active_07 {
	background-position:-532px -31px !important;
}

a#nav_08 {
	width:110px;
	cursor:default;

	background-position:-605px 0;
}

a:hover#nav_08{
	background-position:-605px -31px;
}

.active_08 {
	background-position:-605px -31px !important;
}


a#nav_09 {
	width:64px;
	cursor:default;

	background-position:-715px 0;
}

a:hover#nav_09{
	background-position:-715px -31px;
}

.active_09 {
	background-position:-715px -31px !important;
}


a#nav_10 {
	width:88px;
	cursor:default;

	background-position:-779px 0;
}

a:hover#nav_10{
	background-position:-779px -31px;
}

.active_10 {
	background-position:-779px -31px !important;
}