/*<style>*/
body, div, h1, h2, h3, img, p {
	position: relative;
	margin: 0;
	padding: 0;
}
.none {
	display: none;
}
.email {
	bottom: -3px;
	border: 0;
}
img {
	border: 0;
}
a {
	color: #666666;
}

html {
	background: #666633;
}
body {
	width: 800px;
	margin: 50px auto;
	background: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
div#head {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
	width: 800px;
	height: 100%; /* 100% for IE 7 bug, 6em bacause IE 5 is old */
}
h1 {
	width: 321px;
	height: 101px;
	position: absolute;
	left: 125px;
	bottom: 0;
	font-size: 1em;
}
h1 span {
	background: url(../images/logo_cullen_communications.gif) no-repeat left top;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}
div#head p#address {
	float: right;
	position: relative;
	display: block;
	margin: 0 46px 0 0;
	max-width: 290px;
	line-height: 110%;
}
div#head p#address strong {
	padding-top: 14px;
	display: block;
}
div#head br.clear {
	clear: both;
}

p#nav {
	display: block;
	width: 110px;
	position: absolute;
	padding: 14px 132px 0 15px;
	font-size: 110%;
	font-family: univers, Verdana, Arial, Helvetica, sans-serif;
	height: 345px;
	left: 0; /* Needed for IE */
	background: url(../images/watermark.gif) no-repeat left 14px;
	z-index: 10; /* For Opera 8 */
}
p#nav a {
	text-decoration: none;
	margin: 0 0 18px 0;
	display: block;
	position: relative;
/*	float: left;*/
	color: #666666;
}
p#nav a:hover {
	text-decoration: underline;
}
div#body {
	width: 540px;
	margin: 0 135px 0 125px;
	color: #333333;
	z-index: 20; /* For Opera 8 */
}
div#body a {
	color: #333333;
}
p#footer {
	margin: 61px 10px 0 125px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}
p#footer a {
	text-decoration: none;
}
p#footer a:hover {
	text-decoration: underline;
}/*<style>*/
/* Form Styles */
form {
	position: relative;
	display: block;
	float: left;
	padding: 30px 0 0 50px;
}
br.form {
  clear: both;
}
label,
input,
textarea,
button,
span.label,
div#body strong {
  display: block;
  position: relative;
  padding: .1em .4em .2em;
  margin-left: 0;
  margin-right: 0;
}
label,
span.label {
  width: 5em;
  float: left;
/*  clear: left; */
  text-align: right;
  margin-right: .3em;
}
span.label {
  height: 1em;
}
input,
textarea,
button,
div#body strong {
  float: left;
  margin-bottom: 5px;
  width: 350px;
  border: 1px solid #B0CB9E;
  background: #FFFFFF;
  font-style: italic;
}
input,
textarea {
	left: 0;
}
div#body strong {
	font-size: 1.2em;
	padding-top: .2em;
}
textarea {
	height: 100px;
}
button {
	background: #D4DBAE;
	width: 362px;
	cursor: pointer;
	font-style: normal;
	text-align: center;
}
button:hover {
	font-weight: bold;
}
p#footer {
	padding-top: 100px;
}
