
/* Global Page Styles
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff; 
	text-align: center;
	background:url(../images/bg.jpg) top repeat-x;
	}

tr, td, div {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 1.7;
	empty-cells:hide;
	}

/* Top of Page
----------------------------------------------- */
#wrapper {
	width: 900px;
	text-align:left;
	margin: 0 auto;
	}
	
#top {
	width: 900px;
	text-align:left;
	margin: 0 auto;
	height:60px;
	overflow:hidden;
	position:relative;
	}
	
#logo {
	position: absolute;
	top:0;
	left:0;
	}

#navTop {
	text-align: right;
	height: 30px;
	position: absolute;
	bottom:0;
	right:0;
	}

#navTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 30px;
	}

#navTop li {
	display: inline;
	padding: 0 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .35em;
	}
		
#navTop li a {
	color:  #000000;  
	text-decoration: none;
	}

#navTop li a:hover {
	color:  #f39105;  
	text-decoration: none;
	}

	
/* Generic Links
----------------------------------------------- */

a {
	color:  #f39105;
	text-decoration: none;
	}
 
a:hover {
	color: #f39105;
	text-decoration: underline;
	}
  
  
/* Main Navigation Bar
----------------------------------------------- */


#nav  {
	padding: 0;
	margin: 0 auto;
	height: 30px;
	margin-bottom: 3px;
	}
		
#nav ul {
	padding: 0;
	margin: 0 ;
	font-size: 11px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	}

#nav ul li { 
	display: inline; 
	}

#nav ul li a {
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 1px solid #ffffff;
	}

#nav ul li a:hover {
	background-color: #ffcc00;
	text-decoration: none;
	color: #ffffff;
	}


/* Page Content
----------------------------------------------- */

#banner {
	background: url(../images/banner.jpg) top center no-repeat;
	width: 900px;
	height: 108px;
	overflow:hidden;
	position:relative;
	}

#donate {
	position: absolute;
	bottom: 10px;
	right:20px;
	width:190px;
	height:60px;
	}

#content {
	width: 900px;
	padding: 15px 0;
	text-align:left;
	}

#right {
	width: 680px;
	float:right;
	}

#right img {
	margin: 3px ;
	}


/*  Sidebar
----------------------------------------------- */
	
#side {
	float: left;
	width: 190px;
	}

#side_top {
	width: 190px;
	}

#side_top ul {
	padding-left:0;
	margin-left: 0;
	}

#side_top li {
	padding-left: 0;
	margin-left: 0px;
	list-style-image: none;
	margin-bottom:15px;
	list-style: none;
	}

#side_head {
	width: 190px;
	padding: 7px 0; 
	font-size: 13px;
	color:  #000000;
	font-weight: 700;
	text-indent: 20px;
	line-height: 1.5;
	background-image: url(../images/bullet-sidehead.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	}

#side_nav { 
	width: 190px;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 15px;
	}

#side_nav ul {
	margin: 0;
	padding: 0;
	}

#side_nav ul li {
	list-style-image: none;
	list-style-type: none;
	border-top: 1px solid #d4e9f5;
	margin: 0;
	padding: 0;
	}

#side_nav ul li a {
	display: block;
	text-decoration: none; 
	color: #000000; 
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 170px;
	}
	
#side_nav ul li a:hover {
	color: #000000; 
	background-color: #d4e9f5;
	text-decoration: none; 
	}

#side_nav ul ul li a {
	display: block;
	text-decoration: none; 
	color: #444444; 
	background-image: url(../images/bulletsm.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 155px;
	}

.clearBoth {
	clear:both
	}	
	
/* Footer 
----------------------------------------------- */


#footer {
	font-size: 11px;
	color: #999999; 
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	width:900px;
	text-align:center;
	}

#footer a {
	color:  #000000;
	text-decoration: none;
	}
 
#footer a:hover {
	color: #f39105;
	text-decoration: none;
	}

/* Forms
----------------------------------------------- */

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	color:  #666666; 
	background-color: #ffffff; 
	}

.button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 3px double #f39105;
	color:  #ffffff; 
	background-color: #f39105; 
	}
		
.input {
	width: 250px;
	}

form { 
	margin: 0px; 
	padding: 0px;
	}

table.formtable { 
	border-top: 1px solid #d4e9f5;
	border-bottom: 1px solid #d4e9f5;
	background-color: #f2f9fd;
	}

table.formtable td { 
	line-height: 1.2;
	padding: 5px 10px;
	}
	
/* Generic
----------------------------------------------- */

table.scheduletable td { 
	line-height: 1.5;
	padding: 7px ;
	border-bottom: 1px solid #d4e9f5;
	vertical-align:top;
	}
	
table.scheduletable p { 
	padding:0;
	margin:0;
	}

table.scheduletable th { 
	line-height: 1.5;
	padding: 5px 7px;
	background-color: #d4e9f5;
	font-weight:700;
	color:#000000;
	text-align:left;
	}

ul li { 
	list-style-image: url(../images/bullet.gif);
	}
		
hr  { 
	height: 0px; 
	border: 0px solid #cccccc; 
	border-top-width: 1px;
	display: block;
	}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding: 0 10px;
	margin: 20px;
	font-style: italic; 
	color: #333333;
	line-height: 1.3;
	border-left: 5px solid #d4e9f5;
	}

img  {
  border-width:0;
  }

#gallery td { 
	line-height: 1.3;
	padding: 0px ;
	vertical-align:top;
	text-align:center;
	font-size: 12px;
	padding-bottom: 7px;
	}
	
#gallery img { 
	border: none;
	margin: 0px ;
	}
	
