html {
	height: 100%;
}


body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #000000;
	background-color: #E9E6E4;
	text-align: center; 
	height: 100%;
}

h1 {
	font-size: 160%;
	color: #000;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #F49CC4;
	letter-spacing: 0.1em;
}


h2 {
	font-size: 120%;
	color: #ED008C;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	color: #000;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 1px;
}

h4 {
	font-size: 110%;
	color: #000;
	margin: 0px;
	font-weight: normal;
}


.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin: 0px;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 3px;
	margin-left: 10px;
}

/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
}

/* TinyMCE specific rules END */

#canvas {
	display: block;
	height: auto !important;
	min-height:100%;
	height:100%;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	background-image:url('/images/canvas-background.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-left: 2px solid #F49CC4;
	border-right: 2px solid #F49CC4;
}

#header {
	width: 980px;
}

#navigation {
	width: 590px;
	float: left;
	overflow: hidden;
}

#logo {
	width: 390px;
	float: left;
}

#logo img {
	border: 0px;
}

#main-navigation {
	width: 100%;
	text-align: left;
	background-color: #F49CC4;
	margin-top: 120px;
	background-image:url('/images/main-navigation-fade.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#sub-navigation {
	width: 100%;
}

#sub-navigation ul {
	list-style-type: none;
	padding-right: 25px;
	margin: 0px;
}

#sub-navigation li {
	display: inline;
	margin:0px;
}

#main-content {
	margin-top: 30px;
	width: 100%;
}

#main-content #copy {
	float: left;
	margin-left: 70px;
	_margin-left: 35px;
	width: 620px;
	font-size: 100%;
	font-weight: normal;
}

#main-content #pictures {
	float: left;
	margin-left: 40px;
	width: 206px;
	overflow: hidden;
}

#pictures img {
	margin-top: 30px;
	border: 3px solid #CCCCCC;
}


#copy p {
	margin-top: 0px;
	line-height: 1.6;
}


#copy a {
	color: #CC0066;
}

#copy a:hover {
	color: #999999;
}

#copy ul {
	list-style-image: url('/images/main-navigation-seperator.gif');
}

copy img {
	border: 0px;
}


#footer {
	margin-top: 80px;
	margin-left: 70px;
	width: 860px;
	border-top: 1px solid #F49CC4;
	color: #CC0066;
	font-size: 80%;
}

#footer a {
	color: #CC0066;
}

#footer a:hover {
	color: #999999;
}


#footer-links {
	_margin-top: 6px;
	float: left;
	width: 300px;
}

#footer-information {
	margin-top: 12px;
	float: right;
	width: 500px;
	text-align: right;
}

#footer-information p {
	margin-bottom: 0px;
	margin-top: 2px;
	font-style: italic;
	color: #999;
	font-size: 0.9em;
}

/* events START */

#news-items {
	width: 100%;
}

.news-item {
	width: 100%;
}

.news-story {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}


.news-divider {
	border-bottom: 1px solid #F49CC4;
}

/* events END */

/* Gallery START */

#main-content-gallery {
	margin-left: 70px;
/*	_margin-left: 35px; */
	width: 860px;
}

#select-gallery {
	width: 200px;
	clear: left;
}

#select-gallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #F49CC4;
}

#select-gallery .title {
	color: #ED008C;
	padding-left: 3px;
	font-size: 90%;
}

#select-gallery li {
	padding: 3px 0px 3px 0px;
	margin:0px;
	width: 95%;
}

#select-gallery li a {
	padding-left: 11px;
	background-image:url('/images/main-navigation-seperator.gif');
	background-repeat:no-repeat;
	background-position:3px 9px;
	color: #CC0066;
	font-size: 80%;
}

/* Gallery END */


/* Menu CSS START */

#main-menu
{
	margin: 0;
	padding: 0;
	padding-left: 25px;
	margin: 0px;
	font-size: 100%;
}

#main-menu li
{
	float: left;
	list-style: none;
}

#main-menu li a
{	display: block;
	background: #F49CC4;
	padding: 6px 12px 6px 10px;
	margin: 0px;
	background-image:url('/images/main-navigation-seperator.gif');
	background-repeat:no-repeat;
	background-position:0px 13px;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
}

#main-menu li a:hover
{
	color: #fff;
	text-decoration:underline;
}

#main-menu li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#main-menu li ul li
{
	float: none;
	display: inline
}

#main-menu li ul li a
{
	width: auto;
	background: #F49CC4;
	color: #24313C
	padding: 6px 12px 6px 10px;
	font-size: 100%;
}

#main-menu li ul li a:hover
{
	background: #F49CC4
	text-decoration:underline;
}




#sub-menu
{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#sub-menu li
{
	float: right;
	list-style: none;
}

#sub-menu li a
{	display: block;
	background: #fff;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	padding: 6px 8px 6px 8px;
	margin: 0px;
	background-image:url('/images/main-navigation-seperator.gif');
	background-repeat:no-repeat;
	background-position:0px 13px;
	font-size: 120%;
}

#sub-menu li a:hover
{
	text-decoration: underline;
}

#sub-menu li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#sub-menu li ul li
{
	float: none;
	display: inline;
}

#sub-menu li ul li a
{
	width: auto;
	background: #fff;
	color: #000;
}

#sub-menu li ul li a:hover
{
	background: #fff;
	color: #F49CC4;
}

#sub-menu .menu-heading {
	text-decoration: none;
}

#sub-menu .menu-heading:hover {
	text-decoration: none;
}

#main-menu .menu-heading {
	text-decoration: none;
}

#main-menu .menu-heading:hover {
	text-decoration: none;
}

/* Menu CSS END */

/* Home Page News and Events START */

#latest_news, #upcoming_events{
	border:3px solid #CCCCCC;
	border:3px solid #F49CC4;
	margin:10px;
	width: 280px;
	float: left;
}

#latest_news h2, #upcoming_events h2 {
	background-color: #F49CC4;
	padding: 3px;
	color: #fff;
	font-size: 1.0em;
}

#latest_news ul, #upcoming_events ul {
	margin-left: 0px;
}

#news_and_events {
	height: auto;
}

#news_and_events ul {
	margin: 0px;
	padding-left: 15px;
}

#news_and_events li {
	padding-left: 0px;
	margin: 0px 5px 3px 0px;
}

#latest_news .headline, #upcoming_events .headline{
	font-size:0.8em;
}

#latest_news .headline, #upcoming_events .headline .date{
	font-style: italic;
}


/* Home Page News and Events END */

/* News START */
#copy .news_item a .news-story{
	color:#000;
}

.read_more{
	color:#CC0066;
}

#single_news_item .headline{
	color:#ED008C;
	font-size:120%;
}

/* News END */
