/* CSS Document */

BODY {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/page_bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial;
	color: #545146;
	font-size: 12px;
	line-height: 16px;
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.blue1 {
	color: #1064a1;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.blue2 {
	color: #1064a1;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.orange1 {
	color: #db5f12;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.orange2 {
	color: #db5f12;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grey1 {
	color: #545146;
}

p#TitleID1 {
	height: auto;
	width: 290px;
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	color: #1064a1;
	clear: left;
	float: left;
}

p#TitleID2 {
	height: auto;
	width: 290px;
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	text-align: right;
	color: #1064a1;
	clear: right;
	float: right;
}

#ContentContainer {
	width: 940px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: auto;
	clear: both;
}

#Header {
	width: 940px;
	height: 295px;
/*	background-image: url(../images/header_placeholder.gif);
	background-repeat: no-repeat;*/
	padding-bottom: 10px;
}

/*///////////////////
// MAIN NAVIGATION //
///////////////////*/

#Navigation {
	width: 940px;
	height: 41px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	/*float: left;*/
	text-align: center;
	padding-left: 20px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.NavHolder {
	top: 16px;
	width: auto;
	margin-top: 9px;
	padding: 0px 15px 0px 15px;
	height: 28px;
	float: left;
}

/*////////////////////
//    MAIN AREA     //
////////////////////*/

img.floatLeft { 
    float: left; 
    margin: 0px 10px 0px 0px; 
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 0px 10px;
	clear: right;
}

img.floatLeft2 { 
    float: left; 
    margin: 0px 10px 10px 0px;
	clear: right; 
}

#MainArea {
	padding: 10px 0px 20px 31px;
}

#MainAreaLeft {
	width: 200px;
	height: auto;
	padding: 0px 10px 20px 10px;
	text-align: left;
	float: left;
}

#HelpAndDonate {
	width: 200px;
	height: 47px;
	background-image: url(../images/left_help_donate2.jpg);
}

#TargetPanel {
	width: 200px;
	padding: 20px 0px 20px 0px;
	height: auto;
}

#GetInvolved {
	width: 200px;
	height: 47px;
	background-image: url(../images/left_get_involved2.jpg);
}

#FeedbackReport {
	width: 200px;
	height: 47px;
	background-image: url(../images/left_feedback_report.jpg);
}

/*.LeftHandNav {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
}*/

#MainAreaContent {
	width: 640px;
	height: auto;
	padding: 0px 0px 20px 10px;
	text-align: left;
	float: left;
	line-height: 19px;
}

/*////////////////////
//   P A N E L S    //
////////////////////*/

#AllPanels {
	width: 880px;
	height: auto;
	float: left;
}

.Panel {
	width: 210px;
	height: auto;
	margin-right: 10px;
	padding-bottom: 20px;
	text-align: left;
	float: left;
}

#PanelAboutUs {
	background-image: url(../images/panel_about.jpg);
	height: 165px;
}

#PanelAboutUsText {
	height: 105px;
	background-image: url(../images/about_bg_tile.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 20px 20px;
	color: #FFFFFF;
}

#PanelDevelopment {
	background-image: url(../images/panel_development.jpg);
	height: 165px;
}

#PanelDevelopmentText {
	height: 105px;
	background-image: url(../images/development_bg_tile.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 20px 20px;
	color: #FFFFFF;
}

#PanelChildren {
	background-image: url(../images/panel_children.jpg);
	height: 165px;
}

#PanelChildrenText {
	height: 105px;
	background-image: url(../images/children_bg_tile.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 20px 20px;
	color: #545146;
}

#PanelContact {
	background-image: url(../images/panel_contact.jpg);
	height: 165px;
}

#PanelContactText {
	height: 105px;
	background-image: url(../images/contact_bg_tile.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 20px 20px;
	color: #545146;
}

#Footer {
	bottom: 20px;
	width: 100%;
	height: 20px;
	background-image: url(../images/page_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
	float: left;
	text-align: center;
}

#FooterContent {
	width: 940px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-align: left;
	color: #555555;
}

#FooterTextLeft {
	float: left;
	width: 500px;
	padding: 20px 0px 20px 40px;
}

#FooterTextRight {
	text-align: right;
	float: right;
	width: 200px;
	padding: 20px 40px 20px 0px;
}