* { margin: 0;
	padding: 0; 
	border: 0; 
}

html {
	font-size: 62.5%;
	height:100.1%;
	
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #a85c4e;
	background-color: #f8f1df;
	background-image:url(../images/BGGrad2.jpg);
	background-repeat:repeat-x;
}

p {
	line-height:1.4em;
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.7em;
}
    
h4 {
	font-size: 1.5em;    
}
    
h5 {
	font-size: 1.3em;    
}
    
a:link {
	color: #a85c4e;
	text-decoration: underline;
}

a:visited {
	color: #a85c4e;
	text-decoration: underline;
}

a:hover {
	color: #a85c4e;
	text-decoration: none;
}

a:active {
	color: #a85c4e;
	text-decoration: underline;
}


/*--------------------------------------------- MAIN BODY STYLES -----------------------------------------*/

#container {
	width:750px;
	margin:0 auto;
}

#header {
	height:77px;
	padding:17px 0 0 30px;
}

#header img.logo {
	float:left;
}

#nav {
	float:left;
	height:21px;
	padding-top:56px;
}

#stripe {
	width:100%;
	height:27px;
	background-image:url(../images/stripe.jpg);
	background-repeat:repeat-x;
	margin-top:17px;	
}

#footer {
	margin:4px auto;
	width:726px;
	font-size:.9em;
	padding-left:24px;
}

#footer p.copyright {
	float:left;
}

#footer p.jdi {
	float:right;
}

/*---------------------------------------- INDEX STYLES -----------------------------------------*/

#content {
	float:left;
	margin-right:14px;
}

#flash {
	width:483px;
	height:310px;
}

#indexcopy {
	width:459px;
	margin: 12px 0 0 24px;
}

#indexcopy p {
	
}

#panels {
	float:right;
	margin-top:16px;
}

.panel {
	/*float:right;*/
	width:241px;
	height:140px;
	border-bottom: #a85c4e solid 1px;
	border-right: #a85c4e solid 1px;
	display:table;
	#position: relative;/*IE hack*/
	overflow: hidden;
	margin-top:6px;
}

/*---- hacks for IE to center text vertically ------*/
.paneltxt {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width:108px;
}

.paneltxt2 {
	#position: relative; 
	#top: -50%
}

/*-----end ie hacks------*/

.panelimg {
	float:right;
	width:126px;
	text-align:right;
}

.panelimg img {
	margin-right:6px;
}

.panelimg a {
	margin-right:6px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

.panelimg a:hover {
	color:#a0834b;
}

.panel p {
	/*float:left;*/
	
	/*margin:auto 0;
	position: relative;
	top: -50%;
	display:table-cell;
	vertical-align:middle;*/
}


/*-------------------------------------	ABOUT PAGE STYLES ----------------------------------------*/

#about {
	float: left;
	width:400px;
	margin-top:16px;
}

#aboutvid {
	width:320px;
	height:240px;
	float:right;
	margin-top:24px;
}

/*-------------------------------- SERVICES PAGE STYLES --------------------------------------*/

#services {
	
}

#servicelist {
	width:200px;
	float:left;
	margin:16px 16px 0 0;
}

#services ul {
	
}

#services li {
	margin-left:16px;
}

#serviceimages {
	float:left;
	margin-top:16px;
	width:534px;
}

#serviceimages img {
	float:left;
	margin:0 8px 8px 0;
}

/*---------------------------- GALLERY PAGE STYLES ---------------------*/

#gallery {
	margin-top:16px;
}

#flashcontent {
	/*background:url(../images/galbg.gif) repeat-x;*/
}


/*------------------------ LINKS PAGE STYLES ------------------------*/

#links {
	margin-top:16px;
	text-align:center;
	width:750px;
}

.linkbox {
	width:650px;
	text-align:center;
	margin:0 0 24px 36px;
}

.linkbox img {
	float:left;
	margin-right:32px;
}

.linkbox p {
	text-align:left;
	margin-left:100px;
}

.linkstable {
	width:650px;
}

.linkstable td {
	text-align:left;
}

.linkstable p {
	margin-left:12px;
	padding:16px 0;
}
.linkstable img {
	padding:16px 0;

}

.linkstable td.logos {
	width:200px;
	text-align:center;
}

/*-------------------------------------- CONTACT FORM STYLES -------------------------------------*/

#contact {
	margin-top:16px;
}

.required {
	font-weight:bold;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

select {
	width:175px;
	height:75px;
	border:1px solid #a85c4e;
	margin:4px 0 8px 4px;
}

input[type="text"] {
	border:1px solid #a85c4e;
	padding:2px;
}

input.text {
	border:1px solid #a85c4e;
	padding:2px;
}

input[type="submit"] {
	border:1px solid #a85c4e;
	margin-top:12px;
	padding:1px;
}

input.submit {
	border:1px solid #a85c4e;
	margin-top:12px;
	padding:1px;
}


textarea {
	border:1px solid #a85c4e;
	padding:2px;
}

#contactinfo {
	float:right;
	margin-right:16px;
}

#contactinfo h4 {
	border-bottom:solid 1px #a85c4e;
}

#contactinfo p {
	margin-left:6px;
}


/*----------------- CONCRETE HOME STYLES -------------------------*/

#wall {
	margin-top:12px;
}

#concretehomes {
	width:400px;
	float:left;
	margin-top:16px;
	text-align:center;
}

#concretehomes p,
#concretehomes h1 { 
	text-align:left;
}

#concretehomes img {
	margin-top:12px;
}

#chvideo {
	width:320px;
	height:240px;
	margin-bottom:16px;
}

#chmedia {
	float:right;
	width:320px;
}

#chmedia img {
	margin-top:12px;
}





/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

