@font-face {
	font-family: 'ArialBlackRegular';
	src: url('arial_black-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArialBlackRegular';
	src: url(//:) format('no404'), url('arial_black-webfont.woff') format('woff'), url('arial_black-webfont.ttf') format('truetype'), url('arial_black-webfont.svg#webfontghxWTOr8') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #000;
	min-width: 960px;
	text-align: center;
}

#bodyBackground {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.testimonial img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.testimonial {
	padding: 10px;
	background: #E4F5FD;
	margin: 10px;
}

#map {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	height: 400px;
	overflow: hidden;
	border-bottom: solid 4px #F58025;
	
	
}

#mapBar {
	overflow: hidden;
	height: 400px;
}

#rightMenu {
	font-family: Arial, Helvetica, Sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#rightMenu li {
	padding: 3px 5px;
	margin: 10px;
}

#rightMenu li a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}	

#rightMenu li a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}	

#rightMenu li ul {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}


.mapControls {
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
	margin: 0px;
}

.mapControls a:link {
	font-size: 10px;
	color: #0069AA;
	text-decoration: none;
}

.mapControls a:visited {
	font-size: 10px;
	color: #0069AA;
	text-decoration: none;
}

.mapControls a:hover {
	font-size: 10px;
	color: #B43136;
	text-decoration: none;
}

#pageContent table {
	margin: 5px auto 20px auto;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	background: #3F6080 url('images/tableBack.jpg') repeat-x;
	border-spacing: 2px;
	width: 450px;
	
}


table thead tr th {
	background: #FBF6E4;
	color: #FFF;
	font-weight: bold;
}

#pageContent table thead tr td p {
	font-size: 12px;
	font-weight: normal;
	color: #FFF; 
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px;
	font-family: ArialBlackRegular;
}

#pageContent table tbody tr td p {
	background: none;
	color: #000;
	font-weight: normal;
	padding: 2px;
}

#pageContent  table tbody tr td p {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}

#pageContent  table tbody tr td {
	border: solid 1px #666;
	
	
}


#pageContent  table tbody tr {
	border: solid 1px #666;
	
}


#pageContent table tbody tr.r1 td{
 background: #FFF;
}

#pageContent table tbody tr.r2 td {
 background: #69C;
}

#pageContent table tbody tr.r1 td.cellSelect{
 background: #FFE;
}

#pageContent table tbody tr.r2 td.cellSelect {
 background: #FFC;
}

#pageContent table tfoot tr td p {
	color: #FFF;
	font-size: 9px;
	font-style: italic;
	margin: 0px;
	padding: 2px;
}



#mediaPlayer {
	position: absolute;
	display: none;
	width: 350px;
	background: #FFF;
	
	-webkit-box-shadow: 7px 7px 9px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333', Positive='true');
	
	right: -20px;
	top: 200px;
	z-index: 1000;
	text-align: left;
	padding: .2em .5em;
}

#pano {
	width: 100%;
	height: 250px;
}

#controls {
	
	font-size: .6em;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#controls a:link {
	text-decoration: none;
}

#controls a:visited {
	text-decoration: none;
}

#controls a:hover {
	text-decoration: none;
}

#searchBox p {
	color: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#searchBox p a:link {
	color: #FFF;
	text-decoration: none;
}

#searchBox p a:visited {
	color: #FFF;
	text-decoration: none;
}


#searchBox p a:hover {
	color: #FFF;
	text-decoration: underline;
}


#headerBar {
	text-align: left;
	position: relative;
	display: block;
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	z-index: 10;
	
}

#transBack {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 960px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	bottom: 0px;
	left; 0px;
	background: #666;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 8;
}

#mainContent {
	position: relative;
	display: block;
	float: left;
	width: 748px;
	margin: 0px;
	padding: 0px;
	
}

#mainContentMap {
	position: relative;
	display: block;
	float: left;
	width: 1024px;
	margin: 0px;
	padding: 0px;
}

#content {
	text-align: left;
	position: relative;
	display: block;
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	z-index: 10;
	
	
}

#leftBar {
	position: relative;
	display: block;
	float: left;
	width: 238px;	background: url("images/background2.png");
	clear: left;
	margin: 0px 13px 0px 0px;
	padding: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#contentBar {
	position: relative;
	display: block;
	float: left;
	width: 485px;
	margin: 0px;
	padding: 0px;
}

#contentBarMap {
	position: relative;
	display: block;
	float: left;
	width: 710px;
	margin: 0px;
	padding: 0px;
}

#rightBar {
	position: relative;
	display: block;
	float: left;
	width: 212px;
	background: url("images/background.png");
	text-align: center;
	margin: 167px 0px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#logo {
	position: relative;
	display: block;	
	margin: 31px 0px 16px 0px;
	padding: 0px;
	float: left;
}

#pageContent {
	background: url("images/contentBack.png");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

#contentMainIMG {
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	height: 224px;
	overflow: hidden;
	border-bottom: solid 4px #F58025;
}

#contentMainIMG img {
	display: block;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#searchBox {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
}

#pageContent h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
	color: #6C5B35;
	margin: 0px;
	padding: 10px 0px 10px 50px;
	width: 435px;

}

#pageContent h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: ArialBlackRegular, Helvetica, Sans-serif;
	color: #6C5B35;
	margin: 0px;
	padding: 10px 0px 10px 50px;

}

#pageContent p {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	padding: 10px 50px 10px 50px;
	margin: 0px;
}

#pageContent ul {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	padding: 10px 50px 10px 75px;
}



.rightBox2 {
	position: relative;
	display: block;
	margin: 30px auto;
	width: 176px;
	background: url("images/background.png");
	text-align: left;
	border-top: solid 3px #F58025;
}

.rightBox2 h2 {
	font-size: 24px;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	text-transform: uppercase;
	color: #6C5B35;
	font-family: ArialBlackRegular, Helvetica, Sans-serif;
	font-weight: normal;
}

.rightBox2 h3 {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 0px 10px;
	text-transform: lowercase;
	color: #999;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

.rightBox2 h2 a:link {
	color: #6C5B35;
	text-decoration: none;
}

.rightBox2 h2 a:visited {
	color: #6C5B35;
	text-decoration: none;
}

.rightBox2 h2 a:hover {
	color: #6C5B35;
	text-decoration: none;
}

.rightBox2 p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
}

.yellowBorder4{
	border: solid 4px #FBF6E4;
	margin: 5px;
}



.yellowBorder4c{
	border: solid 4px #FBF6E4;
	margin: 5px;
}


.blackBorder1 {
	border: solid 1px #000;
	margin: 0px;
	padding: 0px;
}

.yellowBorder2 {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	left: -10px;
	padding: 0px;
	border: none;
	width: 176px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
}

.blackBorder2 {
	border: solid 1px #000;
}

#ac {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-weight: normal;
	margin: 17px 0px 20px 0px;
}

#ac a:link {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#ac a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#ac a:hover {
	color: #0069AA;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#search {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.moreLink {
	text-align: right;
}
.moreLink a:link {
	text-transform: uppercase;
	text-align: right;
	color: #000;
	text-decoration: none;
}

.moreLink a:visited {
	text-transform: uppercase;
	text-align: right;
	color: #000;
	text-decoration: none;
}


.moreLink a:hover {
	text-transform: uppercase;
	text-align: right;
	color: #000;
	text-decoration: underline;
}


#search input {
	background: #999; 
	color: #FFF;
	padding: 2px;
}

#search a:link {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#search a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#search a:hover {
	color: #0069AA;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}




#transpBack {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	background: url('images/trans-strip.png') repeat-x;

}

#footer {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	background: #000;
	text-transform: uppercase;
	font-size: 11px;
	float: none;
	text-aligh: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#topContact:link  {
	padding: 3px;
	background: #DDD;
	color: #6C5B35;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin-right: 10px;
}

#topContact:visited  {
	padding: 3px;
	background: #DDD;
	color: #6C5B35;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin-right: 10px;
}


#topContact:hover  {
	padding: 3px;
	background: #6C5B35;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin-right: 10px;
}


.socialIcons {
	display: block;
	line-height: 26px;
	margin: 0px 0px -10px 0px;
	padding: 0px;
}

#printEmail {
 font-family: Arial, Helvetica, Sans-serif;
text-transform: uppercase;
font-size: 9px;	
}


#printEmail a:link {
	color: #FFF;
	text-decoration: none;
}

#printEmail a:visted {
	color: #FFF;
	text-decoration: none;
}

#printEmail a:hover {
	color: #0069AA;
	text-decoration: none;
}


#footer p a:link {
	color: #FFF;
	text-decoration: none;
}

#footer p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #0069AA;
	text-decoration: none;
}



#menu {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
}

#menu li a:link {
	text-decoration: none;
	display: block;
	color: #666;
	padding: 10px 10px 10px 30px;
	font-weight: normal;
}

#menu li a:visited {
	text-decoration: none;
	display: block;
	color: #666;
	padding: 10px 10px 10px 30px;
	font-weight: normal;
}

#menu li a:hover {
	text-decoration: none;
	display: block;
	color: #666;
	color: #FFF;
	padding: 10px 10px 10px 30px;
	background: #FBF6E4;
	background: #0069AA;
	font-weight: normal;
}

#menu li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
	font-size: 13px;
	text-transform: none;
	margin-left: 50px;
	background: #FFF;
}

#menu li.selected {
	background: #FBF6E4;
	background: #0069AA;
	margin: 0px 15px;
}

#menu li.selected a {
	color: #0069AA;
	color: #FFF;
	font-weight: bold;
	padding-left: 14px;
}

#menu li ul li a:link {
	color: #666;
	border: none;
	font-weight: normal;
	padding: 5px 5px 5px 0px;
	margin: 0px;
}

#menu li ul li a:visited {
	color: #666;
	border: none;
	font-weight: normal;
	padding: 5px 5px 5px 0px;
margin: 0px;
}

#menu li ul li a:hover {
	color: #0069AA;
	border: none;
	font-weight: normal;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	background: #F2E18B;
}

#menu li.selected ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#menu li.selected ul li.selected {

}



#menu li.selected ul li.selected a:link {
	padding: 5px 0px 5px 30px;
	background: #F2E18B;
}

#menu li.selected ul li.selected a:visited {
	padding: 5px 0px 5px 30px;
	background: #F2E18B;
}

#menu li.selected ul li.selected a:hover {
	padding: 5px 0px 5px 30px;
}

#menu li.selected ul li a:link {
	padding: 5px 0px 5px 30px;
}

#menu li.selected ul li a:visited {
	padding: 5px 0px 5px 30px;
}

#menu li.selected ul li a:hover {
	padding: 5px 0px 5px 30px;
}


#menu li.selected ul li.selected ul li a:link {
	padding: 5px 0px 5px 30px;
	background: #FFF;
}

#menu li.selected ul li.selected ul li a:visited {
	padding: 5px 0px 5px 30px;
	
	background: #FFF;
}

#menu li.selected ul li.selected a:hover {
	padding: 5px 0px 5px 30px;
	font-weight: bold;
}

#menu li.selected ul li.selected ul li.selected a:link {
	padding: 5px 0px 5px 30px;
	background: #FFF;
	font-weight: bold;
}

#menu li.selected ul li.selected ul li.selected a:visited {
	padding: 5px 0px 5px 30px;
	font-weight: bold;
	background: #FFF;
}






#menu li.selected ul li.selected ul {
	margin: 0px;
	border: none;
	background: none;
}

#menu li.selected ul li {
	margin: 0px;
	border: none;
	background: none;
	
}

#menu li.selected ul li.selected ul li {
	margin: 0px;
	border: none;
	background: none;
}

#menu li.selected ul li:last-child {
	border-bottom: none;
}

#menu li.selected ul li.selected a {
	background: url("images/bullet.png") left center no-repeat;
	color: #0069AA;
	padding: 0px;
	margin: 0px;
}

#menu li.selected ul li.selected ul li a {
	background: none;
	color: #666;
}

#menu li.selected ul li.selected ul li a:link {
	
	border: none;
	padding: 5px 5px 5px 0px;
}

#menu li.selected ul li.selected ul li a:visited {
	
	border: none;
	padding: 5px 5px 5px 0px;
}

#menu li.selected ul li.selected ul li a:hover {
	background: #FFF;
	border: none;
	padding: 5px 5px 5px 0px;
}


#menu li.selected ul li.selected ul li.selected a:link {
	background: #FFF;
	border: none;
	padding: 5px 5px 5px 0px;
}

#menu li.selected ul li.selected ul li.selected a:visited {
	background: #FFF;
	border: none;
	padding: 5px 5px 5px 0px;
}

#menu li.selected ul li.selected ul li.selected a:hover {
	background: #FFF;
	border: none;
	padding: 5px 5px 5px 0px;
}



#menu li.selected ul li.selected ul {
	padding: 0px 0px 0px 40px;
}

#menu li.selected ul li.selected ul li {
	font-size: 11px;
	}

#image1 img {
	width: 100%;
}

#image1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	
}

#image2 {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	
}

#image2 img {
	width: 100%;
}

#slideshow img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.callout {
	background: #CCC;
	padding: 5px;
}

