@charset "utf-8";

*  {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body  {
	background: #fff;
	text-align: left;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	width: 1000px;
	}

/* --------------------------------------------------------- BANNER AND NAVIGATION -------- */

#header {
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 174px;
	background: #fff url(images/banner.jpg) no-repeat center top;
} 

#header h1 {
	display: none;
}

#logo {
	position: relative;
	top: 30px;
	left: 34px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#homelink {
	text-decoration: none;
	}

#navi1 {
	width: 800px;
	height: 25px;
	background-color: #c6c8ca;
	position: absolute;
	top: 131px;
	left: 192px;
	}
	
#navi1 li {
	display: block;
	margin: 0;
	float: left;
	}

#home {
	width: 383px;
	border-right:#fff solid 1px;
	}
	
.smallbutton {
	width: 104px;
	}
	
#navi1 li a {
	text-decoration:none;
	font-weight: bold;
	display: block;
	text-align: right;
	padding: 5px 10px 0 0;
	height: 20px;
	background-repeat: no-repeat;
	}

#navi1 li a:link {
	background-color: #c6c8ca;
	color: #636466;
	}
	
#navi1 li a:visited {
	background-color: #c6c8ca;
	color: #646466;
	}
	
#navi1 li a:hover {
	background-color: #636466;
	color: #fff;
	}
	
#navi1 li a:active {
	background-color: #fff;
	color: #636466;
	}

#home a:link {
	background-image: url(images/homebuttonA.gif);
	}
	
#home a:visited {
	background-image: url(images/homebuttonA.gif);
}

#home a:hover {
	background-image: url(images/homebuttonB.gif);
}

#home a:active {
	background-image: url(images/homebuttonC.gif);
}

#about a:link {
	background-image: url(images/aboutA.gif);
	}
	
#about a:visited {
	background-image: url(images/aboutA.gif);
}

#about a:hover {
	background-image: url(images/aboutB.gif);
}

#about a:active {
	background-image: url(images/aboutC.gif);
}
	
#mission a:link {
	background-image: url(images/missionA.gif);
	}
	
#mission a:visited {
	background-image: url(images/missionA.gif);
}

#mission a:hover {
	background-image: url(images/missionB.gif);
}

#mission a:active {
	background-image: url(images/missionC.gif);
}
	
#donate a:link {
	background-image: url(images/donateA.gif);
	}
	
#donate a:visited {
	background-image: url(images/donateA.gif);
}

#donate a:hover {
	background-image: url(images/donateB.gif);
}

#donate a:active {
	background-image: url(images/donateC.gif);
}

#shop a:link {
	background-image: url(images/linksA.gif);
	}
	
#shop a:visited {
	background-image: url(images/linksA.gif);
}

#shop a:hover {
	background-image: url(images/linksB.gif);
}

#shop a:active {
	background-image: url(images/linksC.gif);
}
	

#navi2 {
	width: 613px;
	height: 27px;
	position: absolute;
	top: 97px;
	left: 387px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	}

#navi2 li {
	display: block;
	margin: 0;
	text-align: left;
	font-weight: bold;
	float: left;
	color: #c6c8ca; 
	}

.first_tab {
	width: 122px;
	border-right: solid 1px #c6c8ca;
	}	

.tab {
	width: 122px;
	border-right: solid 1px #c6c8ca;
	}

.first_tab a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0 0 15px;
	width: 117px;
	height: 22px;
	}
	
.first_tab a:link {
	background: url(images/blackbar-a.gif) no-repeat;
	color: #c6c8ca;
	}
	
.first_tab a:visited {
	background: url(images/blackbar-a.gif) no-repeat;
	color: #c6c8ca;
	}
	
.first_tab a:hover {
	background: url(images/blackbar-b.gif) repeat-x;
	text-decoration: none;
	color: #fff;
	}
	
.first_tab a:active {
	background: url(images/blackbar-c.gif) repeat-x;	
	color: #808183;
	}

.tab a {
	text-decoration:none;
	font-weight: bold;
	display: block;
	padding: 5px 0 0 5px;
	width: 117px;
	height: 22px;
	}

.tab a:link {
	background: url(images/blackbar-slice-a.gif) repeat-x;
	color: #c6c8ca;
	}
	
.tab a:visited {
	background: url(images/blackbar-slice-a.gif) repeat-x;
	color: #c6c8ca;
	}
	
.tab a:hover {
	background: url(images/blackbar-slice-b.gif) repeat-x;
	text-decoration: none;
	color: #fff;
	}
	
.tab a:active {
	background: #fff url(images/blackbar-slice-c.gif) repeat-x;
	color: #808183;
	}

.long_tab {
	width: 229px;
	height: 26px;
	padding: 1px 0 0 5px;
	background: #000 url(images/blackbar-slice-a.gif) repeat-x;
	}

#navi2 form {
	float: right;
	margin-right: 5px;
	display: inline;
	}
	
#navi2 input {
	height: 15px;
	font-size: 80%;
	padding: 1px;
	}

#navi2 input.searchbox {
	width: 150px;
	height: 15px;
	}
	
#navi2 input.button {
    font-size: 9.5pt;
	font-weight: bold;
	color: #c6c8ca;;
	background: #000;
	width: 60px;
	height: 16px;
	margin: 0 2px 0 0;
	padding-top: 2px;
}

/* ------------------------------------------------------------- GENERAL STUFF ---------- */


h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: .5ex;
	}
	
h2 {
	margin-top: 1ex;
	}
	
h1 {
	font-size: 280%;
	}
	
h2 {
	font-size: 200%
	}

h3 {
	font-size: 120%;
	font-weight: bold;
	}
	
p {
	margin-bottom: 1ex;
	}

hr {
	margin: 1ex 0;
	}

/* ------------------------------------------------------------ MAIN SECTION ------------------ */

	
#main {
	width: 599px;
	border: solid 1px #ccc;
	margin-left: 199px;
	} 

a {
	text-decoration: none;
	}
		
a:link {
	color: #58c;
	}

a:visited {
	color: #58c;
	}

a:hover {
	color: #69c;
	text-decoration: underline;
	}

a:active {
	color: #69c;
	text-decoration: underline;
	}

#text {
	padding: 20px;
	}


#text h2, # text h3, # text h4 {
	margin-top: 1ex;
	}


#text ul {
	padding-left: 1em;
	padding-bottom: 1ex;
	}
	
#text li {
	margin-left: 1em;
	}
	
	
/* ------------------------------------------------- SIDEBARS -------------------------- */


#innernav ul,  #actionbar ul {
	margin: 10px;
	}
	
/* ------------------------------------------------- LEFT SIDEBAR AKA INNERNAV -------------- */

#innernav { /* total width is 192px */
	position: absolute;
	top: 175px;
	left: 12px;
	width: 181px;
	}

#innernav li {
	list-style: none;
	line-height: 3ex;
	}


#bluebox {
	width: 100%;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #efefef;
	}
	
#bluebox h3  {
	/* height: 23px; */
	background: url(images/bluesidebar.gif) no-repeat bottom left;
	color: #fff;
	width: 100%;
	padding: 1px 0 5px 9px;
	}

#bluebox div { 
	border-bottom: solid 1px #ccc;
	padding: 5px 9px;
	}

#bluebox p {
	margin: 0px;
	}
	
.note {
	font-size: 75%;
	}

	
#redbox {
	margin-top: 9px;
	background: #cd3301;
	color: #fff;
	padding: 9px;
	}


/* ------------------------------------------------- RIGHT SIDEBAR AKA ACTIONBAR ------------ */

#actionbar {
	position: absolute;
	top: 175px;
	left: 803px;
	width: 189px;
	color: #333;
	}

#actionbar h3 {
	margin-top: 7px;
	background-color: #e7e7e7;
	padding: 5px 2px;
	text-align: left;
	line-height: 2ex;
	}

#actionbar p {
	padding: 7px;
	line-height: 173%;
	}
	
.donate {
	text-align: right;
	}
	
/* ----------------------------------------------------------------- HOMEPAGE and some PROFILES--------- */

#randomdiv1, #randomdiv2, #randomdiv3, #randomdiv4 {
	width: 599px;
	margin: 0px 0px 20px 0px;
	}

#randomdiv1 img, #randomdiv2 img, #randomdiv3 img, #randomdiv4 img {
	float: right;
	margin: 0;
	border: 0;
	padding-right:0px;
	display: inline;
	}
	
#quote1, #quote2, #quote3, #quote4 {
	width: 315px;
	margin: 5px 0px 0px 20px;
	float: left;
	display: inline;
	}

#quote1 p, #quote2 p, #quote3 p, #quote4 p {
	padding: 12px 12px 0px 12px;
	line-height: 180%;
	}

/* ----------------------------------------------------------------- NEWS PAGE ONLY ---------------- */

#redmesanews {
	background: url(news/images/news-banner-1.gif);
	text-indent: -5000px;
	width: 489px;
	height: 101px;
	}
	
/* ------------------------------------------------------------------PEOPLE PAGE ONLY -------------- */

.portraits {
	border-top:thick #333333;
	padding: 5px;
	float: left;
	}

/* ------------------------------------------------------------------EVENTS PAGE ONLY -------------- */

#calendar th, #calendar td {
	padding: 1em;
	border: solid 1px #ccc;
	}
	
#calendar th {
	width: 100%;
	background: #cd3301;
	color: #fff;
	}
	
.firstrow {
	background: #ffcc00;
	font-weight: bold;
	}
	
/* -----------------------------------------------------------------PROGRAMS/PROFILES ONLY ---------- */


#profrandomdiv1 img, #profrandomdiv2 img, #profrandomdiv3 img, #profrandomdiv4 img {
	float: right;
	margin: 0;
	border: 0;
	padding-right:0px;
	display: inline;
	}
		
#profquote1, #profquote2, #profquote3, #profquote4 {
	width: 295px;
	margin: 5px 0px 0px 0px;
	float: left;
	display: inline;
	}

#profquote1 p, #profquote2 p, #profquote3 p, #profquote4 p {
	padding: 12px 12px 0px 0px;
	line-height: 180%;
	}


/* ---------------------------------------------------------- Miscellaneous classes for reuse  */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
