/* Start of CMSMS style sheet 'CDYC' */
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #666666; 
	background: #e1e8ed url(images/bg.gif) repeat-x;
}

/* links */
#content a { 
	color: #2d5777;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #89a8c1;
	border-bottom :1px dotted #89a8c1;
}
#content a:focus, #content a:active {
	color: #000;
	border-bottom: 1px solid #000;
}

/* headers */
h1, h2, h3 {
	color: #333;	
}
h1 { color: #2d5777; } 
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #666666;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {  
	border: 2px solid #568EB6;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
}

/* form elements */
form {
	margin:10px; padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
div#searchform form {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
div#searchform form input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #f2f2f2; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
	font-size: 11px;
}
div#searchform form input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: transparent url(images/content-back.gif) repeat-y;
	width: 960px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(images/bg.gif) repeat-x;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 2px; left: 5px;	
	font-size: 2.4em; 
}
#header h2#slogan {
	position: absolute;	 
	top:34px; 
	left: 5px;
	color:  #bdcdd9;
	text-indent: 0px;
	text-transform: none;	
	font-size: 1.5em;
}
#header div#searchform {
	position: absolute;
	top: 0; 	right: 0;
}

/* main */
#main {
	float: left;
	margin-left: 22px;
	padding: 0;
	width: 682px;
/* text-align: justify;	*/
text-align: left;
padding-bottom: 25px;	
}
#main h1 {
margin-top: 0px;
border-bottom: 1px solid #e1e8ed;
padding-bottom: 5px;
margin-bottom: 20px;
font-size: 2.6em;
font-weight: normal;
}
#content { line-height: 145%; }
#content p { margin-bottom: 20px; }
#content ul { margin-bottom: 20px; }
#content ul li { margin-bottom: 10px; }
#content ol li { margin-bottom: 20px; }

#content strong {
color: #000000;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width:200px;
	margin: 0;
	display: inline;	
	font-size: 16px;	
	padding: 0 15px 0 15px;
}
#sidebar ul.sidemenu, #sidebar ul.sidemenu ul {
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;		
}
#sidebar ul.sidemenu ul {
margin: 4px 0 8px 4px;
}
#sidebar ul.sidemenu ul a, #sidebar ul.sidemenu ul a:hover,#sidebar ul.sidemenu ul li.currentpage span, #sidebar ul.sidemenu ul li.menuactive a.menuactive {
padding:4px 5px 4px 5px;
font-size: 14px;
}
#sidebar ul.sidemenu li {
	margin-bottom:2px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #465d6e;	
	text-decoration:none;	
	padding:4px 5px 4px 10px;
	background: #ecf1f4;
}

#sidebar ul.sidemenu a:hover {
	background: #ffffff;
	color: #000;
}
#sidebar ul.sidemenu a:active, #sidebar ul.sidemenu a:focus {
	background: #465d6e;
	color: #fff;
}

#sidebar ul.sidemenu li.menuactive span {
color: #fff;
}
#sidebar ul.sidemenu li.currentpage span, #sidebar ul.sidemenu li.menuactive a.menuactive {
	display:block;
	font-weight:bold;
	color:  #ffffff;	
	text-decoration:none;	
	padding:4px 5px 4px 10px;
	background:  #87a8c1;
}

#sidebar .sidebar-bottom {
	text-align: center; 
	width: 200px; 
margin-top: 18px;
}
#sidebar .sidebar-bottom img { border:0px;}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #465d6e; 
	background: #e1e8ed; 
	margin: 0; padding: 0; 
	height: 50px; 
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #465d6e;
}
#footer a:hover { border-bottom: 1px dotted #465d6e; }
#footer a:focus, #footer a:active { border-bottom: 1px solid #465d6e; }
#footer .footer-left{
	float: left;
	width: 200px;
}
#footer .footer-right{
	border-top: 4px solid #bdcdd9;
	float: right;
	width:730px;
}

/* menu tabs */
#header ul {
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 4px !important; bottom: 3px;
font-size: 10pt;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


.avail {
margin: 0 auto;
}

.avail td.availdate {
width: 150px;
font-size: 9pt;
text-align: center;
}
.avail td.availright {
}

.avail td.availhead {
font-weight: bold;
font-size: 12pt;
text-align: center;
width: 175px;
}
.avail td.availcell {
font-style: italic;
border: 1px solid #e0e0e0; 
padding: 2px;
font-size: 8pt;
text-align: center;
height: 10px;
}

span.searchhilite {
color: #000000;
}
.box {
background: #f3f3f3;
 border: 1px solid #e3e3e3; 
padding: 8px; 
margin-bottom: 20px;
}

.contactform input, .contactform textarea { width: 400px; padding: 3px; margin-bottom: 10px;}
.contactform .fbsubmit { width: 200px; margin-top: 10px;}
.monthchange { font-size: 9pt; }

/* End of 'CDYC' */

