﻿@charset "UTF-8";
/* CSS Document */



/* General Definitions */



h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	padding-left: 15px;
	color: #330000;
}

li {
	list-style: none;
}

img {
	border-style: none;
}

a:link {
	color: #a12a21;
	text-decoration: none;
}

a:visited {
	color: #a12a21;
	text-decoration: none;
}

a:active {
	color: #a12a21;
	text-decoration: none;
}

a:hover {
	color: #a12a21;
	text-decoration: underline;
}

.clear {
	clear: both;
}



/* Specific Definitions */



body {
	margin: 0;
	padding: 0;
	background-color: #3E3230;
	font-family: Arial, Helvetica, sans-serif;
}

#index_page_splash {
	position: relative;
	float: right;
	width: 75%;
	height: 250px;
	margin: 150px 0 0px auto;
	padding: 20px;
	/*background-color: #534341;*/
	background-color: #FFFFFF;
	background-position: bottom right;
	border-top: 1px solid #9f221d;
	border-left: 1px solid #9f221d;
	border-bottom: 1px solid #9f221d;
}

#index_page_navigation {
	float: right;
	position: relative;
	top: 0;
	width: 75%;
	padding: 20px;
	font-size: large;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	text-align: right;
}

	#index_page_navigation ul {
		margin: 0;
		padding: 0;
	}

	#index_page_navigation li {
		display: inline;
		float: left;
		margin-bottom: 15px;
		margin-right: 30px;
		padding: 0 10px 0 30px;
		border-bottom: solid 1px #FFFFFF;
	}

	#index_page_navigation a {
		margin: 0 10px 0 10px;
		color: #a12a21;
		font-weight: normal;
	}

	#index_page_navigation a:link {
	}
	
	#index_page_navigation a:visited {
	}
	
	#index_page_navigation a:active {
	}
	
	#index_page_navigation a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#index_page_navigation a:hover.selected {
		text-decoration: none;
	}

#page_container {
	width: 981px;
	background-color: #3E3230;
	background-position: top right;
	background-repeat: no-repeat;
}

#page_header {
	margin: 5px 10px 10px 20px;
	padding: 0;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}

	#page_header h1 {
		position: relative;
		top: 10px;
		left: 10px;
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Avenir, Arial, Helvetica, sans-serif;
		color: #AAAAAA;
		display: none;
	}

#page_body {
	
}

.left_column {
	width: 250px;
	height: 445px;
	padding: 50px 15px 15px 15px;
	text-align: right;
	color: #FFFFFF;
	float: left;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #534341;
	background-image: url(images/compass.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

	.left_column li {
		margin-bottom: 15px;
		border-bottom: solid 1px #999999;
	}
	
	.left_column a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.left_column .selected a.project {
		color: #a12a21;
		margin-right: 10px;
	}
	
	.left_column .selected a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.left_column a:hover {
		text-decoration: none;
		color: #a12a21;
	}
	
	.left_column .testimonial {
		font-size: small;
		margin-left: 10px;
		color: #999999;
	}

.main_column {
	margin-left: 281px;
	height: 520px;
}

#primary_nav {
	height: 30px;
	padding: 3px 2px 3px 10px;
	text-align: right;
	color: #CCCCCC;
	font-size: normal;
}

	#primary_nav a {
		margin: 0 10px 0 10px;
		color: #FFFFFF;
		font-weight: normal;
	}
	
	#primary_nav .selected {
		color: #999999;
	}

	#primary_nav a:link {
	}
	
	#primary_nav a:visited {
	}
	
	#primary_nav a:active {
	}
	
	#primary_nav a:hover {
		text-decoration: underline;
	}
	
	#primary_nav a:hover.selected {
		text-decoration: none;
	}

.page_content {
	height: 435px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
	overflow: auto;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#page_content_background {
	background-image: url(images/approach_bg-4.jpg);
	background-repeat: no-repeat;
}

	#page_content_background .page_content {
		color: #FFFFFF;
		padding: 15px 400px 15px 15px;
	}

.parchment_bg {
	background-image: url(images/parchment_bg-1.jpg);
	background-repeat: no-repeat;
}

.contact_bg {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
}

	.contact_bg .page_content {
		height: 425px;
		color: #FFFFFF;
		padding: 15px 15px 15px 420px;
	}

#contact_page_content {
	text-align: center;
	font-size: large;
}

#project_picture {
	margin: 0;
	padding: 0;
	height: 365px;
}

#project_thumnails {
	height: 100px;
}

.footer {
	position: relative;
	height: 72px;
	top: 0px;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	color: #999999;
	padding-left: 10px;
	padding-top: 7px;
	background-image: url(images/lewis_gadsby.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#page_footerinfo {
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    color: #999999;
    padding-left: 0px;
    padding-top: 7px;
}
