@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8DAEBB;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
	text-decoration: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #005372;
}
a:hover {
	color: #00907E;
}


#masthead {
	background-image: url(../images/bg_masthead.jpg);
	height: 166px;
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo {
	float: left;
}

#container {
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#topnav {
	font-size: 11px;
	color: #E0EFF2;
	text-align: right;
	height: 32px;
	width: 475px;
	float: left;
	padding-top: 3px;
}
#loginnav {
	color: #646464;
	font-size: 11px;
	width: 475px;
	float: left;
	text-align: right;
}

#mainnav {
	height: 30px;
	width: 800px;
}
#mainnav  ul  {
	list-style-type: none;
	float: right;
	margin-right: 5px;
}
#mainnav li {
	float: left;
	height: 30px;
	width: 105px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
}
#mainnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav_tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 105px;
	display: block;
	padding-top: 10px;
}
#mainnav ul li a:hover {
	color: #D7EAEE;
	background-position: 0px -30px;
}
#leftcol {
	width: 180px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #97B5C1;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

#leftcol a {
	color: #6ab0cc;
}
#leftcol a:hover {
	color: #00907E;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#rightcol {
	float: left;
	width: 599px;
	padding-top: 27px;
	padding-bottom: 12px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.search {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #97B5C1;
	border-bottom-color: #97B5C1;
	padding-top: 12px;
	padding-bottom: 12px;
}

.searchinput {
	width: 130px;
}
#leftcol .feature-one a {
	font-size: 13px;
	color: #005372;
	text-decoration: none;
}
#leftcol .feature-one {
	background-image: url(../images/feature_brochure.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 173px;
	padding-top: 158px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	color: #005372;
	font-size: 13px;
}
#leftcol .feature-one a:hover {
	color: #00907E;
}

#leftcol  .feature-two a {
	background-image: url(../images/feature_big_event.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 173px;
	padding-top: 152px;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: #005372;
}
#leftcol .feature-two a:hover {
	color: #00907E;
}

#copyright {
	width: 180px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #97B5C1;
	text-align: center;
	font-size: 13px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	line-height: 18px;
}
#copyright a {
	color: #6ab0cc;
}
#copyright a:hover {
	color: #00907E;
}

#content {
	margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 36px;
	line-height: 24px;
}
#content ol {
	margin-bottom: 6px;
	padding-left: 20px;
}
#subsection {
	color: #686868;
	padding-top: 13px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/bg_subsection.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

#affiliates {
	float: left;
	width: 575px;
	padding-top: 27px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(../images/h_affiliates.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#footer {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}

h1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #005372;
	margin-bottom: 16px;
}
h2 {
	font-size: 20px;
	font-style: italic;
	color: #005372;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #005372;
	margin-bottom: 12px;
}
#rightcol h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E3EC;
	clear: both;
}


.photo_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.caption {
	font-size: 12px;
}
#subnav {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}
#subnav ul {
	list-style-type: none;
}

#subnav  li a {
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #327693;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../images/bullet_whitearrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	text-decoration: none;
	color: #80d7fa;
}
#subnav li a:hover {
	background-color: #155A7B;
	color: #FFFFFF;
}
#rightcol ul {
	margin-bottom: 18px;
	list-style-type: none;
}
#rightcol ul li {
	margin-bottom: 6px;
	padding-left: 20px;
	background-image: url(../images/bullet_tealarrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#rightcol ul.threecol li {
	float: left;
	width: 160px;
}
#rightcol ul.twocol li {
	float: left;
	width: 130px;
}
#rightcol ul.twocol {
	width: 300px;
}
#rightcol ul.stackl li {
	float: left;
	white-space: nowrap;
}
.twocol {
	float: left;
	width: 250px;
	padding-right: 20px;
}
.threecolumns {
	float: left;
	width: 160px;
}
.pdf {
	padding-left: 23px;
	background-image: url(../images/pdf_icon2.gif);
	background-repeat: no-repeat;
}

.tombstone {
border:3px solid #005372;width:200px;padding:15px;height:230px;text-align:center;float:left;
margin:18px;
font-size:12px;
}
