body {
	background: #FFFFFF url(../graphics_main/header-wrapper.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: verdana;
}
h1, h2, h3, h4, h5, h6, p, ul, li, #left {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
a {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 760px;
}

#header {
	background: url(../graphics_main/header.jpg) no-repeat;
	width: 760px;
	height: 144px;
	margin: auto;
}
h1 {
	background: url(../graphics_main/logo_24-7sa.jpg) no-repeat;
	text-indent: -9999px;
	height: 144px;
	width: 155px;
	float: left;
	display: block;
}
h1 a {
	display: block;
	height: 144px;
	width: 155px;
}
ul#nav-top {
	width: 272px;
	float: right;
	margin: 0;
	padding: 0;
}
ul#nav-top li {
	display: inline;
	text-indent: -5000px;
}
ul#nav-top li a {
	float: left;
	display: block;
	line-height: 16px;
	text-decoration: none;
	text-indent: -5000px;
}
li#home a {
	background: url(../graphics_main/top_home.gif);
	width: 45px;
}
li#about a {
	background: url(../graphics_main/top_about.gif) no-repeat;
	width: 104px;
}
li#contact a {
	background: url(../graphics_main/top_contact.gif) no-repeat;
	width: 71px;
}
li#links a {
	background: url(../graphics_main/top_links.gif) no-repeat;
	width: 52px;
}

/* Search
------------------------------------------------------------------*/
#search {
	width: 260px;
	float: right;
	margin: 25px 0 0 0;
}
#search p {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}
.search-box {
	background-color: #ffffff;
	border: 1px solid #7e8290;
	width: 150px;
	height: 15px;
	margin: 0 0 0 5px;
	float: left;
}
.search-go {
	/*background: url(../graphics_main/button_go.jpg) no-repeat; 
	width: 31px; 
	height: 20px;*/
	float: left;
	margin: 0 0 0 5px;
	/*text-indent: -9999px; */
}

/* Navigation
------------------------------------------------------------------*/
ul#nav {
	width: 760px;
	height: 40px;
	margin: auto;
	padding: 0;
}
ul#nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	text-indent: -5000px;
}
ul#nav li a {
	border: 0;
	text-decoration: none;
	display: block;
	background: url(../graphics_main/nav.jpg) no-repeat;
}
li#news a, li#events a, li#places a, li#resources a, li#community a {
	width: 152px;
	height: 40px;
}
li#home a:link, li#home a:visited {
	background-position: 0px 0px;
}
li#news a:hover {
	background-position: 0px -40px;
}
li#events a:link, li#events a:visited {
	background-position: -152px 0px;
}
li#events a:hover {
	background-position: -152px -40px;
}
li#places a:link, li#places a:visited {
	background-position: -304px 0px;
}
li#places a:hover {
	background-position: -304px -40px;
}
li#resources a:link, li#resources a:visited {
	background-position: -456px 0px;
}
li#resources a:hover {
	background-position: -456px -40px;
}
li#community a:link, li#community a:visited {
	background-position: -608px 0px;
}
li#community a:hover {
	background-position: -608px -40px;
}


body#news ul#nav li#news a {
	background-position: 0 -80px;
}
body#events ul#nav li#events a {
	background-position: -152px -80px;
}
body#places ul#nav li#places a {
	background-position: -304px -80px;
}
body#resources ul#nav li#resources a {
	background-position: -456px -80px;
}
body#community ul#nav li#community a {
	background-position: -608px -80px;
}



/* Login bar
------------------------------------------------------------------*/
#info {
	background: url(../graphics_main/login_back.jpg) repeat-x;
	width: 760px;
	height: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}
.name {
	float: left;
	margin: 8px 0 0 7px;
	display: inline;
}
.input, .password {
	background-color: #ffffff;
	border: 1px solid #7e8290;
	margin: 5px 5px 4px 2px;
	float: left;
	
}
.submit {
	background: url(../graphics_main/button_submit.jpg) no-repeat;
	width: 64px;
	height: 25px;
	text-indent: -9999px;
	margin: 5px 13px 0 3px;
	float: left;
}
.register {
	background: url(../graphics_main/button_register.jpg) no-repeat;
	width: 84px;
	height: 25px;
	text-indent: -9999px;
	margin: 5px 0 0 20px;
	float: left;
}
#welcome {
	float: left;
	margin: 8px 0 0 7px;
	display: inline;
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
}
#logged_in ul {
	float: left;
	
}
#logged_in li {
	float: left;
	margin: 8px 0 0 7px;
	color: #333333;
	font-size: 0.9em;
}
#logged_in li span {
	font-weight: bold;
}
#logged_in li a {
	color: #333366;
}
#logged_in li a:hover {
	color: #FFFFFF;
}


/* Page structure
------------------------------------------------------------------*/
#content {
	float: left;
	background: #FFFFFF;
	padding: 10px 0 10px 0;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #003162;
}
.gutter {
	padding: 27px 10px 0 15px;
}
h2 {
	height: 28px;
	width: 760px;
	text-align: left;
	line-height: 0;
}
#top {
	float: left;
	background: #FFFFFF;
	width: 760px;
	margin: 5px 0 0 0;
}
#left {
	float: left;
	background: #FFFFFF;
	width: 530px;
	margin: 0;
}
#right {
	float: right;
	background: #FFFFFF;
	width: 210px;
	
}
#middle {
	background: #F1F3F3 url(../community/graphics_community/community_box_back.gif) repeat-x bottom left;
	width: 730px;
	padding: 15px;
	margin: 0 0 4px 0;
}

/* Home
------------------------------------------------------------------*/
#h-news {
	float: left;
	background: #F1F3F3 url(../graphics_main/bt_news.gif) no-repeat;
	width: 530px;
	height: 225px;
	margin: 0 0 10px 0;
}
#h-news h3 {
	font-size: 2em;
	font-weight: normal;
	color: #003162;
	margin-bottom: 8px;
}
#h-news p a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
	margin: 0 0 0 5px;
}
#h-news p a:hover {
	background: #FFAC24;
}
#pic-h-news {
	float: left;
	margin-right: 8px;
	border: #999999 1px solid;
}
#h-news ul {
	width: 290px;
	margin: 8px 0 0 0;
}
#h-news li {
	width: 290px;
	height: 19px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;		
}
#h-news li a {
	background: #E5EAEF url(../graphics_main/icon_h-news.jpg) no-repeat 4px 4px;
	display: block;
	padding: 3px 2px 3px 22px;
	color: #335A81;
}
#h-news li a:hover {
	display: block;
	padding-left: 22px;
	background: #C7CFD1 url(../graphics_main/icon_h-news.jpg) no-repeat 4px 4px;	
}
#h-news h5 {
	background: url(../graphics_main/view_h-news.gif) no-repeat;
	margin: 0px 0 0 210px;
	text-indent: -9999px;
	width: 290px;
	height: 11px;
}
#h-news h5 a {
	width: 290px;
	height: 11px;
	display: block;
}

#box-resources a {
	background: #F1F3F3 url(../graphics_main/bt_resources.jpg) no-repeat;
	width: 210px;
	height: 105px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	display: block;
}
#box-places a {
	background: #F1F3F3 url(../graphics_main/bt_places.jpg) no-repeat;
	width: 210px;
	height: 105px;
	text-indent: -9999px;
	display: block;
}
#my-scroll {
	background: #F1F3F3;
	width: 740px;
	height: 20px;
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px 10px;
}

#low {
	float: left;
	background: #FFFFFF;
	width: 760px;
	margin: 10px 0 0 0;
}
#h-events {
	float: left;
	background: #F1F3F3 url(../graphics_main/bt_events.gif) no-repeat;
	width: 370px;
	height: 220px;
}
#h-community {
	float: right;
	background: #F1F3F3 url(../graphics_main/bt_community.gif) no-repeat;
	width: 370px;
	height: 220px;
}
#h-events h4, #h-community h4 {
	margin: 5px 0 0 0;
	text-indent: -9999px;
	width: 340px;
	height: 11px;
	line-height: 10px;
}
#h-events h4 {
	background: url(../graphics_main/lt_h-events.gif) no-repeat;
}
#h-community h4 {
	background: url(../graphics_main/lt_h-community.gif) no-repeat;
}
#h-events h5, #h-community h5 {
	margin: 7px 0 0 0;
	text-indent: -9999px;
	width: 340px;
	height: 11px;
}
#h-events h5 {
	background: url(../graphics_main/view_h-events.gif) no-repeat;
}
#h-community h5 {
	background: url(../graphics_main/view_h-community.gif) no-repeat;
}
#h-events h5 a, #h-community h5 a {
	text-indent: -9999px;
	width: 340px;
	height: 11px;
	display: block;
}
#h-events ul, #h-community ul {
	margin: 5px 0 0 0;
}
#h-events li, #h-community li {
	font-size: 1.1em;
	color: #335A81;
	margin: 0 0 3px 0;		
}
#h-events li span, #h-community li span {
	font-size: 1em;
	color: #335A81;
	margin: 0 0 2px 0;
	padding-left: 31px;
	background: url(../graphics_main/h-arrow.gif) no-repeat 21px 4px;		
}
#h-events li a, #h-community li a {
	display: block;
	padding: 3px 2px 3px 18px;
	color: #335A81;
	font-weight: bold;
}
#h-events li a {
	background: url(../graphics_main/icon_h-events.jpg) no-repeat 0 4px;
}
#h-community li a {
	background: url(../graphics_main/icon_h-community.jpg) no-repeat 0 4px;
}
#h-events li a:hover, #h-community li a:hover {
	padding-left: 18px;
	color: #003162;	
}
#h-events li a:hover {
	background: url(../graphics_main/icon_h-events.jpg) no-repeat 0 4px;	
}
#h-community li a:hover {
	background: url(../graphics_main/icon_h-community.jpg) no-repeat 0 4px;	
}


/* News
------------------------------------------------------------------*/
.item {
	background: #F1F3F3 url(../news/graphics_news/news_box_back.gif) repeat-x bottom left;
	width: 500px;
	padding: 15px;
	margin: 0 0 4px 0;
}
.item h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #003162;
}
.news-pic-small {
	width: 100px;
	height: 75px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: #FFFFFF;
	border: #999999 1px solid;
}
.item p {
	margin: 0 0 2px 0;
}
.item p a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
}
.item p a:hover {
	background: #FFAC24;
}
#news ul {
	float: left;
	width: 530px;
	margin: 8px 0 0 0;
}
#news li {
	width: 530px;
	height: 19px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;		
}
#news li a {
	background: #E5EAEF url(../graphics_main/icon_h-news.jpg) no-repeat 4px 4px;
	display: block;
	padding: 3px 2px 3px 22px;
	color: #335A81;
}
#news li a:hover {
	display: block;
	padding-left: 22px;
	background: #C7CFD1 url(../graphics_main/icon_h-news.jpg) no-repeat 4px 4px;	
}
.story {
	float: left;
	background: #F1F3F3 url(../news/graphics_news/news_box_back.gif) repeat-x bottom left;
	width: 500px;
	padding: 15px;
	margin: 0 0 4px 0;
}
.story h3 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	color: #003162;
	margin: 0 0 8px 0;
}
.news-pic-big {
	width: 200px;
	height: 150px;
	float: left;
	margin: 4px 7px 0 0;
	padding: 6px;
	background: #FFFFFF;
	border: #999999 1px solid;
}
.story p {
	margin: 0 0 5px 0;
}
.story p a {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
}
.story p a:hover {
	background: #FFAC24;
}
.more-info {
	float: right;
	width: 210px;		
}
.more-info h4 {
	color: #72868B;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
.more-info h5 {
	color: #72868B;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
.more-info-box {
	float: left;
	background: #F1F3F3 url(../news/graphics_news/news_box_back.gif) repeat-x bottom left;
	width: 180px;
	padding: 15px;
	margin: 0 0 10px 0;
}
.more-info p {
	color: #335A81;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.more-info p a {
	color: #335A81;
	border-bottom: 1px dashed; 
}
.more-info p a:hover {
	color: #FFAC24;
}
.more-info ul {
	width: 210px;
	margin: 5px 0 0 0;	
}
.more-info li {
	color: #335A81;
	font-size: 1.1em; 
	list-style: none;
	margin: 0 0 5px 0;
}
.more-info li a {
	color: #335A81;
	background: #FFFFFF url(../graphics_main/icon_links.jpg) no-repeat 0 1px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.more-info li a:hover {
	color: #FFAC24;
	background: #FFFFFF url(../graphics_main/icon_links.jpg) no-repeat 0 1px;
	padding: 0 0 0 20px;
}

/* Events
------------------------------------------------------------------*/
.event {
	background: #F1F3F3 url(../events/graphics_events/events_box_back.gif) repeat-x bottom left;
	width: 500px;
	padding: 15px;
	margin: 0 0 4px 0;
}
.event h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #003162;
	margin: 0 0 2px 0;
}
.events-pic-small {
	width: 100px;
	height: 75px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: #FFFFFF;
	border: #999999 1px solid;
}
.event p {
	margin: 0 0 1px 0;
}
.event p span {
	font-weight: bold;
}
.event p a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
}
.event p a:hover {
	background: #FFAC24;
}
.event-info {
	float: left;
	background: #F1F3F3 url(../news/graphics_news/news_box_back.gif) repeat-x bottom left;
	width: 500px;
	padding: 15px;
	margin: 0 0 4px 0;
}
.event-info h3 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	color: #003162;
	margin: 0 0 8px 0;
}
.event-info h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #335A81;
	border-top: 1px dashed #C7CFD1;
	border-bottom: 1px solid #C7CFD1;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
}
.event-info h4 span {
	font-weight: bold;
	margin: 0 10px 0 0; 
}
.events-pic-big {
	width: 200px;
	height: 150px;
	float: right;
	margin: 4px 0 0 7px;
	padding: 6px;
	background: #FFFFFF;
	border: #999999 1px solid;
}
.event-info p {
	margin: 0 0 5px 0;
}
.event-info p a {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
}
.event-info p a:hover {
	background: #FFAC24;
}
.event-website {
	text-align: left;
	color: #335A81;
	font-size: 1.1em; 
	list-style: none;
	margin: 0 0 5px 0;
}
.event-website a {
	color: #335A81;
	background: #FFFFFF url(../graphics_main/icon_links.jpg) no-repeat 0 1px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.event-website a:hover {
	color: #FFAC24;
	background: #FFFFFF url(../graphics_main/icon_links.jpg) no-repeat 0 1px;
	padding: 0 0 0 20px;
}


/* About, Contact, Places, Resources
------------------------------------------------------------------*/
#left-inner {
	background: #F1F3F3 url(../events/graphics_events/events_box_back.gif) repeat-x bottom left;
	width: 500px;
	padding: 15px;
}
#left-inner h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #003162;
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px #72868B dashed;
}
#left-inner p {
	margin: 0 0 7px 0;
}
#left-inner p a, #left-inner li a {
	color: #666666;
	border-bottom: 1px #666666 dotted;
}
#left-inner p a:hover, #left-inner li a:hover {
	color: #FFAC24;
	border-bottom: 1px #FFAC24 dotted;
}
#left-inner p em {
	margin: 0 0 0 0;
	font-style: normal;
	line-height: 1em;
}

#left-inner h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #72868B;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px #72868B dashed;
}
#left-inner h5 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #72868B;
	margin: 15px 0 5px 0;
}
#left-inner ul {
	margin: 0 0 10px 30px;
}
#left-inner li {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #003162;
	margin: 0 0 5px 0;
	padding-left: 17px;
	background: url(../graphics_main/h-arrow.gif) no-repeat 6px 7px;
}
#left-inner li em {
	font-size: 1em;
	line-height: 1.2em;
	color: #003162;
	margin: 2px 0 0 0;
	display: block;
}
#left-inner p span a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background: #C7CFD1;
	padding: 0 3px 1px 3px;
	border: none;
}
#left-inner p span a:hover {
	background: #FFAC24;
	color: #FFFFFF;
}
#resources-menu {
	background: #F1F1F3 url(../community/graphics_community/community_box_back.gif) repeat-x bottom left;
	margin: 22px 0 4px 0;
	padding: 0 0 10px 0;	
}
#resources-menu h5 {
	background: #72868B;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 2px;
	margin: 0 0 5px 0;
}
#resources-menu ul {
	padding: 0 10px 0 10px;
}
#resources-menu li {
	color: #335A81;
	font-size: 1.1em;
	line-height: 1.7em;
}
#resources-menu li a {
	background: url(../resources/graphics_resources/icon_arrow.jpg) no-repeat 0px 4px;
	color: #335A81;
	font-weight: bold;
	padding: 3px 0 3px 18px;
}
#resources-menu li a:hover {
	background: url(../resources/graphics_resources/icon_arrow.jpg) no-repeat 0px 4px;
	color: #003162;
	padding: 3px 0 3px 18px;
}

#section {
	text-align: right;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
	color: #666666;
	border-bottom: 1px #72868B dotted;	
}
#books ul {
	margin: 0 0 0 30px;
	border-bottom: 1px #72868B dashed;
}
#books li {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #003162;
	margin: 0 0 5px 0;
	padding-left: 17px;
	background: url(../graphics_main/h-arrow.gif) no-repeat 6px 7px;
}
#books li span {
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
	color: #666666;
	margin: 0 0 0 0;
	display: block;
}

/* Footer
------------------------------------------------------------------*/
#footer-outer {
	clear: both;
	background: #003E7E url(../graphics_main/footer-shadow.gif) repeat-x;
	text-align: left;
	padding: 24px 0 16px 0;

}
#footer {
	margin: auto;
	width: 760px;
	background: #003162;
}
#footer-col {
	float: left;
	width: 400px;	
}
#footer p {
	font-size: 0.9em; 
	color: #FFFFFF;
	padding: 10px;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	background: #668BB2; 
}
#footer p span {
	margin: 0 0 0 10px;
	color: #668BB2;
}
#footer p span a {
	color: #668BB2;
}
#footer p span a:hover {
	color: #FFFFFF;
	background: none;
} 	
