/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	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;
}
.homeimg {
	float:left;
	margin: 0 10px 10px 0;
}
.red-text {
	color: #ac1a2f;
}
.flag {
	margin: 0 0 0 0;
}
.img-border {
	float:left;
	margin: 0 10px 10px 0;
	border: 2px solid #74623C;
}

.donate_btn {
	position:absolute;
	width:182px;
	height:47px;
	top:262px;
	left:603px;
}
.divider {
	width: 300px;
	border: 1px solid #AC1A2F;
	margin: 20px 0 20px 120px;
}
	
/* ---
    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:332px;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:55px;
	left:40px;
	width:950px;
	height:40px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	padding: 0 0 20px 0;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:535px;
	height:auto;
	padding: 0 15px 0 50px;
}

#content_main2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:650px;
	height:auto;
	padding: 0 15px 0 50px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:350px;
	height:auto;
}
.signup {
	position:relative;
	width: 284px;
	height: 158px;
	background-image:url(images/bg_signup.jpg);
}

/* ---
.video {
	position:relative;
	width: 284px;
	height: 250px;
	background-image:url(images/bg_video.jpg);
}
--- */

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:40px;
	clear:both;
	padding: 0 50px 0 50px;
	color:#fff;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

a#nav_02 {
	width:41px;
	cursor:pointer;
	background-position:-44px 0;
}

a:hover#nav_02{
	background-position:-44px -40px;
}

a#nav_03 {
	width:71px;
	cursor:pointer;
	background-position:-85px 0;
}

a:hover#nav_03{
	background-position:-85px -40px;
}

a#nav_04 {
	width:60px;
	cursor:pointer;
	background-position:-156px 0;
}

a:hover#nav_04{
	background-position:-156px -40px;
}

a#nav_05 {
	width:110px;
	cursor:pointer;
	background-position:-216px 0;
}

a:hover#nav_05{
	background-position:-216px -40px;
}

a#nav_06 {
	width:36px;
	cursor:pointer;
	background-position:-326px 0;
}

a:hover#nav_06{
	background-position:-326px -40px;
}

a#nav_07 {
	width:46px;
	cursor:pointer;
	background-position:-362px 0;
}

a:hover#nav_07{
	background-position:-362px -40px;
}

a#nav_08 {
	width:69px;
	cursor:pointer;
	background-position:-408px 0;
}

a:hover#nav_08{
	background-position:-408px -40px;
}

a#nav_09 {
	width:121px;
	cursor:pointer;
	background-position:-477px 0;
}

a:hover#nav_09{
	background-position:-477px -40px;
}

a#nav_10 {
	width:88px;
	cursor:pointer;
	background-position:-598px 0;
}

a:hover#nav_10{
	background-position:-598px -40px;
}