html {
	font-size:13px;	
	text-align:justify;
	font-family:Arial, Helvetica, Georgia, sans-serif;
	color:#000000;
	line-height:1.5em;
}


body {
	background-color:#000000;	
	background-image:url("images/bg.gif");
	background-repeat:repeat;
	margin:0px;
}

a:link {
	color:#444444;	
	font-weight:bold;
	text-decoration:none;
	
}

a:visited {
	color:#2c2c2c;		
	font-weight:bold;
	text-decoration:none;	
}

a:hover {
	color:#000000;	
	font-weight:bold;
	text-decoration:none;	
}

#containter {
	margin:auto;
	width:920px;

}

#main {
	width:920px;
	background-image:url("images/main_bg.png");
	background-repeat:repeat-y;	
	
	padding-bottom:6px;
}

#logo {
	position:relative;
	margin:auto;
	width:860px;
	height:78px;
	background-image:url("images/logo.png");
	background-position: 0 10px;
	background-repeat:no-repeat;	
}

#menu {
	margin:auto;
	width:865px;
	height:36px;
	background-image:url("images/menu_bg.gif");
	background-repeat:repeat-x;	
	padding-top:10px;
	padding-left:25px;
}

#menu ul {
	padding:0px;
	margin:0px;	
}

#menu li {
	position:relative;
	list-style:none;
	display:inline;		
}

#menu li a:link {
	background-image:url("images/menu_pointer.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0px 10px 0px 15px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;	
}

#menu li a:visited {
	background-image:url("images/menu_pointer.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0px 10px 0px 15px;	
	text-transform:uppercase;
	color:#2c2c2c;	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	font-weight:bold;	
}

#menu li a:hover {
	background-image:url("images/menu_pointer.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0px 10px 0px 15px;	
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;			
}



#content {
	margin:auto;
	width:860px;		
}


#main_page {
	background-image:url("images/sub_gallery.jpg");
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:auto;
	width:864px;
	height:528px;	
}

#blog {
        position: absolute;
        z-index:99;
        top:121px;
        margin-left:677px;
	width:200px;
	height:180px;
}


#blog a:visited,
#blog a:link {
        display: block;
	width:200px;
	height:180px;
        text-indent: -9999px;
        background-image:url("images/blog-sprite.png");
	background-repeat:no-repeat;        
}

#blog a:hover {
        display: block;
	width:200px;
	height:180px;
        text-indent: -9999px;
        background-image:url("images/blog-sprite.png");
	background-repeat:no-repeat;
        background-position: 0px -187px;
}


/*
	profile page
*/

#profile_page {
	background-image:url("images/sub_profile.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#96886A;
	margin:0px auto 15px auto;
	width:864px;
	min-height:380px;
	height:auto;	
	position:relative;
	z-index:1;	
	padding-top:135px;
	padding-bottom:14px;
}

#profile_page_container {	
	width:835px;
	min-height:398px;
	height:auto;
	border:1px solid #6F644C;	
	position:relative;
	z-index:1;
	margin:10px auto 0px auto;
	overflow:hidden;
}

#profile_page_box {
	background-image:url("images/box_duane_addy.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#000000;	
	width:259px;
	height:396px;
	position:absolute;
	float:left;
	top:50px;
	left:35px;
	z-index:100;
}

#profile_page_content {
	position:relative;
	float:right;
	width:506px;
	margin:0px 25px 10px 10px;
}

#profile_page_content img {
	position:relative;
	left:-16px;

}

a.tweeter {
	position:absolute;
	width:110px;
	height:30px;
	display:block;
	top:353px;
	left:20px;
	text-indent:-9999px;			
}

a.linkedin {
	position:absolute;
	width:100px;
	height:30px;	
	display:block;	
	top:353px;
	left:140px;
	text-indent:-9999px;
}



/*
 * philosophy
*/



#philosophy_page {
	background-image:url("images/sub_philosophy.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#96886A;
	margin:0px auto 15px auto;
	width:864px;
	min-height:380px;
	height:auto;	
	position:relative;
	z-index:1;	
	padding-top:135px;
	padding-bottom:14px;		
	
}

#philosophy_page_box {
	background-image:url("images/box_philosophy.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#000000;	
	width:259px;
	height:396px;
	position:absolute;
	float:left;
	top:50px;
	left:35px;
	z-index:100;
	
}


/*
	process
*/

#process_page {
	background-image:url("images/sub_process.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#96886A;
	margin:0px auto 15px auto;
	width:864px;
	min-height:380px;
	height:auto;	
	position:relative;
	z-index:1;	
	padding-top:135px;
	padding-bottom:14px;		
	
}

#process_page_box {
	background-image:url("images/box_process.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#000000;	
	width:259px;
	height:396px;
	position:absolute;
	float:left;
	top:50px;
	left:35px;
	z-index:100;
}

#process_flowchart {		
	width:825px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	clear:both;	
}



.table_1 {
	position:relative;
	z-index:2;
	background-image:url(images/process-1.jpg);
	background-repeat:no-repeat;
	min-height:192px;
	height:auto;		

	
}

#process_flowchart .table_1 td {
	min-height:192px;
	height:auto;	
	padding:190px 20px 20px 20px;
	width:33%;
	vertical-align:top;
}



.table_2 {
	position:relative;
	z-index:1;
	background-image:url(images/process-2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:236px;
	height:auto;	
	top:-70px;
	margin-bottom:-70px;
}



#process_flowchart .table_2 td {	

	min-height:192px;
	height:auto;	
	padding:240px 20px 20px 20px;
	width:33%;
	vertical-align:top;

}



/*
	design
*/

#design_page {
	background-image:url("images/sub_design.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#96886A;
	margin:0px auto 15px auto;
	width:864px;
	min-height:380px;
	height:auto;	
	position:relative;
	z-index:1;	
	padding-top:135px;
	padding-bottom:14px;	
}

#design_page_content {
	margin:10px;	
}

/*
links
*/

#links_page {
	background-image:url("images/sub_links.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#96886A;
	margin:0px auto 15px auto;
	width:864px;
	min-height:380px;
	height:auto;	
	position:relative;
	z-index:1;	
	padding-top:135px;
	padding-bottom:14px;	
}

#links_page_box {
	background-image:url("images/box_links.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#000000;	
	width:259px;
	height:396px;
	position:absolute;
	float:left;
	top:50px;
	left:35px;
	z-index:100;
}



#contact_page {
	background-image:url("images/sub_contact.jpg");
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:auto;
	width:864px;
	height:528px;		
	
}


#main_buttons {
	background-color:#96886a;
	margin:0px 0px 0px 28px;
	width:864px;
	height:357px;	
}

	#philosophy {
		width:199px;
		height:328px;
		background-color:#000000;
		position:relative;
		float:left;
		margin:14px 10px 0px 14px;
		background-image:url("images/button_philosophy.jpg");
		background-repeat:no-repeat;		
	}

	#process {
		width:199px;
		height:328px;
		background-color:#000000;		
		position:relative;
		float:left;
		margin:14px 10px 0px 3px;
		background-image:url("images/button_process.jpg");
		background-repeat:no-repeat;		
	}

	#works {
		width:199px;
		height:328px;
		background-color:#000000;		
		position:relative;
		float:left;	
		margin:14px 10px 0px 3px;
		background-image:url("images/button_works.jpg");
		background-repeat:no-repeat;			
	}

	#links {
		width:199px;
		height:328px;
		background-color:#000000;		
		position:relative;
		float:left;
		margin:14px 10px 0px 3px;
		background-image:url("images/button_links.jpg");
		background-repeat:no-repeat;			
	}
	
	a.philosophy, a.process, a.works, a.links {
		width:199px;
		height:328px;
		display:block;		
	}
	
#main_bottom {
	margin-top:10px;
	color:#ffffff;
}	

table#table {
	margin:auto;
	width:880px;	
}

table#table td {
	background-color:#0f0f0f;	
}

table#table td.td1 {
	width:205px;
	vertical-align:top;
	
}




table#table td.td2 {
	width:225px;
	vertical-align:top;	
	
}

table#table td.td3 {
	width:160px;
	
}

table#table td.td4 {
	
	
}

table#table td.td5 {
	
	text-align:center;
	
}

table#table td.td5 input[type=text] {
        position: relative;
        top:1px;
	width:190px;
	height:19px;
	border:none;
	background:none;
	background-image:url("images/search.png");
	background-repeat:no-repeat;
	padding-left:10px;
	
}

table#table td.td5 input[type=image] {
	position:relative;
	top:6px;
	
}



#footer {
	width:920px;
	height:90px;
	background-image:url("images/footer.png");
	background-repeat:no-repeat;
	background-position:top;	
	font-size:0.9em;
	font-weight:normal;
}

#footer_left {
	position:relative;
	float:left;
	width:420px;
	height:50px;
	margin-left:15px;
	margin-top:16px;
}

#footer_left ul {
	margin:0px;
	padding:0px;
}

#footer_left li {
	list-style:none;
	display:inline;
	border-right:1px solid #b8b8b8;
}

#footer_left li.last {	
	border-right:none;
}

#footer_left li a:link {
	color:#b8b8b8;
	font-weight:normal;
	
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}

#footer_left li a:visited {
	color:#b8b8b8;
	font-weight:normal;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}

#footer_left li a:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}


#footer_left img {
	position:relative;
	margin-top:7px;
	margin-left:10px;
	
}

#footer_right {
	position:relative;
	float:right;	
	width:420px;
	height:50px;
	margin-right:26px;	
	margin-top:5px;
	text-align:right;
	color:#b8b8b8;
}

#footer_right a:link {
	color:#b8b8b8;
	font-weight:normal;
	
	text-decoration:none;
}

#footer_right a:visited {
	color:#b8b8b8;
	font-weight:normal;
	text-decoration:none;
}

#footer_right a:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;

}

#footer_right img {
	position:relative;
	top:6px;
	margin-right:3px;
	margin-left:3px;
}


/*
 Contact
*/

#contact_left {
	
	position:relative;
	float:left;
	width:360px;
	margin:36px 0px 30px 15px;
}

#contact_left table {
	margin-top:15px;
	width:100%;

}

#contact_left td {
	font-size:12px;
}

address {
	font-size:12px;
	font-style:normal;
	
}

address strong.calgary {
	color:#92231C;
	
}

address strong.chatham {
	color:#151A42;
	
}


#contact_right {	
	position:relative;
	float:right;
	width:460px;
	height:349px;		
	margin-right:15px;
	margin-top:20px;
	min-height:483px;
	height:auto;
	margin-bottom:15px;
	background-color:#CFBE9B;
	color:#000000;
}

.errors {
    padding:10px 15px 10px 15px; 
    color: #000000;
}

input.input {
    background-color: #96886B;
    width: 210px;
    border: 1px solid #240902;
}

input.input2 {
    background-color: #96886B;
    width: 150px;
    border: 1px solid #240902;
}

input.input3 {
    background-color: #96886B;
    width: 70px;
    border: 1px solid #240902;
}

input.input:focus, input.input2:focus, input.input3:focus, .form_td2 textarea:focus {
    border: 1px solid #E29F06;
    background-color: #AFA183;
}

input.required, .form_td2 textarea.required, input.invalid {
    border: 1px solid #ff0000;
}

input.button {
    background-color: #9b8f76;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
	padding:5px 15px 5px 15px;
	color:#000000;
	font-weight:bold;
    position: relative;
    left: 195px;
    top: 5px;
    margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	
}

input.button:hover {
    background-color: #96886b;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
	padding:5px 15px 5px 15px;
	color: #000000;
	font-weight:bold;
    position: relative;
    left: 195px;
    top: 5px;
    margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form_td2 textarea {
    background-color: #96886B;
    width: 250px;
    height: 60px;
    border: 1px solid #240902;
}

.form_td1 {
    float: left;
    width: 180px;
}

.form_row {
    margin-bottom: 5px;
    margin-left: 15px;
}


/*
bottom controls
*/

.td3 {
	text-align:center;
	
}

a.smallFont {
	color:#ffffff;
	font-size:0.7em;
	padding:0px 10px 0px 10px;
	text-decoration:none;	
	
}

a.defaultFont {
	color:#ffffff;
	font-size:1em;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

a.largeFont {
	color:#ffffff;
	font-size:1.4em;		
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

.td3 a:hover {
	
	color:#4682AF;
	text-decoration:none;
}

.td4 {
	
	padding-bottom:20px;
}

.td4 img {
	position:relative;
	top:5px;
	margin:5px 3px 3px 5px;
	
}

p.ajaxSearch_resultsInfo {
	font-size:1.2em;	
}

form#ajaxSearch_form {
	position:relative;
	top:-12px;
}



.td2 img {
	position:relative;
	top:3px;
	margin-right:10px;
}

td.td1 h3 {
	color:#4682af;
	font-size:1em;
	margin:10px 0px 2px 0px;
	padding:0;
	
}

td.td1 {
	line-height:21px;
	
}
