@charset "utf-8";
/* CSS Document */

/*Colors*/
/*dark orange: #a84d0f*/
/*blue: #00467f*/
/*hover blue: #2C6694*/
/*hover orange:#5B2600*/
/*lt tan: #f3f0e7 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address,
big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, 
center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,/*table,*/ caption, tbody, tfoot, thead, /*tr,*/ th/*, td */{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;} /*background:transparent;} */
blockquote, q {	quotes:none;padding:0 10px; }
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;/*border-spacing:0;*/}
html {height:100%;}
body {font:70%/1.35 verdana,arial,helvetica,sans-serif;}

h1 {font: 1em/1.5 verdana, geneva, arial, sans-serif; color:#313131;} 
h2, h3, h4, h5, h6 {font: bold 1em/1.5 verdana, geneva, arial, sans-serif; color:#313131;}
h1 {font-size: 2.2em; line-height: 1.2; margin: 79px 15px 7px 0; padding:20px 15px 0 0;}
h2 {font-size: 2.1em; margin: 0 15px;}	
h3 {font-size: 1.2em; margin: 7px 0;}
h4 {font-size:1em;}
h5 {font-size:0.9em;}
h6 {font-size:0.8em;}
img { border: 0; padding-left:0; margin-left:0;}
p {margin: 10px 0;}
a {color:#000;text-decoration:none;}
ul, ol {padding: 10px 15px 20px 30px;}
dl {margin: 0;padding-top: 10px;}
dt {font-weight: bold;float: left; clear: left;width: 8em;}
dd {margin: 0 0 0 9em;padding: 0 0 0.5em 0;}
blockquote {margin:1em 75px;padding:0 20px;border-left:5px solid #0071bc;line-height:1.5em;}
/*---   end css reset   ---*/



body {
	background-image: url(images/sprite_3.png); 
	background-repeat: repeat-x;
	background-position: 0 -1152px;
	background-color: #c67f31;
	height: 100%;
}
	
.page {
	position:relative;
	margin:0 auto;
	padding:0;
	width:900px;
	height:auto;
}

.header {
	margin:0 auto;
	position:relative;
}

.logo {
	margin-top:3px;
	float:left;
	
}
.logo a {margin-left:50px;display:inline;}

h1 {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00467f;
	margin: 120px 89px 0 0;
	padding:0;
	display:inline;
}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #00467f;
	border-color: #d0c69a;
	border-style: solid;
	border-width: 0 0 2px;
	padding: 20px 0 5px 0;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#a84d0f;
	text-align:center;
	padding-top: 0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#a84d0f;
	text-align:left;
	margin-top:0;
	padding:0;
}

a {
	color:#a84d0f;
	text-decoration: underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}

a:hover {
	color:#5B2600;
}


p {
	margin:15px;
	color:#00233F;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}


ul {
	color:#00233F;
	font-size: 12px;
}

li {
	padding-bottom:5px;
}
.logo_wrapper {
	height:178px;
	}
.nav_list {
	padding:0;
	list-style:none;
	float:right;
	width:643px;
	background: transparent url(images/nav_item_border.png) top right no-repeat;
	}
.nav_list li {
	float:left;
	padding:0;
	background: transparent url(images/nav_item_border.png) 0 0 no-repeat;
	}

.nav_list a {
	display:block;
	font: bold 15px/1.35 Arial, Helvetica, sans-serif;
	width:107px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	}
	
.nav_list a:hover {
	background: transparent url(images/nav_hover.png) 0 0 repeat-x;
	}
	
.nav_list a.current {
	background: transparent url(images/nav_hover.png) 0 0 repeat-x;
	color:#fff;
	}


.mar_top {margin-top:6px;}
.mar_bot {margin-bottom:6px;}

.container {
	display:block; 
	width:900px;
	height:auto;
	background:#f3f0e7;
	float:left;
	margin: 0 auto;
	padding:0;
}

.content{
	width:644px;
	height:546px;
	float:right;
	margin:0;
	padding:0;
	background:url(images/sprite_3.png);
	background-position: 0 -606px;
	background-repeat:repeat-y;
	}



.footer{
	width:900px;
	height:96px;
	position:relative;
	margin:30px auto 0 auto;
	padding:0;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	float:left;
	clear:both;
}


.footer a{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
	margin:0;
}

.footer a:hover{
	color:#5B2600;
}

.footer ul{
	margin:0 65px 0 5px;
	position:relative;
	float:left;
	list-style:none;
	list-style-image:none;
	border: solid;
	border-color:#FFF;
	border-width:0 0 0 1px;
	padding-left:5px;
	padding-bottom:0;
	}

.footer li{
	color:#FFF;
	font-size:11px;
	padding-left:15px;
	padding-bottom:6px;
}


.footer_text ul{
	display:inline;
	margin-left:105px;
	padding-bottom:9px;
	
}

.small_logo {
	float:right;
	display:inline;
	margin: 25px 0 0 100px;
	padding:0;
}

/*Home*/

.side_nav {
	background: url(images/sprite_3.png);
	background-position: 0 0;
	background-repeat:repeat-x;
	width:256px;
	height:546px;
	margin:0px 18px 0px 0px;
	padding:0;
	color: #00467f;
}

.side_nav ul {
	padding-bottom:10px;
	padding-left:30px;
	font-weight:bold;
	margin-left:0;
}

.side_nav li {
	padding-bottom:10px;
	color:#00467f;
	font-weight:bold;
	}

.side_nav a{
	color:#00467f;
	text-decoration:none;
	font-weight:bold;
}

.side_nav a:hover{
	color:#1479CB;
	text-decoration:none;
	font-weight:bold;
}

#side_nav_link a{
	font-size:14px;
	padding-left: 15px;
	padding-bottom: 0;
	color: #a84d0f;
	text-decoration:underline;
	font-weight:bold;
}

#side_nav_link a:hover{
	color: #5B2600;
	}

.testimonial {
	color:#00233F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 34px 15px 5px 15px;
}

.testimonial_credit {
	font-size:11px;
	text-align:right;
	color:#00233F;
	font-style:italic;
	padding: 10px 0 0 15px;
	
}

#home_shadow {
	background:url(images/sprite_3.png);
	background-position: 0px -597px;
	background-repeat:repeat-x;
	width:630px;
	height:5px;
	display:inline;
	color:#00233F;
	margin-left:7px;
	float:left;
	padding-left:7px;
	
}

.home_content {
	display:inline;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#00233F;
	margin: -1px 23px 0 23px;
	float:left;
}

.home_container {
	display:block; 
	width:900px;
	height:auto;
	background:#f3f0e7; 
	float:left;
	margin: 0 auto;
	padding:0;
}

.slideshow {  
    width:   572px;  
    height:  327px;  
    padding:0 0 10px 0;  
    margin:  25px 0 15px 0;  
} 
 
 .slideshow img {  
    padding: 0;  
    border:  1px solid #000;  
    width:  570px; 
    height: 325px; 
    top:  0; 
    left: 0 
}

#home_text p {
	padding:0;
	margin:0;
}

.home_corners {
	float:left;
	margin: 0 auto;
}

/*Pages*/
	
.page_corners{
	float:left;
	margin-left:auto;
}

.box_top {
	float:left;
	padding:0 0 0 14px;
	opacity:.7;
	filter:alpha(opacity=70);
	z-index:20;
}

#box_bottom {
	float:left;
	padding:0 0 0 14px;
	opacity: .7;
	filter:alpha (opacity=70);
}

/* Services, Clients, About */

.page_content{
	height:642px; 
	margin:10px 0 10px 0;
	padding:0;
	background-image: url(images/background_logo.gif);
	background-repeat:no-repeat; 
	background-position:right;
}

.box {
	float:left;
	width:279px;
	min-height:480px; 
	background:#e9e3c9;
	opacity: .7;
	filter:alpha(opacity=70);	
	margin: 0 0 0 15px;
	position:relative;
	z-index:0;
}

p.example { margin-top: 0; margin-bottom: 0}

/*Portfolio*/

.portfolio_container {
	display:block; 
	width:900px;
	height:auto;
	background:#f3f0e7; 
	float:left;
	margin: 0 auto;
	padding:0;
}

.portfolio_nav {
	width:256px;
	height:auto;
	margin:0 0 0 0;
	padding-right:0;
	padding-left:15px;
	padding-bottom:20px;
	font-size:14px;
	color: #00467f;
	
}

.portfolio_nav ul{
	list-style:none;
	padding-left:0;
	padding-top:15px;
}


.portfolio_content{
	width:600px;
	height:auto;
	float:right;
	margin:20px 0;
	padding:0;
	
	}

.filter ul, {
	margin: 10px 0 10px 0;
	padding-left:0;
}

.filter li{
	color:#00467f;
	display:inline;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-right:8px;
	padding-left:0;
}
a.filter-link:link, a.filter-link:visited {
	color: #00467f;
	font-weight:bold; 
	border-style: none;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

a.filter-link:hover {
	color:#00467f;
	border-bottom-style:solid;
	border-width:0 0 2px 0;
	border-color: #a84d0f;
	text-decoration:none;
	}
	
a.filter-current:link, a.filter-current:visited, a.filter-current:hover, a.filter-current:active {
	color:#00467f;
	border-bottom-style:solid;
	border-width:0 0 2px 0;
	border-color: #a84d0f;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

img.portfolio {
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-bottom: 20px;
}

a.project  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	margin: 20px 0 0 0;
	}

.portfolio_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#00233F;
	padding: 5px 50px 0 0;
}

.quote {
	margin-top:40px;
	text-align:right;
	color:#a84d0f;
}

.quote_credit{
	font-size:11px;
	text-align:right;
	color:#a84d0f;
	font-style:italic;
	padding: 10px 0 0 15px;
}

.port_footer{
	width:900px;
	height:96px;
	margin:0 auto;
	padding-top:36px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	position:relative;
	clear:both;
	float:left;
	display:block;
}


/*Contact*/

.contact_container {
	display:block; 
	width:900px;
	height:auto;
	background:#f3f0e7;
	float:left;
	margin: 0 auto;
	padding:0;
}
.contact_content h3 {
	text-align:left;
	padding-left:15px;
	display:inline;
}

.contact_content p{
	display:inline;
}

/*
.contact_content a{
	color:#000;
}

.contact_content a:hover{
	color:#5B2600;
}
*/
.map {
	margin:15px 0 20px 15px;
	padding-bottom:20px;
}

.contact_corners{
	float:left;
	margin-left:61px;
}

#page_content{
	height:642px;
	margin:10px 0 30px 0;
	padding:0 0 30px 0;
	background-image:url(images/background_logo.gif);
	background-repeat:no-repeat; 
	background-position:right;
}

.portfolio_thumb a {
	float:left;
	text-decoration:none;
	position:relative;
	margin-right:5px;
	}
	
.portfolio_thumb span {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	color:#a84d0f;
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.fade {
	opacity:.85;
	filter: alpha(opacity = 85);
	width:115px;height:115px;
	background-color:#f4f0dd;    
}