body {
	padding: 0px;
	margin: 20px 0px;
	font-family: Arial, helvetica, sans-serif;
	
	text-align: center;
}

.hide { display: none; }

.small { font-size: 90%; }

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #666;
}

	#header {
		padding: 20px 20px 10px 20px;
	}

		#header h1 {
			text-indent: -1000px;

			background-image: url("images/logo.gif");
			background-repeat: no-repeat;

			float: left;
			margin: 0;
			padding: 0;
			letter-spacing: -1px;

			color: #e03d23;
			font-size: 130%;
			padding: 0;

			height: 37px;
			width: 200px;
		}

			#header h1 span {
				border: 1px solid #e03d23;
				padding: 3px 5px;
			}


		#header	ul#nav {
			float: right;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			#header	ul#nav li {
				display: inline;
			}

				#header	ul#nav li a {
					display: block;
					float: left;
					padding: 9px;
					border-right: 1px solid #e03d23;
					color: #000;
					font-weight: bold;
					font-size: 70%;
					text-decoration: none;
				}

					#header ul#nav li a.last {
						border-right: none;
						padding-right: 0;
					}

					#header	ul#nav li a:hover, #header ul#nav li.here a {
						color: #e03d23;
					}

	#header2 {
		padding: 20px 20px 10px 20px;
	}

		#header2 h1 {
			text-indent:

			background-image: url("#");
			background-repeat: no-repeat;

			float: left;
			margin: 0;
			padding: 0;
			letter-spacing: -1px;

			color: #e03d23;
			font-size: 130%;
			padding: 0;

			height: 37px;
			width: 200px;
		}

			#header2 h1 span {
				border: 1px solid #e03d23;
				padding: 3px 5px;
			}


		#header2	ul#nav {
			float: right;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			#header2	ul#nav li {
				display: inline;
			}

				#header2	ul#nav li a {
					display: block;
					float: left;
					padding: 9px;
					border-right: 1px solid #e03d23;
					color: #000;
					font-weight: bold;
					font-size: 70%;
					text-decoration: none;
				}

					#header2 ul#nav li a.last {
						border-right: none;
						padding-right: 0;
					}

					#header2	ul#nav li a:hover, #header ul#nav li.here a {
						color: #e03d23;
					}

	#signup {
		background-color: #e03d23;
		padding: 5px 20px;
		margin: 10px 0 0 0;
		height: 10px;
	}

		#signup p {
			margin: 0;
			padding: 0;
			text-align: right;
			font-size: 70%;
			font-weight: bold;
			color: #fff;
			vertical-align: middle;
		}

		#signup input {
			border: 2px solid #600;
			vertical-align: middle;
			color: #666;
		}

	#content {
		padding: 0px;
	}

		#content #left {
			width: 210px;
			float: left;
			padding: 20px 20px 0 20px;
		}

			#content #left p {
				margin-top: 0;
				font-size: 80%;
				color: #111;
				line-height: 1.4em;
			}
				#content #left p.contactinfo {
				}

				#content #left p.quote {
					margin-bottom: 2em;
					font-size: 70%;
					color: #666;
					line-height: 1.6em;
				}

			#content #left ul {
				font-size: 75%;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				#content #left ul li {
					border-top: 1px solid #e03d23;
					margin: 7px 0;
					padding-left: 5px;
				}

					#content #left ul li.first {
						border-top: none;
					}

					#content #left ul li a {
						color: #333;
						text-decoration: none;
					}

						#content #left ul li a span {
							color: #fff;
							font-weight: bold;
							font-size: 150%;
						}

						#content #left ul li a:hover {
							color: #000;
						}

							#content #left ul li a:hover span {
								color: #e03d23;
							}

			#content #left div.feature {
				border: 1px solid #e03d23;
				margin: 20px 0;
			}

				#content #left div.feature a {
					_height: 1%;
					display: block;
					text-decoration: none;
					color: #000;
					font-size: 105%;
					padding: 10px;
					background-repeat: no-repeat;
					background-position: 10px 10px;
					color: #333;
				}

					#content #left div.feature a span {
						color: #fff;
						font-weight: bold;
					}

					#content #left div.feature a:hover {
						color: #000;
					}

						#content #left div.feature a:hover span {
							color: #e03d23;
							font-weight: bold;
						}



		#content #right {
			margin-left: 250px;
			_height: 1%;
		}

			#content #right h1 {
				margin: 0;
				padding: 0;
				font-size: 170%;
			}

				#content #right h1 a {
					display: block;
					padding: 20px;
					color: #fff;
					height: 320px;
					text-decoration: none;

					background-color: #000;
				}

					#content #right h1 a:hover {
						/*text-decoration: underline;*/
					}

			#content #right h2 {
				color: #fff;
				margin: 0 0 15px 0;
				padding: 20px;
				background-color: #000;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				font-size: 170%;
				line-height: 1em;
			}

			#content #right p {
				font-size: 95%;
				line-height: 1.6em;
				margin-right: 40px;
				margin-left: 20px;
			}

			#content #right h3 {
				margin-left: 20px;
				font-size: 130%;
			}

			#content #right ul.intro {
				list-style-type: none;
				margin: 0;
				padding: 0;

				font-size: 70%;
			}

				#content #right ul.intro li {
					display: inline;
					width: 95px;
					margin-right: 10px;
					padding-top: 10px;
				}

					#content #right ul.intro li a {
						color: #e03d23;
						text-decoration: none;
					}
					
			#content #right form {
				font-size: 80%;
				background-color: #eee;
				margin: 0;
				padding: 10px 0;
			}
			
				#content #right form label {
					font-weight: bold;
				}
				
				#content #right form input, #content #right form textarea {
					width: 400px;
				}
					
					#content #right form input.button {
						width: auto;
						cursor: pointer;
					}
					
					#content #right form textarea {
						height: 100px;
					}


	#content #right div.recentprojects {
		border-top: 1px solid #e03d23;
		margin: 0 10px 10px 10px;
		padding: 10px 10px 0px 10px;
		font-size: 80%;
		text-decoration: none;
		color: #000;
		display: block;
	}
		#content #right div.recentprojects span {
			padding: 0 0 0 110px;
			display: block;
			line-height: 1.6em;

			_height: 1%;
			_padding-left: 0px;
		}

		#content #right div.recentprojects a {
			float: left;
			margin: 0 10px 0 0;
			border: none;
			width:95px;
			font-size:85%;
			text-align: center;
			border: 1px solid #fff;
			text-decoration: none;
		}

			#content #right div.recentprojects a img {
				margin: 0 0 5px 0;
				display: block;
				border: 1px solid #fff;
			}

				#content #right div.recentprojects a:hover img {
					border: 1px solid #e03d23;
				}



	#footer {
		margin: 20px 0;
	}

		#footer p  { color: #000; font-size: 70%; text-align: left; margin: 0; padding: 0 5px 0 20px }

			#footer p span {
				font-weight: bold;
				color: #e03d23;
			}

			#footer p a {
				color: #e03d23;
				text-decoration: none;
			}

				#footer p a:hover {
					text-decoration: underline;
					color: #e03d23;
				}

#credit {
}

	#credit p {
		font-size: 70%;
		text-align: center;
		margin: 5px 0 0 0;
	}
	
		#credit p a {
			color: #aaa;
			text-decoration: none;
		}
		
			#credit p a:hover {
				text-decoration: underline;
			}