@charset "UTF-8";
/* CSS Document */


/* Main Text */



.dasheddivide {
	border-top: 1px dotted #000000;
}

.dasheddivide2 {
	border-top: 1px dotted #666666;
}



.text-main {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.text-main-italic {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}

.text-main-bold {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

.text-subhead {
	color: #000000;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.text-subhead-italic {
	color: #000000;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
}

.events {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.events-thin {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.events-thinbold {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}

.events-header {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.events-italic {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}

.menu-headers {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
}

.menu-numbers {
	color: #198488;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
}

.menu-text {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.menu-text-italic {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
}

.menu-listings {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.menu-italic {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
}


/* Footer Text */

.footer {
	color: #666666;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	line-height: 30px;
}

.footer-italic {
	color: #666666;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	line-height: 20px;
	font-style: italic;
}

.mini {
	color: #b79b50;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

.mini-black {
	color: #000000;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}





/* Hyperlinks */

a.text-main:link {
	color: #376351;
	text-decoration: none;
}

a.text-main:visited {
	color: #376351;
	text-decoration: none;
}

a.text-main:hover {
	color: #417a87;
	text-decoration: underline;
}

a.text-main:active {
	color: #376351;
	text-decoration: none;
}





a.footer:link {
	color: #666666;
	text-decoration: none;
}

a.footer:visited {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #6b887c;
	text-decoration: underline;
}

a.footer:active {
	color: #666666;
	text-decoration: none;
}





a.top-links:link {
	color: #0080aa;
	text-decoration: underline;
	font-weight: normal;
}

a.top-links:visited {
	color: #0080aa;
	text-decoration: underline;
	font-weight: normal;
}

a.top-links:hover {
	color: #376351;
	text-decoration: underline;
	font-weight: normal;
}

a.top-links:active {
	color: #0080aa;
	text-decoration: underline;
	font-weight: normal;
}






a.blog-links:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.blog-links:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.blog-links:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a.blog-links:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}




a.footer-links:link {
	color: #7b8e2f;
	text-decoration: underline;
	font-weight: normal;
}

a.footer-links:visited {
	color: #7b8e2f;
	text-decoration: underline;
	font-weight: normal;
}

a.footer-links:hover {
	color: #7b8e2f;
	text-decoration: underline;
	font-weight: normal;
}

a.footer-links:active {
	color: #7b8e2f;
	text-decoration: underline;
	font-weight: normal;
}





