/************************ General Body and Containers Properties  ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	text-align:left;
	
}
a,a:visited {
	text-decoration: none;
}
a:active,a:hover {
	text-decoration: underline;
}

#container-left {
	clear:both;
	float: left;
	padding: 0;
	margin: 2px 5px 0 0;
	width: 357px;
	max-width: 357px;
	height: 100%;
}
#container-right {
	border: 1px solid #808080;
	float: left;
	padding: 5px 5px 0 5px;
	width: 210px;
	max-width: 210px;
	height: auto;
  margin-top: 2px;
}


#can-not-find {
	border: 1px #484848 solid;
	height: auto;
	width: auto;
	font-size: 10pt;
	color: #fff;
	padding: 5px;
	background-color: #9c9c9c;
}
#featured-locations {
	height: auto;
	width: auto;
	font-size: 11pt;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	background-color: #dfdfdf;
	border-bottom: 1px #606060 solid;
}
#featured-locations p{
	margin:10px;
	font-size:90%;
}
h2.featured {
	font-size: 13pt;
	font-weight:bold;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #787878;
	color: #fff;
		text-align:center;
}
ul.featuredlocation {
	margin: 0;
	padding-left:10px;
}
li.featuredlocation {
    display:list-item;
    list-style:none;	background-image: url(images/featuredlocations-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	line-height: 1.6em;
	margin: 0;
}
p.welcome {
	font-size: 10pt;
	margin: 10px 0 0 0;
	text-align: left;
}
a.featuredlocation-link ,a.featuredlocation-link:visited{
	color: #303030;
	text-decoration: none;
	font-size: 12pt;
	line-height: 1.6em;

	
}
a.featuredlocation-link:hover,a.featuredlocation-link:active{
	color: #737373;
	text-decoration: underline;
}
/*a.featured-links {
	font-size: 12pt;
	color: #004dde;
	text-decoration:none;
	margin: 0 10px 5px 10px;
	text-align:left;
}*/

/**************************** Locations Container and Form ******************************/

#locations-box {
	width: auto;
	background: #dfdfdf;
	border: 1px #606060 solid;
	height: 100px;
	padding: 5px;
	margin-bottom: 0px;

}

p.slogan {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	color: #181818;
	font-weight: bold;
}
p.compiled {
	text-align:right;
	padding: 0;
	margin-top: 10px;
	font-size: 11pt;
	color: #a8a8a8;
	font-style:italic;
		

}
#locations-form {
	margin: 10px 0 0 0;
}
#locations-form select {
	border: 1px black solid;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px;
	width: 225px;
	font-weight: normal;
}
option.locations {
	background: #fff!important;
	font-size: 1em;	
	text-decoration: none!important;
	color: #000!important;	
}
optgroup.locations {
	background: #e8e8e8!important;
	text-decoration: none!important;
	font-style:normal!important;
	color: #000!important;
	font-size: 1em;
	font-weight: normal!important;
	
}
a.link-small, a.link-small:visited {
	color: #dfdfdf;
	text-decoration: none;
	font-size: 8pt;
}
a.link-small:active, a.link-small:hover {
	color: #fff;
	text-decoration: underline;
}
h3.local-sponsors {
font-size: 8pt;
font-weight:bold;
color: #fff;
background: #787878;
padding: 5px;
text-transform:uppercase;
margin-bottom: 5px;
	
}
#sponsors {
	width: 210px;
	margin-top: 20px;



}
img.sponsors-link {
	margin: 0 0 5px 0;
	border: 0;
}
#you-are-here {
	width: auto;
	height: auto;
	padding: 5px;
	background: #787878;
	color: #fff;
	font-size: 9pt;
	font-weight:bold;
	margin: 0 0 20px 0;

}
ul.you-are-here-list {
	margin: 0;
	padding: 0;
	list-style: none;

}
li.you-are-here-items {
	display: inline;
	background: url(images/here-arrow.gif);
	background-repeat: no-repeat;
	background-position:0;
	padding-left: 16px;
	margin-left: 3px;
	overflow: hidden;
}
a.here-links, a.here-links:visited {
	font-size: 8.6pt;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	overflow: hidden;

}
a.here-links:hover, a.here-links:active {
	text-decoration: underline;
}

.here-arrow {
	margin: 0 5px 0px 5px;
	border: 0;
}
h1.location-title {
	font-size: 15pt;
	color:#181818;
	font-weight: bold;
	margin:0;
	padding:0;
	line-height: 15pt;
}
h2.head-title {
	font-size: 11pt;
	color:#303030;
	font-weight: bold;
	margin:0 0 5px 0;
	padding:5px;
	line-height: 11pt;
	background: #dfdfdf;
	border-top: 1px #a8a8a8 solid;
}

hr.location-title {
	height: 1px;
	color: gray;
	background: gray;
	border:0;
	width: 100%;
	margin: 0 0 10px 0;
	padding:0;
}
hr.head-title {
	height: 3px;
	color: #e5edfa;
	background: #e5edfa;
	border:0;
	width: 100%;
	margin: 2px 0 10px 0;
	padding:0;
}

#editorial {
	font-size: 9pt;
	color: #202020;
	text-align:justify;
		line-height: 11pt;
		padding:0;
	margin: 0;	
}
#editorial br {
	margin: 0 0 1px 0;
	padding:0;
}
#editorial h2 {
		font-size: 11pt;
	color:#303030;
	font-weight: bold;
	margin:0 0 5px 0;
	padding:5px;
	line-height: 11pt;
	background: #dfdfdf;
	border-top: 1px #606060 solid;	
}
#googlemap {
	height: 280px;
	width: auto;
	display:none;
}
#localservices-box {
	height: auto;
	width: auto;
	font-size: 11pt;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background-color: #dfdfdf;
	border-bottom: 1px #606060 solid;
	text-align:center;
}
#localservices-box p {
	font-size: 9pt;
	font-weight:bold;
	margin: 0;
	padding: 25px 5px 0 5px;
}
h3.localservices {
	float: left;
font-size: 9pt;
	width: 200px;
font-weight:bold;
color: #fff;
background: #787878;
padding: 5px;
text-transform:uppercase;
text-align: left;
margin: 0;
}
form.localservices-form {
	margin:0;
	padding: 0;
}
select.localservices-select {
	border: 1px black solid;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px;
	width: 200px;
	line-height: 13pt;
	font-weight: normal;
	margin-top: 10px;
}
#localresourses-box {
	height: auto;
	width: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background-color: #dfdfdf;
	border-bottom: 1px #606060 solid;
	text-align:left;
	
}
#localresourses-box a, #localresourses-box a:visited {
	padding: 0 2px 0 2px;
	color: #303030;
	text-decoration: none;
	font-size: 8pt;	
}
#localresourses-box a:hover, #localresourses-box a:active {
	color: #484848;
	text-decoration: underline;
}

h3.localresources {
font-size: 8pt;
font-weight:bold;
color: #fff;
background: #787878;
padding: 5px;
text-transform:uppercase;
margin-bottom: 5px;
width: auto;
}
h4.localresources-heads {
	font-size: 9pt;
	color:#000;
	font-weight: bold;
	margin:5px 0 2px 0;
	padding:2px;
	line-height: 9pt;
	border-bottom: 1px #303030 solid;

}
li.localservices-title-shortdesc {
	font-size: 10pt;
	padding: 0 5px 5px 5px;
	margin: 0;
	font-style:italic;
	border-bottom: 1px #606060 solid;
	text-align:left;
	font-size: 9pt;
	color:#606060;
}
ul.localservices-title-link {
display:list-item;
margin:0;
padding: 0;
list-style:none;	
}
li.localservices-title-link {
	background-color: #dfdfdf;
	padding: 2px 5px 2px 5px;
	margin: 0 0 2px 0;
}
/*li.localservices-title-link:hover {
	background-color: #BFD2F2;
}*/

a.localservices-title-link,a.localservices-title-link:visited {
	font-size: 10pt;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
a.localservices-title-link:hover,a.localservices-title-link:active {
text-decoration:underline;
color: #999999;
}
#company-desc-box {
	background: #fff;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px;
	border: 1px #606060 solid;
	clear:both;
}
h3.company-desc-title {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	line-height: 14pt;
	background: #dfdfdf;
	color: #000;
	padding: 10px 5px 10px 5px;
	margin: 0;
	border-bottom: 1px #606060 solid;
}
#company-contacts {
	background: #dfdfdf;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	border-top: 1px #fff solid;
	border-bottom: 1px #808080 solid;
}
#company-copy {
	padding: 5px 10px 10px 10px;
	width: auto;
	height: auto;
	font-size: 10pt;
	
}
#company-contacts-table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;

}
td.contact-labels {
	font-size:10pt;
	color: #000;
	font-weight:bold;
	line-height: 12pt;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align:top;
	width: 80px;
}
td.contact-info {
	font-size:10pt;
	color: #000;
	line-height: 12pt;
	margin: 0;
	padding: 0 0 5px 5px;
	vertical-align:top;
}
a.link-contact, a.link-contact:visited {
	font-size: 10pt;
	color: #303030;
	text-decoration: none;
}
a.link-contact:active, a.link-contact:hover {
	text-decoration: underline;
	color: #636363;
}
#company-desc-box p {
	font-size: 10pt;
	padding: 0;
	margin: 5px;
}
#company-desc-box li {
	margin: 5px 5px 5px 5px;
	padding: 0;
	list-style:square;
}
#company-desc-box ul {
	margin: 5px 0 5px 25px;
}
#company-desc-box img {
	text-align:center;
	margin: 10px auto 10px auto;
}
a.print-link,a.print-link:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #004dde;
	background-image: url('images/icon-printer.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 18px;
	margin: 0;
}
a.print-link:active,a.print-link:hover {
	text-decoration:underline;
	
}
a.email-link,a.email-link:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #004dde;
	background-image: url('images/icon-email.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;

	padding-left: 18px;
	margin: 0;
}
a.email-link:active,a.email-link:hover {
	text-decoration:underline;
	
}
#desc-utils {
	list-style: none;
	margin: 15px 0 0 0!important;
	padding: 5px!important;
	border-top:1px #808080 solid;
	width: 225px;
	display:none;
	border-right: 1px #808080 solid;
}
#desc-utils li {
	list-style: none;
	display:inline;
	padding: 0 0 0 5px;
	margin: 0!important;
}
a.more, a.more:visited {
	font-size: 8pt;
	color: #808080;
	text-decoration: none;
	background: url(images/more-arrow.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0;
	font-style: normal;
	margin-left: 10px;
}
a.more:active, a.more:hover {
	text-decoration: underline;
}
.clear-both {
	clear:both;
}
h2.contact {
	
	
		font-size: 11pt;
	color:#303030;
	font-weight: bold;
	margin:0 0 5px 0;
	padding:5px;
	line-height: 11pt;
	background: #dfdfdf;
	border-top: 1px #a8a8a8 solid;
}

