@charset "utf-8";
/* McNally Construction Group */
/* CSS Document */

body {
	background: #410000 url(../images/bg_bodyslice.jpg) repeat-x; /* dk red */
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #755b1e; /* dk brown */
	line-height:150%;
	padding:0;
	margin:0;
	text-align:left;
	}

#container {
	margin:0 auto;
	padding:0;
	width:900px;
	}

#banner {
	width:900px;
	height:200px;
	margin:0;
	padding:0;
	position: relative;
	}
#banner-img {
	float:left;
	width:760px;
	margin:0;
	padding:0;
	}

/**************** NAVIGATION ******************************/
#mainnav {
	width:140px;
	float:right;
	background:#410000 url(../images/bg_nav.jpg) no-repeat;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fbe9be; /* lt tan */
	margin:0;
	padding:0;
	height:200px;
	line-height:28px;
	}	
#mainnav ul {  
	margin:0;      
	padding:5px 0 0 10px;;
	list-style:none;    
}    
#mainnav li {      
	display:block;     
	margin:0;      
	padding:0;    
}  

li#navHome a, li#navClients a, li#navHonors a, li#navAbout a, li#navContact a { 
	font-weight:bold;
	color:#fbe9be; /* lt tan */
	text-decoration:none;  
	} 
	
li#navHome a:hover, li#navClients a:hover, li#navHonors a:hover, li#navAbout a:hover, li#navContact a:hover { 
	text-decoration:none;
	color: #a09069; /* dk tan */
	font-weight:bold; 
	} 

body#pageHome li#navHome a, body#pageClients li#navClients a, body#pageHonors li#navHonors a, body#pageAbout li#navAbout a, body#pageContact li#navContact a {
	text-decoration:none; 
	color: #a09069; 
	font-weight:bold;
	}
	
/**************************** END NAVIGATION **************************************/

#content {
	background: #fbe9be url(../images/bg_contentslice.jpg); /* lt tan */
	margin:0;
	padding:20px 50px 0 50px;
	width:800px;
	overflow: hidden;
	position: relative;
	}

#content a {
	text-decoration: none;
	color: #800203;
	}

#content a:hover {
	text-decoration: underline;
	}
	
p {
	margin: 0 0 16px 0;
	line-height: 20px;
	}
	
h1 {
	color:#ab8427; /* gold */
	font-size:24px;
	line-height: 24px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	padding:0;
	margin: 0 0 10px 0;
	border-bottom: 1px #ab8427 dotted;
	}
	
ul {
	margin: 0 0 12px 30px;
	padding: 0;
	}
	
#left-col {
	float:left;
	width:240px;
	margin:0;
	padding:0;
	position: relative;
	}
	
#right-col {
	float:right;
	width:560px;
	margin:0;
	padding:0;
	position: relative;
	}
	
#footer {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#a09069; /*dk tan */
	margin:0;
	font-size:12px;
	background: #410000; /*dk red */
	width:900px;
	line-height:125%;
	padding-bottom: 60px;
	position: relative;
	}
	
#footer a {
	color:#fbe9be; /* lt tan */
	text-decoration:none;
	}
	
#footer a:hover {
	color:#fbe9be; /* lt tan */
	text-decoration:underline;
	}
		
#footer table {
	width:530px;
	margin-left:20px;
	padding:0;
	}
	
.footer-header {
	text-transform:uppercase;
	font-weight:bold;
	color:#fbe9be; /* lt tan */
	}

#redbar {
	width: 550px;
	float: right;
	border-left: solid 1px #670000;
	position: relative;
}

#content span {
	color: #FF0000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
