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

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background:url(img/top-bg.jpg) no-repeat top center #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#container {
	min-height:100%;
	position:relative;
	background:url(img/footer-bg.jpg) no-repeat bottom center;
}
#header{
	height:120px;
	width:960px;
	margin:auto;
	padding:10px 0 0 0;
}
#body {
	padding-bottom:50px;	/* Height of the footer */
}
#bodyWrapper{
	width:960px;
	margin:auto;
	padding:60px 0 0 0;
	position:relative;
        clear: both;
}
#flashBanner{
	width:660px;
	height:300px;
	float:right;
}
#bodyContent{
	width:660px;
	float:right;
	color:#fff;
        position: relative;
        overflow: hidden;
}
#bodyContent img{
	max-width:600px;
	padding:10px;
}
#photoSection img{
    padding:0;
}
#mainNav{
	width:250px;
	height:350px;
	float:left;
	/*background:url(img/nav-bg.png) no-repeat top right;*/
	margin:10px 0 0 0;
	position:relative;
}
#mainNavDivider{
	width:2px;
	height:350px;
	/*background:url(img/nav-divider.png) no-repeat top right #FFF; User Option */
	position:absolute;
	right:13px;
	top:0;
	z-index:99;
}
#mainNav ul{
	list-style:none;
	margin:0;
	padding:50px 0 0 0;
}
#mainNav ul li{
	margin:0 0 5px 0;
}
.hoverBtn {
	position: relative;
	float: left;
	width:200px;
	margin:0 0 5px 0;
}
.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	width: 210px;
	height: 25px;
	line-height: 23px;
	text-align: right;
	margin:0 10px 0 0;
	padding:0 40px 0 0;
	font-size: 14px;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color: #fff;
	background:url(img/nav-bg-mask.png) no-repeat top right transparent;
}
.hoverBtn div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background:#000; /* User Option */
}
div.hoverBtn a {
	color: #fff;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;			/* Height of the footer */
}
#footerWrapper{
	width:960px;
	height:50px;
	margin:auto;
	/*background:url(img/footer-bg.jpg) no-repeat top right;*/
}
	
#footerContent{
	height:24px;
	line-height:24px;
	position:relative;
	color:#fff;
	font-size:10px;
	/*padding-left:250px;*/
}
#footerContent img{
	border:none;
}
.footerDivider{
	width:8px;
	height:50px;
	float:left;
	background:url(img/footer-divider.png) no-repeat top left;
	margin:0 15px 0 20px;
}
/* other non-essential CSS */

#footer p {
	margin:0;
	padding:10px;
}

h1.logo{
	/*font-family: 'Syncopate', arial, serif;*/
	font-size:48px;
	font-weight:normal;
	line-height:120px;
	/*color:#000;  User Option */
	margin:0;
	padding:0;
	height:120px;
	float:right;
}
p.tagline{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:120px;
	/*color:#000;  User Option */
	margin:0;
	padding:0;
	height:120px;
	float:right;
}
h1.logo a{
	color:#fff;
	text-decoration:none;
}
.tagline{
	color:#fff;
}
#logoDivider{
	/*background:url(img/logo-divider.png) no-repeat top left #FFF; User Option */
	width:2px;
	height:120px;
	float:right;
	margin:0 15px 0 20px;
}
#bodyContent h1{
	font-family: 'Syncopate', arial, serif;
	color:#000; /* User Option */
}
#bodyContent a:hover{
	color: #fff;
}
#pageLeft{
	float:left;
	width:250px;
}
#pageLeft img{
	max-width:240px;
}
#pageRight{
	float:right;
	width:400px;
	min-height:400px;
}
#map_canvas{
	width:660px;
	height:300px;
	float:right;
}

/* New Footer */
#footerPhone{
	float:left;
	margin-left:15px;
}
#footerAddress{
	float:left;
}
#socialLinks{
	float:left;
	/*margin-left:15px;*/
}
#addThisLink{
	float:left;
	margin-right:20px;
        padding-top:2px;
}
#footerLeft{
	/*float:right;*/
	font-size:10px;
	line-height:12px;
	float:left;
        clear: both;
}
#footerLeft a{
    color:#fff;
    text-decoration: none;
}
#logo{
	padding:10px 0 10px 0;
	float:left;
}
#logo img{
	border:none;
}
.addThisIcon{
	display:block;
	width:24px;
	height:24px;
	float:left;
	margin-right:5px;
}
.addthis_button_compact{
	color:#FFF;
	text-decoration:none;
	line-height:24px;
}
.shareText{
	line-height:24px !important;
}
.followUs{
    line-height: 24px;
    float: left;
    width: auto;
    margin-right:10px;
}
.addthis_default_style .addthis_counter {
    margin-right:10px;
}
.addthis_button_tweet{margin-right: 10px;}
.addthis_button_google_plusone{margin-right: 10px;}
#infoBlock{
    margin-right:30px;
    float: left;
}