/*
-----------------------------------------------

Client:	Couchman | Harrington Associates
Title:  Site structure
Description: Defining the structure of the site

----------------------------------------------- */

body {
	position: relative;
	background: #D4D4D4;
	height: 100%;
	color: #808080;
	margin: 0px;
	padding: 0;
	text-align: center;
	font: 9px verdana, arial, hevetica, sans-serif;
}

#wrapper {
	position: relative;
	height: 100%;
	width: 800px;
	margin: 0 auto;
}

#page{
	width: 800px;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	height: 100%;
	background: url("/images/bkg/bkg_left_nav.gif") #fff repeat-y ;
}

#insideWrapper {
	position: relative;
	top: 0px;
	height: 100%;
	width: 800px;
	margin: 0px;
	text-align: left;
	background: url("/images/bkg/bkg_left_nav.gif") #fff repeat-y;
}

#letter-box{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 189px;
	width: 800px;
	background: url("/images/letter_box/letter_box_1.jpg");
}

#top-bar{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	height: 45px;
	vertical-align: baseline;
	background: #B30303;
}

#logo{
	background: url("/images/img_logo_new.gif") left no-repeat;
	margin: 17px 0 0 10px;
	height: 10px;
	width: 108px;
	float: left;
}

#left {
	float: left;
	width: 199px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#middle {
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
	text-align: left;
	background: #fff;
}

#section-headings{
	float: left;
	background: #8F8F8F;
	width: 601px;
	height: 70px;
	position: relative;
}

#footer{
	text-align: left;
	background: #EEEEEE no-repeat 10px 10px;
	margin: 0 0 0 198px;
	padding: 10px 0 10px 10px;
}

#footer p {
	font-size: 9px !important;
	margin: 0;
}

#footer p strong {
	margin: 0;
}

# footer p footerlegal {
	text-transform: lowercase;
	text-align: left;
	font-size: 9px;
}

#page-name,#section-name{
	float: left;
	display: inline; /* prevent ie double margin bug */
}

#page-name{
	width: 400px;
	margin-top: 38px;
	margin-left: 5px;
}

#section-name {
	margin-top: 38px;
	margin-left: 5px;
	width: 180px;
}

#section-name img{
	margin: 50px 0 0 10px;
}

.mmhide_cleaner {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1px;
	height: 1px;
}

.mmhide_dotted-hoz-bot, .mmhide_dotted_vert {
	margin: 0;
	padding: 0;
}

#team-image-block{
	/*float:left;*/
	width: 378px;
	background: #fff;
	height: auto;
}

#team-photo{
	float:left;
	margin:0;
	padding:0;
}

#team-title{
	float:left;
	margin-left:8px;
	margin-bottom: 10px;
	width:250px;
	background:#C61600;
}

#team-text-top{
	float:left;
	width:240px;
	margin-left:8px;
}
						
#get-adobe{
	margin:20px 0 0 15px
}

div.quotes {
	float: left;
    width: 375px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px dotted #C0C0C0;
}
p.quotation {
	font-size: 12px;
	width: 100%;
	text-align:left;
}
p.quotedby {
	text-align:right;
	margin-top:5px;
}