@charset "utf-8";
/* CSS Document */
body { 
	margin: 0 auto;
	padding-top: 10px;	
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 150%;
}

@font-face {
    font-family: hdrBigFont;
    src: url(rockwell-extra-bold.woff);
}

@font-face {
    font-family: hdrSmallFont;
    src: url(rockwell-bold.woff);
}

a {
	color: #606;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #66F;
	text-decoration: none;
}

a.footer {
	color: #333333;
	text-decoration: none;
}

a.footer:hover {
	color: #0178b6;
	text-decoration: underline;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #0178b6;
	display: inline; 
}

h2 {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	display: inline;
}

h3 {
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
	display: inline;
}

#container {
	width: 100%;
	position: relative;
}

header {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: 95px;
	background: #0178b6;
	border: 7px solid #0178b6;	
	border-radius: 8px 8px 0 0;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 400px;
    font-family: hdrBigFont;		
	font-size: 36px;
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#slogan {
	position: absolute;
	left: 10px;
	top: 45px;
	width: 400px;
    font-family: Verdana, Geneva, sans-serif;	
	font-weight: bold;	
	font-size: 14px;
}

#slogan a {
	color: #FFF;
	text-decoration: none;
}

#menu-icon {
	display: none;
}

.navsmall{
    display: none;	
}

#nav {
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 500px;
    font-family: Verdana, Geneva, sans-serif;	
	font-weight: bold;	
	font-size: 14px;  
}

#nav .active {
    color: #FFF;
	background:url(images/bubble_nav.gif) no-repeat top left;
}

#nav a {
	float: right;
	color:#F6F;
	text-decoration: none;
	padding: 10px 18px 2px 18px;
}

#nav a:hover {
    color:#FFF;		
}

#nav_01 {
	float: left;
	width: 194px;
	height: 26px;
}

#nav_02 {
	float: left;
	width: 104px;
	height: 26px;
}

#nav_03 {
	float: left;
	width: 87px;
	height: 26px;
}

#banner {
	width: 85%;
	height: 240px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#banner_home {
	margin: 0 auto;
	width: 80%;
	padding: 9px 0 0 0;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;	
}

#banner_home_med {
    display: none;
}

#banner_home_sm {
    display: none;
}

#banner_home_phone {
    display: none;
}
  
#banner_img {
	display: block;
	margin: 0 auto;
}

#content {
	width: 80%;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;
	border-top: 7px solid #0178b6;
	padding: 45px 0px 0px 0px;
}

#content_home {
	position: relative;
	margin: 0 auto;
	width: 80%;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;
	border-bottom: 7px solid #0178b6;	
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 8px 8px;	
 	padding: 20px 0px 0px 0px;  
}

#content_top {
    margin-left: 45px;
	margin-right: 45px;
}

#facebook {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 10px;
}

#facebook table {
    margin: 0 auto;	
}

#facebook #follow {
	vertical-align: middle;
}

.bottom_link {
	float: right;
	width: 400px;
	height: 20px;
	text-align: right;
}

#content_bot {
	width: 90%;
	height: 23px;
}

#content_bot_home {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 314px;
	background: url(images/home_bathtub.gif) no-repeat;
	padding: 20px 0px 0px 0px;
}

.content_quote1_home {
	width: 100%;
	background: url(images/home_quote1.gif) no-repeat;
	font-weight: bold;
	padding: 15px 15px 0px 15px;
}

.content_quote2_home {
	width: 50%;
	background: url(images/home_quote2.gif) no-repeat 100%;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 0px;	
}

#content_top #sm_bio {
	display: none;
}

footer {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	font-size: 7pt;
}

#footer_home {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	font-size: 7pt;
    text-align: center;
}





.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
 clear: both;
}

.news {
	font-size: 1.4em;
	text-align: justify;
	max-width: 800px;
}

.news .title {
    color:#930;
}

@media screen and (max-width: 550px) {

header {
	width: 90%;
}

#logo {		
    top: 20px;
	font-size: 24px;
}

#slogan {	
    top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
} 

#nav {
    display: none;	
}

#menu-icon {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image:url(images/menu-button.gif);
	background-repeat: no-repeat;
}

.navsmall{
 	clear: both; 
	position: absolute;
	font-weight: bold;	
	right: 0px;
	top: 55px;
	width: 160px; 
	z-index: 10000;
	padding: 0px;
	background-color: #0178B6;
	border: 5px solid #636;
	border-radius: 16px;
    -webkit-box-shadow: 5px 5px 2px;
    box-shadow: 5px 5px 2px;		
    display: none;
}
ul.navsmall li {
	list-style: none;	
	background-color: #f660ab;
	border: 2px solid #009;
	border-radius: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px 2px 4px 2px;
	margin: 2px 1px 2px 1px;
	font-size: 1em;
	text-align: center;
}
ul.navsmall a {
	color:#FFF; 
/*	color: #009; */
	display: block;
    text-decoration: none;

    }
ul.navsmall a:hover {  color:#FFF; }
ul.navsmall li:hover {
	color:#FFF; 
	background-color: #636;
	border: 2px solid #f660ab;
	position: relative;
	}
ul.sub-level {
    display: none;
    }
li:hover .sub-level {
	left: 130px;
}
ul.sub-level li {
    width: 150px; 
}

#banner_home {
    display: none;
}

#banner_home_med {
    display: none;
}
  
#banner_home_sm {
	display: none;
}

#banner_home_phone {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 9px 0 0 0;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;
}

#banner_home_phone img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

#content_home {
	width: 90%;
}

#content_top {
    margin: 0 auto;
	padding: 0 5px;
	text-align: center;
}

#content_top #table_bio {
    display: none;	
}

#content_top #sm_bio {
	display: block;
	margin: 0 auto;
}
#content_top #sm_bio img {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.news {
	font-size: 1em;
	text-align: none;
	max-width: 800px;
}
}

@media screen and (min-width: 551px) and (max-width: 750px) {

header {
	width: 90%;
}


#nav a {
    font-family: Verdana, Geneva, sans-serif;	
	font-weight: bold;
}

#banner_home {
    display: none;
}

#banner_home_med {
    display: none;
}
  
#banner_home_sm {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 9px 0 0 0;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;
}

#banner_home_phone {
    display: none;
}

#content_home {
	width: 90%;
}

#content_home #table_bio {
    display: none;	
}

#content_top #sm_bio {
	display: block;
	margin: 0 auto;
}
#content_top #sm_bio img {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.news {
	font-size: 1.2em;
	text-align: none;
	max-width: 800px;
}
}

@media screen and (min-width: 751px) and (max-width: 960px) {

header {
	width: 90%;
}

#banner_home_med {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 9px 0 0 0;
	border-left: 7px solid #0178b6;
	border-right: 7px solid #0178b6;	
}

#banner_home {
    display: none;
}

#banner_home_sm {
    display: none;
}

#banner_home_phone {
    display: none;
}
  

#content_home {
	width: 90%;
}

#content_top #sm_bio {
	display: none;
}

}