body 
{
	margin:0;
    padding:0;
    color:#000;
    font: 85%/1.4 "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	back-ground-color: #fff;
}

#container
{
	 width: 910px;
     margin: 10px auto;
     background-color: #fff;
     color: #333;
     /*border: 1px solid gray;*/
}

#top
{
	background: transparent url(../images/header.gif) no-repeat center left;
    /*border-bottom: 1px solid gray;*/
	width: 910px;
	height: 250px;
}

#leftnav
{
	float: left;
	width: 185px;
	padding: 10px;
	margin: 0;
	margin-top: -50px;
	border-right: 1px solid gray;
}

#leftnav .ratings
{
	margin-top: 10px;
    margin-bottom: 10px;
}

#leftnav .affiliation
{
	height: 75px;
	padding: 0;
	margin: 0;
}

#leftnav .affiliation img
{
	display: block;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

#leftnav .company-info
{
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftnav .company-info a:link,
#leftnav .company-info a:visited
{
	text-decoration: none;
}

#leftnav .company-info a:hover,
#leftnav .company-info a:active
{
	text-decoration: underline;
}

#section-header
{
	width: 100%;
	height: 2px;
	background: transparent url(../images/nav-divider.gif) repeat-x center center;
}

h2,h1,h3
{ 
	margin-bottom: 5px;
}

.nav-divider
{
	width: 180px;
	height: 2px;
	background: transparent url(../images/nav-divider.gif) no-repeat center center;
}

.uListMain ul 
{
	margin:0;
    padding:0;
}

.affiliation a
{
	color: #fff;
	text-decoration: none;
}

.affiliation a:link
{
	text-decoration: none;
	color: #fff;
}

.affiliation a:visited
{
	text-decoration: none;
	color: #fff;
}

.affiliation a:hover
{
	text-decoration: none;
	color: #fff;
}

.affiliation a img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.uListMain ul li 
{
	margin: 0;
	padding: 0;
    list-style: none;
}

.uListMain ul li a 
{
	color: #fff;
	text-decoration: none;
}

.uListMain ul li a img
{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 40px;
	border: 0;
}

.uListMain ul li a:link
{
	text-decoration:none;
	color: #ffffff;
}
.uListMain ul li a:visited 
{
    text-decoration:none;
    color: #ffffff;
}
.uListMain ul li a:hover
{
    text-decoration:none;
    color: #ffffff;
}

.uListMain ul li a:active
{
    text-decoration:none;
    color: #ffffff;
}

.spacer 
{
    height:10px;
    padding:0px;
    margin:0px;
    overflow:hidden;
}

#content
{
	margin-left: 205px;
    padding: 1em;
    /*max-width: 45em;*/
    width: 600px;
    margin-top: -30px;
    /*border-left: 1px solid gray;*/
}

blockquote
{
	background: #eee url(../images/quote1.gif) no-repeat 10px 10px;
	margin: 1em 0;
	padding: 1em 0 0 60px;
}

blockquote p { margin-right: 60px; }

blockquote .source
{
	text-align: right;
	font-size: 80%;
	margin: 0 10px 10px 0;
	background: url(../images/quote2.gif) no-repeat 100% 0;
	padding: 1em 60px 20px 0;
}

#estimate-form
{
	width: 550px;
}

#estimate-form fieldset
{
	border: 1px solid gray;
	padding: 10px;
	margin: 10px 0;
}

#estimate-form legend
{
	/*color: #777;*/
    margin: 10px 0 10px;
    padding: 2px 4px;
    /*
    border-top: 1px solid #344D57;
    border-right: 1px solid #344D57;
    border-left: 1px solid #344D57;*/
}

#estimate-form label
{
    display: block; 
    padding: 3px 0 0;
    font-size:12px;
}

#estimate-form select
{
	background: #ffffff;
	font-size: 12px;
}
	

#estimate-form input
{
	background: #ffffff;
	font-size: 12px;
}

#estimate-form textarea
{
	background: #ffffff;
	font-size: 12px;
}

.form-errors
{
	border: 1px solid red;
	color: maroon;
}

.fl {float: left; }
.fr {float: right; }
.half {width: 45% }

.contact
{
	list-style-type: circle;
}

.services
{
	list-style-type: circle;
	font-style: italic;
	font-weight: bold;
}

#footer 
{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #666;
	margin: 0;
    padding: .5em;
}
	

