/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

* {
	margin:0;
	padding:0;
}


body
{	
	background: #164201 url(../images/bg.jpg) repeat top center;
	color: #626262;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	padding-top:20px;
 }	
 
/* =Header
---------------------------------------------------------------------------------------------------- */	
#header {
	text-align: left;
	width: 900px;
	background-image: url("../images/bg-gradient-header.png");
 	background-repeat: no-repeat;
	}
	
#header .padding {
	padding: 15px 50px 0px 50px;
	}
	
	

/* =Navigation
---------------------------------------------------------------------------------------------------- */	

#navigation
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background-image: url("../images/bg-gradient.png");
 	background-repeat: repeat-y;
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0px 0px 0px 165px;
}

#navigation li
{
float: left;
margin: 0;
padding:0;
} 



#navigation li.navHome a	
{ 
width:75px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background:  url(../images/nav-home-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navHome a:hover,
#navigation li.navHome a.onSection	
{ 
background: url(../images/nav-home-on.jpg) no-repeat top left; 
} 

#navigation li.navAboutUs a	
{ 
width:87px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background: url(../images/nav-about-us-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navAboutUs a:hover,
#navigation li.navAboutUs a.onSection	
{ 
background: url(../images/nav-about-us-on.jpg) no-repeat top left; 
} 

#navigation li.navOurServices a	
{ 
width:105px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background: url(../images/nav-our-services-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navOurServices a:hover,
#navigation li.navOurServices a.onSection	
{ 
background: url(../images/nav-our-services-on.jpg) no-repeat top left; 
} 

#navigation li.navToDonate a	
{ 
width:93px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background: url(../images/nav-donate-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navToDonate a:hover,
#navigation li.navToDonate a.onSection	
{ 
background: url(../images/nav-donate-on.jpg) no-repeat top left; 
} 

#navigation li.navCausewayFamily a	
{ 
width:136px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background: url(../images/nav-causeway-family-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navCausewayFamily a:hover,
#navigation li.navCausewayFamily a.onSection	
{ 
background: url(../images/nav-causeway-family-on.jpg) no-repeat top left; 
} 

#navigation li.navContact a	
{ 
width:82px; 
height:42px; 
display: block; 
text-indent:-9999px; 
background: url(../images/nav-contact-off.jpg) no-repeat top left;
outline: 0;
 } 

#navigation li.navContact a:hover,
#navigation li.navContact a.onSection	
{ 
background: url(../images/nav-contact-on.jpg) no-repeat top left; 
} 


/* =Content Area Structure
---------------------------------------------------------------------------------------------------- */	
#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background-image: url("../images/bg-gradient.png");
 	background-repeat: repeat-y;
}

#home-content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background-image: url("../images/bg-gradient-home.png");
 	background-repeat: repeat-y;
}


#left-column {
	float:left;
	text-align: left;
	width: 500px;
	}


#left-column .padding {
padding: 10px 20px 25px 175px;
}	

#right-column {
	float:right;
	text-align: left;
	width: 400px;
	font-size: 10px;
	}
	
#right-column .padding {
padding: 10px 160px 25px 5px;
	}

#home-content #right-column .padding {
padding: 10px 175px 25px 15px;
	}
	




	
/* =Footer
---------------------------------------------------------------------------------------------------- */	
#footer {
	text-align: left;
	width: 900px;
	color: #ccc;
	background-image: url("../images/bg-gradient-footer.png");
 	background-repeat: no-repeat;
	height:15px;
	}
	
#footer .padding {
	padding: 5px;
	}


/* =Text Styles
---------------------------------------------------------------------------------------------------- */
	
h1, h2, h3,h4 {
	color: #659020;
}

h1,
#right-column h3 {  
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom:10px;
	margin:0;
}
	
h2 { 
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	margin:0;
}

	
h3 { 
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	margin:0;
}



h4 {
	font-size: 12px;
	font-weight: bold;
}


p {
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 18px;
}



ul {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-left: 15px;
	padding: 5px 0 10px 15px;
} 



ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
} 

li {
	line-height: 16px;
}

a,
a:link,
a:visited{
	color: #659020;
	text-decoration:	underline;
}
	
a:hover {
	color: #659020;
	text-decoration:	none;
}	


/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */
	
strong, b  { font-weight: bold; }
em, i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.textalign-left {text-align:left;	}
.textalign-right {text-align:right;	}
.textalign-center {	text-align:center;	}
.float-left {float:left;	}
.float-right {float:right;	}

.text-grey {
	color: #626262;
}

.text-green {
	color: #659020;
}


.footnote,
.text-small,
.caption,
.disclaimer {
	font-size: 10px;
}


.missingtext {
	color:#FF0000;
	font-weight: bold;
}

.image-border {
	border: 1px solid #666;
}

.image-align-left {float:left; padding-right:5px; clear:both;	}
.image-align-right {float:right; padding-left:5px;clear:both;	}

.grey-line {
	height:1px;
	min-height:1px;
	background-color: #626262;
}

hr {
	color: #626262;
	background-color: #626262;
	border: 0;
	height: 1px;
	margin: 3px 0 5px 0;
} 

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		
	
.singleLineBreak {
	margin-top:	1px;
	}
	
.doubleLineSpace {
	margin-bottom:	12px;
	}
	
.marginZero {
	margin:0;
	}
			
.spacer,
.clear {
	clear: both;
	margin:0; 
	padding:0;
}


	
	
