@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/template_images/background.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border:none;
}
h2 {
	color: #CC0000;
	font-size: 20px;
	border-bottom:  solid 1px #333;
	letter-spacing: -1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right_column_content h2 {
    float:left;
	border:none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 span {
	color: #990000;
}
h2 a.heading  {
	border-top:1px solid #333333;
	display:block;
	font-size:12px;
	font-weight:normal;
}
#page_wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(../images/template_images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 930px;
}
#header #branding {
	height: 50px;
	width: 200px;
	padding-left: 30px;
	padding-top: 40px;
	float: left;
}
#license {
	margin-top: 10px;
	padding-right: 15px;
	float: right;
	color: #C50B15;
	font-size: xx-small;
}
#main_nav {
	float:left;
	padding-left:40px;
	padding-top:50px;
	width:600px;
}
#main_nav ul li a {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
}
#main_nav ul li a:hover {
	color: #FFF;
	background-color: #800F13;
}
#main_nav ul li.selected a {
	color: #FFF;
	background-color: #800F13;
}
.nav_horiz ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: left;
	display: block;
	width: 100%;
}
.nav_horiz ul li {
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
}
#slideshow {
	height: 240px;
	width: 930px;
	position: relative;
}
#slideshow #slide_mask_top {
	background-image: url(../images/template_images/slide_mask_top.png);
	height: 63px;
	width: 930px;
	position: absolute;
	top:0px;
	z-index:2;
}
#slideshow #slide_mask_btm {
	background-image: url(../images/template_images/slide_mask_btm.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 930px;
	position: absolute;
	z-index:2;
	top: 210px;
}
#slideshow #slide {
width:930px;
height:240px;
position:absolute;
top:0px;
z-index:1;
}
#home_buttons {
	height: 154px;
	width: 930px;
}
#home_buttons div {
	float: left;
	height: 154px;
	width: 310px;
}
#home_buttons #dbr {
	background-image: url(../images/template_images/buttons/design-build_btn.jpg);
}
#home_buttons #radio {
	background-image: url(../images/template_images/buttons/radio_btn.jpg);
}
#home_buttons #consult {
	background-image: url(../images/template_images/buttons/request_consult_btn.jpg);
}
#home_buttons a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	width: 260px;
	height: 94px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#home_buttons a p {
	padding: 0px;
	display: block;
	width: 200px;
	margin: 0px;
}
#content_wrapper {
	width: 930px;
	background-image: url(../images/template_images/right_column.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#left_column {
	width: 189px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#main_content {
	float: left;
	width: 405px;
	min-height: 400px;
	padding: 40px 20px;
	text-align: justify;
	line-height: 18px;
	overflow:hidden;
}
#main_content a {
	color: #CC0000;
	text-decoration: none;
}
#main_content a:hover {
	text-decoration: underline;
}
#right_column {
	float: left;
	width: 265px;
	height: 600px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#right_column_outer {
	float: left;
	margin:0px;
	width: 265px;
	background-image: url(../images/template_images/right_column.jpg);
	background-repeat: repeat-y;
}
#right_column_inner {
	float:left;
	background-image: url(../images/template_images/right_column_inner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_column_content {
	float:left;
	min-height: 600px;
	width: 265px;
	margin:0px;
	padding-bottom:40px;
}
#right_column_content #quote_req {
	height: 152px;
	width: 265px;
	float: left;
}
#right_column_content #quote_req a {
	display: block;
	height: 152px;
	width: 265px;
}
#right_column_content #newsletter {
	float: left;
	width: 215px;
	color: #999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#right_column_content .ditto_tpl {
	float: left;
	width: 215px;
	color: #999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#right_column_content .ditto_tpl span.more_link a {
	display:block;
	float:right;
	margin-top:5px;
	color:#CC0000;
	font-size:11px;
	text-decoration:none;
}
#right_column_content .ditto_tpl span.more_link a:hover, .ditto_tpl a.more:hover {
	font-style: italic;
}
.ditto_tpl a.more  {
	display:block;
	float:right;
	margin-top:10px;
	color:#CC0000;
	font-size:11px;
	text-decoration:none;
}
.ditto_tpl p {
	font-style: italic;
}
#right_column_content .ditto_tpl h3 {
	margin: 0px 0px 5px 0px;
}
#right_column_content #awards {
	float: left;
	width: 215px;
	height:195px;
	text-align:center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#awards img {
	padding-left:30px;
}
#right_column_content p {
	display: block;
	float: left;
	margin: 0px;
	padding:0px;
}
#right_column_content #case_studies {
	float: left;
	width: 215px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#footer {
	height: 60px;
	width: 900px;
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-right: 15px;
	padding-left: 15px;
}
#foot_nav {
	width: 600px;
	float: left;
	padding-top: 10px;
}
#foot_nav a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#foot_nav a:hover {
	text-decoration: underline;
}
.copyright {
	color: #333;
	font-size: 10px;
	display: block;
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	margin: 0px;
}
#associations {
	width: 295px;
	float: right;
	height: 60px;
	text-align: right;
}
div.nav_vert {
	padding-bottom: 40px;
}
.nav_vert ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.nav_vert ul li {
	display: block;
	padding-left: 10px;
}
.nav_vert ul li a {
	display: block;
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #900;
	text-decoration: none;
	background-image: url(../images/template_images/nav_arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width:154px;
}
.nav_vert ul li a:hover {
	background-image: url(../images/template_images/nav_arrow.jpg);
}
.nav_vert ul li.selected a {
	background-image: url(../images/template_images/nav_arrow.jpg);
}
#main_nav ul l.selectedi a {
	color: #FFF;
	background-color: #800F13;
}
#cform {
	margin-left: 45px;
}
/*-------GALLERY-------*/
#gallery {
	float: left;
	width: 635px;
	height:800px;
	position: relative;
}

.catThumbs {
	width:635px;
	text-align:center;
	min-height:150px;
	float:left;
	padding: 0px;
}
.catThumbs img {
	background:transparent none repeat scroll 0;
	border:10px solid #660000;
	padding:0;
	margin: 0;
}
#album_thumb {
	float: left;
	text-align: center;
	width: 150px;
	padding: 30px;
}
#album_thumb a {
	color: #000;
	text-decoration: none;
}
#album_thumb a:hover {
	text-decoration: none;
}
#album_thumb a img:hover {
	text-decoration: none;
}
#albums {
	width: 635px;
	float: left;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
	padding:0;
	list-style-type:none;
	width:320px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
}
/* make the list horizontal */
.gallery li {
	float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited, .gallery li a:hover {
	font-size:11px;
	float:left;
	text-decoration:none;
	color:#000;
	background:#fff;
	text-align:center;
	width:26px;
	height:26px;
	line-height:24px;
	border:1px solid #444;
	margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
	top:30px;
	visibility:hidden;
	border:0;
	position: absolute;
	left: -220px;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
	background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
	background:#444;
	color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
	visibility:visible;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/template_images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/template_images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/template_images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/template_images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*----------------Pagination------------------*/
.pages  {
	margin:10px 0;
	width:100%;
	height:40px;
}
.pages_info {
	display:block;
	margin: 0px;
	font-style: italic;
}
.pages .ditto_currentpage {
	display:block;
	float:left;
	border: 1px solid #990000;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #CC0000;
	color: #CCC;
} 
.pages .ditto_off {
	display:block;
	float:left;
	border: 1px solid #990000;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #999;
	background-color: #EDEAE3;
}
.pages a, .pages a:link, .pages a:visited {
	display:block;
	float:left;
	border: 1px solid #990000;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	background-color: #CCC;
} 
.pages a:hover {
	background-color: #CC0000;
	color: #CCC;
}