/*	Stylesheet for Matrix Construction website	*/
/* some colors
h2 				#c6ad72
toolbar select 	#dfca7e
p h6			#b43427

*/

body {
	background-color: #ffffff;	/* #fbf8e7 */
	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: #eee5ac;
	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: #Ffffff
	}
#toolBase,#toolbase2 {
	width: 100%;
	height: 40px;
	}
#toolbar,#toolbar2 {
	width: 680px;
	height: 40px;
	margin: 0px auto;
	}
#toolbar a:link, #toolbar a:visited ,#toolbar a:hover , #toolbar a:active{
	text-decoration: none;
	color: #b43427;
}
a{
	color: #b43427;
	text-decoration: underline;	
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
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;
	}
.page_number {
	font-size:12px;
	line-height: 20px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	color: #c6ad72;
	text-align:left;
	width: 130px;
	margin: 10px 17px 0px 45px;
	padding: 0px;
	float:right;
}
#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;
	min-height: 124px;
	}
.band_photo {
	width: 100%;
	height:120px;
	background-image:url(graphics/bg_stripe.gif);
	margin-bottom: 10px;
	padding:0px;
	}
.band_photo img{
	margin-left: 10px;
	border:none;
}
.band_photo_detail{
	width: 100%;
	height:500px;
	background-image:url(graphics/bg_stripe.gif);
	margin-bottom: 10px;
	padding:0px;
}

.project {
	width: 100%;
	height:120px;
	background-image:url(graphics/bg_stripe.gif);
	margin-bottom: 10px;
	padding:0px;
	}
	
.project p, h3 {
margin:0;
padding:0;
}

.project p {
font-size:11px;
line-height:130%;
}
	
.project_twocols {
width:680px;
background-image:url(graphics/bg_stripe.gif);
background-repeat:repeat-x;
margin: 0 auto;
text-align:center;
}

.project img{
	border:none;
}

.project_detail{
	width: 100%;
	height:500px;
	background-image:url(graphics/bg_stripe.gif);
	margin-bottom: 10px;
	padding:0px;
}

.photo_sm_left {
wwidth:240px;
float:left;
}

.photo_sm_right {
height:120px;
width:390px;
float:left;
padding:0 25px 0 25px;
background-color:white;
}

.title1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#800a06;
}

.text1 {
text-align:left;
font-size:13px;
color:000;
clear:left
}

.link1 {
text-decoration:none
}

.prev_next{
	text-align: right;
	float:right;
	margin-top:5px;
	color: #b43427;
	font-size: 24px;
}
.photo_sm{
	width: 680px;
	margin: 0px auto;
	padding-left:35px;
}
.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;
	}
	
	.f{
	position: relative;
	left: 50px;	
	}
.photobox img {
	margin-right: 10px;
	}
.photobox span {
	font-size: 10px;
	line-height: 17px;
/*	color: #C6AD72; */
	color: #666666;
	text-align:left;
	width: 560px;
	height: 120px;
	}
.thumb{
	float: left;
	margin-right: 10px;
	border:none;	
}
#contentBox {
	width: 680px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	}
#contentBox p, #contentBox h6 { /*	030715	*/
	font-size: 11px;
	line-height: 18px;
	color: #b43427;
	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;
	}
#press_whitebg{
	width: 540px;
	background: #FFFFFF;
	left: 120px;
	position: relative;
	text-align: left;
	padding: 10px;
	min-height: 124px;
}
#press_whitebg p{
	margin-left:0px;
	width: inherit;
}
#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.php	*/
#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;
	}

