html { margin: 0px; }
body {
	margin: 0px;
	padding: 0px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

form {
margin-bottom: 0px;
margin-top: 0px;
}

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

img { border: 0px; } 
p{
  margin-top : 0 
}
  
a, a:link, a:visited {
	color: #cc0000;
}

a:hover {
	color: #910000;
}

#header {
    height: 138px;
 	position: relative;
}

#logo {
	width: 99.9%;
	float: left;
	position: relative;
	background-image: url(uploads/images/header_clouds.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#logo img{
	display:block;
	padding-bottom: 1px;
}

#topmenu {
	text-align: center;
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#topmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background:#a4a4a4 url(uploads/images/shadow.gif) repeat-x bottom left;
	height: 25px;
	border-top:1px solid #a4a4a4;
}
#topmenu li {
	/*display: inline;*/	
	/*background: #a4a4a4 none;
	width: 16.5%;
	text-align: center;
	border-top-width: 1px;*/
	/*border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a4a4a4;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4a4a4;
	
	background-image: url(uploads/images/shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 25px;*/
	
	/*display: inline;*/ 
	margin: 0;
	padding: 0;
	float: left;

	width: 16.4%;
	text-align: center;
}
    
#topmenu a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
}
#topmenu a:hover {
	background: #ffffff none;
	color: #5a5a5a;
}
	
#wrapper {
 min-width: 600px;  /* Always good to have on full width liquid CSS layouts,  google "min-width IE" for JS solutions there */
 width: 100%;               /* total width */
 padding: 0px;
 margin: 0px;
} 
    
#body {
 border-left: solid 165px #fff;  /* left column width and color */
 /* - uncomment if adding a right coloom, then include
 <div id="rightcol">
        <p>Something on the right here is cool like that.</p>
 </div>
 border-right: solid 170px #fff;   right column width and color */
 width: auto;

} 
#rightcol {
 width: 170px;              /* right column width */
 margin-right: -170px;      /* _negative_ right column width */
 background: #fff;
 float: left;
 position: relative;
 z-index: 11;
}

#innerbody { 
	margin: 0; 
	width: 100%; 
	position:relative;
}

#leftcol {
	width: 160px;              /* left column width */
	margin-left: -160px;       /* _negative_ left column width */
	/*background: #f4f4f4;*/
 	/*background:#ffffff;*/
	float: left;
	position: relative;
	z-index: 10;

}

#centercol {  
 float: left;  
 width: 100%;  
 position: relative;  
 z-index: 12;  
 /*background: #fff;  */
} 

#centercontent {
	height: 100%;
	padding-left: 10px;
	/*padding-top: 10px;*/
	border-left: solid 1px #c7c7c7;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#footer {
	text-align:center;
	clear: both;
	border-top: solid 1px #cc3333;
	margin-top: 20px;
	padding: 2px;
	font-size: 0.7em;
	color: #999999;
        padding-top: 5px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	text-decoration:none;
	color: #999999;

}

.menuwrap {
    padding: 5px;
	background: #f4f4f4;
	padding-left: 10px;
	
}

.noborder{
	border-bottom:5px solid #cacaca;
}
.verticalmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px; 
}

.verticalmenu {
	width: 135px;
	/*border-left: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4; */
	z-index: 15;
	overflow: visible;
	position: relative;
	top: 0px;
	right: 0px;
	background-image: url(uploads/images/bar.gif);
	background-repeat:no-repeat;
	background-position: 10px 50%;
}

.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	/*width: 120px;*/
	padding: 4px;
	padding-left: 15px;
	padding-right: 0px;
	color: #424242;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #cacaca;
	background-image: url(uploads/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	width: 140px;
	/* box model hack */
 	voice-family: "\"}\"";
	voice-family:inherit;
	width: 125px;
}


html>body .menuwrap .verticalmenu a:link, html>body .menuwrap .verticalmenu a:visited, html>body .menuwrap .verticalmenu a:hover
{
 width: 125px;
 /*height: 16px;  */
}

.verticalmenu a:hover {
/* border-left: solid 10px #334392;*/
	color:#990000;
	background-image: url(uploads/images/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
        text-decoration: underline;
}
.verticalmenu li {
 /*border-bottom: solid 1px #a4a4a4;*/
}

.verticalmenu ul li ul li a:link, .verticalmenu ul li ul li a:visited, .verticalmenu ul li ul li a:hover {
	display: block;
	width: 120px;
	padding: 0px;
	margin: 2px;
	padding-left: 25px;
	padding-right: 0px;
	color: #424242;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none;
	border-bottom: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 95px;
}

html>body .verticalmenu ul li ul li a {width:95px}

.verticalmenu ul li ul li a:hover {
	color:#990000;
	background-image: url(uploads/images/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

.verticalmenu ul li ul li a.current {
	color:#990000;
}


.menutitle {
	text-decoration: none;
	color: #cc0000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-bottom: 8px;
	padding-top: 3px;
	position: relative;
	left: -5px;
}


.sectiontitle {
	text-decoration: none;
	color: #cc0000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-bottom: 5px;
	position: relative;
	left: -8px;
}

#upcomingevents h2, .leftTitle {
	text-decoration: none;
	color: #cc0000;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
	position: relative;
	left: -10px;
	padding-top: 0px;
	margin-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

#upcomingevents h3 {
	text-decoration: none;
	color:#333333 ;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 4px;
}


#upcomingevents .calendar-date-from, #upcomingevents .calendar-summary, #upcomingevents .readmore{
	font-size: .8em;
}

.sectiontitle img{
	float: right;
}

.readmore {
	text-align: right;	
	display: block;
}
.readmore a:link, .readmore a:visited, .readmore a:hover{
	color: #424242;
	text-decoration: underline;
	background-image: url(uploads/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 70%;
	padding-right: 10px;
	display: block;
}
#upcomingevents a:link, #upcomingevents a:visited, #upcomingevents a:hover  {
	color: #424242;
	text-decoration: underline;
	padding-right: 10px;
	display: block;
}

#upcomingevents a:link, #upcomingevents a:visited, #upcomingevents a:hover  {
	color: #424242;
	text-decoration: underline;
	padding-right: 10px;
	display: block;
}


.readmorenewsletter {
	background-image: url(uploads/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 70%;	
	padding-left: 10px;
	margin-left: 10px;
}
.readmorenewsletter a:link, .readmorenewsletter a:visited, .readmorenewsletter a:hover {
	color: #424242;
	text-decoration: underline;
	padding-right: 10px;
	
}

#feature img {
	float: left;
	padding-right: 20px;
	display: block;
	margin-bottom: 5px;
}

#feature {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cacaca;
	min-height: 108px;
}
#feature .sectionTitle {
	font-size: 1.2em;	
}

/* mac hide \*/
#feature,
#centercontent,
#centercol {height:1%;}
/* end hide*/

#focuswrap {
	float: left;
	width: 63%;
}

#focus {
	margin-right: 5px;
	padding-left: 10px;	
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cacaca;
}

#dailythought {
	padding-left: 15px;
	padding-right: 0px;
	border-left: 1px solid #cacaca;
}
#dailythoughtwrap{
	float: right;
	width: 36.7%;
}

#newsletter{
	margin-right: 5px;
	background-color: #f4f4f4;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 15px;
}

.menubottom {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: -4px;
}

.menubottom .sectionTitle {
font-size: .9em;


}


.button{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.1em;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.input_text, textarea {
	background-image: url(uploads/images/input.gif);
	background-repeat: no-repeat;
	background-position: -5px -5px;
}
/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}


 #nav ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
}

#nav li { display: inline; }

#nav li a {
	text-decoration: none;
	color: #999999;
	padding: .2em 1em;
	font-weight: bold;
}

 #nav li a:hover
{
color: #000000;
}

.breadcrumbs {
	font-size: 0.75em;
	margin-left: -8px;
    color: #B0B0B0;
	margin-bottom: 5px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #FF8080;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

.printbutton {
	float:right;
}
.required {
	color: #cc0000;	
}


/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
	margin: 0px;
	border-collapse:    collapse;
	border: 1px solid black;
}

/* nice squares for the #big table */
#big th{
	border: 1px solid black;
	padding: 3px;
	width: 75px;
}

#big td {
	border: 1px solid black;
	vertical-align: top;
	padding: 3px;
	height: 75px;
	width: 75px;
}

/* format summaries nicely in #big */
#big ul{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#big li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

/* background colours for #big */
#big td{
	background-color: #f4f4f4;
}

#big .calendar-day{
	background-color: #80ff80;
}

#big .calendar-today{
	font-weight: normal;
	background-color: #FFEAEA;
}

#big .calendar-prev, #big .calendar-next {
	font-size: 1.1em;
}

#big a:link, #big a:visited, #big a:hover, #big ul li a:link {
	font-size: .9em;
}

h1 {
	text-decoration: none;
	color: #cc0000;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-bottom: 5px;
}

h2 {
	text-decoration: none;
	color: #cc0000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
	position: relative;
	left: -5px;
}

#focus a:link, #focus a:visited, #focus a:hover {
	color: #424242;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}


/**/
.clear { clear: both; }
/* Mozilla code */
#body > #innerbody { border-bottom: 1px solid transparent; }
#leftcol { margin-right: 1px; }
#rightcol { margin-left: 1px; }
#rightcol p { padding-left: 10px; } 
#centercol { margin: 0 -8px 0 -2px; }
 