
/*
// Quality Cost Segregation Group, LLC Styles
// August 2007
*/

* {
 margin: 0;
 padding: 0;
}

body {
	background: #4D4D4D repeat;
	width: 100%;
	margin: 0; padding: 0;

}

a img {
        border: none;
}

a {
        outline: 0px;
}

div {text-align: left;}

div.hr {
	width: 581;
	height: 6px;
	background: #fff;
}

div.hr hr {
	display: none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
//  Layout & Fonts
*/

#wrapper {
	width: 947px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/quality-background.jpg') repeat-y left top;
}

#navigation{
	width: 907px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/quality-navbackground.jpg') #FFFFFF repeat-x top;
	overflow: hidden;
}

ul#nav {
	width: 907px;
	padding: 17px 0 0 0;
	margin: 0px;
	list-style-type: none;
	height: 43px;
}

ul#nav li {
	display: block;
	float: left;
}

li#home a {
	display: block;
	position: relative;
	float: left;
	left: 23px;
	width: 64px;
	height: 35px;
	background: url('../images/button-home.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#basics a {
	display: block;
	position: relative;
	float: left;
	left: 45px;
	width: 193px;
	height: 35px;
	background: url('../images/button-basics.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#properties a {
	display: block;
	position: relative;
	float: left;
	left: 67px;
	width: 191px;
	height: 35px;
	background: url('../images/button-properties.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#casestudies a {
	display: block;
	position: relative;
	float: left;
	left: 75px;
	width: 116px;
	height: 35px;
	background: url('../images/button-casestudies.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#faq a {
	display: block;
	position: relative;
	float: left;
	left: 98px;
	width: 51px;
	height: 35px;
	background: url('../images/button-faq.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#proposalrequest a {
	display: block;
	position: relative;
	float: left;
	left: 121px;
	width: 149px;
	height: 35px;
	background: url('../images/button-proposalrequest.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

li#home a:hover, li#basics a:hover, li#properties a:hover, li#casestudies a:hover, li#faq a:hover, li#proposalrequest a:hover {
	background-position: 0px -35px;
}

li#home a#there{
	background-position: 0px -70px;
	width: 64px;
	height: 43px;
}

li#basics a#there{                    
        background-position: 0px -70px;
        width: 193px;   
        height: 43px;
}

li#properties a#there{  
        background-position: 0px -70px;
        width: 191px;
        height: 43px;
}

li#casestudies a#there{  
        background-position: 0px -70px;
        width: 116px;
        height: 43px;
}

li#faq a#there{  
        background-position: 0px -70px;
        width: 51px;
        height: 43px;
}

li#proposalrequest a#there{
        background-position: 0px -70px;
        width: 149px; 
        height: 43px;
}

li#home a span, li#basics a span, li#properties a span, li#casestudies a span, li#faq a span, li#proposalrequest a span {
display: none;
}

#header {
	width: 907px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/quality-headerbackground.jpg') #FFFFFF repeat-x top;
	overflow: hidden;
}

#headerleft {
	width: 275px;
	margin: 0 auto;
	padding: 0 0 0 31px;
	float: left;
}

#headerright {
	width: 230px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	float: right;
	text-align: left;
	display: none;
}

#headerright h1
 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal; 
	line-height: 20px;
	color: #666;
	margin: 0 auto;
	padding: 4px 39px 0 0;
	text-align: left;
}

#headerright a:active {
        color: #333;
        background-color: #E9E9E9;
        padding: 1px;  
        text-decoration: none;
}
        
#headerright a:visited {
        color: #333;
        background-color: #E9E9E9;
        padding: 1px;  
        text-decoration: none;
}
        
#headerright a:link {
        color: #333;
	background-color: #E9E9E9;
	padding: 1px;  
        text-decoration: none;
}
        
#headerright a:hover {
        color: #333;
        background-color: #DCDCDC;
        text-decoration: none;
}

#greytop {
	overflow: hidden;
        width: 907px;
        height: 12px;
        margin: 0 auto;   
        padding: 0;
        background: url('../images/quality-greytop.jpg');
	display: none;
}

#greybottom {
        width: 907px;
        height: 12px;
        margin: 0 auto;
        padding: 0;
        background: url('../images/quality-greybottom.jpg');
	overflow: hidden;
	display: none;
}

#main {
	width: 907px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #FFF;
	float: none;
	display: inline;
}

#mainphoto {
        width: 907px;
        height: 208px;
        margin: 0 auto; 
        padding: 0; 
	background: url('../images/quality-main.jpg');
	display: none;
}

#mainphototext {
	position: relative;
	left: 0px;
	top: 46px; 
        width: 361px;
        height: 83px;
        margin: 0;
        padding: 0;   
        background: url('../images/title-main.jpg') no-repeat;  
}

#basicsphototext { 
        position: relative;
        left: 0px;
        top: 46px;
        width: 361px;
        height: 83px;
        margin: 0;
        padding: 0;
        background: url('../images/title-basics.jpg') no-repeat; 
}

#propertiesphototext {
        position: relative;
        left: 0px;
        top: 46px;
        width: 361px;
        height: 83px;
        margin: 0;
        padding: 0;
        background: url('../images/title-properties.jpg') no-repeat;
}

#casestudiesphototext {            
        position: relative;
        left: 0px;
        top: 46px;
        width: 361px;
        height: 83px;
        margin: 0;
        padding: 0;
        background: url('../images/title-casestudies.jpg') no-repeat; 
}

#faqphototext {
        position: relative;
        left: 0px;
        top: 46px;
        width: 361px;
        height: 83px;
        margin: 0;
        padding: 0;
        background: url('../images/title-faq.jpg') no-repeat;
}

#proposalrequestphototext {
        position: relative;
        left: 0px;
        top: 46px;
        width: 361px;
        height: 83px;   
        margin: 0;
        padding: 0;
        background: url('../images/title-proposalrequest.jpg') no-repeat;
}

#mainleft {
	width: 658px;
	margin: 0;
	padding: 29px 0 22px 0;
	text-align: left;
	float: none;
}

#mainleft h1 {
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold; 
	line-height: 20px;
	color: #355878;
	margin: 0 auto;
	padding: 0 39px 7px 39px;
	text-align: left;
}

#mainleft h2
 {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal; 
	line-height: 21px;
	color: #666;
	margin: 0 auto;
	padding: 0 39px 10px 39px;
	text-align: left;
}

#mainleft h3 {
        font-family: Arial, Verdana;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;  
        color: #355878;
        margin: 0 auto;
        padding: 0 39px 0px 39px;
        text-align: left;
}

#mainleft h4
 {
        font-family: Arial, Verdana;
        font-size: 12px;
        font-weight: normal;
        line-height: 23px;
        color: #666;  
        margin: 0 auto;
        padding: 4px 39px 11px 39px;
        text-align: left;
}

#mainleft h5
 {
        font-family: Arial, Verdana;
        font-size: 12px;  
        font-weight: normal;
	line-height: 23px;
        color: #666;
        margin: 0 auto; 
        padding: 0px 39px 7px 39px;
        text-align: left;
}

#mainleft h6
 {
        font-family: Arial, Verdana;
        font-size: 11px;
        font-weight: normal;
        line-height: 23px;
        color: #666;
        margin: 0 auto;  
        padding: 4px 39px 0px 39px;
        text-align: left;
}

.divider {
        width: 581px;
	height: 20;
        margin: 0 auto;
        padding: 0;
        background: url('../images/quality-divider.jpg');
}

ul  {
	margin: 0px 0 0 0;         
	padding: 0;
}

ul.items {
        width: 569px;
        list-style: none;
}

ul.items li {
        background: url("../images/bluesquare.gif") no-repeat 0 15px;
        margin: 0px 0px 0 38px;  
        padding: 8px 0px 10px 12px;
        border-bottom: 1px solid #CCC;
        width: 569px;
        font-family: Verdana, Arial;
        color: #575758;
        font-size: 11px;  
        line-height: 17px;
}

ul.items li.end { border-bottom: none;}

#mainright {
	width: 249px;
	margin: 0 auto;
	padding: 34px 0 0 0;
	text-align: left;
	float: none;
	display: none;
}

#mainright h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	line-height: 21px;
	color: #666;
	margin: 0 auto;
	padding: 6px 39px 0px 0px;
	text-align: left;
}

#mainright a:active {
        color: #333;
        background-color: #E9E9E9;
        padding: 1px;
        text-decoration: none;
}
        
#mainright a:visited {
        color: #333;
        background-color: #E9E9E9;
        padding: 1px;
        text-decoration: none;
}
        
#mainright a:link {
        color: #333;     
        background-color: #E9E9E9;
        padding: 1px;
        text-decoration: none;
} 
        
#mainright a:hover {
        color: #333;
        background-color: #DCDCDC;  
	padding: 1px;
        text-decoration: none;
}

#footer {
	width: 907px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	overflow: hidden;
	background: url('../images/quality-footerbackground.jpg') #FFF repeat-x top;
}

#footerinside {
        width: 907px;
        margin: 0;
        padding: 0px 0 0px 0;
	overflow: hidden;
        background: url('../images/quality-footerbackground.jpg') #FFF repeat-x top;
}

#footerleft {
	width: 248px;
	margin: 0 auto;
	padding: 16px 0 17px 0;
	text-align: left;
	float: none;
	display: none;
}

#footerleft a:active {
        color: #333;
        text-decoration: none;
}

#footerleft a:visited {
        color: #333;
        text-decoration: none;
}

#footerleft a:link {
        color: #333;
        text-decoration: none;
}

#footerleft a:hover {
        color: #333;
	background-color: #DCDCDC;
        text-decoration: none;
}

#footerleft h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 39px 0px 39px;
	text-align: left;
}

#footerleft h2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 31px 0px 39px;
	text-align: left;
}

#footermiddle {
	width: 409px;
	margin: 0 auto;
	padding: 16px 0 17px 0;
	text-align: left;
	float: left;
	display: none;
}

#footermiddle a:active {
        color: #333;
        text-decoration: none;
}

#footermiddle a:visited {
        color: #333;
        text-decoration: none;
}

#footermiddle a:link {
        color: #333;
        text-decoration: none;
}
#footermiddle a:hover {
        color: #333;
	background-color: #DCDCDC;
        text-decoration: none;
}

#footermiddle h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 39px 0px 0px;
	text-align: left;
}

#footermiddle h2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 39px 0px 0px;
	text-align: left;
}

#footerright {
	width: 250px;
	margin: 0;
	padding: 16px 0 17px 0;
	text-align: left;
	float: none;
}

#footerright a:active {
        color: #333;
        text-decoration: none;
}

#footerright a:visited {
        color: #333;
        text-decoration: none;
}

#footerright a:link {
        color: #333;
        text-decoration: none;
}

#footerright a:hover {
        color: #333;
	background-color: #DCDCDC;
        text-decoration: none;
}

#footerright h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 39px 0px 0px;
	text-align: left;
}

#footerright h2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	line-height: 19px;
	color: #333;
	margin: 0 auto;
	padding: 0px 39px 0px 0px;
	text-align: left;
}

#footerbottom {
	width: 947px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/quality-bottom.jpg') #4D4D4D repeat-x left top;
}

#footerbottom h1 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	line-height: 21px;
	color: #999;
	margin: 0 auto;
	padding: 7px 0px 0px 59px;
	text-align: left;
}

p {
        font-family: Verdana, Arial;
        font-size: 10px;
        font-weight: normal;
        line-height: 21px;
        color: #666;   
        margin: 0 auto;
        padding: 4px 0px 10px 37px;
        text-align: left;
}

table#examples1 {
        background-color: #CCC;
        border: solid #333 0px;
        width: 581px;
        margin: 14px 0 15px 0;
        margin-left: auto; 
        margin-right: auto;
}

table#examples1 td {
        vertical-align: top;
        padding: 8px;
        border: solid #000 0px;
}

table#examples2 {
        background-color: #CCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0 0 15px 0;
        margin-left: auto;
        margin-right: auto;
}
        
table#examples2 td {  
        vertical-align: top;  
        padding: 8px;
        border: solid #000 0px;
}

table#examples3 {
        background-color: #CCCCCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0 0 15px 0;
        margin-left: auto;
        margin-right: auto;
}
        
table#examples3 td {  
        vertical-align: top;  
        padding: 8px;
        border: solid #000 0px;
}

table#examples4 {
        background-color: #CCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0 0 15px 0;
        margin-left: auto;
        margin-right: auto;
}
        
table#examples4 td {  
        vertical-align: top;  
        padding: 8px;
        border: solid #000 0px;
}

table#examples5 {
        background-color: #CCCCCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0 0 15px 0;
        margin-left: auto;
        margin-right: auto;
}
        
table#examples5 td {  
        vertical-align: top;  
        padding: 8px;
        border: solid #000 0px;
}

table#examples6 {
        background-color: #CCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
}
        
table#examples6 td {  
        vertical-align: top;  
        padding: 8px;
        border: solid #000 0px;
}

.cost { 
        font-weight: bold;
        text-align: left;
        width: 100%;
        background-color: #F0F0F0;
        font-family: Verdana, Arial;
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
	color: #333;
        font-size: 10px;
        line-height: 21px;
}   

.spec {
        font-weight: normal;
        text-align: left;
        width: 77%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 17px;
}


table#property {
        background-color: #CCC;
        border: solid #333 0px;
        width: 581px;
        margin: 0px 0 12px 0;
        margin-left: auto; 
        margin-right: auto;
}

table#property td {
        vertical-align: top;
        padding: 7px;
        border: solid #000 0px;
}

table#casestudy {
	background-color: #CCC;
	border: solid #333 0px;
	width: 581px;
	margin: 12px 0 13px 0;
	margin-left: auto;
	margin-right: auto;
}

table#casestudy td {
	vertical-align: top;
	padding: 9px;
	border: solid #CCC 0px;
}

table#samples {
        background-color: #FFF;
        border: solid #333 0px;
        width: 581px;
        margin: 6px 0 12px 0;
        margin-left: auto;  
        margin-right: auto;
}
 
table#samples td {
        vertical-align: top;
        padding: 0px;
        border: solid #000 0px;
}

.listings1 {
        font-weight: normal;
        text-align: left;
        width: 34%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;  
        line-height: 23px; 
}

.listings2 {
        font-weight: normal;
        text-align: left;   
        width: 29%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 23px;
}

.listingsalt {
        font-weight: normal;
        text-align: left;
        width: 36%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 23px;
} 

.info {
	width: 20%
	color: #000000;
	text-align: right;
	background-color: #FFF;
	font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
        border-bottom-color: #CCC;
        border-bottom-style: solid;
        line-height: 17px;
}

.infoalt { 
	width: 20%
	color: #000;
	text-align: right;
	font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        margin: 0; 
        padding: 0;
        border-bottom-width: 1px; 
        border-bottom-color: #CCC; 
        border-bottom-style: solid;
        line-height: 17px;
	background: url('../images/quality-blackline.jpg') #FFF repeat-x bottom;
}

.grey {
	font-weight: normal;
	text-align: left;
	width: 80%;
	background-color: #F0F0F0;
	font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 17px;
}

.greyalt {
        font-weight: bold;
        text-align: left;
        width: 400px;
        background-color: #F0F0F0;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 17px;
}

.white {
        width: 31%
        color: #000000;  
        text-align: center;
        background-color: #FFF;   
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        margin: 0;
        padding: 0;
        border-bottom-width: 1px;
        border-bottom-color: #CCC;
        border-bottom-style: solid;
        line-height: 17px;
}

#propertysamples { 
        width: 578px;
        margin-left: auto;
        margin-right: auto;
	margin: 0 auto;
        padding: 5px 0 0 0;
        text-align: left;
}
        
#propertysamplesleft {  
        width: 36%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;   
        font-size: 10px;
        line-height: 24px;
        font-weight: normal;
        text-align: left;
        margin: 0;
        padding: 0px 0 12px 0;
        float: none;
}               
        
#propertysamplesmiddle {
        width: 34%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 24px;
        font-weight: normal;
        text-align: left;
        margin: 0;
        padding: 0;
        float: none;
}       
                
#propertysamplesright {
        width: 29%;
        background-color: #FFF;
        font-family: Verdana, Arial;
        color: #333;
        font-size: 10px;
        line-height: 24px;
        font-weight: normal;
        text-align: left;
        margin: 0;
        padding: 0; 
        float: none;
}

/*
//  End
*/
