html, body {
	/*min-height: 100%;*/
	/*height: 100%;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:link { 
	color: #275791;
	text-decoration: none;
	}
a:visited { 
	color: #275791;
	text-decoration: none;
	}
a:hover { 
	color: #275791;
	text-decoration: underline;
	}
a:active { 
	color: #275791;
	text-decoration: none;
	}
#doc2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 900px;
}

#yui-main {
	background-color:#FFFFFF;	
}

.main-body {
	padding: 15px;
	line-height: 1.4em;
	/*height: 100%;*/
	
  min-height:500px;
  height:auto !important;
  height:500px;	
	
}

.main-body h1 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;	
	line-height: 110%;
}

.yui-g {
	padding-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}

ul li {
	list-style-position: inside;
	list-style-type: disc;
}

#header {
	padding-top:7px;
	padding-bottom:12px;
}

#header img {
  	display: block;
  	position: relative;
 	background-color: #fff;
  	border: 1px solid #999;
  	padding: 2px;
	float: left;
	margin-right: 15px;
	
}

#headertext {
	/* padding-left: 180px; */
	
}
#businessname, #tagline, #secondary, #cities {
	display: block;
}

#cities span {
	white-space:nowrap;
}

#divider {
	padding-left: 5px;
	padding-right: 5px;
}

#headertext h1 {
	font-size: 30px;
	font-weight: bold;
}

#tagline {
	font-size: 20px;
}

#nav {
	clear:both;
	padding-top:3px;
}

#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 16px;
	border-bottom:none;
	font:bold 1.1em/2.5 Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}

#homeimage {
  max-width:320px;
  /*width: expression(this.width > 320 ? 320: true);*/
  margin-right: 10px;
  margin-bottom:0px;
  float: left;
  /* shadow frame */
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  padding: 4px; 
}

#homecopy p {
	font-size: 14px;
	padding-bottom: 10px;
}

.testimonial, .faq {
	border-bottom: 1px dotted #E4E3E3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.testimonial .comment, .faq .question {
	font-weight: bold;
}

.testimonial .source {
	font-style: italic;
	display: block;
}

.faq .answer {
	display: block;
}

#requestbox {
	/*
	border-top-width:3px;border-top-style:solid;border-top-color:#D9541E;
	border-left-width:3px;border-left-style:solid;border-left-color:#D9541E;
	border-right-width:3px;border-right-style:solid;border-right-color:#D9541E;
	border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#D9541E;
	*/
	border-left-width:1px;border-left-style:solid;border-left-color:#CCCCCC;
	border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#CCCCCC;
	padding-right:.5em;
	padding-left:.5em;
	padding-top:.5em;
	padding-bottom:.5em;
	background-color:#E6E5EC;
	/*height: 100%;  <-- OK */
	line-height: 1.5em;
	
  min-height:500px;
  height:auto !important;
  height:500px;		
	
	
}

#requestbox span {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#requestbox #description, 
#requestbox #firstname, 
#requestbox #lastname, 
#requestbox #phone, 
#requestbox #email {
	display: block;
	width: 207px;
	height: 26px;
	border-left: 1px solid #BEB9B7;
	border-right: 1px solid #BEB9B7; 
	border-top: 1px solid #BEB9B7;
	border-bottom: 1px solid #BEB9B7;	
	font: 14px arial,helvetica,clean,sans-serif;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#requestbox #description {
	height:  100px;
}

#requestbox #submit {
	margin-top: 10px;
}

#requestbox #headerbox {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 0px;
}

#requestbox #instructions {
	font-size: 12px;
	color: #666;
	line-height: 120%;
	margin-bottom: 10px;
}

#footerlinks {
	padding-top: 10px;
	padding-bottom: 20px;
	vertical-align: middle;
}


 #footerlinks span {
	color: #ccc;
	padding-left: 7px;
	padding-right: 7px;
	
}
#subfooter a {
	color: #333;
}

.yui-u h2 {
	padding-bottom: 5px;
}

