/* CSS Document */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
}
body{
	text-align:center;
	background:#b8e2e2 url("/images/bg2.png") repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
}

/*
container
*/
#container{
	margin:0 auto;
	padding:0 0 0 0;
	background:#fff;
	width:900px;
	text-align:left;
	border:1px solid #333333;
}

/*
header
*/
#header{
	height:125px;
	clear:both;
}
#header h1, #header h2, #header h4{
	color:#fff;
	position:absolute;
	left:-999em;
	top:-999em;
}
#mainlogo{
	float:left;
	padding-top: 15px;
	padding-left: 20px;
}
#faces_header{
	float:right;
	padding-right:0px;
}


/*
main top navigation
url("/images/topnav_bg.jpg") repeat
*/
#nav {
	background:#4faea6;
	padding:15px 0px 9px 0px;
	text-align:center;
	clear:both;
	font-size: 75%;
	font-weight:bold;
	text-transform:uppercase;
}
#nav LI {
	display: inline;
}
#nav LI A {
	display:inline;
    padding:5px 15px 7px 15px;
    color:#fff;
    text-decoration:none;
}
#nav LI a:hover, UL.nav LI a:focus{
    color:#cccccc;
	font-weight:bold;
}


/*webdesign by*/
p.webdesign{margin:0 auto; font-size:70%;padding:3px 10px 3px 0;width:900px; text-align:right;}
.webdesign a:link, .webdesign a:visited{color:#333;text-decoration:none;cursor:pointer;}
.webdesign a:hover, .webdesign a:active{color:#333;text-decoration:underline; background:transparent; 
}

/*
image border
*/
.image_border {
	border:1px solid #666666;
}

/*
content
*/
#content{
	background:#fff;
	float:left;
	padding:5px 5px 5px 5px;
	width:890px;
}
#content p {
	line-height: 1.3;
}
#main_content{
	float:left;
	padding:5px 5px 5px 15px;
	width:700px;
	font-size: 85%;
	text-align:justify;
	line-height: 1.3;
}
#main_content p, strong {
	line-height: 1.3;
}
#main_content LI {
	line-height: 1.8;
    padding:0px 0px 0px 5px;
	margin-left: 30px;
}
.quote {
	color:#ff6600;
	font-style:italic;
}
/*
LEFT CONTENT
*/
#left_content{
	padding-top: 5px;
	color:#000;
	float:left;
	clear:left;
	width:160px;
}

/*
main side navigation
*/
#sidenav {
	background:#94cec9;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	clear:both;
	font-size: 75%;
	font-weight:bold;
	text-transform:uppercase;
}
#sidenav LI {
	display: block;
}
#sidenav LI A {
	display: block;
    padding:10px 5px 10px 5px;
    color:#000;
    text-decoration:none;
	border-bottom:1px solid #000;
}
#sidenav LI a:hover, #sidenav LI a:focus{
	background:#CCCCCC;
    color:#000;
	font-weight:bold;
}

#contact_info {
	background:#94cec9;
	border:1px solid #666666;
    padding:10px 5px 10px 5px;
	text-align:center;
	clear:both;
	font-size: 75%;
	font-weight:bold;
	color:#333333;
}



/*
main navigation
*/
#subsidenav {
	background:#f6f6f6;
	clear:both;
}
#subsidenav LI {
	display: block;
}
#subsidenav LI A {
	display: block;
    padding:8px 5px 8px 25px;
    color:#666;
    text-decoration:none;
	border-bottom:1px solid #666666;
}
#subsidenav LI a:hover, #subsidenav LI a:focus{
    color:#000;
	font-weight:bold;
}
/*
active top tabs
*/			
body#home a#home,
body#volunteers a#volunteers,
body#domestic a#domestic,
body#support a#support,
body#courses a#courses,
body#children a#children
{
	background: #fff;
    color:#4faea6;
	font-weight:bold;
	border-bottom:1px solid #4faea6;
}

/*
active side tabs
*/
body#cover a#side_cover,
body#home a#side_home,
body#about a#side_about,
body#volunteers a#side_volunteers
{
    background:#ffffff;
    color:#000000;
	font-weight:bold;
}

/*
footer
*/
#footer{
	background:#000 url("/images/topnav_bg.jpg") repeat;
	clear:both;
	padding:6px 0px 6px 0px;
	text-align:center;
	font-size:75%;
	color:#fff;
	text-align:center;
}
#footer A:hover{
color:#ffffff;
}
#footer A:link{
color:#4faea6;
}
#footer A:visited{
color:#4faea6;
}

/*
headings
*/
h1 {
	font-size: 140%;
	padding:0 0 15px 0;
	color:#339999;
}
h2 {
	font-size: 120%;
	padding:0 0 5px 0;
}
h3 {
	font-size: 110%;
	padding:0 0 3px 0;
	font-weight:bold;
}
.larger_text {
	font-size: 110%;
}
.left_padding{
	padding-left:30px;
}
.right_pic{
	border:1px solid #666666;
	background:#fff;
	padding: 2px;
	text-align:right;
	float:right;
	margin-left: 10px;
}
/*h4 {
	padding: 3px 3px 13px 3px;
	font-size: 130%;
    font-weight:bold;
    color: #000000;
}
h5 {
	padding: 5px 0px 5px 0px;
    color:#cc3300;
}
h6 {
	font-weight: normal;
	font-size: 160%;
	color: #000066;
	border-bottom:1px solid #999;
	padding:0 0 5px 0;
}*/

/*
misc text
*/
/*strong {
	font-weight: bold;
}
.description{
	font-size: 85%;
}
.center {
	text-align: center;
}
.right{
	text-align:right;
	float:right;
}
.left{
	text-align:left;
	float: left;
}
.left_pic{
	text-align:left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.left_padding {
	padding-left: 40px;
}
.border_and_padding{
	border:1px solid #666666;
	margin: 2px;
}*/

/*
MIDDLE CONTENT
*/
/*#middle_content{
	padding-top: 5px;
	color:#000;
	float:left;
	position: relative;
	left:5px;
	width:365px;
}
#video{
	background:#f6f6f6;
	margin-bottom:5px;
	padding:0 0 0 0;
	color:#000;
	border:1px solid #666666;
	font-size:70%;
}
#companydetails{
	background:#f6f6f6;
	padding:15px 15px 15px 15px;
	color:#000;
	border:1px solid #666666;
	font-size:70%;
}
#companydetails p{
	padding:5px 0 5px 0;

}
#left_company_details{
	width: 70px;
	font-weight: bold;
	float:left;
}
#right_company_details{
	padding-left: 75px;
}

/*
RIGHT CONTENT
*/
/*#right_content{
	padding-top: 5px;
	color:#000;
	float:right;
	width:315px;
}
#aboutus{
	background:#f6f6f6;
	margin-bottom:5px;
	padding:15px 15px 15px 15px;
	color:#000;
	border:1px solid #666666;
	font-size:70%;
	text-align:justify;
}
#question_box{
	height: 278px;
	background:#f6f6f6;
	margin-bottom:5px;
	padding:15px 15px 15px 15px;
	color:#000;
	font-size:70%;
	border:1px solid #666666;
	text-align:justify;
}
#question_box p{
	font-size:110%;
	line-height:2;
	padding-bottom:10px;
}
#question_box A {
    color:#666;
	font-weight:bold;
    text-decoration:none;
}
#question_box a:hover, #question_box a:focus{
    color:#000;
	font-weight:bold;
}
#photos{
	background:#f6f6f6;
	padding:15px 15px 15px 15px;
	color:#000;
	border:1px solid #666666;
	font-size:70%;
}*/
/*#fighting {
	clear:both;
	padding:0px 20px 20px 0px;
	text-align:right;
}*/

/*#bottom_content{
	color:#000;
	float:right;
	right:5px;
	width:685px;
}

#job_role_details{
	background:#f6f6f6;
	padding:15px 15px 15px 15px;
	color:#000;
	border:1px solid #666666;
	font-size:70%;
	width:500px;
	float:right;
}
#job_role_details p{
	padding:5px 0 5px 0;

}
#left_job_role_details{
	width: 100px;
	font-weight: bold;
	float:left;
}
#right_job_role_details{
	padding-left: 105px;
}
#role_photo{
	background:#f6f6f6;
	color:#000;
	border:1px solid #666666;
	width:145px;
	float:left;
}
*/
/*#search{
	float: right;
	padding-top: 35px;
	padding-right: 20px;
}*/
/*.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background:#333 url("/images/breadcrumbs_bg.jpg") repeat;
	color: #666666;
}*/

/*
breadcrumbs
*/
/*
main navigation
*/
/*#breadcrumbs {
	background:#f6f6f6 url("/images/home.jpg") no-repeat 0 0;
	padding: 0 0 0 55px;
	text-align:left;
	clear:both;
	font-size: 70%;
	font-weight:bold;
	border: 1px solid #666666;
}
#breadcrumbs span{
	text-transform:uppercase;
	font-size:110%;
}
UL.breadcrumbs LI {
	display: inline;
}
UL.breadcrumbs LI A {
	display:inline;
    color:#ff0000;
    text-decoration:none;
}
UL.breadcrumbs LI a:hover, UL.breadcrumbs LI a:focus{
    color:#000;
	font-weight:bold;
}*/
/*#left_content p {
	line-height: 1.3;
	padding:7px 0 7px 0;
}*/
/*body#home a#home span
{
	background: url("/images/right_nav_side.jpg") top right no-repeat;
}*/
