/* CSS Document */

* { 
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana,Arial,Tahoma ;
	font-size: 12px;
	background:#D9E6F7;
	width:990px;
	color:#333333;
	min-width:990px;
    margin:0 auto;
	text-align:justify;
}

.header {
	height:100px;
	width:100%;
	background:url(images/header.gif) repeat-x;
	/*background:#F0F3F6;*/
}

.logo-holder {
	float:left;
	width:5%;
	padding:5px;
	margin-left:20px;
}

.main-heading {
	color:#777777;
	padding-top:2px;
	float:left;
	width:90%;
	text-align:center;
	letter-spacing:0.06em;
}
.heading-text {
	font-size:35px;
	color:#777777;
	
}
.mini-heading {
	font-size:14px;
	padding-top:0px;
	color:#333333;
	font-weight:bold;
}
.slogan {
	font-size:18px;
	padding-top:10px;
	color:#333333;
}
/* navigation*/
#top-nav{
background:url(images/blue.jpg) top repeat-x;
height:30px;
text-align:left;
width:100%;
margin-bottom:10px;
}
#top-nav ul{
margin-bottom:0;
margin-left:0px;
padding-bottom:0;
padding-left:0;
}
#top-nav ul li{
display:inline;
list-style:none;
}
#top-nav ul li a{
background:url(/images/blue.jpg) repeat-x;
float:left;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:30px;
margin-top:0px;
padding-left:2em;
padding-right:2em;
text-align:center;
text-decoration:none;
}
#top-nav ul li.selected a{
color:#333333;
background:url(images/gray.jpg) top repeat-x;
}
#top-nav ul li a:hover{
background:url(images/gray.jpg) top repeat-x;
color:#333333;
}
/* work are*/
.content_holder {
	width:99%;
	margin-bottom:10px;
	min-height:600px;
	
	background:#FFFFFF ;
	padding:5px;
	border:1px solid #006699;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

/*footer*/
.footer {
	font-weight:normal;
	padding:0;
	text-decoration:none;
	width:960px;
	text-align:center;
}

/*contents inside content holder*/
.top-box{
	width:100%;
	clear:both;
}
.top-right-box {
	float:right;
	width:37%;
}
.gif-holder {
	height:250px;
	width:60%;
	float:left;
}
.welcome-note {
	background:url(images/sub-bar-blue.jpg) repeat-x;
	font-size:13px;
	padding:5px;
	margin-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-radius-bottomleft:0;
	-webkit-border-radius-bottomright:0;
}
.about {
	font-size:12px;
	color:#666666;
	padding-top:5px;
	float:left;
	width:98%;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background:#F7F9FC;
	padding-left:5px;
	padding-right:1px;
	padding-bottom:5px;
}
.about-img {
	float:right;
	padding-left:10px;
}


.box {
	width:100%;
	clear:both;
	padding-top:15px;
	height:212px;
}
.first-block {
	float:left;
	width:23%;
	padding:5px;
	background:url("images/box1.jpg") repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:7px;
}
.second-block {
	float:left;
	width:23%;
	padding:5px;
	background:url("images/box2.jpg") repeat-x;
	margin-right:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.third-block {
	float:left;
	width:23%;
	padding:5px;
	background:url("images/box3.jpg") repeat-x;
	margin-right:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.fourth-block {
	float:left;
	width:23%;
	padding:5px;
	background:url("images/box4.jpg") repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.sub-heading {
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	/*background:#CDE9FB;
	background:url(images/sub-bar-blue.jpg) repeat-x;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
    -webkit-border-radius-bottomright:0px;*/
	height:14px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.sub-text-home {
	padding-top:5px;
	margin-bottom:10px;
	/*background:url(images/big-bar.jpg) repeat-x;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius-topleft:0px;
    -webkit-border-radius-topleft:0px;
	 -moz-border-radius-topright:0px;
    -webkit-border-radius-topright:0px;*/
	min-height:150px;
}
.link {
	text-align:center;
	padding:5px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}
.link:hover {
	/*background:#FAFAFA;*/
	text-decoration:underline;
}
.sub-text-home a{
	color:#333333;
	font-size:11px;
}

.note {
	background:#F0E0BD;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
    height:40px;
	color:#333333;
	font-size:12px;
	text-align:center;
	border:0px solid red;
}

.note a {
	color:#333333;
	font-weight:bold;
}

.first-content-block {
	float:left;
	width:18%;
	padding-right:10px;
	padding-left:0px;
}
.second-content-block {
	float:left;
	width:80%;
}
.left-nav {
	list-style-type:none;
	border:1px solid #DDDDDD;
	border-bottom:0px;
}
.left-nav li {
	background:#F6F6F6;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.left-nav a {
	color:#333333;
	font-weight:bold;
}

.left-nav li:hover {
	background:#8DC0E1;
	color:#FFFFFF;
}

.page-title {
	font-size:13px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #888888;
	background:url(images/title.jpg) repeat-y;
}
.page-text {
	padding:5px;
}
.page-right-image {
	float:right;
	padding-left:10px;
}
.page-left-image {
	float:left;
	padding-right:10px;
}
.donation-note{
	padding:5px;
	background: #eeeeee;
}