/* Reset CSS */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Business Template Styles */

body, #bg {
	color: #484747;
	background: url(../images/bg_pattern.gif) repeat;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #0462bb;
}

p {
	margin-bottom: 10px;
}

p.small {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 20px;
}

p.no-space {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 15px;
}

p.space {
	margin-bottom: 30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



#left-side h1 {
	font-size: 36px;
	font-weight: 300;
	color: #0462bb;
	display: block;
	margin: 5px 0 18px 0;
}

#container {
	background: url(../images/bg_repeat.gif) repeat-x;
	min-height: 780px;
}

#center {
	width: 950px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#nav {
	margin: -7px 0 -10px 0;
	height: 70px;
}

#nav ul {
	list-style: none;
	padding: 0 0 0 2px;
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin-right: 5px;
}

#nav ul li a {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	color: #fff;
	display: block;
	height: 65px;
	padding: 0 7px 0 7px;
}

#nav ul li a.current {
	color: #ffb400;
}

#nav ul li a:hover {
	background: url(../images/highlight.png) no-repeat center;
}

#body {
	background: url(../images/main_content.gif) repeat-y;
	overflow: hidden;
	width: 100%;
}

#body #top {
	background: url(../images/main_top.png) no-repeat;
	height: 128px;
	margin-bottom: -128px;
}

#bottom {
	background: url(../images/main_bottom.png) no-repeat;
	height: 7px;
	margin-top: 0;
}

#left-side {
	margin: 15px 20px 20px 20px;
	margin-bottom: 0;
	min-height: 410px;
	width: 500px;
}

#left-side.bubble {
	background: url(../images/bubble.png) no-repeat;
	width: 600px;
}

#left-side.sub {
	padding: 25px 0 0 20px;
}

#bubble-text {
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	color: #0462bb;
	padding: 30px 0 0 23px;
	width: 370px;
	height: 150px;
}

#front-excerpt {
	width: 390px;
	font-weight: 300;
	font-size: 17px;
	margin: 20px 0 0 23px;
	padding: 0;
	color: #484747;
}

a.tour-button {
	background: url(../images/tour_button.png) no-repeat;
	text-indent: -9999px;
	width: 232px;
	height: 97px;
	display: block;
	margin-top: 20px;
}

a.details {
	background: url(../images/button.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: -20px;
	width: 114px;
	height: 32px;
	margin-bottom: 20px;
	float: right;
}

#sidebar {
	float: right;
	width: 386px;
	position: absolute;
	top: 60px;
	right: 25px;
}

#slider {
	background: url(../images/building.png) no-repeat;
	height: 384px;
	width: 386px;
	position: relative;
	margin: 0 0 -100px 3px;
}

#panel-wrapper {
	width: 318px;
	overflow: hidden;
	margin: auto;
}

#panel-top {
	background: url(../images/sidebar_top.png) no-repeat;
	height: 50px;
	width: 318px;
	color: #636262;
	font-style: italic;
	font-size: 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#panel-top h1 {
	background: url(../images/bullet.png) no-repeat 12px 17px;
	padding-left: 35px;
	line-height: 50px;
}

#panel-content {
	width: 318px;
	background: url(../images/sidebar_repeat.png) repeat-y;
	overflow: hidden;
}

h2 {
	font-size: 18px;
	color: #0462bb;
	display: block;
	margin: 8px 0 12px 0;
}

#panel-content h2 {
	text-transform: uppercase;
}

#panel-bottom {
	width: 318px;
	height: 35px;
	background: url(../images/sidebar_bottom.png) no-repeat;
	margin-top: -20px;
}

.inner {
	background: url(../images/sidebar_shadow.png) no-repeat;
	padding: 20px 20px 0 23px;
	font-size: 14px;
	color: #666;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 43px;
	padding-left: 20px;
	margin: 0 0 18px 0;
	line-height: 40px;
	color: #fff;
}

#footer a {
	color: #ffc000;
	display: block;
	float: right;
	margin-right: 30px;
}

#footer span {
	float: left;
	display: block;
	line-height: 50px !important;
	height: 43px;
}

.slash {
	float: left;
	display: block;
	height: 43px;
	width: 21px;
	background: url(../images/slash.gif) no-repeat;
	text-indent: -9999px !important;
	margin-right: 5px;
}

.sub-page {
	margin-top: 30px;
}

#main-description, #contactArea {
	font-size: 17px;
	font-weight: 300;
	color: #484747;
	overflow: hidden;
	margin-bottom: 20px;
}

.float-right {
	float: right;
	margin: 5px 20px 20px 40px ;
}

#columns {
	overflow: hidden;
	width: 520px;
}

.column {
	float: left;
	width: 240px;
	margin-right: 20px;
	font-size: 14px;
	color: #444;
}

#sidebar img.space {
	margin-bottom: 5px;
}

.caption {
	float: right;
	width: 300px;
}

.extra-space {
	margin-top: 15px;
}

.no-space {
	margin-bottom: 15px !important;
}

ul#services {
	font-size: 14px;
	line-height: 16px;
	margin-top: 30px;
}

ul#services li {
	float: left;
	margin-right: 30px;
	width: 220px;
	margin-bottom: 15px;
	color: #205786;
}

ul#services li a {
	color: #205786;
}

.full {
	display: block;
	margin: -20px 0 20px -25px;
}

label {
	color: #3d3e3e;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input, .textarea {
	background: #ededed;
	border: 0;
	border-top: solid 1px #bfbfbf;
	border-left: solid 1px #bfbfbf;
	display: block;
	height: 21px;
	width: 209px;
	padding: 5px;
	line-height: 18px;
	font-family: Arial;
	font-size: 14px;
	color: #444;
}

.textarea {
	width: 230px;
	height: 191px;
}

#form-left {
	float: left;
	width: 220px;
}

#form-right {
	float: right;
}

#submit {
	height: 32px;
	width: 104px;
	background: url(../images/submit.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	margin-top: 5px;
}

#clients-panel {
	width: 518px;
	height: 289px;
	background: url(../images/clients_panel.png) no-repeat;
	position: relative;
}

#clients-panel2 {
	width: 880px;
	margin: 30px 0 0 30px;
	height: 289px;
	background: url(../images/clients_panel2.png) no-repeat;
	position: relative;
}

#homePage #clients-panel2 {
	margin: 0px 0 0 30px !important;
}
a#clients_next, a#clients_prev {
	text-indent: -9999px;
	height: 38px;
	width: 24px;
	display: block;
	position: absolute;
}

a#clients_prev {
	top: 65px;
	left: 0;
}

a#clients_next {
	top: 65px;
	right: 0;
}

ul#clients-container {
	position: absolute;
	width: 440px;
	height: 152px;
	left: 24px;
	overflow: hidden;
}

ul#clients-container li {
	float: left;
	margin-top: 24px;
	margin-right: 20px;
	cursor: default !important;
	border: 0;
}

ul#clients-container li img {
	border: 1px solid #111;
}
#carousel {
	position: absolute;
	width: 440px;
	top: 0px;
	left: 24px !important;
	overflow: hidden !important;
	margin-left: 30px;
}

#carousel2 {
	position: absolute;
	width: 880px;
	top: 0px;
	left: 24px !important;
	overflow: hidden !important;
	margin: 50px 0 0 10px;
}

#homePage #carousel2 {
	margin: 10px 0 0 10px !important;
}

#carousel2 ul#clients-container li {
margin: 23px 20px 0 20px;
}

#leftFeature h2, #services h2, h2.bio {
font-weight: 600;
}

#leftFeature h2 em, #services h2 em, h2.bio em {
display: block;
font-weight: 300;
font-size: 15px;
color: #84A1BA;
}

#leftFeature h2 strong, #services h2 strong, h2.bio strong {
display: block;
font-weight: 300;
font-size: 15px;
font-style: italic;
color: #84A1BA;
}


#leftFeature img, #services img {
border: 2px solid #465A6A;
}

#leftFeature {
float: left;
width: 187px;
padding: 15px 0 0 0;
}

#partsPage #leftFeature {
float: left;
width: 265px;
padding: 15px 0 0 0;
}


#bottomLink {
padding: 15px 0 0 0;
}

#rightFeature {
margin: 22px 0 0 0;
}

#bottomImg {
padding: 9px 16px 10px 15px;
}
#bottomImg p {
float: left;
padding: 0 15px 0 15px;
}

#bottomImg p img {
border: 2px solid #465A6A;
}

#partsPeople {
clear: both;
float: none;
}

#partsPeople ul#services li {
padding-left: 64px;
}

#partsPage #bottomImg {
padding: 0 0 0 26px !important;
}
#partsPage #bottomImg img {
margin-bottom: 15px;
}

iframe {
display: block;
margin: 30px auto 0 auto;
width: 899px;
}

#linkTable td {
font-weight: 300;
font-size: 15px;
}
#linkTable a {
font-weight: 600;
}

#linkTable td {
 padding: 8px 0 8px 0;
 border-bottom: 1px solid #bbb;
}

.clear {
clear: both;
width: 100%;
float: none;
display: block;
height: 1px;
overflow: hidden;
}

.contactInfo strong {
position: absolute;
display: block;
padding: 0;
margin: 0;
}

.contactInfo samp {
margin: 0 0 10px 0;
display: block;
padding: 0 0 0 130px;
position: relative;
font-family: Arial;
}


#header {
	width: 949px;
	height: 171px;
	margin-top: 37px;
	background: url(../images/header.png) no-repeat;
	overflow: hidden;
}

#logo {
	margin: 15px 0 0 25px;
	display: block;
	width: 530px;
	height: 130px;
}

#header strong {
display: block;
color: #B5001C;
font-size: 26px;
padding: 20px 0 0 165px;
}

#header em {
display: block;
color: #B5001C;
font-weight: 600;
font-size: 15px;
padding: 16px 0 0 170px;
}


body {
visibility: hidden;
}

.padB {
display: block;
margin: 0;
padding: 0 0 8px 0;
}

h2.linksH2 {
 font-weight: 600;
 font-size: 24px;
 margin: 10px 0 15px 0;
}

hr.dev {
 border: 1px solid transparent;
 height: 0px;
 padding: 4px 0 2px 0;
 margin: 4px 1% 10px 1%;
 text-align: center;
 display: inline-block;
 border-bottom: 1px dashed #3073A5;
 clear: both;
 width: 100%;
}

#widePage {
width: 900px;
padding: 0;
margin: 0;
}

#widePage h1 {
	font-size: 36px;
	font-weight: 300;
	color: #0462bb;
	display: block;
	text-align: left;
	float: none;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

#usedE {
width: 900px;
}


.center {
text-align: center;
margin: auto;
}

.c2 {
margin-left: 80px !important;
}