@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	margin: 12px 0 100px 86px;
	width: 590px;
	float:left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainGraphic {
	background-image: url(../graphics/mainPic.jpg);
	background-repeat:no-repeat;
	margin: 20px 86px 0 86px;
	width: 858px;
	height: 399px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#adWindow {
background-image:url(../graphics/ad1.jpg);
background-repeat:no-repeat;
width:249px;
height:249px;
float:right;
margin: 0 80px 0 0;
}

p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	color: #434343;
}

h2 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 10px 0;
	color: #0d6179;
}

h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	color: #434343;
}

.oneColFixCtr #logoGraphic {
	background-image: url(../graphics/htLogo.jpg);
	background-repeat:no-repeat;
	margin: 30px 86px 0 86px;
	width: 235px;
	height: 19px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}






/*------------------------------------------------------ main nav -------------------------------------------------------*/






.mainNav {
	margin: 7px 86px 22px 86px;
}

#menu {
	list-style-type:none;
	padding: 0;
    margin: 0;
    position: relative;
	width: 858px;
	height: 52px;
}

#menu span {
    display: none;
    position: absolute;
}

#menu a {
	display: block;
	text-indent: -6000px;
	position: absolute;
	outline: none;
	top: 0px;
	left: 1px;
}

#menu a:hover {
    background-position: top;
}

#menu a:hover span {
    display: block;
}

#menu .home {
    width: 102px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn1Normal.png) no-repeat;
	left:755px;
}

#menu .home span {
    width: 102px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn1Over.png) no-repeat;
	top:-0px;
}

#menu .about {
	width: 198px;
	height: 52px;
	background: url(../graphics/navGraphics/htBtn2Normal.png) no-repeat;
	
}

#menu .about span {
    width: 198px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn2Over.png) no-repeat;
	top: -0px;
}

#menu .trends {
	width: 137px;
	height: 52px;
	background: url(../graphics/navGraphics/htBtn3Normal.png) no-repeat;
	left: 198px;
}

#menu .trends span {
    width: 137px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn3Over.png) no-repeat;
	top: -0px;
}

#menu .affiliates {
	width: 279px;
	height: 52px;
	background: url(../graphics/navGraphics/htBtn4Normal.png) no-repeat;
	left: 333px;
}

#menu .affiliates span {
    width: 279px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn4Over.png) no-repeat;
	top: -0px;
 
}

#menu .contact {
	width: 150px;
	height: 52px;
	background: url(../graphics/navGraphics/htBtn5Normal.png) no-repeat;
	left: 610px;
}

#menu .contact span {
    width: 150px;
    height: 52px;
    background: url(../graphics/navGraphics/htBtn5Over.png) no-repeat;
	top: -0px;
 
}







#termsBtn {
	margin: 12px 30px 0 0;
	float: right;
}

#menu .terms {
	width: 150px;
	height: 52px;
	
}

#menu .terms span {
    width: 150px;
    height: 52px;
	top: -0px;
 
}




/*----------------------------------------------- rss -------------------------------------------------------*/







#rss-container{

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding:0;
	width: 858px;
	height:523px;
	overflow:auto;
	position:relative;
	
}

#rss-container label{ 
	font-weight:400;
	vertical-align:text-top;
	
}

.entry{
	color:#FF0000;
	font-size:10px;
	border-bottom:#CCCCCC solid 1px;
	padding:0 10px 10px 0;
	margin-top:0px;
	
}

.entry a{ 
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
}

p.description{ 
	text-align:justify; 
}





/*----------------------------------------------- contact -------------------------------------------------------*/






#contactContent {
	margin: 12px 86px 100px 86px;
	padding: 0;
	 
}

#contactForm {
	margin: 0 100px 0 0;
	width: 429px;
	
	padding: 0;
	float: left;
	border-right: 1px solid #444444;
	
	 
}

#contactTxt {
	padding: 0 0 0 60px;
	
	
}

#fname {
	margin: 5px 0 0 2px;
	padding: 0;
}

#fnField {
	
	margin: 5px 0 0 0;
	padding: 0;
}

#lname {
	margin: 5px 0 0 2px;
	padding: 0;
}

#lnField {
	margin: 5px 0 0 0;
	padding: 0;
}

#companyName {
	margin: 5px 0 0 2px;
	padding: 0;
}

#cnField {
	
	margin: 5px 0 0 0;
	padding: 0;
}

#email {
	margin: 5px 0 0 2px;
	padding: 0;
}

#emField {
	margin: 5px 0 0 0;
	padding: 0;
}

#comments {
	margin: 5px 0 0 2px;
	padding: 0;
}

#cmField {
	margin: 5px 0 0 0;
	padding: 0;
}

#submitted {
	margin: 10px 0 0 0;
	padding: 0;
}





/*----------------------------------------------- contact -------------------------------------------------------*/







#footerMain { 
	/*background-image: url(../graphics/footerGraphic.png);*/
	margin: 40px 0 40px 0;
	width: 1024px; 
	height: 36px;
	border-top: 1px dashed #000000;
} 






.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
