/*__________________________Structure Elements___________________________*/
html {
	background-color: #464141;
	background-image: url(../images/michiana.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
}
body  {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#container {
	width: 900px;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/background_opacity.png);
	background-repeat: repeat;
}
img {
	behavior: url(iepngfix.htc);
	border: none;
}
h1 {
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	font-style: italic;
}
h2 {
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	font-style: italic;
}
ul {
        margin:20px 0px 0px 0px;
}
img.icon {
        margin-top: -50px;
}
a:link, a:visited {
        color:#FFF;
}
/*__________________________PORTFOLIO ELEMENTS____________________________*/
#portfoliopics {
        display: block;
        float: left;
        margin: 4px;
        text-align: center;
        font-style: italic;
}
#portfoliopics img {
        padding-bottom: 5px;
}
#italictitle {
       display: block;
       margin: 20px 0px 10px 4px;
       font-style: italic;
       font-size: 12px;
}
/*__________________________HEADER ELEMENTS_______________________________*/
#header {
	width: 902px;
        height: 203px;
        margin: 0px;
        padding: 0px;
}
#logo {
        margin: 0px;
        position: absolute;
        z-index: 25;
        margin: 0px;
}
#contact {
        position: absolute;
        z-index: 25;
        margin-left: 250px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
}
#sidebar1 {
	width: 215px;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	float: right;
	width: 573px;
	margin: 0px 30px;
	padding: 0px;
	
} 
#bodytile {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-image: url(../images/bodycopy_tile.png);
	background-repeat: repeat-y;
} 
#mainContent p {
	margin: 0px;
	padding: 0px;
}
/*_________________________________SIDEBAR NAVIGATION BUTTONS_____________________*/


#sidebar1 {
	width: 215px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#gcontractingbtn {
	text-indent: -215em;

	background: url(../images/btn_generalcontracting.png) no-repeat;	
	height: 89px;
}
#econtractingbtn {
	text-indent: -215em;
	background: url(../images/btn_electricalcontracting.png) no-repeat;
	height: 89px;
}
#hlightingbtn {
	text-indent: -215em;
	background: url(../images/btn_highway.png) no-repeat;
	height: 89px;
}
#mcontractingbtn {
	text-indent: -215em;

	background: url(../images/btn_mechanical.png) no-repeat;
	height: 89px;
}
#alightingbtn {
	text-indent: -215em;
	background: url(../images/btn_airport.png) no-repeat;
	height: 89px;
}
#sidebar1 img {
        margin: 10px 0px 0px 10px;
}

/*_________________________________FOOTER ELEMENTS________________________________*/
#footer {
	padding: 0 10px 10px 50px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
} 
#footer h3 {
	font-size: 20px;
    margin: 10px 4px;
}
#footer h4 {
	font-size: 15px;
    margin: 10px 4px;
}
#footer img {
    margin: 4px;
}
#copyright {
    margin: 5px auto;
    padding: 0px;
    width: 900px;
}
#copyright p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 10px;
    color: #999;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*_______________________________FORM STYLES_________________________________________*/
#form1 {
    margin: 10px 0px 0px 20px;
    width: 300px;
}
#form1 p {
    margin: 10px;
}
#form1 p input.textfield {
    width: 150px;
    float: right;
    border: none;
    height: 18px;
}
#form1 p select {
    width: 150px;
    float: right;
    border: none;
    height: 18px;
}
input.textfield:hover  {
    background-color: #CCC;
}
#form1 p input.checkbox {
    margin: 3px 10px 0px 0px;
}

#form1 p input.button {
    float: left;
    padding: 5px 10px;
    margin: 0px 5px;
    width: 70px;
    background-color: #FFF;
    color: #333;
    border: none;
}
/*__________________________________TABLE STYLE________________________________________*/
#projectlist {
    width: 500px;
    border: 2px solid #666;
}
#projectlist td {
    border:none;

}
#projectlist thead td {
    background-color: #666;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: bold;
}
#projectlist td {
    padding: 8px 10px;
}
#projectlist tr.projectrow {
    background-color: #333;
}



