/* CSS Document */

/*ALL HELD IN MAIN TABLE*/
table#main{
	width: 100%;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
}

/*MAIN NAVIGATION*/
td#navcolumn{
	width: 152px;
	background: #333366 url(../images/bg-nav.jpg) repeat-x top;
	vertical-align: top;
}

/*HEADER*/
div#header-row-home{
	min-width: 655px;
	background: url(../images/hm-coolguys.jpg) repeat-x left bottom;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 80px;
}
div#header-row{ /*holds title, tag, and headerimg*/
	min-width: 655px;
	text-align: left;
}
div#headerimg{ /*image width should be no more than 210*/
	float: right;
}
#headertag{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*SUB-NAVIGATION*/
#nav{
	clear: both;
	margin-top: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-top: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	padding-top: 5px;
}
#nav a:link, #nav a:visited{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*CONTENT*/
div#contentbox{
	background: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 8px 15px;	
}

/*SPECIAL CLASSES*/
#google{
	width: 100%;
	text-align: left;
	padding: 4px 15px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;	
}

#survey{
	width: 100%;
	text-align: left;
	padding: 4px 0px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

/*LISTS WITHIN CONTENT AREA*/ 
#specials{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333366;	
}
#specials ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#specials li{
	display: inline;
	padding: 4px 10px;
	width: 200px;
	border-right: 1px solid #999999;
}

#img-links{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333366;	
	margin: 0;
	padding: 0;
}
#img-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#img-links li{
	display: inline;
	width: 200px;
	padding: 4px 10px;
	margin-right: 10px;
}

/*FOOTER AND COPYRIGHT*/
.footer{
	color: #CCCCCC;
	padding: 8px;
	background: #333366;
	font-size: x-small;
	line-height: 1em;
	padding-left: 160px;
	text-align: left;
}

.footer a:link, .footer a:visited, .footer a:hover{
	color: #FFFFFF;
}