/***********************************************/
/* Layout                                */
/***********************************************/
body {
padding: 0;
margin: 0px 0px 0px 0px;
background-image: url(images/tannerswaveback2.gif);
}
.main {
border-collapse: collapse;
padding: 0px;
}
.main td {
font-family: tahoma;
font-size: 11px;
color: #000066;
}
.outercontact {
width: 325px;
border-collapse: collapse;
padding: 0px;
border: dotted 2px #F37118;
}
.outercontact td {
padding: 4px;
}
.innercontact {
border-collapse: collapse;
padding: 0px;
}
.innercontact td {
padding: 4px;
}

UL {
	list-style-image: url(images/redstar.gif);
	list-style-position: outside;
	margin-left: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}
LI {
	margin-left: 1px;;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	font-family : Tahoma, Arial, sans-serif;
	color: #000066;
	vertical-align: top;
}
.SmallFont {
	font-family : Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #AA9473;
	margin-bottom: 1px;
}
P {
margin: 0px;
}
A:link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
A:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
A:active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
A:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #666666;
background-color: #666666;
}
#dragbar{
text-align: right;
cursor: move;
background-color: #666666;
padding: 2px;
}
#dragbar #closetext{
cursor: pointer;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
margin-right: 1px;
color: #cccccc;
}
 div.hr {
  height: 36px;
  pading: 10px 0px 30px 0px;
  background: #fff url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
input.submit {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	width: 60px;
	background: #F7F7F7;
}
input.reset {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 60px;
	background: #F7F7F7;
}
input {
	background: #F7F7F7;
	font-family: tahoma;
	font-size: 11px;
}
.checkbox {
	background: #F7F7F7;
}
select {
	background: #F7F7F7;
	font-family: tahoma;
	font-size: 11px;
}
textarea {
	background: #F7F7F7;
	font-family: tahoma;
	font-size: 11px;
}