/* CSS Document */

	
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #BFD4D3;
	}

	
	
#main {
	width: 760px;
	border: 2px solid #222222;
	margin: 20px auto;
	padding: 0;
	background-color: #222222;
	}
	

/* DEFAULT TEXT STYLES */

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #C45C00;
	}

a:link, a:visited {
	color: #006699;
	}

a:active, a:hover {
	color: #006666;
	}


.replaced-text {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
	}

.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}
	
	
	
/* HEADER */
	
#header {
	width: 760px;
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #222222;
	position: relative;
	}
	
	/* HEADER LOGO */
	
	#header #logo {
		padding: 20px 0 0 20px;
		margin: 0;
		}
		
	#header #logo a img {
		border: 0;
		margin: 0;
		}
		
		
	/* HEADER NAVIGATION */	
	
	#header #navigation {
		margin: 0;
		padding: 0;
		height: 15px;
		position: absolute;
		bottom: 0;
		right: 20px;
		text-align: right;
		font-size: 9px;
		font-family: verdana,arial,helvetica,sans-serif;
		}
	
	#header #navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline;
		}
		
	#header #navigation ul li {
		list-style: none;
		float: right;
		text-indent: 0;
		margin: 0 0 0 12px;
		padding: 0;
		display: inline;
		}

	#header #navigation a {
		margin: 0;
		}
	
	#header #navigation a:link, #header #navigation a:visited {
		color: #D1E8E9;
		text-decoration: none;
		}
		
	#header #navigation a:hover, #header #navigation a:active {
		color: #f3f2f2;
		text-decoration: underline;
		}
		
	#header #navigation a.current {
		text-decoration: none;
		color: #ffffff;
		}

/* CONTENT BOX */
	
#content-home {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/worktable_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}

#content-services {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/drafting_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}

#content-clients {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/cartoon_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}

#content-location {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/mural_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}	

#content-company {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/kitwork_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}

#content-contact {
	width: 760px;
	height: 480px;
	background-color: #f3f2f2;
	background-image: url(/images/backgrounds/framecorner_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	}
		
	/* TEXT BOX */

	#text {
			height: 430px;
			margin: 0 0 0 360px;
			padding: 20px;
			overflow: auto;
			}
	
	#text-right {
			height: 380px;
			margin: 0 0 0 380px;
			padding: 20px;
			overflow: auto;
			}
			
	#text p {
			margin: 0 0 10px 0;
			line-height: 15px;
			}
			
	#text p.hometext {
			margin: 0 0 10px 0;
			line-height: 20px;
			}
			
		.leader {
		font-weight: bold;
		}
		
		.calltoaction {
		font-weight: bold;
		}
	
	#text ul {
			margin: 0 0 15px 0;
			padding: 0 0 0 15px;
			list-style-type: circle;
			}
			
	#text ul li {
		margin: 0 0 8px 0;
		line-height: 13px;
		}
	
	#text ul.tight li {
		margin: 0 0 4px 0;
		line-height: 12px;
		}
		
	#clientlist-header {
		margin: 0 0 5px 0;
		padding: 0;
		line-height: 12px;
		}
			
	#clientlist-column {
		width: 160px;
		float: left;
		margin: 0 15px 0 0;
		padding: 0;
		}
		
	#clientlist-column p {
		margin: 0 0 4px 0;
		padding: 0;
		line-height: 12px;
		}
	
/* FOOTER */

#footer {
	margin: 0;
	padding: 5px;
	background-color: #222222;
	position: relative;
	text-align: center;
	color: #ffffff;
	}



/* FORM STYLES */

.required {
	font-weight: bold;
	}
