@charset "UTF-8";
/* CSS Document */

body  {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #414347;
}
h1 {
	font-size: 1.3em;
	color: #59B4BD;
	margin: 5px 0;
}
h2 {
	font-size: .9em;
	color: #59B4BD;
}
p {
	font-size: .7em;
	text-align: left;
}
p, h1, h2, h3, h4, h5, ul {
	text-align:left;
	}
th {
	font-weight: normal;
}

img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#membership {
	font-size: .7em;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.highlight {
	padding: 5px;
	margin: 0;
	border: 1px dotted #999999;
}
.highlight h2 {
	background-color: #006B6E;
	display: block;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px 0;
}
#container {
	width: 1124px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0 10px 0 0;  /* 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. */
} 
#logo {
	padding: 18px 0 5px 10px;
}
marquee {
	font-size: .8em;
}
#newsScroller {
	margin: 12px 50px 0 0;
	float: right;
	width: 310px;
}
#newsScroller a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	font-size: 0.7em;
	padding: 25px 18px 18px 18px;
	margin: 0 400px 0 0;
}
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}
#nav li {
	float: left;
}

#nav li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 0 .4em;
	margin: 0 0 15px 0;
}
#nav li a:hover {
	color: #59B4BD;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin: 0 175px 0 0;
	background-image: url(../images/sidebarBg.gif);
	background-repeat: no-repeat;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	margin: 0 175px 0 0;
	background-image: url(../images/sidebarBg.gif);
	background-repeat: no-repeat;
}
#sidebar2Alt {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	margin: 0 175px 0 0;
}
#sidebar2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent {
	margin: 0 485px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#btmBoxes {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#btmBoxes img {
	padding: 0px 7.5px 5px 5px;
}
#footer {
	background-image: url(../images/btmStrip.gif);
	background-repeat: repeat-x;
	margin: 0 40px 0 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#designed {
	margin: 10px 0;
	padding: 10px 0 0 0;
}
#designed  p a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
.greyTxt {
	color: #333333;
}
#footerNav {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px 18px 18px 18px;
}
#footerNav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#footerNav li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 0 4px;
}
#footerNav li {
	float: left;
}
#footerNav li a:hover {
	color: #006B6E;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
}
.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;
}
.topStrip {
	background-image: url(../images/topStrip.gif);
	background-repeat: repeat-x;
	margin: 0 40px 0 10px;
}
#rightText {
	padding: 0 10px 30px 0;
	float: right;
	width: 390px;
}
#content {
	padding: 0;
}
.blueBorder {
	border: 1px solid #59B4BD;
}
.contactTable {
	font-size: .7em;
}
#leftText {
	margin: 0px 420px 0 0px;
	padding: 5px 0 0 0;
}
#leftText a {
	color: #59B4BD;
	text-decoration: none;
}
#leftText   h2  {
	font-size: .8em;
	color: #59B4BD;
	text-decoration: none;
}
#leftText ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	list-style-position: inside;
}
#rightText li {
	font-size: .8em;
}
#left {
	width: 400px;
	float: left;
}
#right {
	margin: 0 0 0 430px;
}
#leftText li {
	padding: 0 0 6px 0;
}
#container2 {
	width: 1124px;
	margin: 0 auto;
	text-align: left;
}
#timeTable {
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
#timeTable tr {
	vertical-align: top;
}
#timeTable td {
	border: 1px dotted #CCCCCC;
}
.dark {
	background-color: #333333;
}
.light {
	background-color: #999999;
}
.borderRgt {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.borderBtm {
	border-bottom: 1px dotted #CCCCCC;
}
#flyspecktrigger {
	color: #FFFFFF;
	text-decoration: none;
}
.mainBG {
	background-image: url(../images/mainBg.jpg);
	background-repeat: no-repeat;
}
.mainBG2 {
	background-image: url(../images/mainBg2.jpg);
	background-repeat: no-repeat;
}
.mainBG3 {
	background-image: url(../images/mainBg3.jpg);
	background-repeat: no-repeat;
}
.mainBG4 {
	background-image: url(../images/mainBg4.jpg);
	background-repeat: no-repeat;
}
.mainBG5 {
	background-image: url(../images/mainBg5.jpg);
	background-repeat: no-repeat;
}
.mainBG6 {
	background-image: url(../images/mainBg6.jpg);
	background-repeat: no-repeat;
}
.mainBG7 {
	background-image: url(../images/mainBg7.jpg);
	background-repeat: no-repeat;
}
.mainBG8 {
	background-image: url(../images/mainBg8.jpg);
	background-repeat: no-repeat;
}
a {
	color: #59B4BD;
}
#container #mainContent #rightText h3 {
	font-size: .9em;
}
#mainImage {
	margin: 0 0 20px 0;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.smltxt {
	font-size: 70%;
}
.calendar {
	font-size: 80%;
	margin: 0 auto;
	width: 180px;
}
#timetable a {
	color: #FFFFFF;
}
