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

html,
body {
	margin:0;
	padding:0;
	height:100%;
	/*background:url(img/bg.png) repeat-x top #b0b0b0;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#container {
	min-height:100%;
	position:relative;
	background:url(img/header-bg.jpg) no-repeat top center;
}
#containerInner{
	width:960px;
	margin:auto;
}
#header{
	height:120px;
	width:960px;
	margin:auto;
	padding:10px 0 0 0;
}
#body {
	padding-bottom:200px;	/* Height of the footer */
}
#bodyWrapper{
	width:960px;
	margin:auto;
	padding:60px 0 0 0;
	position:relative;
}
#flashBanner{
	width:660px;
	height:350px;
	float:right;
}
#bodyContent{
	width:660px;
	float:right;
        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;
}
#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: 175px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin:0 10px 0 0;
	padding:0 75px 0 0;
	font-size: 14px;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	background:url(img/nav-btn-bg.png) no-repeat top right transparent;
}
.hoverBtn div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background:#000; /* User Option */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:200px;			/* Height of the footer */
}
#footerWrapper{
	width:960px;
	height:200px;
	margin:auto;
	background:url(img/footer-bg.jpg) no-repeat top right;
}
	
#footerContent {
    height: 85px;
    line-height: 40px;
    padding-top: 115px;
    position: relative;
}
#footerContent img{
	border:none;
	position:relative;
	top:6px;
}
.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-size:48px;
	font-weight:normal;
	line-height:120px;
	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;
	margin:0;
	padding:0;
	height:120px;
	float:right;
}
#logoDivider{
	background:url(img/logo-divider.png) no-repeat top left;
	width:8px;
	height:120px;
	float:right;
	margin:0 15px 0 20px;
}
#pageLeft{
	float:left;
	width:250px;
}
#pageLeft img{
	max-width:240px;
}
#pageRight{
	float:right;
	width:400px;
	min-height:400px;
}
#map_canvas{
	width:400px;
	height:400px;
	float:right;
}
#footerPhone{
	float:left;
	/*margin-left:15px;*/
}
#footerAddress{
	float:left;
        margin-right:15px;
}
#socialLinks{
	float:left;
	/*margin-left:15px;*/
}
#addThisLink{
	float:left;
	margin-right:10px;
        padding-top:10px;
        height:30px;
        display: block;
}
#footerRight{
	/*float:right;*/
	font-size:10px;
	line-height:16px;
	height:40px;
	text-align:right;
	padding:5px 0 0 0;
	position:absolute;
	left:450px;
	top:150px;
}
#footerRight a{
}
#logo{
	padding:10px 0 10px 0;
        float:right;
}
#logo img{
	border:none;
}
#infoBlock {
    display: block;
    /*float: left;*/
    height: 40px;
    width: 960px;
    position: absolute;
    left:0;
    bottom:10px;
}
.addthis_default_style .addthis_counter {
    margin-right:5px;
}
.addthis_button_tweet{margin-right: 5px;}
.addthis_button_google_plusone{margin-right: 5px;}
#credits{
    /*float:right;*/
    position:absolute;
    right:0;
    bottom:0;
}
#credits a{
    color:#000;
    text-decoration: none;
}
#credits a:hover{
    text-decoration: underline;
}