@charset "utf-8";
body {
	font: 100%/1.4 Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/background3.jpg) repeat-x #fff;
	margin: 0;
	padding: 0;
	color: #004c4d;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #004c4d;
	text-decoration: underline; 
}
a:visited {
	color: #004c4d;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	color: #004c4d;
	text-decoration: underline; 
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 825px;
	background-color: #FFFFFF; 
	margin: 0 auto;
	border-right: solid thin #face3d;
	border-bottom: solid thin #face3d;
	border-left: solid thin #face3d;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 175px;
	border-bottom: solid thick #004c4d;
	margin-bottom: 5px;
}
.logo {
	margin: 0;
	width: 619px;
	float: left;
}
.header_right {
	margin-left: 622px;
}
.header_links {
	padding-top: 4px;
	text-align: center;
	font-style: italic;
}
.header_links a:link {
	text-decoration: none;
	color: #004c4d;
	font-style: italic;
}
.header_links a:visited {
	text-decoration: none;
	color: #004c4d;
	font-style: italic;
}
.header_links a:hover, a:active, a:focus {
	text-decoration: none;
	color: #004c4d;
	font-style: italic;
}
.tel_top {
	margin-top: 85px;
	font-size: 130%;
	color: #004c4d;
	font-weight: bold;
	text-align: center;
}
.tel_top a:link {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #004c4d;
}
.tel_top a:visited {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #004c4d;
}
.tel_top a:hover, a:active, a:focus {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #004c4d;
}
.sidebar1 {
	float: left;
	width: 190px;
	margin-top: 10px;
	background-color: #fff;
	padding-bottom: 10px;
	text-align: left;
}
.sidebar1 a:link {
	color: #004c4d;
	text-decoration: none;
	text-align: left;
}
.sidebar1 a:visited {
	color: #004c4d;
	text-decoration: none;
	text-align: left;
}
.sidebar1 a:hover, a:active, a:focus {
	background-color: #004c4d;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.nav {
	color: #004c4d;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.nav a:link {
	color: #004c4d;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.nav a:visited {
	color: #004c4d;
	text-decoration: none;
	text-align: left;
}
.nav a:hover, a:active, a:focus {
	background-color: #004c4d;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.content {
	margin-left: 210px;
	background-color: #fff;
	padding: 10px;
	/*float: left;*/
}
aside {
	float: left;
	margin-left: 3px;
	width: 180px;
	background-color: #004c4d;
	padding: 4px 0 4px 3px;
	font-size: 85%;
	color: #fff;
}
.nav_address {
	float: left;
	margin-left: 3px;
	width: 180px;
	background-color: #004c4d;
	padding: 4px 0 4px 3px;
	font-size: 85%;
	color: #fff;
}
.nav_address a:link {
	text-decoration: none;
	color: #fff;
}
.nav_address a:visited {
	font-size: 85%;
	text-decoration: none;
	color: #fff;
}
.nav_address a:hover, a:active, a:focus {
	font-size: 85%;
	text-decoration: none;
	color: #fff;
}  


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


nav ul {
	list-style: none; 
	margin-bottom: 15px; 
	text-decoration: none;
}
nav li {
	text-decoration: none;
}
nav a, nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 170px;  
	text-decoration: none;
	color: #004c4d;
}
nav a:hover, nav a:active, nav a:focus { 
	background-color: #004c4d;
	color: #FFF;
	text-decoration: none;
}

/* ~~ The footer ~~ */
footer {
	margin-top: 10px;
	padding: 10px 0;
	border-top: solid thin #004c4d;
	/*background-color: #CCC49F; */
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer_address {
	color: #004c4d;
	padding-bottom: 10px;
	border-bottom: solid thin #004c4d;
	text-align: center;
}
.footer_address a:link {
	text-decoration: none;
color: #004c4d;
}
.footer_address a:visited {
	text-decoration: none;
	color: #004c4d;
}
.footer_address a:hover, a:active, a:focus {
	text-decoration: none;
	color: #004c4d;
}  


.disclaimer {
	/*font-family: "Times New Roman", serif; */
	padding-top: 10px;
	font-size: 90%;
	text-align: left;
}
.copyright {
	margin-top: 25px;
	/*font-family: "Times New Roman", serif; */
	font-size: 90%;
	padding-bottom: 6px;
	text-align: center;
	text-decoration: none;
}
.copyright {
	/*font-family: "Times New Roman", serif; */
	font-style: normal;
	color: #004c4d;
	text-decoration: none;
}
.copyright a:link {
	/*font-family: "Times New Roman", serif; */
	text-decoration: none;
	font-style: normal;
	color: #004c4d;
}
.copyright a:visited {
/*font-family: "Times New Roman", serif; */
	text-decoration: none;
	font-style: normal;
	color: #004c4d;
}
.copyright a:hover, a:active, a:focus {
	/*font-family: "Times New Roman", serif; */
	text-decoration: none;
	font-style: normal;
	color: #004c4d;
	background-color: #fff;
}  
#upcoming {
	padding-bottom: 5px;
}
#past {
	margin-top: 15px;
}
.faqs ul{
	list-style: circle;
	margin-bottom: 15px; 
	font-weight: normal;
	text-decoration: none;
	display: block; 
}
.faqs li {
	font-weight: normal;
	text-decoration: none;
	display: block; 
}
.faqs a:link { 
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #004c4d;
}
.faqs a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #004c4d;
}
.faqs a:hover { 
	color: #004c4d;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
.faqs a:active { 
	color: #004c4d;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
.faqs a:focus { 
	color: #004c4d;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
.top {
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.top a:link {
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.top a:visited {
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.top a:hover, a:active, a:focus {
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
} 
.page_links { 
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #004c4d;
} 
.page_links a:link { 
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #004c4d;
}
.page_links a:visited {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #004c4d;
}
.page_links a:hover { 
	color: #004c4d;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.page_links a:active { 
	color: #004c4d;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.page_links a:focus { 
	color: #004c4d;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}