/* Style Sheet written for Corlatt Construction Services 
	Two column layout with header and footer. Float and clear used for positioning 
	Fixed width of 990px for viewing with resolution of 1024 * 768*/

/* Remove default margins and padding set default font and size */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	font:normal 10px/1.0em Verdana, Arial, Helvetica, sans-serif;
	}
	
a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 1.0em;
	}

p {
	font-size: 1.0em;
	padding: 5px 15px 5px 5px;
	}
.endP {
	background-image: url(../images/assets/underLine.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-image: url(../images/assets/underLine.png);
	background-repeat: no-repeat;
	background-position: 1% bottom;
	padding: 15px 0 15px 0;
 }
h3 {
	font-size: 1.2em;
	text-align:center;
	background-position:center bottom;
	padding-top: 0px;
}
.exception {
	padding:0;
	background-image: none;
	}
img { /* Remove default border of img tages in Firefox */
	border: 0;
	}
		
#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/assets/background.png);
	background-repeat: no-repeat;
	background-position: 259px 28px;
	}

#header {
	background-image: url(../images/assets/headBg.jpg);
	background-repeat: no-repeat;
	background-position: 616px 61px;
	}

.clearboth {
	clear: both;
	}
.clearLeft {
	clear:left;
	}			
/* Navigation */
#nav .imgTopLeft {
	background-image: url(../images/assets/tab_Top_Left.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
#nav .imgTopRight {
	background-image: url(../images/assets/tab_Top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#nav ul {
	position: relative;
	list-style: none;
	left: 480px;
	top: -29px;
	margin: 0;
	padding: 0;
	}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	background-color: #9D301B;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	padding: 0 15px;
	color:#FFFFFF;
	font-weight: bold;
	}
	
#nav li.active {
	background-color: #969593;
	}

/*Main content area */
/* Corners set up here */
.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url(../images/assets/corners1280x18.gif);
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.top-left {
	margin-right: 9px; /* clip right corner */
}

.top-right {
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */ 
	background-position: 100% 0; /* show bg-image starting at the right */
}

.bottom-left {
	margin-top: 0;
	margin-right: 9px; /* clip right corner */
	background-position: 0 -9px; /* show under half of the image */
}

.bottom-right {
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-position: 100% -9px; /* under half, right side */ 
}

.inside {
	border-left: 1px solid #9D301B;
	border-right: 1px solid #9D301B;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.notopgap {
	margin-top: 0px;
}

.nobottomgap {
	margin-bottom: 0;
}
#main {
	position: relative;
	top: -30px;
	margin-top: 0;	
}
.content {
	margin-right: 250px;
	background-image: url(../images/assets/horDivider.png); 
	background-position: 100% 20%; /* right side  offset vertically to accomodate the gallery*/
	background-repeat: repeat-y;
	}
	

.list ul {
	margin: 0;
	padding: 0 20px 10px 20px;
	line-height: 2.0em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

.list li {
	list-style-image:  url(../images/assets/bullet.gif);
	}
	
#services ul {
	float: left;
	}

#services a:link, #services a:visited {
	font-weight: bold;
	}

#sideBar {
	width: 220px;
	float: right;
	}
#sideBar h2, #sideBar a, #sideBar a:link, #sideBar a:visited {
	text-align: center;
	}
#sideBar h2 {
	background-position: center bottom;
}
#sideBar .endP {
	padding-top: 30px;
	}
.footer {
	text-align: center;
	list-style: none;
}

.footer li {
	padding: 0;
	margin: 0;
	display: inline;
	}
.imageRight {
	margin-right: 5%;
	float: right;
	width: 25%;
	height: 25%;	
	}