/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

organge: edc01f
red: ec1217
text: 696767

*/

/* STARTS HERE */

body { 
	width: 800px;
	margin: 0;
	font: .7em/220% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #696767;
	background: url(../images/background.jpg) repeat-y;
	background-color: #edc01f;
	text-align: left;
	}
		
/* FRAMEWORK */

#container {
	width: 825px;
	height: 100%;
	}

#map {
	background: url(../images/map.jpg) no-repeat;
  	margin-left: 372px;
  	height: 238px;
}

#leftside1{
	background: url(../images/nav1.jpg);
	width: 201px;
	height: 589px;
	position: fixed;
	margin: -210px 0 0 145px;
	padding: 0;
	text-align: left;
	}

#leftside2{
	background: url(../images/nav2.jpg);
	width: 201px;
	height: 589px;
	position: fixed;
	margin: -210px 0 0 145px;
	padding: 0;
	text-align: left;
	}

#leftside3{
	background: url(../images/nav3.jpg);
	width: 201px;
	height: 589px;
	position: fixed;
	margin: -210px 0 0 145px;
	padding: 0;
	text-align: left;
	}

#leftside4{
	background: url(../images/nav4.jpg);
	width: 201px;
	height: 589px;
	position: fixed;
	margin: -210px 0 0 145px;
	padding: 0;
	text-align: left;
	}

#leftside5{
	background: url(../images/nav5.jpg);
	width: 201px;
	height: 589px;
	position: fixed;
	margin: -210px 0 0 145px;
	padding: 0;
	text-align: left;
	}

#rightside {
	margin: -230px 0 0 390px;
	text-align: justify;
	width: 310px;
	padding: 40px 30px 10px 30px;
	}

#footer {
	height: 20px;
	width: 800px;                                  
	margin: auto;
	}

.content {
	margin-top: -15px;
	text-indent: 20px;
	text-align: left;
}

#pageend {
	background: url(../images/pageend.jpg) no-repeat;
  	margin-left: 372px;
  	margin-bottom: -500px;
  	height: 200px;
}
	
/* NAVIGATION STYLE */

#navigation {
	list-style: none;
	margin: 290px 0 0 10px;
}

#navigation ul  {
	list-style: none;
	padding: 0;
	font-size: 1em;
}
	
#navigation ul a {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	background-color: #eeeeee;
}
	
#navigation ul a:hover {
	background-color: #333333;
	color: #ffffff;
	}
	
.rollover_welcome {
	display: block;
	width: 100px;
	height: 27px;
	background: url(../images/nav_welcome.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
a.rollover_welcome:link, a.rollover_welcome:visited, a.rollover_welcome:active {
	background: url(../images/nav_welcome.gif) no-repeat;
	}
a.rollover_welcome:hover {
	background-position: -100px 0;
	}

.rollover_about {
	display: block;
	width: 100px;
	height: 27px;
	background: url(../images/nav_aboutus.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
a.rollover_about:link, a.rollover_about:visited, a.rollover_about:active {
	background: url(../images/nav_aboutus.gif) no-repeat;
	}
a.rollover_about:hover {
	background-position: -100px 0;
	}

.rollover_gallery {
	display: block;
	width: 100px;
	height: 27px;
	background: url(../images/nav_gallery.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
a.rollover_gallery:link, a.rollover_gallery:visited, a.rollover_gallery:active {
	background: url(../images/nav_gallery.gif) no-repeat;
	}
a.rollover_gallery:hover {
	background-position: -100px 0;
	}

.rollover_donations {
	display: block;
	width: 100px;
	height: 27px;
	background: url(../images/nav_donations.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
a.rollover_donations:link, a.rollover_donations:visited, a.rollover_donations:active {
	background: url(../images/nav_donations.gif) no-repeat;
	}
a.rollover_donations:hover {
	background-position: -100px 0;
	}

.rollover_contact {
	display: block;
	width: 100px;
	height: 27px;
	background: url(../images/nav_contact.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
a.rollover_contact:link, a.rollover_contact:visited, a.rollover_contact:active {
	background: url(../images/nav_contact.gif) no-repeat;
	}
a.rollover_contact:hover {
	background-position: -100px 0;
	}
	
/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px 0;
	}

/* CLASS STYLES */

.footer	{
	color: #c1c1c1; 
	text-align: center;
	margin: 20px 0 20px 0;
	}

/* LINKS */

a:link, a:visited, a:active	{
	color: #edc01f; 
	font-weight: normal; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #edc01f;
	}

/* MISC */

.noindent {
	text-indent: 0;
}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
img {
	border:0;
	}

.listindent {
	text-indent: 5px;
	list-style-position: outside; 
	list-style-type: square; 
	padding: 6px; 
	margin-left: 100px;
}

h1 + p {
	font-weight: bold;
	}

.image_floatright {
	float: right;
	margin: 10px 30px 20px 30px;
	}

.clear {
	clear: both;
	}

.bold {
	font-weight: bold;
}
