@charset "UTF-8";
/* CSS Document */
body {
	background-color: #d3ccbd;
	background-image: url(images/bg_subpage_sliver.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header_wrap {
	background-image: url(images/bg_subpage_large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height:200px;
	
}
#content {
	text-align:left;
}
#contact_button {
	background-image: url(images/contact_us_btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 71px;
	width: 193px;	
	text-indent:-9999px;
	outline:none;
	margin-top:45px;
	float:right;
	margin-right:10px;
	cursor:pointer;
}

#content.narrowcolumn {
	
	width: 700px !important;
	float: left;

	
}


div#header_wrap div#body_wrap div#content div#sidebar {
	width: 150px ;
	float: right;

}
#content.portfolionarrow {
	width: 600px !important;	
}
#sidebar_wide {
	width: 320px;
	float: right;
}
#sidebar_wide div {
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #555555;
}

#sidebar ul {
	list-style-type: none;

}
#sidebar ul li {
	list-style-type: none;


}
#sidebar ul li.categories ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 0px;
	padding: 0px;
}
#sidebar ul li.categories ul li.cat-item {
	margin-bottom: 8px;
	list-style-type: none;
	width: 125px;


}

#sidebar ul li.categories ul li.cat-item ul.children {

	margin: 0px;
}
#sidebar ul li.categories ul li.cat-item ul.children li  {
	color: #fff;
	background: #242120;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	width: 125px;
	padding:8px 4px 8px 7px;
	margin: 0px;
	margin-bottom: 8px;
	list-style-type: none;
	font-size: 11px;
}
#sidebar ul li.categories ul li.cat-item ul.children li a {

	color: #fff;
	
}

/* Typography */

/*
colors:
#747e91 <-- Blue Grey
#0092cf <-- bright blue

*/

a {
	text-decoration:none;
	color:#0092cf;
}
a {
	text-decoration:underline;
	color:#0092cf;
}
#content div.post div.entry p {
	font-size:1.2em;
	color: #666;

}
#content h1 {
 	
	color:#0092cf;
	

}
#content h2 {
 color:#000000;
}

#content h3 {
 color:#000000;
}

#content h4 {
 color:#000000;
}
#header_left h2 {
	font-size:2.3em;
	color:#747e91;
	font-weight:normal;
	float:right;
	margin-top:25px;
}
#header_left h2 strong {
	font-weight:bold;
}
#header_left p {
	color:#747e91;
}
h2#subheading_home {
	color:#3a6980;
	font-size:2.1em;
	letter-spacing: -1px;
	font-weight:normal;
}
#subheading_home strong {
	font-weight:bold;
}

.heading_white_30{
	color:#fff;
	font-weight:normal;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.dark_blue_26 {
	font-weight:bold;
	color:#0f3242;
	font-size:2.4em;
	line-height:1.0em;
}
.gray_helvetica_19 {
	font-weight:bold;
	font-size:1.9em;
	color:#c5c5c4;
	letter-spacing:-1px;
	
}
.helvetica_bold_25 {
	font-size:2.5em;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
}
.heading_white_55_bold {
	font-size:5.5em;
	font-weight:bold;
	color:#fff;
	letter-spacing:-2px;
	float:right;
}
#content h2 {
	margin:12px 0 4px 0px;
	color:#fff;
	font-size:2.2em;
	font-weight:bold;
}

#content p {
	margin:5px 0 5px 0px;
	
	color: #666;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.4em;
}


/* Navigation */
#navigation_bar {
	margin:5px 0px;
	float:right;
	
	
}
#navigation_bar ul {
	list-style:none;
	width:485px;
}

#navigation_bar ul li {
	float:left;
	margin-right:0px;

}


#overview_btn {
	background-image: url(images/btn_overview.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#overview_btn:hover {
	background-position:left -48px;
}
#portfolio_btn {
	background-image: url(images/btn_portfolio.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#portfolio_btn:hover {
	background-position:left -48px;
}
#services_btn {
	background-image: url(images/btn_services.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#services_btn:hover {
	background-position:left -48px;
}

#contact_btn {
	background-image: url(images/btn_contact.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#contact_btn:hover {
	background-position:left -48px;
}
#home_btn.current {
	background-position:left -24px;
}
#overview_btn.current {
	background-position:left -24px;
}
#portfolio_btn.current {
	background-position:left -24px;
}
#services_btn.current {
	background-position:left -24px;
}
#contact_btn.current {
	background-position:left -24px;
}

a.portfolio_bg {
	display: block;
	background: url(images/portfolio_crop_bg.png) no-repeat;
	width:600px;
	height:245px;
	padding: 20px;
}
img.portfolio-pic {
	background: #ffffff;
	border: 1px solid #d3ccbd;
	padding: 10px;
	margin: 5px;
	display: block;
	float: left;
}


/**** Columns ****/
.column_25_5_left {
	
	width: 25%;
	padding-right: 5%;
	float: left;
}
.column_40_5_right {
	
	width: 40%;
	padding-right: 0;
	float: right;
}
.dotted_line {
	display: block;
	
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px #b3b6c1 dotted;
}

