@charset "utf-8";
/* CP Construction CSS Stlyesheet */

body {
	margin: 0px;
	padding: 20px;
	font-family: verdana;
	font-size: 10px;
	background-color: #999999;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);	
}

#banner {
	margin: 0 auto;
}

#shadow-container {
	width: 850px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
	margin: 0 auto;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #FFFFFF;
        border: 1px solid #848284;
        padding: 10px;
    }
	
#nav {
	position: relative;
	display: block;
	margin-top: 3px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	font-family: arial;
	border-bottom: 1px solid #d9d9d9;
	background: url(images/nav_off.gif) repeat;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#nav ul li{
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 20px 0 20px;
	height: 18px;
}

#nav ul li a:hover,
#nav ul li a.current {
	color: #FFFFFF;
	background-color: #CCCCCC;
	background: url(images/nav_on.gif) repeat;
}

.content {
}

.clear {
	clear: both;
}

.h1, .h2 {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: +4px;
}

.h1 {
	color: #FF9933;
}

.h2 {
	color: #000000;
}

#m1, #m2 {
	position: relative;
	margin-top: 7px;
}

#m1 {
	width: 240px;
	height: 131px;
	margin-right: 9px;
	padding: 15px;
	background: url(images/m1_bg.gif);
	background-repeat: repeat;
	border-top: 1px solid #CCCCCC;
	float: left;
}

#m2 {
	height: 160px;
	width: 547px;
	border: 1px solid #CCCCCC;	
	float: right;
}

#m3, #m4, #m5 {
	position: relative;
	float: left;
	margin-top: 5px;
	padding: 15px;
	background: url(images/m1_bg.gif);
	background-repeat: repeat;
	border-top: 1px solid #CCCCCC;
	width: 240px;
	height: 130px;
}

#m3 {
	margin-right: 9px;
}

#m4 {
	margin-right: 9px;
}

#m5 {
}

#m6, #m7, #m8 {
	width: 258px;
	height: 75px;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 4px;
	float: left;
	position: relative;
}

#m6 {
	margin-right: 9px;
}

#m7 {
	margin-right: 9px;
}

#m8 {
}

#mc {
	padding: 15px;
	background: url(images/m1_bg.gif);
	background-repeat: repeat;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
}

#footer {
	height: 10px;
	padding-top: 5px;
}

#footer_l {
	float: left;
}

#footer_r {
	float: right;
}

a:link {color: #000000; font-weight: normal; text-decoration: none;}
a:active {color: #000000; font-weight: normal; text-decoration: none;}
a:visited {color: #000000; font-weight: normal; text-decoration: none;}
a:hover {color: #000000; font-weight: normal; text-decoration: underline;}

.white {color: #FFFFFF;}