@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #003C4E;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
p {
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
span {
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	color: #FF0000;
}

/***********************HEADER***************************/

#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 163px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
}

/***************************MENU*********************************/

   #menubar {
	color: #FFFFFF;
	height: auto;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 112px;
    }
    
    .menu {
	width: auto;
	float: left;
	cursor: default;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0.1em;
	padding-left: 8px;
	text-decoration: none;
    }
    .menu a {
	color: #FFFFFF;
	text-decoration: none;
	}  
    .menu ul {
	display: none;
	position: absolute;
	background-color: #0091F0;
	color: #FFFFFF;
	list-style: none;
	margin: 0.1em 0 0 0;
	padding: 0;
    }
    
    .menu ul li {
	display: block;
	padding: 5px;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }
 
    div.menu ul li:hover {
	background-color: #000000;
    }
	
	/*#nav-menu {
	width:800px;
	font-family: "Arial", Helvetica, sans-serif, Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin-top: 20px;
	margin-left: 100px;
	list-style-type: none;
} 

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	list-style-type: none;
}

#nav-menu li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
#nav-menu li a:hover {
	color: #FF6633;
	text-decoration: none;
}
#nav-menu li a:active {
	color: #FF6633;
	text-decoration: underline;
}
*/

/***********************BANNER***************************/

#banner {
	height: 290px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	margin: auto;
	height: 248px;
	width: 860px;
	padding: 20px;
	background-color: #e9e9de;
}
#left_banner {
	background-image: url(../images/left_banner.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 248px;
	width: 428px;
	background-position: left 0px;
	}
.help {
	text-align: center;
	border: none;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	}
	
	.help_1 {
	text-align: center;
	border: none;
	display: block;
	float: left;
	margin-top: 195px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
			}
.partner {
	display: block;
	float: right;
	margin-top: 150px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	}	
/********************************MAIN CONTENT AREA**********************************/

#main {
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e9e9de;
	display: table;
}

#main_page {
	width: 575px;
	margin-right: 18px;
	background-color: #FFFFFF;
	float: right;
	}
	
.main_page_bg {
	background-image: url(../images/main.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 17px;
	background-color: #FFFFFF;
}
		

.box1 {
	float: left;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	width: 274px;
	height: 248px;
	margin-right: 2px;
	margin-left: 18px;
}
.box {
	float: left;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	width: 274px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
}

/*********************LEFT COLUMN***************************/

#right {
	float: left;
	width: 275px;
	margin-right: auto;
	margin-left: 18px;
}
#main_heading {
	font-family: "Calibri", Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}
#content_heading {
	font-family: "Calibri", Helvetica, sans-serif;
	padding-top: 6px;
	padding-left: 8px;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}
#main_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#box_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 25px;
	padding-left: 5px;
	font-weight: bold;
}
.box_content {
	height: 170px;
	width: 255px;
	float: none;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-style: normal;
	color: #333333;
}
.box_image {
	height: auto;
	width: 255px;
	float: none;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-style: normal;
	color: #000000;
}
h1,h2,h3,h4,h5 {
	font-family: "Calibri", Helvetica, sans-serif;
	color: #FF6600;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: text-bottom;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: normal;
	display: block;
	height: auto;
}
#copy, #copy a, #copy a:hover {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 23px;
}
.copyright, .copyright a, .copyright a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.design_by {
	float: right;
}
#blank {
	height: 20px;
	width: 899px;
	display: block;
	background-position: center bottom;
	float: right;
	background-color: #E9E7DB;
}
.read_more {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00789B;
	padding-right: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.read_more a {
	text-decoration: none;
	color: #00789B;
}
.read_more a:hover {
	text-decoration: none;
	color: #FF6600;
}

.continue {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link a, .link a: hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Slider*/
		#slideshow-container	{
	width:430px;
	height:247px;
	position:relative;
	float: right;
}
		#slideshow-container img {
	width:430px;
	height:247px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
		.toc					{
	position:absolute;
	left:0px;
	bottom:220px;
	z-index:2;
	display:block;
	width:10px;
	background:#003C4E;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-left: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.toc-active	
	{
	background:#fff;
	color:#003C4E;
 }
		
a img {
	border: 0px none #CCC;
	padding: 0px;
	margin: 0px;
}
.dr_img {
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #DADADA;
}
/*Right menu*/

#navcontainer
{
	width: 275px;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	background-color: #003C4E;
	background-image: url(../images/main_menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffe;
	border-bottom-color: #ccc;
	text-transform: capitalize;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #FFFFFF;
	background-color: #FF6600;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #006666;
	border-bottom-color: #006666;
	background-color: #003C4E;
	}
.menu_heading {
	text-transform: uppercase;
	padding: 3px;
	height: 30px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
}
input {
	margin-left: auto;
}
#textbox {
	display: block;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
}
#sendDonationButton, #donate {
	background-image: url(../images/send_donation.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
form, td, tr {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#part {
	float:right;
	width: 73px;
	height: auto;
	display: block;
	margin-right: 150px;
	padding: 0px;
	margin-top: 5px;
	}
#part a, #part a:hover {
	border:none;
	}	
 .img1 {
	padding: 5px;
	border: 1px solid #DADADA;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#banner_box {
	width:300px;
	float:left;
	position:fixed;
	height:100px;
		}
.social {
	width: 76px;
	height: 47px;
	float: left;
	display: block;
	margin-top:185px;
	margin-left:45px;
}
.social_header {}
.social_button, .social_button img a {
	margin-top: 5px;
	border:none;
}

