@charset "UTF-8";
body  {
	font: 78% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

#MenuBar1
{	width:100%;
	height:22px;
	text-align:left;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	background-color:#663333;
	border-top:medium solid #544628;
	border-bottom:medium solid #544628;
	}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:thick solid #544628; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	height:250px;
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 63px 0 0 63px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	letter-spacing:2px;
	font-size:22px;
}


#header a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
#header a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
		
	
#header a:active {
	color:#FFFFFF;
	text-decoration:none;
	}		
	
#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

	

.twoColFixRtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 540px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#cccc99;
	font-size:16px;
	font-weight:100;
}

/* Header for secondary pages */

.twoColFixRtHdr #headerSecondary { 
	background: #DDDDDD;
	background-image:url(images/secondary_bg.gif);
	background-repeat:no-repeat;	
	height:100px; 
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #headerSecondary h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 55px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	letter-spacing:2px;
	font-size:22px;
}
.twoColFixRtHdr #headerSecondary h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0 0 55px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#cccc99;
	font-size:14px;
	font-weight:100;
}

#headerSecondary a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
#headerSecondary a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
		
	
#headerSecondary a:active {
	color:#FFFFFF;
	text-decoration:none;
	}		
	
#headerSecondary a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}


/* Header for secondary pages */



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 325px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	line-height:155%;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1 {
	font-size:1.75em;
	color:#999966;
	}
#mainContent h2 {
	font-size:1.25em;
	color:#999966;
	border-top:1px solid #999966;
	}
	 
.twoColFixRtHdr #mainContentList { 
	width:700px;
	margin: 0 50px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	line-height:110%;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContentList h1 {
	font-size:1.75em;
	color:#999966;
	}
#mainContentList h2 {
	font-size:1.25em;
	color:#999966;
	border-top:1px solid #999966;
	}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font-size:.9em;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#calendarHome {
	width:270px;
	background-image:url(images/cal_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border: medium solid #006699;
	
	}
#calendarHome p {
	font-size:90%;
	color:#000000;
	padding-left:10px;
	padding-top:0px;

	padding-right:10px;
	}
#calendarHome h3 {		
	color:#006699;
	font-size:90%;
	padding-left:10px;
	line-height:100%;
	}
.odd {
	background-color:#ffffff;
	padding-top:1px;
	padding-bottom:2px;
	}
.even {
	background-color:#d9dde9;
	padding-top:1px;
	padding-bottom:1px;
	}	
.calIntro
	{background-color:#ffffff;
	border-top: 3px solid #006699;
	border-bottom: 1px solid #006699;
	color:#666666;
	font-size:90%;
	padding:0 10px 2px 10px;
	
	}
	
		
[if IE]>
.twoColFixRtHdr #mainContent { zoom: 1; }
.twoColFixRtHdr #mainContent { padding-top: 20px; }
.twoColFixRtHdr #mainContentSecondary { zoom: 1; }
.twoColFixRtHdr #mainContentSecondary { padding-top: 20px; }
.twoColFixRtHdr #mainContentList { zoom: 1; }
.twoColFixRtHdr #mainContentList { padding-top: 20px; }
<![endif]

#calendar {
	float: left;
	height: auto;
	width: 550px;
	margin-left: 30px;
	border: thin solid #ff0000;
	font-size: 90%;
	margin-right: 20px;
	padding: 0px;
}
#calendar .month {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #000099;
	background-image: url(images/cal_bg.gif);
}
#calendar .calendarWhite {
	font-weight: normal;
	width: auto;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

#calendar .calendarGray {
	font-weight: normal;
	width: auto;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color:#efefef;
	border:1px solid #cccccc;
}
#calendar .p {
	font-weight: normal;
	line-height:0
}
#results {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1.25em;
padding-left:30px;
}

#results .contact {
color:#666666;
padding:3px 1px 1px 3px;
}

#results .head {
background-color:#006699;
background-image:url(images/nav_bg.gif);
padding:2px;
color:#FFFFFF;
font-weight:bold;
} 
#results .name {
font-size:1.1em;
color:#333333;
}
