/* 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: #666666;
	background-image: url(images/bgd_page_grad.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.sbn #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.sbn #header {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 120px;
} 
.sbn #header img {
	margin-top: 10px;
	width: auto;
}
.sbn #wrapper {
	border: 2px solid #7A99AF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.sbn #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sbn #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 28px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#sidebar1 img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#mainContent table {

}
#mainContent ul {
	list-style-image: url(images/arrow_bullet.gif);
}
#mainContent li {

}



.sbn #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 325px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.sbn #fullContent {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}
#fullContent #LeftDiv {
	width: 350px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #ECF4F6;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fullContent #RightDiv {
	width: 350px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ECF4F6;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#fullContent ul {
	list-style-image: url(images/arrow_bullet.gif);
}
#fullContent li {
	padding-bottom: 5px;
	margin-top: 5px;
}

.sbn #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.sbn #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 */
	text-align: center;
	font-size: 80%;
	color: #7A99AF;
}

.sbn #container #header_links {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float: right;
	width: auto;
}
.sbn #header_links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 540px;
}
.sbn #header_links li {
	display: inline-block;
	width: 135px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	background-color: #83A4BC;
	font-size: 125%;
	line-height: 120px;
}
.sbn #header_links .first {
	background-color: #003366;
}
.sbn #header_links .second {
	background-color: #006699;
}
.sbn #header_links .third {
	background-color: #0099CC;
}
.sbn #header_links .fourth {
	background-color: #7A99AF;
}
.sbn   #header_links   a:link, .sbn   #header_links   a:visited {
	color: #FFFFFF;
}
.sbn  #header_links  a:hover, .sbn #header_links a:active {
	display: block;
	text-decoration: none;
	background-color: #e8e8e8;
	color: #0099CC;
	line-height: 122px;
}
.sbn #header_links .current {
	color: #003366;
	line-height: 122px;
	background-color: #FFFFFF;
}
#homebox {
	height: auto;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #E8E8E8;
	background-image: url(images/bgd_page_grad.gif);
	background-repeat: repeat-x;
}
#homebox table {
	width: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#homebox h6 {
	font-size: 18px;
	display: block;
	width: auto;
	text-align: center;
	color: #4A85B3;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#homebox img {
	padding: 3px;
	border: 1px solid #E8E8E8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 140px;
	width: 140px;
	background-color: #FFFFFF;
}
#list_box {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#list_box p {
	margin: 0px;
	padding: 0px;
}

#list_box h5 {
	font-weight: bold;
	padding: 5px;
	background-color: #006699;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#list_box ul {

}


#list_box2 {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#list_box2 ul {

}
#list_box2 h5 {
	font-weight: bold;
	padding: 5px;
	background-color: #006699;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#list_box3 {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#list_box3 ul {

}

#list_box3 h5 {
	font-weight: bold;
	padding: 5px;
	background-color: #006699;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#list_box_narrow {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e8e8e8;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E5EAF0;
	padding-top: 25px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 100px;
}



#list_table {


}

#list_table li {
	line-height: 1.3;
}

.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: 25px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
}
#downloads_table     {
	float: right;
	margin-top: 15px;
	vertical-align: top;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#downloads_table img {
	border: 1px solid #E8E8E8;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
}



/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px solid #e8e8e8;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}


legend {
	background-color: #ffffff;
	color: #006699;
	margin: 0;
	font-size: 130%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	letter-spacing: -1px;
}

form {
	text-align: left;
}

label {
	width: 100px;
	float: left;
	margin: 3px;
	clear: both;
}


input {
	border: 1px solid #7A99AF;
	font-size: 12px;
	margin-right: 10px;
	padding: 1px;
	line-height: normal;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #7A99AF;
}
textarea {
	border: 1px solid #7A99AF;
	font-size: 12px;
}
#contact_form {
	border: 1px solid #7A99AF;
	line-height: normal;
	margin: 0px;
	padding: 25px;
	background-color: #ECF4F6;
}
.inputButton {
	font-weight: bold;
	color: #006699;
	margin-left: 3px;
	margin-top: 5px;
}


#subscribe_table {
	margin-right: auto;
	margin-left: auto;
}

#subscribeForm {
	background-color: #ECF4F6;
	border: 1px solid #7A99AF;
}
#updateForm {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECF4F6;
	border: 1px solid #7A99AF;
}
#members_table {
	border: 1px solid #e8e8e8;
	font-size: 100%;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#member_contact {
	background-color: #ECF4F6;
	padding: 25px;
	border: 1px solid #728FA3;
}



.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;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #7A99AF;
}
a:active {
	text-decoration: none;
	color: #003366;
}
p {
	line-height: 1.3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}
h1 {
	font-size: 175%;
	color: #003366;
	line-height: 1;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: .7em;
}
h2 {
	font-size: 200%;
	color: #CCCCCC;
	font-weight: bolder;
	margin-left: -3px;
	letter-spacing: -3px;
	margin-top: 15px;
	line-height: 1.3;
	margin-bottom: 0px;
}
h3 {
	font-size: 200%;
	color: #CCCCCC;
	letter-spacing: -2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: e8e8e8;
	vertical-align: text-bottom;
	margin-bottom: 5px;
}
h4 {
	font-size: 120%;
	color: #006699;
	font-weight: normal;
}
h5 {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3;
}
h6 {
	font-size: 80%;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.sidebar_links {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #7A99AF;
}
.topofpage {
	text-align: center;
	display: block;
	padding: 2px;
	border: 1px solid #e8e8e8;
	width: 80px;
	font-size: 12px;
	background-color: #ECF4F6;
	margin-top: 15px;
	margin-bottom: 15px;
}
.member_category {
	font-weight: bold;
	color: #CCCCCC;
	line-height: normal;
	letter-spacing: -1px;
	text-align: left;
	font-size: 110%;
}


#jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	border: 1px solid #7A99AF;
}
#mainContent hr {
	line-height: 1px;
	color: #7A99AF;
}
.sample_format {
	font-size: 11px;
	color: #999999;
}
#printpage_btn {
	background-image: url(images/mini_print.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 18px;
	color: #CCCCCC;
	border: 1px solid #E8E8E8;
	background-position: left;
	padding: 0px;
}
#fullContent .fltrt img {
	margin-right: 5px;
}
#selectPage_nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#selectPage_nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-align: center;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #e8e8e8;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	background-color: #E5EAF0;
}
#selectPage_nav {
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#selectPage_nav a {
	float: left;
}
p.MsoNormal {
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:.0001pt;
	margin-left:0in;
	font-size:12pt;
	font-family:"Arial", "sans-serif";
}
p.MsoListParagraph {
	margin-top:0in;
	margin-right:0in;
	margin-bottom:.0001pt;
	margin-left:.5in;
	text-indent:-.25in;
	font-size:12pt;
	font-family:"Arial", "sans-serif";
	list-style-image: url(images/arrow_bullet.gif);
}
p.MsoSubtitle {
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	text-align:center;
	font-size:12pt;
	font-family:"Arial", "sans-serif";
}
p.MsoBodyTextIndent2 {
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:.0001pt;
	margin-left:.5in;
	font-size:12pt;
	font-style:italic;
}


.small_italics {
	font-size: 70%;
	font-style: italic;
	color: #999999;
}
.download_img {
	margin: 0px;
	padding: 0px;
	height: 18px;
}
#subscribe_form {
	margin-right: auto;
	margin-left: auto;
}
#subscribe_form table {
	margin-right: auto;
	margin-left: auto;
}
#reservation_form {
	background-color: #ECF4F6;
	width: 300px;
	padding: 10px;
}
