body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-image: url(images/tile_wall.jpg);
	background-repeat: repeat;
	background-color: #666;
	background-position: center;
}
h1, h2, h3, h4, h5, p {
	margin: 0px;
	padding: 0px;
}

#body p {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}



#container {
	width: 770px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#banner {
	height: 140px;
	width: 770px;
}


#menu {
	background-color: #900;
	height: 30px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#menu ul {
	padding: 0px;
	height: 30px;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-decoration: none;
}


#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	display: inline;
}

#menu li a:link, #menu li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #900;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	line-height: 28px;
	height: 30px;
}


#menu li a:hover, #menu li a:active {
	color: #F78F1E;
	background-color: #900;
	padding-right: 33px;
	padding-left: 33px;
	height: 30px;
}


#menu li a.current {
	color: #FFF;
	background-color: #600;
	height: 30px;
}

#menu li a.current:hover {
	cursor: default;
}

#maincontent {
	margin-bottom: 5px;
	margin-left: 44px;
}
#leftcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(images/braveheart_157.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 300px;
	width: 156px;
	margin-top: 30px;
	margin-right: 90px;
	margin-bottom: 10px;
}
#leftcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#leftcontent_events p a {
	color: #900;
	text-decoration: none;
}


#leftcontent a.red {
	color: #900;
	font-weight: bold;
}

#leftcontent a.red:hover {
	cursor: default;
}
#leftcontent_events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/homebraveheart_190.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 320px;
	width: 190px;
	margin-top: 30px;
	margin-right: 56px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 150%;
}
#leftcontent_events p .header {
	font-size: 12px;
	font-weight: bolder;
	color: #900;
}

#rightcontent {
	float: right;
	height: 325px;
	width: 400px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 2px;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 30px;
	
}


#rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
	line-height: 150%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}


#rightcontent p a {
	text-decoration: none;
	color: #900;
}
#rightcontent img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: -1px;
}

#rightcontent ul {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#rightcontent ul li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 150%;
	text-align: left;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #000;
}
#rightcontent #freeparking {
	padding: 0px;
	bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}
#homerightcontent p a {
	color: #C00;
	text-decoration: none;
	padding-bottom: 0px;
}







#footer {
	background-color: #000;
	height: 20px;
	clear: both;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 6px;
	padding-bottom: 4px;
	position: relative;
}

#container #footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6ex;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.3em;
	text-align: center;
	font-weight: bold;
}
#container #footer a:hover{
	color: #F78F1E; 
	
}
#footer #emaillink {
	position: absolute;
	left: 460px;
	top: 3px;
}
#footer #contactlink {
	left: 325px;
	top: 3px;
	position: absolute;
	text-transform: uppercase;
}
#footer #news {
	position: absolute;
	left: 200px;
	top: 3px;
}


.flink {
	position: absolute;
	left: 760px;
	top: 3px;
}


#ourlink {
	font-size: 90%;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	width: 800px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	position: relative;
	
}

#ourlink p a {
	color: #FFF;
	text-decoration: none;
}




/*-------home page styling ------*/

#homeheader {
	width: 727px;
	margin-left: 43px;
	height: 130px;
}

#homeheader #leftheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 200px;
	margin-right: 47px;
	margin-bottom: 10px;
	float: left;
	height: 120px;
	padding-top: 0px;
}
#leftheader p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}


#homeheader #rightheader {
	float: right;
	width: 451px;
	margin-left: 0px;
	margin-right: 10px;
	height: 85px;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: -6px;
}

#homeleftcontent {
	float: left;
	height: 228px;
	width: 210px;
	margin-top: 23px;
	margin-right: 45px;
	background-image: url(images/homebraveheart_190.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#homeleftcontent p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}


#homerightcontent {
	float: right;
	width: 400px;
	padding-right: 30px;
	
	padding-left: 0px;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-top: 2px;
	overflow: hidden;
}




#homerightcontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	font-weight: bold;
}

#leftcontent p .sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
#leftcontent p .sponsor a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#rightcontent ul li a {
	color: #900;
	text-decoration: none;
}
#banner .home {
	background-image: url(images/eyes_home.jpg);
}

#banner .about {
	background-image: url(images/eyes_about.jpg);
}

#banner .contact {
	background-image: url(images/eyes_contact.jpg);
}

#banner .contribute {
	background-image: url(images/eyes_contribute.jpg);
}

#banner .gifts {
	background-image: url(images/eyes_gifts.jpg);
}

#banner .management {
	background-image: url(images/eyes_management.jpg);
}

#banner .sponsorship {
	background-image: url(images/eyes_sponsors.jpg);
}

#banner .trustees {
	background-image: url(images/eyes_trustees.jpg);
}

#banner .volunteer {
	background-image: url(images/eyes_volunteer.jpg);
}
#wrapper #container #maincontent #leftcontent p a {
	font-size: 100%;
	color: #900;
	text-decoration: none;
}
#fpLogo {
	position: absolute;
	bottom: 25px;
	left: -150px;
}
#maincontent_gallery {
	height: 325px;
	width: 770px;
	margin-top: 10px;
	overflow: auto;
}
#container #banner a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 48px;
	padding-top: 2px;
	margin: 0px;
	font-size: 11px;
	color: #000;
}
.smBold a {
	color: #900;
	text-decoration: none;
}
.freeparking {
	padding: 0px;
}
#rightcontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding-top: 15px;
	padding-left: 0px;
}
#rightcontent h4 {
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}
#rightcontent h2 {
	font-size: 16px;
	color: #666;
}
#rightcontent h5 {
	font-size: 16px;
	color: #930;
	padding-bottom: 3px;
}

