/* CSS Document */

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	height: 100%;
	background-color: #666666;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
/* Navigation */

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 53px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 53px;
	background-repeat: no-repeat;
}
.home {background-image: url(i/home1b.jpg); width: 135px;}
.home a {background-image: url(i/home1.jpg);}
.about {background-image: url(i/about1b.jpg); width: 124px;}
.about a {background-image: url(i/about1.jpg);}
.services {background-image: url(i/services1b.jpg); width: 118px;}
.services a {background-image: url(i/services1.jpg);}
.portfolio {background-image: url(i/portfolio1b.jpg); width: 138px;}
.portfolio a {background-image: url(i/portfolio1.jpg);}
.bids {background-image: url(i/bids1b.jpg); width: 80px;}
.bids a {background-image: url(i/bids1.jpg);}
.contact {background-image: url(i/contact1b.jpg); width: 121px;}
.contact a {background-image: url(i/contact1.jpg);}
.logo {background-image: url(i/logo1.jpg); width: 308px;}
.logo a {background-image: url(i/logo1.jpg);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Wrapper */

#wrapper {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}


#maincontainer {
	width: 1024px;
	max-width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -89px;
	background-color: #FFFFFF;
}
img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}

hr {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4CD9C;
	line-height: normal;
	height: 1px;
	width: 85%;
}

#hd1 {
	display:block;
	height: 123px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
	clear: left;
	font-size: 0;
}
#nav {
	display:block;
	height: 53px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	clear: left;
	font-size: 0px;
}
#img_main {
	display:block;
	height: 300px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	clear: left;
	font-size: 0px;
}
#cols {
	display:block;
	width: 1024px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	clear: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(i/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#col1 {
	display:block;
	width: 480px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#col2 {
	display:block;
	width: 400px;
	float:right;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 42px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col3 {
	display:block;
	width: 944px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#push {
	height: 89px; /* .push must be the same height as .footer */
	clear: both;
}
#ft {
	height: 79px;
	width: 984px;
	max-width: 1024px;
	text-align: left;
	vertical-align: top;
	font-size: smaller;
	background-image: url(i/ft.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	
}
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form a:link {
	color: #68270F;
	font-weight: bold;
}

form a:visited {
	color: #68270F;
	font-weight: bold;
}

form a:hover {
	color: #68270F;
	font-weight: bold;
}
.required {
	color: #68270F;
	font-weight: bold;
}
.input {
	color: #333333;
	text-align: left;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
