@charset "UTF-8";
/* CSS Document 

Pale blue: 7ad3f7
Dark grey: 5f6062
Light Grey: eceded


*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #eceded;
}

a.backtotop {
	color: #7ad3f7;
}

.blue {
	color: #7ad3f7;
}
.grey {
	color: #5f6062;
}

a {color:#5d5e60;}
a .selected {color:#0675be;}
a .sectionSelected {color:#70d0f7;}


.clearthefloats {
	clear: both;
}
#main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#header {
	height: 135px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#home_headerbox1 {
	background-image: url(../assets/home_headerbox1.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 500px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home_headerbox2 {
	width: 405px;
	background-image: url(../assets/home_headerbox2.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


#headerbox1 {
	background-image: url(../assets/subpage_headerbox1.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 650px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerbox2 {
	width: 255px;
	background-image: url(../assets/headerbox2.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headerbox2_about {
	width: 255px;
	background-image: url(../assets/headerbox2_about.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headerbox2_directory {
	width: 255px;
	background-image: url(../assets/headerbox2_directory.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headerbox2_news {
	width: 255px;
	background-image: url(../assets/headerbox2_news.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headerbox2_visiting {
	width: 255px;
	background-image: url(../assets/headerbox2_visiting.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#headerbox2_contact {
	width: 255px;
	background-image: url(../assets/headerbox2_contact.gif);
	height: 105px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


a.homelink {
	display: block;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 80px;
	height: 100px;
	width: 310px;
	margin-top: 15px;
}
#main {
	background-color: #FFFFFF;
	background-image: url(../assets/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav {
	width: 160px;
	float: left;
	margin-left: 15px;
	margin-right: 25px;
}
#mainnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainnav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainnav a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ad3f7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
#mainnav a:link{
	color:#5f6062;
	
}
#mainnav a:hover{
	color:#7ad3f7;	
}
#mainnav a.current{
	color:#7ad3f7;	
}


#mainnav ul ul {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ad3f7;
}
#mainnav ul ul li {
}
#mainnav ul ul a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainnav ul ul a:link{
	color:#5f6062;
	
}
#mainnav ul ul a:hover{
	color:#0071BD;
}
#mainnav ul a.current{
color:#0071BD;
}
	
#mainnav ul a.current_sub{
	color:#7ad3f7;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content p {
	line-height: 1.2em;
}

#content_end {
	background-image: url(../assets/content_end.gif);
	background-position: left bottom;
	height: 20px;
	background-repeat: no-repeat;
}
#home_text {
	width: 340px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#home_boxes {
	float: right;
	width: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpage_text {
	width: 450px;
	float: left;
}
#subpage_text_wide {
	float: left;
	width: 725px;
	padding-right: 25px;
}
#subpage_boxes {
	float: right;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.directory {
	background-image: url(../assets/banner_directory.gif);
	background-repeat:no-repeat;
	display: block;
	height: 110px;
	width: 321px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
	float:right;
}
a.join_association {
	background-image: url(../assets/banner_join.gif);
	background-repeat:no-repeat;
	display: block;
	height: 110px;
	width: 156px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
	float: right;
}
a.news {
	background-image: url(../assets/banner_news.gif);
	background-repeat:no-repeat;
	display: block;
	height: 110px;
	width: 156px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
	float: right;
}

#home_text li {
	list-style-type: square;
}

#footer {
	text-align: left;
	padding-right: 25px;
	font-size: 0.8em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 25px;
}



/***** accesskeys *****/
#accesskeys {position:relative;padding:0px;margin:0px;margin:0px;text-align:left;width:290px;width:626px;}
#skiplinks{display:block;position:absolute;top:15px;left:180px;text-align:left;width:220px;height:1.7em;clip:rect(0px, 220px, 1.7em, 0px);}
#skiplinks UL {padding:0;margin:0;list-style:none;}
#skiplinks LI {padding:0;margin:0;list-style:none;display:inline;}
#skiplinks A {color:#000000;position:absolute;top:0px;left:0px;overflow:hidden;width:0;height:0;z-index:1000;}
#skiplinks A:active, #skiplinks A:focus {position:absolute;overflow:visible;width:auto;height:auto;margin:auto;padding:3px;background-color:#E7FF44;text-decoration:none;}



#subpage_text li {
	padding-bottom: 5px;
}
#subpage_text a:link, #subpage_text a:visited {
	text-decoration: underline;
	color:#5f6062;
}
#subpage_text a:hover, #subpage_text a:active {
	text-decoration: underline;
	color:#7ad3f7;
}

table.no_border, #subpage_text table.no_border {
	border: none;
}
table.no_border td, #subpage_text table.no_border td {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 5px;
	border: none;
	vertical-align: top;
}
#map {
	float: left;
}
  input.searchtext {
	line-height: 15px;
	height: 15px;
	width: 150px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#search {
	padding-top: 20px;
}
#directory_logo {
	float: right;
	width: 150px;
}
#breadcrumbs {
	height: 25px;
	clear: both;
}
#gallery {
	color: #000000;
}
#gallery img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery td {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}
#gallery td p {
}

