/*	Stylesheet for Matrix Construction website	*/

body {
	background-color: #ffffff;	/* #fbf9e9 */
	padding: 0px;
	margin:0px;
	text-align:center;
	}
a,p,span,h2,h6 {
	font-family: verdana,arial,sans-serif;
	}
.fullWidth {
	width: 100%;
	}
/*	Headline-level styles	*/
#headlineBase {
	width: 100%;
	height: 120px;
	background-color: #EFE6B2;
	text-align: center;
	}
#headline {
	width: 680px;
	margin: 0px auto;
	}
#logo {
	float:left;
	width: 470px;
	height: 120px;
	}
#nav a, #nav span {
	display: block;
	width: 58px;
	height: 58px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	border: 1px solid #c6ad72;
	}
#nav a:hover {
	background-color: #FBF9E9
	}
#toolBase,#toolbase2 {
	width: 100%;
	height: 40px;
	}
#toolbar,#toolbar2 {
	width: 680px;
	height: 40px;
	margin: 0px auto;
	}
h2,h3 {
	font-size: 14px;
	line-height: 20px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	color: #c6ad72;
	text-align:left;
	width: 358px;
	margin: 10px 0px 0px 60px;
	padding: 0px;
	float:left;
	}
#toolbar>h2 {
	margin: 10px 0px 0px 120px;
	}
h3 {
	margin-left: 0px;
	width: 200px;
	}
/*	navigation dropdown in product areas	*/
#toolbar form {
	display:inline;
	}
@media all {	/*	ie/mac filter	*/
	* html #toolbar form {	/*	this is for ie/pc only	*/
			float: left;
		}
	}
#toolbar form select {
	width: 198px;
	margin-top: 10px;
	vertical-align: top;
	}
#toolbar select {
	font-size: 10px;
	font-family: verdana,sans-serif;
	color: #dfca7e;
	font-weight: bold;
	}
* html #toolbar form select {	/*	this is for ie5+	*/
	float:left;
	}


/*	content-level styles	*/
.band, .band2 {
	width: 100%;
	background-image:url(graphics/bg_stripe.gif);
	margin-bottom: 10px;
	}
.photobox {
	width: 680px;
	height: 120px;
	margin: 0px auto;
	}
.photobox div {
	width: 560px;
	float:right;
	background-color: #ffffff;
	text-align:left;
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	border-color: #DFCA7E;
	}
.band2 photobox div {
	border-style: none none none none;
	}
.photobox img {
	margin-right: 10px;
	}
.photobox span {
	font-size: 10px;
	line-height: 17px;
/*	color: #C6AD72; */
	color: #666666;
	text-align:left;
	width: 560px;
	height: 120px;
	}

#contentBox_twocols {
	width:680px;
	margin:0px auto;
	padding: 0px;
	}
	
#contentBox {
	width: 480px;
	/*margin: 0px 0px 0px 268px;*/
	margin:0px;
	padding: 0px;
	text-align:left;
	}

#contentBox_right {
	float:right;
	width:190px;
	margin:0px;
	padding-left:10px;
	}
	
#contentBox_right p.quote {
	text-align:left;
	margin:0px;
	padding:30px 18px;
	font-size:15px;
	color:#363636;
	font-weight: 100;
	line-height:150%;
	}
	
.pull_quote {
	background:url(graphics/pull_quotes.jpg) top left no-repeat #fff;
	width:190px;
	height:250px;
	}

#contentBox p, #contentBox h6 { /*	030715	*/
	font-size: 10px;
	line-height: 18px;
	color: #707070;
	text-align: left;
	width: 360px;
	margin: 5px 0px 13px 120px;
	padding: 0px;
	}
#contentBox p.contact {
	margin:10px 0px 0px 0px;
	padding-right:20px;
	padding-bottom: 10px;
	width:auto;
	background-color: #ffffff;
	}
#contentBox h6 {
	font-weight: bold;
	}
.whitebg {
	background-color: #ffffff;
	width: 560px;
	margin-left: 120px;
	text-align:left;
	}
#contentBox .whitebg p{
	margin: 0px 0px 13px 20px;
	width: 520px;
	padding-top: 5px;
	}
tr.whiterow, tr.whiterow td {
	background-color: #ffffff !important;
	}
/*	front page styles	*/
.frontPhoto {
	margin: 0px auto;
	width: 680px;
	height: 260px;
	text-align:right;
	}
.topborder {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #f1e7cd;
	}
div.fixer {
	float:none;
	clear:both;
	height: 1px;
	line-height: 1px;
	}

/*	footer added 030806. footer HTML is currently only in contact.html	*/
#footer {
	width: 680px;
	margin: 0px auto 20px auto;
	text-align: left;
	}
#footer span {
	font: 11px arial,sans-serif;
	color: #999999;
	margin-left: 120px;
	}
#footer a {
	color: #cccccc;
	text-decoration:none;
	}
	
.link1 {
	color:#800A06;
	text-decoration:none;
	}

.link1:hover {
	color:#333;
	text-decoration:underline;
	}

