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

/* CSS BROWSER RESET */
body, div, h1, h2, h3, h4, h5, h6,  dl, dt, dd, pre, form, fieldset, legend, input, textarea, label, blockquote, th{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
p{
	margin: 5px 0;
	padding: 0;
}
a, span {
	background-repeat: no-repeat;
	outline: none;
}
fieldset, img, abbr, acronym {
	border: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
}
/* declare your site defaults here */

.cleaner{
	margin: 0;
	padding: 0;
	clear: both;
}

#main-container{
	width: 961px;
	height: auto;
	margin: auto;
}
#top-banner{
	width: 961px;
	height: 104px;
	float: left;
}
#top-menu-cont{
	width: 646px;
	height: 28px;
	padding: 71px 10px 5px 38px;
	float: left;
}
#top-menu-cont ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-menu-cont ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 84px;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
	margin-right: 9px;
	float: left;
	line-height: 20px;
	display: block;
	background-color: #FFF;
}
#top-menu-cont ul li a{
	text-decoration: none;
	display: block;
	color: #8e8e8e;
}
#top-menu-cont ul li a:hover{
	background-color: #018cde;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#top-menu-cont .selected{
	color: #06C !important;
	background-image: url(../images/menu-bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#logo{
	width: 267px;
	height: 77px;
	float: left; 
	background-image: url(../images/hammon-logo.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	margin-top: 27px;
}
#main-banner-container{
	width: 932px;
	height: 430px;
	float: left;
	padding: 0 15px 0 14px;
}
#left-shadow{
	width: 25px;
	height: 408px;
	background-image:url(../images/left-shadow.jpg);
	background-repeat: no-repeat;
	float: left;
}
#main-banner{
	width: 876px;
	height: 402px;
	background-color:#CCCCCC;
	border: 3px solid #ececec;
	float: left;
	position: relative;
}
#main-banner-inside{
	width: 846px;
	height: 35px;
	border: 3px solid #0696ff;
	float: left;
	background-color: #0070C2;
	margin: 0 40px;
	padding: 20px 10px 10px 20px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight:bold;
	font-size: 30px;
	color: #0696FF;
}
#text1-over-main-banner{
	width: 300px;
	height: 50px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFF;
	position: absolute;
	top:301px;
	left:42px;
	text-transform:uppercase;
	z-index: 101;
}
#text2-over-main-banner{
	width: 250px;
	height: 30px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	top:350px;
	left:111px;
	text-transform:uppercase;
	z-index: 103;
}
#shield{
	width: 150px;
	height: 150px;
	background-image: url(../images/shield.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 308px;
	top: 302px;
	z-index: 110;
}
#right-shadow{
	width: 25px;
	height: 408px;
	background-image:url(../images/right-shadow.jpg);
	background-repeat: no-repeat;
	float: left;
}
#bottom-shadow{
	width: 932px;
	height: 22px;
	background-image: url(../images/bottom-shadow.jpg);
	background-repeat: no-repeat;
	float: left;
}
#text-area{
	width: 932px;
	height: auto;
	float: left;
	padding: 0 15px 10px 14px;
} 
#text-area-inside{
	width: 932px;
	height: auto;
	float: left;
	padding: 15px 15px 10px 14px;
} 
#bookmark-and-share{
	width: 115px;
	height: 20px;
	background-image: url(../images/blue-cross.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-left: 30px;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #0056a7;
	float: left;
	line-height: 20px;
	position: relative;
}
#bookmark-and-share-dropdown{
	width: 140px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 18px;
	background-color: #FFF;
	border: 1px solid #0056a7;
	padding: 5px;
	z-index: 105;
	visibility: hidden;
}
#bookmark-and-share-dropdown ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#bookmark-and-share-dropdown ul li{
	list-style: none;
	width: 110px;
	height: 20px;
	padding-left: 23px;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 11px;
	color: #0056a7;
	line-height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
#bookmark-and-share-dropdown ul li a{
	color: #0056a7;
	text-decoration: none;
	display: block;
	}
#bookmark-and-share-dropdown ul li a:hover{
	color: #0056a7;
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	background-color: #FFF !important;
}
#text1{
	width: 585px;
	height: auto;
	padding-left: 25px;
	padding-right: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
}
#text1-inside{
	width: 590px;
	height: auto;
	min-height: 300px;
	padding-left: 30px;
	padding-right: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#text1-inside-testimonials{
	width: 880px;
	height: auto;
	padding-left: 30px;
	padding-right: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#text1-inside-testimonials div{
	width: 850px;
	height: auto;
	padding: 10px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	color: #666;
}
#text1-inside-testimonials div strong{
	color: #09F;
}
#text1-inside-testimonials div b{
	color: #333;
	font-weight: bold;
	font-size: 11px;
}
#text1-inside-testimonials div strong b{
	color: #036;
	font-size: 14px;
	font-weight: bold;
}
#text1-inside p b{
	font-weight: bold;
	font-size: 14px;
}
#text1-inside p strong{
	font-weight: bold;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005dae;
	text-transform:uppercase;
	line-height: 25px;
}
#text1 p b{
	font-weight: bold;
	font-size: 14px;
}
#text1 p strong{
	font-weight: bold;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005dae;
	text-transform:uppercase;
	line-height: 25px;
}
#testimonials-block{
	width: 307px;
	height: auto;
	float: left;
}
#testimonials-title{
	width: 285px;
	height: 26px;
	float: left;
	padding-left: 22px;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 16px;
	font-weight: bold;
	color: #797979;
	text-transform: uppercase;
}
#testimonials-display{
	width: 207px;
	height: 133px;
	float: left;
	background-image:url(../images/testimonails-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 50px;
}
#testimonials-read-more{
	width: 305px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
#testimonials-read-more a{
	color: #666;
	text-decoration: underline;
}
#testimonials-read-more a:hover{
	color: #06C;
	text-decoration: none;
}
.tickertext{
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, SansSerif;
	font-size:12px;
	color: #333;
	text-align: justify;
}
.tickertext b{
	font-family: Arial, Helvetica, SansSerif;
	font-size:13px;
	color: #333;
	font-weight: bold;
	text-align: left;
}
#bottom-container-outer{
	width: 100%;
	background-image: url(../images/bot-bg.jpg);
	background-position: center;
}
#bottom-container{
	width: 961px;
	height: 90px;
	margin: auto;
}
#credits{
	width: 385px;
	height: auto;
	float: left;
	padding: 22px 0 0 40px;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 11px;
	color: #76848a;
}
#credits a{
	text-decoration: underline;
	color: #76848a;
}
#credits a:hover{
	text-decoration: underline;
	color: #ff7200;
}
#bot-links{
	width: 511px;
	height: auto;
	float: left;
	padding: 22px 25px 0 0;
}
#bot-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#bot-links ul li{
	width: auto;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 10px;
	font-weight: bold;
	color: #21424f;
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	border-right: 1px solid #999;
}
#bot-links ul li a{
	color:  #21424f;
	text-decoration: none;
}
#bot-links ul li a:hover{
	color: #06C;
	text-decoration: underline;
}
