﻿/* === RESET === */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* === PRIMARY === */
body {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	background: #000000 url('../images/bg_blue.jpg') no-repeat center top;
	line-height: 1.4;
	font-size: 62.5%;
	}
#page-wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
*:first-child+html .clearfix {
	zoom: 1;
	} /* IE7 */
.clear {
	clear: both;
	}
a {
	text-decoration: none;
	color: #000;
	}
a:hover {
text-decoration: none;
color: #3800FC;
}

/* === HEADER & NAV === */
#header {
	margin: 0 0 0 0;
	}
#header h1 {
	text-indent: -9999px;
	}
#nav-container {
	position: relative;
	margin: 180px 0 0 30px;
	width: 960px;
	letter-spacing: 1px;
	height: 40px;	
	font-size: 1.6em;
	}
#nav-container a:link,
#nav-container a:visited,
#nav-container a:active {
	color: #FFF;
	}
#nav-container a:hover {
	color: #FF3;
	}
span#local-num {
	color: #fff;
	font-size: 20px;
	position: absolute; top: -78px; right: 200px;
}	
.nav_button_l {
	background-image: url('../images/navigation/nav_l_gray.png');
	position: relative;
	margin-left: -20px;
	width: 21px;
	height: 42px;
	float: left;
	z-index: -100;
	}
.nav_button_c {
	background: url('../images/navigation/nav_c_gray.png') repeat-x;	
	float: left;
	height: 40px;
	_height: 0;/* IE6 */
	line-height: 40px;
	}
.nav_button_r {
	background-image: url('../images/navigation/nav_r_gray.png');
	width: 59px;
	height: 42px;
	float: left;
	}
#social-1 {
	position: absolute;
	top: 7px;
	right: 93px;
	}
#social-2 {
	position: absolute;
	top: 7px;
	right: 61px;
	}
#social-3 {
	position: absolute;
	top: 7px;
	right: 29px;
	}

/* === SIDEBAR === */
#sidebar {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	}
.info-box {
	padding: 0 10px 10px 0;
	margin: 20px 0;
	height: 100%;
	}
.info-box a:link,
.info-box a:active,
.info-box a:visited {
	color: #000;
	}
.info-box a:hover {
	color: #8c8c8c;
	}
.info-box ul {
	margin: 0 15px;
	font-size: 18px;
	}
.info-box h2 {
	font-size: 22px; color: #000;
	margin: 0 0 15px 0; padding: 0 0 10px 20px;
	background: url('../images/sidebar/gradient_line.jpg') no-repeat center bottom;
}
#preview1 {
	padding-left: 15px;
	height: 100%;
	}
.services ul li {
	font-size: 13px;
	position: relative;
	margin: 0 0 14px 40px;
	}
li.sidebar_sub {
	margin-left: 0px\9 !important;/* IE8 & Below */
	}	
img.services-icon {
	position: absolute; top: -8px; left: -41px;
	}
#video-portfolio ul li {
	font-size: 13px;
	position: relative;
	margin: 0 0 10px 40px;
	}
#locations {
	width: 250px; 
	margin: 0 0 20px 15px; padding: 15px; padding-bottom: 0px\9; /* IE8 & Below */ 
	font-size: 13px;
	}
#locations h2 {
	font-size: 22px; color: #000;
	margin: 0 0 15px 0; padding: 0 0 10px 10px;
	background: url('../images/sidebar/gradient_line.jpg') no-repeat center bottom;
}
.locations {
	float: left;
	}
.locations li {
	margin-bottom: 10px;
	}
.phone-numbers {
	float: right;
	}
.phone-numbers li {
	margin-bottom: 10px;
	}

/* === MAIN CONTENT === */
img#main-top {
	position: absolute; top: -9px; left: 0;
	width: 960px; height: 9px;
	}
img#main-bottom {
	position: absolute; bottom: -8px; left: 0;
	width: 960px; height: 9px;
	}
#content-container {
	background: #fff;
	margin: 9px 0 0 0; padding-bottom: 15px;
	_margin: 7px 0 0 0;/* IE6 */	
	position: relative;
	color: #000;
	}
.main-content {
	position: relative;
	border: 1px solid #8d8b8b;
	margin: 15px 25px 10px 0; padding: 15px;
	_margin-right: 25px;
	width: 561px;
	float: right;
	}
.content_box {
	position: relative;
	border: 1px solid #8d8b8b;
	background: #f8f7f7;	
	}
.content_text {
	margin: 15px 25px 5px 0; padding: 15px;
	width: 561px;
	float: right;
	font-size: 12px;
	}
.tl {
	width: 11px; height: 11px;
	background: url('../images/tl.gif') no-repeat;
	position: absolute; top: -1px; left: -1px;
	_display: none;/* IE6 */
	}
.tr {
	width: 11px; height: 11px;
	background: url('../images/tr.gif') no-repeat;
	position: absolute; top: -1px; right: -1px;	
	_display: none;/* IE6 */
	}
.bl {
	width: 11px; height: 11px;
	background: url('../images/bl.gif') no-repeat;
	position: absolute; bottom: -1px; left: -1px;
	_display: none;/* IE6 */	
	}
.br {
	width: 11px; height: 11px;
	background: url('../images/br.gif') no-repeat;
	position: absolute; bottom: -1px; right: -1px;
	_display: none;/* IE6 */	
	}
.tl_thumb {
	width: 11px; height: 11px;
	background: url('../images/tl_thumb.gif') no-repeat;
	position: absolute; top: -1px; left: -1px;
	_display: none;/* IE6 */	
	}
.tr_thumb {
	width: 11px; height: 11px;
	background: url('../images/tr_thumb.gif') no-repeat;
	position: absolute; top: -1px; right: -1px;
	_display: none;/* IE6 */
	}
.bl_thumb {
	width: 11px; height: 11px;
	background: url('../images/bl_thumb.gif') no-repeat;
	position: absolute; bottom: -1px; left: -1px;
	_display: none;/* IE6 */	
	}
.br_thumb {
	width: 11px; height: 11px;
	background: url('../images/br_thumb.gif') no-repeat;
	position: absolute; bottom: -1px; right: -1px;
	_display: none;/* IE6 */	
	}	
.content_box h2 {
	font-size: 16px; color: #000;
	margin: 0 0 15px 0; padding: 0 0 10px 30px;
	background: url('../images/sidebar/gradient_line.jpg') no-repeat left bottom;
}	
.thumbnail-header img {
	float: left;
	margin: 15px 0 15px -5px;
	}
.thumbnail-header h3 {
	float: left;
	margin: 28px 0 0 10px;
	font-size: 18px;
	}
.thumbnail-container {
	clear: both;
	}
.thumbnail-row1 {
	*margin-bottom: 15px;
	}/* IE7 */
.thumbnail-row2 {
	*margin-bottom: 15px;
	}/* IE7 */
.thumbnail {
	width: 175px;
	float: left;
	margin: 0 15px 15px 0;
	}
.thumbnail img {
	width: 149px; height: 84px;
	margin: 13px 13px 5px 13px;
	}
.no-margin {
	margin: 0;
	}
.thumbnail a {
	display: block;
	font-size: 13px; text-align: center;
	margin: 0 0 11px 0;
	}
.thumbnail a:link,
.thumbnail a:visited,
.thumbnail a:active {
	color: #000;
	}
.thumbnail a:hover {
	color: #8c8c8c;
	}
.box_heading {
	display: block;
	clear: both;
	font-size: 18px;
	margin: 0 0 -10px 0;
	}
.box_list_left {
	float: left;
	}
.box_list_right {
	margin-left: 40px;
	float: left;
	}
.video_list	{
	position: relative;	
	height: 140px;
	}
#video_title {
	font-size: 16px;
	margin: 5px 0 17px 0;
	}
#video_description {
	margin: 15px 0 0 0;
	font-size: 12px;
	text-align: justify;
	}
.img_center {
	position: absolute; top:50%;
	height: 84px;
	margin-top: -42px;
	}
.desc_center {
	position: absolute; top:50%; left: 180px;
	margin-top: -60px;
	height: 120px;	
	width: 395px;
	}	
.video_list img {
	width: 150px; height: 84px;
	float: left;	
	}
.video_list a:hover {
	color: #8c8c8c;
	}
.video_list_title {
	margin: 15px 0;
	font-size: 16px;
	width: 400px;
	}
.list_desc {	
	margin-top: 10px;
	width: 390px;
	text-align: justify;
	font-size: 12px;
	}
.photo_desc {
	margin-top: -5px;
	float: right;
	width: 390px;
	text-align: justify;
	font-size: 12px;
	}
.read_more {
	background: url('../images/next.png') no-repeat center bottom;
	display: block;
	width: 26px; height: 26px;
	position: absolute;	bottom: 6px; left: 552px;
	text-indent: -9999px;
	}
.read_more:hover {	
	background-position: top center;
	}
#title {
	font-size: 16px;
	}
.main-content input, .main-content select, .main-content textarea {
	border-bottom: 1px solid #e1dfdf;
	border-left: 1px solid #e1dfdf;
	border-right: 1px solid #e1dfdf;
	border-top: 1px solid #898787;
	margin-bottom: 10px; padding: 3px;
	}
.main-content form label {
	margin: 0 20px 10px 0;
	font-size: 14px;
	width: 80px;
	text-align: right;
	float: left;
	}
.required {
	color: red;
	}
.main-content select {
	text-align: left;
	margin-bottom: -3px;
	}
.main-content p {
	font-size: 12px;
	}
select#newsletter_subscribe {
	margin-bottom: 7px;
	}
input#submit {
	border: 1px solid #898787;
	margin: 5px 0 0 100px;
	}
div.left_col {
	float: left !important;
	width: 251px !important;
	margin-left: 31px !important;
	}
div.right_col {
	float: right !important;
	width: 250px !important;
	margin-left: 0px !important;
	}
div.right_col p, div.left_col p  {
	font-size: 12px;
	margin-bottom: 15px;
	}
div.right_col span {
	font-weight: bold;
	}
.img_resize {
    width: 561px;
    height : auto;
    }
.next_page {
	position: relative;
	border: 1px solid #8d8b8b;
	margin: 15px 25px 10px 0; padding: 10px;
	_margin-right: 25px;
	width: 115px;
	clear: both;
	float: right;
	font-size: 14px;	
	}
.next_page a {	
	background: url('../images/next.png') no-repeat center bottom;
	display: block;
	width: 26px; height: 26px;
	position: absolute;	bottom: 7px; right: 7px;
	text-indent: -9999px;
	}
.next_page a:hover {		
	background-position: top center;
	}
.fb_like {
	float: right;
	}
.fb_like_portfolio {
	position: absolute; top: 24px; right: 16px;
	}
	
/* === FOOTER === */
#footer {
	height: 30px;
	background: #8d8b8b;
	clear: both;
	padding-top: 20px;
	font-size: 11px; color: #fff;
	}
#footer ul {
	margin: 0 27px 0 -27px;
	float: left;
	}
#copyright {
	float: left;
	margin: 0 175px 0 30px;
	}
#footer ul li {
	display: inline;
	}
#footer a {
	color: #fff;
	}
#footer ul a {	
	margin: 0 10px;
	}
#footer a:hover {
	color: #50504e;
	}
.hide {
	display: none;
	}