/* template ver 1.0 styles */
	html body table tr td .required{font-weight:bold;}
	html body table tr td .stock fieldset{border:none; font-size:12px;}
	html body table tr td .stock ol{list-style:none; padding-left:0;}
	html body table tr td .stock li{margin-bottom:3px; list-style-image:none !important;}
	html body table tr td .stock label{display:block; float:left; width:40%; text-align:right; margin-right:4%; padding-top:3px;}
	html body table tr td .stock input, html body table tr td .stock textarea{width:50%;}
	html body table tr td .stock .controls input{margin:10px 0; width:100px;}


body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	margin-top:2px;
	margin-bottom:4px;
	color: #333333;
	margin-right: 10px;
}
h1 {
	font-size: 18px;
	margin-top:2px;
	margin-bottom:6px;
	font-style: italic;
}
h3 {
	font-size: 14px;
	margin-top:4px;
	margin-bottom:4px;
	color: #336699;
	padding-top: 2px;
}
ul {
	font-size: 12px;
	margin-top:2px;
	margin-bottom:4px;
	color: #333333;
}
a {
	text-decoration:none;
	color:#336699;
}
a:hover {
	text-decoration:underline;
}
.line {
	padding: 0px 0px 0px 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFCC33;
}
.body {
	padding: 10px 10px 10px 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.footer {
	border-top:1px solid #336699;
	padding-left:10px;
	padding-top:2px;
}
.footer p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fnav {
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(bottombar.jpg);
}
.fnav a {
	font-size: 10px;
	margin-right:5px;
	color: #000000;
}
.snav {
	padding:10px;
}
.snav a {
	display:block;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	padding: 2px 4px 2px 2px;
	margin-top: 1px;
	margin-bottom: 4px;
	color: #336699;
	border: 1px solid #BDC8DB;
	background-color: #EDF1F9;
}
.credit {
	font-size: 10px;
	padding-left:10px;
	padding-top:8px;
}
li {
	list-style-image: url(bullet.gif);
}
.topbak {
	background-image: url(topbak.jpg);
}

/* Top Floor - Greg's Additions - 9/16/2008 */

#contactTable {
	width: 400px;
}

#contactTable td {
	padding: 4px;
	font-size: 12px;
}

#contactTable input[type="text"],
#contactTable textarea {
	width: 100%;
}

