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

body {
	background: #808080;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#container {
	margin: auto;
	position: relative;
	width: 960px;
	background: #fff;
}

#home-header {
	float: left;
	width: 300px;
	height: 230px;
}

#logo {
	float: left;
	width: 300px;
	height: 160px;
}

#tel {
	float: left;
	width: 300px;
	height: 25px;
}

#email {
	float: left;
	width: 300px;
	height: 45px;
}

#home-masthead {
	float: left;
	width: 660px;
	height: 230px;
	background: #fff;
}

#gen-masthead {
	float: left;
	width: 660px;
	height: 160px;
	background: #fff;
}

ul {
padding: 0px 0px 0px 20px;
}

li {
list-style: square outside;
}

/* ===============================================================================  NAV */

#navigation {
	float: left;
	width: 960px;
	height: 33px;
	background-image: url(../images/hh-nav-off.gif); 
	background-repeat: repeat-x; 
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	width: 192px;
	display: block;
	float: left;
	padding: 10px 0px;
	color: #000;
	text-align: center;
	text-decoration: none; 
	background-image: url(../images/hh-nav-div.gif); 
	background-repeat: no-repeat; 
}

#navigation li a:hover {
	color: #fff; 
	background-image: url(../images/hh-nav-on.gif); 
	background-repeat: repeat-x;
}

#navigation li.active a {
	color: #fff; 
	background-image: url(../images/hh-nav-on.gif); 
	background-repeat: repeat-x;
}

#nav-shadow {
	float: left;
	width: 960px;
	height: 27px;
	background-image: url(../images/hh-nav-shadow.gif); 
}

/* ===============================================================================  CONTENT */

#movie {
	float: left;
	width: 220px;
	height: 265px;
}

#contents {
	background-color:#fff;
	float: left;
	width: 480px;
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 20px;
	color: #336666; 
	font-weight: bold;
}

.subtitletext {
	font-size: 14px;
	color: #336666; 
	font-weight: bold;
}

#clickthrough {
	float: left;
	width: 180px;
	padding: 20px 0px 0px 20px;
	background: #fff;
	line-height: 1.4;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
	
#clickthrough a {
	color: #666666;
}

#clickthrough a:visited {
	color: #666666;
}

#clickthrough a:hover {
	color: #336666;
}

img.floatLeft { 
    float: left; 
    margin: 0px 20px 0px 0px;
}

/* ===============================================================================  FOOTER */

#bottomnav {
	clear: both;
	background: #fff;
	text-align: center;
	padding: 20px;
	height: 20px;
	color: #666666;
}

#bottomnav a {
	color: #666666;
}

#bottomnav a:visited {
	color: #666666;
}

#bottomnav a:hover {
	color: #000;
}

#footer {
	clear: both;
	height: 20px;
	background: #808080;
}

.bottomnavtext {
	font-size: 11px;
}

/* ===============================================================================  CONTACT */

#contact-text {
	float: left;
	width: 260px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}

#contact-area textarea {
	height: 100px;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

.link-back {
	color: #336666; 
}
	
.link-back a {
	color: #336666; 
}

.link-back a:visited {
	color: #336666; 
}

.link-back a:hover {
	color: #336666; 
}

.mail-to {
	font-size: 13px;
	color: #666666; 
}