@charset "utf-8";
/* CSS Document 

0394b9 royal blue
ef4035 red
a54399 purple

*/

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #000000;
	background-color:#828387;  
	background-image:url(../images/gray_grad.jpg);
	background-repeat:repeat-x;
	line-height: 1.3em; 
}

h1 {
	margin: 0px 0 20px 0;
	font-size: 22px;
	color: #0394b9;
}

h2 {
	margin: 26px 0 14px 0;
	font-size: 18px;
	color: #000;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 13px;
	color: #0394b9;
}

h4 {
	margin: 20px 0 2px 0;
	font-size: 13px;
	color: #0394b9;
}

p {
	margin: 0px 0 20px 0;
}

a img { border:0; }

hr {
   	margin: 8px 0;
	border: #ecf1f3 1px dashed; /* # */
}

.base {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
  	margin-left: auto;
  	width: 792px; 
	background-color: white;
	background-image:url(../images/base_bkgd.gif);
	border: 1px solid black; 
	text-align:center;
	overflow:auto;
}

.header {
	position: relative;
	float: right;
	background-image:url(../images/header_sm.jpg);
	background-repeat:no-repeat;
	width: 656px;
	height: 144px;
	color: #000;
	font-size: 11px;
	text-align:right;
	border-bottom: 1px solid black; 
}

#subnav {
	margin: 10px 30px;
}

#subnav #curr {
	color: #FFF;
}

/* Primary Nav */
.primary_nav {
	position:absolute;
	top: 0;
	left: 0;
	width: 144px;
	color: #000;
	text-align:left;
	z-index: 100;
}	

.primary_nav ul#keys {
	margin: 0;
	padding: 0;
}
.primary_nav ul#keys li {
	display: inline;
	margin: 0;
	list-style:none;
	text-align:left;
	font-size: 11px;
}	

.primary_nav ul#keys li a:link, .primary_nav ul#keys li a:visited {
	color: #000;
	line-height: 150%;
	text-decoration: none;
    font-weight: bold;
	display: block;
	width: 134px;
    height: 26px;
    padding-top: 10px;
    padding-left: 10px;
   	background-image: url(../images/about.png);
    background-position:0 0;
}
.primary_nav ul#keys li a:hover {
	color: #ef4035;
}
.primary_nav ul#keys li a.dark:link, .primary_nav ul#keys li a.dark:visited {
	color: #fff;
}	
.primary_nav ul#keys li a.dark:hover {
	color: #ef4035;
}
.primary_nav ul#keys a.curr:link, .primary_nav ul#keys a.curr:visited  {
	color: #000;
	background-position:0 -36px;
}

/* end Primary Nav */

.left_col {
	clear: right;
	position: relative;
	float: left;
	width: 131px;
	margin-top:144px; 
	/*border-right: 1px solid #000;*/
	font-size: 11px;
	text-align:center;
}

.left_col #address {
	font-size: 9px;
	padding-bottom: 10px;
}	
	
/* Left Nav */

.left_col ul#left_nav {
	margin: 0;
	padding: 0;
}
.left_col ul#left_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	font-size: 11px;
	width: 130px;
	height: 40px; 
	border-top: 1px solid #000;
}	

.left_col ul#left_nav a:link, .left_col ul#left_nav a:visited {
	color: #000;
	line-height: 100%;
	display: block;
	text-decoration: none;
    font-weight: bold;
	margin: 0;
    padding: 10px 0 7px 33px;
	background-image:url(../images/notes.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.left_col ul#left_nav a:hover {
	color: #ef4035;
	text-decoration: none;
	background-image:url(../images/notes.png);
	background-position:0 -40px;
}
.left_col ul#left_nav a.curr:link, .left_col ul#left_nav a.curr:visited  {
	color: #000;
	background-image:url(../images/notes.png);
	background-position:0 -80px;
}
/* End left nav */

.left_col #sponsors {
	padding: 10px 0 20px 10px; 
	margin-bottom:10px; /* for facebook */
	height: 200px;
	font-size: 11px;
	text-align:left;
	line-height: 1.1em;
	background-image:url(../images/purp_gradient.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.left_col #sponsors #logos {
	margin: 10px 0;
}	

.content {
	position:relative;
	float: left;
  	width: 586px; 
	margin: 0 6px;
	padding: 20px 30px;
	text-align:left;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	min-height: 633px;
}

.content .photo_right {
	float: right;
	/* border: 1px solid #000; */
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 10px;
	text-align:center;
	line-height:1.0;
}

.content .photo_left {
	float:left;
	/* border: 1px solid #000; */
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 10px;
	text-align:center;
	line-height:1.0;
}

.content .photo_flush_left {
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	text-align:center;
	line-height:1.0;
}

.content blockquote {
	font-size: 11px;
}

.content blockquote#calendar {
	margin: 5px 0 15px 20px;
	font-size: 12px;
}

.content .commissions {
	text-align:center;
}
.content .commissions p {
	margin: 20px 0;
}

.content ul#donor {
	margin: 2px 0 16px 0;
	padding-left:40px;
}	

.content .page_nav {
	margin: 0 0 28px 12px;
}
.content .page_nav p {
	margin: 0 0 0 6px;
}	

.intro_text {
	color: #a54399;
	font-weight: bold;
}

#footer {
	margin: 5px auto;
	font-size: 10px;
}

a:link, a:visited {
	color:#0394b9;
	text-decoration:underline;
}
a:hover {
	color:#ef4035; 
	text-decoration:underline;
}

.page_nav a:link, .page_nav a:visited {
	color:#0394b9;
	text-decoration:none;
}
.page_nav a:hover {
	color:#ef4035; 
	text-decoration:underline;
}

#subnav a:link, #subnav a:visited {
	color:#000;
	text-decoration:none;
}
#subnav a:hover {
	color:#ef4035; 
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#ef4035; 
	text-decoration:underline;
}

