@charset "UTF-8";
/* Latham Group CSS */

/* BODY & TYPE */

body,td,th {
	font-family: Lucida Grande, Arial, Sans;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0 0 0 0;
	background-color: #000;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;	
}

a:link {
	color: #56921A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #56921A;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #56921A;
}
.head {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	
}	

.subhead {
	font-size:14px;
	font-weight:bold;
	color: #56921A;
}

/* LIST */

ol {
	list-style:decimal;
	list-style-type:decimal;
	list-style-position: outside;
	font-size:14px;
	color:#56921A;
	#color:#56921A; /*setting for IE7*/
	_color:#56921A; /*setting for IE6*/	
	margin-left:0;
	padding-left:0;
	width: 610px;
	vertical-align:top;
	position: relative;	
}

li {
	list-style:decimal;
	list-style-type:decimal;
	list-style-position: outside;
	margin-left:32px;
	margin-bottom:15px;
	padding-left:0;
	vertical-align:top;
}

.listtxt {
	color:#333;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

/* LAYOUT */

.container {
	width: 715px;
	margin: 0px auto 0px auto;	
}
	
.box {
	background-color:#FFFFFF;
	padding: 12px 12px 0px 12px;
	height: auto;
}

.boxsub {
	background-color:#FFFFFF;
	padding: 12px 32px 18px 32px;
	height: auto;
	min-height: 400px;
}

.piccont {
	height: 211px;
	width: 650px;
}

.pic {
	height: 160px;
	width: 140px;
	background-color:#FFF;
	float: left;
	margin: 26px 24px 0px 23px;
	padding: 10px;
	border: 1px #ccc solid;	
}

.pic:hover {
	background-color:#56921A;
}

.namecont{
	height: 25px;
	width: 650px;
}

.name {
	font-size:14px;
	width: 140px;
	height: 15px;
	margin: 0px 24px 10px 23px;
	padding: 0px 11px 5px 11px;
	float: left;
}

.closecon{
	background-color:#EEEEEE;
	height: 15px;
	width: 50px;
	padding:4px;
	margin: auto 21px 0px auto;
}

.info {
	width:600px;
	margin:0px auto 15px auto;
	background-color:#EEEEEE;
	padding:15px;
	float: left;
}
	
.bt {
	background-image: url(imgs/btcorners.gif);
	height: 12px;
}

.footl {
	margin: 0px;
	float: left;
}

.footr {
	margin: 0px;
	float: right;
}
	
.foot {
	padding: 7px 12px 12px 12px;
	font-size: 9px;
	color:#555555;
	height: 25px;
}

.row {
	width: auto;
	clear: both;
	margin: 5px auto;
}
.row2 {
	width: auto;
	clear: both;
	margin: 10px auto 10px 7px;
}

.input {
	background-color: #56921A;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px solid #cccccc;
	padding: 4px;
}

.input:hover {
	background-color: #000;
}

.message {
	background-color: #56921A;
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px solid #cccccc;
	padding: 4px;
}

.message:hover {
	background-color: #000;
}

.submit {
	background-color: #56921A;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px solid #cccccc;
	padding: 2px;
}

.submit:hover {
	background-color: #000;
}