@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

html {
font-size:125%;/*set the base font size to 20px*/

}

body {
text-align:center;
background-color:#fff;
font-size: 50%;/*set the body font size to 10px, thus setting 1em to approximately 10px*/

font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding:1em 1em 0 1em;
	text-align:left;
	font-size:11pt;
	font-weight: normal;
}
blockquote{padding: 0 1em;}

.tablemain{
text-align:center;
width:780px;
padding:0;
margin:0;
}
#header{
width:100%;
text-align:center;
margin-top:6px;
}
#container{
margin:0;
padding:0;
text-align:left;
}
/*---Main Content---*/	

#content{
padding:8px;
text-align:left;

}

.img_lft{
padding:0 6px 6px 0;
margin-left:-1em;
}

ul .bullets {
font-size:11pt;
padding:0;
margin-left:1em;
display:list-item;
}
ul .cross{
	text-align: left;
	padding:none;
	font-size:1.4em;
}

ul li.cross{
margin-left:2em;
list-style:disc;
line-height:1.2em;
padding-top:1.2em;
}

ol  {

font-size:11pt;
padding:1em 1em 3em 1em;
text-align:left;
list-style:inside;
}

ol li {
	display: block;
	width: auto;
	margin: 0em 0em 0em 1em;
	padding: 0em 0em 0em 1em;
	float: left;
}


/* Basic Link Stlyes
------------------------------------------------- */
a:visited {
color:#666;
}
	
a:focus {
color:#03C;
}
	
a:hover {
color:#C00;
}
	
a:active {
color:C00;
}

.home {
	color:#fff;
	font-size:13px;	
	font-weight:bold;
	background-color:#000; 
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-style: normal;
	text-decoration:none;
	padding-left:2em;
}

.home a:link {
	color:#fff;
	text-decoration:none;
	
}
.home a:visited {
	color:#ccc;
	text-decoration:none;
	
}
.home a:hover {
	background-color:#999;
	color:#900;
	text-decoration:none;
}
/*-- left column red slogans ----------- */

#slogans{
	width:150px;
	padding:4pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}
#slogans h1{
	font-size:11px;
	line-height:1.2em;
}

#slogans h2{
font-size:18px;
line-height:1.2em;
}

#content h1{
font-size:16px;
line-height:1.2em;
font-weight:bold;
padding:1em 0 .5em 0;
}

#content h2{
font-size:14px;
line-height:1.2em;
font-weight:bold;
padding-top:1em;
}

#content h3{
font-size:12px;
line-height:1.2em;
font-weight:bold;
}

/*------------ the horizontal menu starts here---------------------- */
div#listmenu {
	width:670px; 	
	font-size:12px;	
	font-weight:bold;
	background-color:#000; 
	color:white;
	margin:4px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	
	}
div#listmenu ul {margin:0 0 0 45px;
	font-size:12px;
}

div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000; /*sets the background of the menu items */
	/*border-right:1px solid #F00;  creates dividing lines between the li elements */
	
	}
div#listmenu li:first-child {
	border-left:1px solid #000; /*the first vertical line on the menu */
	/*padding-right:20px;*/
	}
div#listmenu li:hover { 
	background-color:#999; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block;
	padding:.2em 1.3em ; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFF;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#600;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #F00; /*  three sides of each drop-down item */
	border-bottom:1px solid #F00;
	border-right:1px solid #F00;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #F00; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #F00;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */

/*--special text---*/
.small{
	font-size:10px;
}

.caption{
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}
.captionplain{
	font-size:12px;
	font-weight:normal;
	line-height:2em;
}
.cwhitecap{
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
ul .caption3{
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}

/*--- footer----*/
#footer {
clear:both;
background-color:#ebf0fa;
height:auto;
width:auto;
padding:1em;
text-align:center;
margin:auto;
border: 1px solid #333333;
}


#footer p {
padding:6px;
font-size:10px;
color:#333;
text-align:left;
}
#footer a:link{
color:#333;
text-decoration:none;
line-height:1.5em;
}

#footer a:visited{
color:#000;
text-decoration:none;
}

#footer a:hover {
color:#039;
text-decoration:underline;
}
#footer td{
font-size:11px;
text-decoration:none;
}
.rt{text-align:right;}



/*  IN THE NEWS SECTION   */

#inthenews p{
padding:6px 2px;
font-family:inherit;
font-size:10px;
font-weight:normal;
}

#inthenews a:link{
padding:6px 2px;
font-family:inherit;
font-size:10px;
}
#inthenews h1{
font-size:12pt;
font-weight:bold;

}
.none a:link {
	text-decoration:none;
}
#rss_feed{ font-size:1.2em;}	

#rss_feed h1{font-size:14px;}
#rss_feed ul{
	list-style:none;
}

#rss_feed ol{
	list-style:none;
}
#rss_feed .noscript{
	list-style:none;
}

#rss_feed a:link{
	display:block;
	text-align:left;
	line-height:1.3em;
	padding:1em;
}
#rss_feed a:visited{
	display:block;
	text-align:left;
	line-height:1.3em;
	padding:1em;
}
#events{
	font-size:1.2em;
}
#events p{
	padding:0;
	margin:0;
	line-height:1.3em;
}
 .center{text-align:center;}
 .gallerytxt{
	font-weight:bold;
 	text-align:left;
 	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;}
	
#rt_bar h2{
font-size:14px;	
}

#rt_bar h1{
font-size:18px;
text-align:center;
}
.unbold{font-weight:normal;}
.smaller{font-size:1em; font-family:Arial, Helvetica, sans-serif;}
.red {color:#900;}
