html {
	height:101%; 
	}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align:center;
	color: #FFFFFF;
	}
/* The Holly Hack */
* html #container, #content { height: 0.01%; }
* html #content { height: 0.01%; }

a {
	color: #72C2EC;
	text-decoration:  underline;
}
h1 {
	font-size: 1.1em;
	color:#FFFFFF;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align:center;
}
h2 {
	font-size: 1.1em;
	color:#0A462D;
	text-align: center;
}

h3 {
	font-size: 1em;
	color:#635646;
	text-align: center;
}

h3 a:hover {
	color: #922F04;
	text-decoration: none;
}

h4 {
	font-size: 0.9em;
	color:#635646;
	line-height: .8em;
}

img a {
	border: 0px;
}

li {
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
	cursor: default;
	background-color:#72C2EC;
	font-size:.9em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 20px;
	background-color:#b5e0f5;
	font-weight: normal;
}

/*li>ul {
	top: auto;
	left: auto;
}*/

li li {
	display: block;
	float: none;
	background-color:#ffffff;
	border: 0;
	width:200px;
	text-align:left;
}

li:hover ul, li.over ul {
	display: block;
}

p {
	font-size:1em;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#container
{
	width: 95%;
	margin:10px auto;
	text-align:left;
}
#content{
	border: 4px solid #54432A;
	background-color:#866B45;
	padding: 1em;
}

#footer
{
	clear: both;
	margin: 0;
	width:100%;
	font-size: 0.7em;
	padding-top:10px;
	height:40px;
	text-align: center;
	bottom:0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#homeLink {	 
	text-align:right;
	font-weight:bold;
	padding-bottom:10px; 
	/*float:right; */
	margin-top:-29px;
}
#homeLink a {
	text-decoration:none;
	color:#866B45;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#72C2EC;
}

#nav a {
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	background-color:#b5e0f5;
	color:#54462A;
	font-weight:bold;
	font-size:.8em;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav li li a:hover {
	background-color: #72c2ec;
}
#newsletter {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#866B45;
	width:24%;
}

#newsletter a {	
	text-decoration:underline;
	background-color:transparent;
	color:#72c2ec;
}
#top
{
	margin-left:-7px;
}
.bio {
	padding-bottom:20px;
}
.clientTable {
	font-size: .8em;
	width: 600px;
	margin-bottom:10px;
	border: 2px solid #000066;
}
.clientTable td {
	width:150px;
	border-right: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
}
.imgLeft {
	float: left;
	border-top: 2px solid #b08c58;
	border-right: 3px solid #54432A;
	border-bottom: 3px solid #54432A;
	border-left: 2px solid #b08c58;
	margin: 5px;
}
.imgRight {
	float: right;
	border-top: 2px solid #b08c58;
	border-right: 3px solid #54432A;
	border-bottom: 3px solid #54432A;
	border-left: 2px solid #b08c58;
	margin: 5px;
}
.important {
	font-weight:bold;
	color: #72C2EC;
}
.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #54432A;
	background-color: #FFFFFF;	
	width:300px;
}
.interiorList {
	font-size:.9em;
	list-style-type: none;
}
.interiorList li {
	padding-bottom:10px;
	background-color:#866B45;
	text-align:left;
	float: none;
	width: 400px;
}
.interiorLista {
	font-size:.8em;
	list-style-position: outside;
	list-style-image: url(../images/ui/bullet.gif);
}
.interiorLista li {
	margin-top:-15px;
}
.label {
	font-weight: bold;
	text-align: right;	
}
.logoTable{
	width: 600px;
	background-color: #FFFFFF;
}
.logoTable td {
	vertical-align: middle;
}
.scopeDiv {
	display:none;
}
.spacer {
	width:10px;
}
.spacerDiv {
	width:70%;
	height:200px;
	margin-top:20px;
}

.submitButton {
	text-align: center;
	font-weight:bold;
	width: 125px;
	background-color:#b5e0f5;
	border-top: 2px solid #72c2ec;
	border-right: 3px solid #44738c;
	border-bottom: 3px solid #44738c;
	border-left: 2px solid #72c2ec;
	color: #54432A;
}
.topRule {
	height:4px;
	color:#54432A;
	background-color: #54432A;
}