#container{
	position:relative;
	margin: 0 auto; width: 750px;
	text-align: left;
	padding:20px;
	background-color:#FFFFFF;
		}
body {
	background-color: #A8B2AF;
			font: 63.7%/1.1em "Lucida Grande", Geneva, Arial, sans-serif;
	line-height:16px;
	text-align: left;
	color:#666666;
}
h1 {
font: 9px Arial, Helvetica, sans-serif;
color:#FFF;
padding:0;
}

#header {
width:750px;
background-color:#000000;
}

h3{
font:Arial, Helvetica, sans-serif;
font-size:1.9em;
line-height:27px;
margin:12px;
color:#CCCCCC;
}

.tablenav {
font-size:1.2em;
padding:25px 0 0 0;
}

a {
color: #900;
text-decoration: none;
}

a:hover {
background: #900;
color: #FFF;
}

#nav{
background-color:#EEE;
}

#column1{
display: block;
float:left;
width:400px;
margin:20px 0 0 0;
background-color:#ECEAEA;
}

#callist{
	position:float;
	display:block;
	width:350px;
	margin:0;
	padding:0;
	text-align:left;
}

li {
list-style: none;
}

.cal li{
list-style:none;
padding:0;
margin:0;
}

.cal{
padding:1px;
margin:5px;
}

.cal a{
color:#000000;
}
.cal a:hover{
background:#FFF;
}



#column2top{
display: block;
float:left;
width:310px;
margin:20px 0 0 20px;
}


#column2{
float:left;
width:310px;
margin:20px 0 0 20px;
background-color:#ECEAEA;
}

#column2a{
display: block;
float:left;
width:310px;
margin:20px 0 0 20px;
background-color:#ECEAEA;
}

#image{
margin:50px;
}


#image2{
margin:55px 0 0 0;
background-color:#FFF;

}
.clear{
clear:both;
}

h1.mainhead{
background-color:#45aac6;
height:15px;
font-size:12px;
padding:4px;
margin:0px;
}

#inside1{
margin:15px;
}

h2.quote{
font-size:1.2em;
color:#666;
line-height:13px;
line-height:16px;
}

#pool{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
width:250px;
line-height:19px;
font-size:1.3em;
color:#45aac6;
font-weight:bold;
padding-left:65px;
}

.break{
border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 95%;
height: 1px;
margin:6px;
}



/* CALENDAR */



#calendar {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar a{
color:#333333;
}

#calendar a:hover {
background: #46a9c3;
color: #FFF;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #666;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background:#999999;
}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #608194;
	
}

#calendar td a:hover, #calendar td a:active {
	color: #6aa3ae;
	
}










/* Root = DO DO DODODODODO NOT TOUCH THE BELOW TIMOTHY KELLEHER!!!! */


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 750px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 220px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/* CSS Document */
