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;
}

#logo h1 {
    margin:0;
    padding:0;
}

#logo h1 a {
    position: relative;
    display:block;
    width:860px;
    height:78px;
    text-indent: -9999px;
}

#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 {
    margin:auto;
    padding-top:3px;
    width:864px;
    height:454px;
}

#main_page_content {
    margin:auto;
    width:863px;
    padding-right: 1px;
    background-color: #96886a;
    padding-bottom:20px;
    margin-bottom:15px;
}

#main_page_content h2 {
    width:864px;
    background-color: #671414;
    color:#ffffff;
    font-size:1.3em;
    padding-top:10px;
    padding-bottom:10px;
    text-indent:50px;
}

#text {
    margin:auto;
    width:760px;
}


#blog {
    position: absolute;
    z-index:99;
    top:124px;
    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 110px auto;
}

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

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

.profile_page_box img {
    position: relative;
    top:16px;
    left:19px;
}

.profile_page_content {
    position:relative;
    float:right;
    width:506px;
    margin:0px 25px 10px 10px;
    padding-top:20px;
}



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;
}


/* ----------- innerpages ------------- */


.inner_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;
}


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



.inner_page_content {
    position:relative;
    float:right;
    width:506px;
    margin:0px 25px 10px 10px;
    padding-top:20px;
    overflow: hidden;
}

.inner_page_content img {
    position: relative;
    left:-19px;
}

/*
 * 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;
}

.title {
    position: relative;
    display:block;
    width:100%;
    height: 50px;
    background-image:url("images/heading_designs.jpg");
    background-repeat:no-repeat;
    background-position:0 right;
}

.design-projects {
    position: relative;
    float:left;
    background-color: #706549;
    padding:20px 55px 30px 55px;
    margin:6px;

}

.design-projects h2 {
    position: absolute;
    margin:0px;
    padding:0px;
    color:#FFFFFF;
    font-size:12px;
    right:55px;
    bottom:13px;
}

.project {
    background-color: #706549;
    padding:20px;
    margin:5px;
    color:#FFFFFF;
}

.project h2 {
    padding:0px;
    margin:0px 0px 20px 0px;
    font-weight: normal;
    font-size:2em;
    font-family: Arial, serif, sans-serif;
}

.project-info {
    position: relative;
    float:left;
    width: 227px;
}

.project-info ul {
    padding:0px;
    margin:0px;
    list-style-type: none;
}

.project-gallery {
    position: relative;
    float:right;
    width: 550px;
}



div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 547px;
}

div.content a, div.navigation a {
	text-decoration: none;
        color:#96886B;
        border-bottom: 1px dotted #96886B;

}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
        color:#FFFFFF;
        border-bottom: 1px dotted #FFFFFF;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	margin: 2px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: relative;
	height: 423px; 
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('gallery/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 547px;
	height: 423px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {

}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

span.image-wrapper {

}

div.slideshow a.advance-link {
	display: block;
	width: 547px;

	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	width: 544px;
	height: 421px;
}

a.advance-link,
div.slideshow img a {
	border-bottom:none !important;
}

div.caption-container {
	position: relative;
        min-height: 20px;
        height: auto;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 547px;
	top: 13px;
	left: -1px;
}

div.caption {
    
}

div.image-title {
	font-weight: normal;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
        position: relative;
        left:2px;
	clear: both;
	margin: 0;
	padding: 0;
        overflow: hidden;

}

ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
}

a.thumb {
	
	display: block;
        margin-right:7px;
        margin-bottom:4px;
}

ul.thumbs li.selected a.thumb {
    
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    background-color: #9b8f76;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:2px 8px 2px 8px;
    color:#000000;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right:2px;
}

div.pagination span.current,
div.pagination a:hover {
    background-color: #96886b;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:2px 8px 2px 8px;
    color: #000000;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right:2px;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}




/* `Clear Floated Elements


input.button {



}

input.button:hover {

}


----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*
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 {
    position: relative;
    background-image:url("images/sub_contact.jpg");
    background-repeat:no-repeat;
    background-position:0 0px;
    margin:auto;
    width:864px;
    overflow: hidden;
    background-color: #96886B;
    margin-bottom: 15px;
}


#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;

}


/* --------------------------- Intranet ---------------------------- */

#intranet_login {
    position: relative;
    margin:5px;
    top:70px;
    padding-top:60px;
    padding-bottom:50px;
    background-color: #706549;
}

#intranet_login form {
    margin:0px;
    padding:0px;
}


.login_form {
    position: relative;
    width:320px;
    margin:0 auto;
}



.login_form_forget {
    position: relative;
    width:430px;
    height:55px;
    margin:0 auto;
}

td.label {
    position: relative;
    display: inline-block;
    width: 70px !important;
    color:#96886B;
}

.login_form_forget input[type="text"],
.login_form input[type="text"],
.login_form input[type="password"] {
    margin:3px 0px;
    background-color:#96886B !important;
    width: 180px;
    border: 1px solid #240902 !important;
    padding:2px 5px 2px 5px;
}


.login_form_forget input[type="reset"],
.login_form_forget input[type="submit"],
.login_form input[type="submit"] {
    background-color: #9b8f76;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:2px 15px 2px 15px;
    color:#000000;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin:0px;
}


.button_cancel {
    position: relative;
    top:-39px;
    left:210px;
}

.button_send {
    position: relative;
    top:-74px;
    left:290px;
}

/* ---------------- Blog ----------------- */

.blog-entry {
    margin-bottom:30px;
    margin-left:40px;
    margin-right:40px;	
    min-height:140px;
    height:auto;
}

.blog-entry h2 {
		
    width:100%;
    border-bottom:1px dotted #706549;
    padding:0px 0px 5px 0px;
    margin:20px 0px 0px 0px;
}

.blog-entry p img {
    margin: 0px 10px 10px 0px;
}

p.blog-entry-date {
    width:100%;
    text-align: right;
    margin:0px 0px 20px 0px;
    font-size:0.9em;
    color:#706549;
}


#blog-pagination {
    border-top:1px dotted #706549;
    padding:0px 0px 5px 0px;
    margin:20px 40px 0px 40px;
    text-align: right;
    color:#706549;
}



#pages .ditto_currentpage {
    background-color: #96886b;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:5px 15px 5px 15px;
    color:#706549;
    font-weight:bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}



#pages a, #pages a:link, #pages a:visited {
    background-color: #9b8f76;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:5px 15px 5px 15px;
    color:#706549;
    font-weight:bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


#pages .ditto_off,
#pages a:hover {
    background-color: #96886b;
    border: 1px solid #96886b;
    background-image: url(images/button.png);
    background-repeat: repeat-x;
    padding:5px 15px 5px 15px;
    color: #96886B;
    font-weight:bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.B_crumbBox {
    margin-left:4px; 	
}


