/*
RESET CSS  -BEGIN
*/

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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
RESET CSS  -BEGIN
*/

/*
DEFAULT WHITE RED CSS THEME -BEGIN
*/

body {
	color: #505050;
	background:#fff;	
}
a { /* links color */
	color:#3f3f3f;	
}
a:hover { /* links color for hover state */
	color:#b80707;	
}
/* start adding underscores for all links situated between paragraphs and footer-copyright class */
p a, .footer-copyright a {
	color:#7a7a7a;
	border-bottom:1px solid #9f9f9f;
}
p a:hover, .footer-copyright a:hover {
	color:#7a7a7a;	
	border-bottom:1px solid #b80707;
}
/* end - adding underscores for all links situated between paragraphs and footer-copyright class */
input, textarea {
	color:#b80707; /* text color for form inputs */
}
h1, h2 {
	color:#b80707; /* header 1 and 2 colors */
}
h3 {
	color:#666666; /* header 3 color */
}
h3 a {
	color:#3f3f3f; /* header 3 color with link */
}
h3 a:hover {
	color:#b80707; /* header 3 color with link, hover state */
}
.hs-desc h1 {
	color:#b80707;
}
#logo a {/* this is the actual logo */
	background:url(white_red/logo.png) no-repeat;
}
.search-input-bg { /* search input background */
	background:url(white_red/search_bg.gif) no-repeat left;
}
.ln-calendar {
	background:url(white_red/calendar_icon.gif) no-repeat;
}
/* start: these styles apply to form buttons */
.form-button {
	background:transparent url(white_red/bg_button_a.png) no-repeat top right;	
}
.form-button span {
	background:transparent url(white_red/bg_button_span.png) no-repeat;
}
.form-button span input {
	color:#3f3f3f;
}
.form-button span input:hover {
	color:#b80707;
}
/* end: these styles apply to form buttons */

#top .jqueryslidemenu ul .selected a { /* selected menu text color */
	color:#b80707;
} 

#hheader-wrapper { /* header background for homepage */
	background:#1b1b1b url(white_red/hheader_bg.png) repeat-x top;
}
#content-wrapper {
	background:url(white_red/wcontent_bg.gif) repeat-x top;
}
#content {
	background:url(white_red/content_top.gif) no-repeat top center;
}
.h-tagline {
	color:#a9a9a9;
}
.featured ul li {
	border-bottom:1px solid #e4e4e4;
}
.box-top {
	background:url(white_red/box_top.png) no-repeat top;
}
.box-bottom {
	background:url(white_red/box_bottom.png) no-repeat top;
}
.box-middle {
	background:#fff;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;		
}
.ln-date { /* latest news date */
	color:#a9a9a9;
}
.ln-txt p a {
	color:#3f3f3f;
}
.ln-txt p a:hover {
	color:#b80707;
}
.ln-active {
	background:#f3f3f3;
}
.ln-active .ln-link { /* links color on mouseover for latest news home block */
	color:#b80707;
}
.pdf-icon {
	background:url(white_red/pdf_icon.png) no-repeat;
}
.brochure-txt a {
	color:#3f3f3f;
}
.brochure-txt a:hover {
	color:#b80707;
}
#footer {
	border-top:1px solid #e4e4e4;
}
#footer-menu li a {
	color:#3f3f3f;
}
#footer-menu li a:hover {
	color:#b80707;
}
/* start main menu styles */
.jqueryslidemenu ul li a {
	background-color:#fff; /* background of tabs (default state) */
	color:#3f3f3f;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color:#3f3f3f;
}
.jqueryslidemenu ul li a:hover {
	/* background:#efefef; tab link background during hover state */
	color:#b80707;
}	
#top .jqueryslidemenu ul li ul {
	border-top:1px solid #efefef; /* border top of first sub level menu */
}
#top .jqueryslidemenu ul li ul li ul {
	border-top:1px solid #efefef;
}
#top .jqueryslidemenu ul li ul li a {
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style */
	background-color: #f3f3f3;
	color:#b80707;
}
/* end main menu styles */

.hs-desc p { /* font paragraph color for header area */
	color:#b5b5b5;
}
a.button { /* generic buttons background */
	background:transparent url(white_red/bg_button_a.png) no-repeat top right;	
}
a.button span { /* generic buttons background and text color */
	background:transparent url(white_red/bg_button_span.png) no-repeat;
	color:#7a7a7a;	
}
a.button:hover span { /* color for read more buttons situated in inner-content area, that is the body area - excluding header */
	color:#b80707;
}
#header-wrapper { /* header background for interior pages */
	background:#212121 url(white_red/header_bg.png) repeat-x bottom;
}
.header-intro p { /* color for interior headers' paragraphs */
	color:#b5b5b5;
}
.header-contact h2 a, .header-contact h2 a:hover { /* color for small right top contact box for interior pages */
	color:#fff;
}
/* start blog details styles: published date, category and comments */
.blog-info {
	color:#a9a9a9;
}
.blog-info span {
	color:#666666;
}
.blog-info a {
	color:#666666;
}
.blog-info a:hover {
	color:#b80707;
}
/* end blog details styles: published date, category and comments */

.rm-blog { /* this is the border color above read more button on blog list page */
	border-top:1px solid #e4e4e4;
}
.blog-block h2 a {
	color:#b80707;
}
.blog-block h2 a:hover {
	border-bottom:1px solid #b80707;
}
a.active-pag span { /* color for active pagination link */
	color:#b80707;
}
.box-list li a { /* color for sidebar box lists(secondary navigation, blog categories/archives/etc) */
	color:#3f3f3f;
	background:#fff url(white_red/nav_arrow.gif) no-repeat 14px 1px;
}
.box-list li a:hover, .box-list .bl-active a { /* color for sidebar box lists(secondary navigation, blog categories/archives/etc) hover state */
	color:#b80707;
	background:#f3f3f3 url(white_red/nav_arrow.gif) no-repeat 14px -27px;
}
.bd-line { /* line(or decoration) color/background present on blog detail page */
	border-top:1px solid #e4e4e4;
}
.cinput-bg {/* comments input background */
	background:url(white_red/comment_input_bg.gif) no-repeat;
}
.ctxtarea-bg {/* comments textarea background */
	background:url(white_red/textarea_bg.gif) no-repeat;
}
a.news-item { /* links color on news archive page */
	color:#3f3f3f;
}
a.news-item:hover {
	color:#b80707; /* links color on news archive page, hover state */
}
/* start slide switch button styles on services page */
.slide-control {
	background:url(white_red/slide_control.gif) no-repeat;
}
.slide-control a {
	color:#7a7a7a;
}
.slide-control a:hover {
	color:#b80707;
}
.sc-arrow {
	background:url(white_red/service_arrow.gif) no-repeat 58px -12px;
}
.active {
	background:url(white_red/service_arrow.gif) no-repeat 58px 8px;
}
/* end slide switch button styles on services page */
.scontent { /* hidden div on service pages */
	background:#e4e4e4;
}
.sline {/* service block underscore */
	border-top:1px solid #c7c7c7;
}
.scontent-box ul li {
	background:url(white_red/list_bullet.gif) no-repeat 0 8px;
}
.ctinput-bg { /* contact input background */
	background:url(white_red/contact_input_bg.gif) no-repeat left;
}
.cttxtarea-bg { /* contact textarea background */
	background:url(white_red/contact_textarea_bg.gif) no-repeat left;
}

/* start error messages styles */
.contact-error {
	border:1px solid #eda0a0;
	background:#fde3e3;
}
.contact-success {
	border:1px solid #bae5cb;
	background:#daffe9;
}
.contact-jerror {
	color:#ff502d;
	float:left;
	line-height:16px;
	margin:1px 0 0 10px;
	width:201px;
}
/* end error messages styles */

.map-txt { /* small text color situated under map image on contact page */
	color:#a9a9a9;
}

/* START table styles */
.tbl thead tr .thead-leftc { /* table left rounded corner */
	background:#b80707 url(white_red/tbl_left_rounded.gif) no-repeat top left;
}
.tbl thead tr .thead-rightc {/* table right rounded corner */
	background:#b80707 url(white_red/tbl_right_rounded.gif) no-repeat top right;
}
.tbl thead tr td { /* table header background */
	background:#b80707;	
	color:#fff;
}
.tbl tbody tr td { /* table row line */
	border-bottom:1px solid #dadada;
}
.tbl .odd td { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
.tbl .even td { /* table background for even rows 2, 4, 6... */
	background:#f5f5f5;
}
/* END table styles */

.work-label a { /* work gallery label decoration */
	background:#282828;
	color:#b5b5b5;
}
.work-label a:hover { /* work gallery label decoration */
	background:#b80707;
	color:#fff;
}

/*
DEFAULT WHITE RED CSS THEME -END
*/

/*
DEFAULT TYPOGRAPHY -BEGIN
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
a, a:hover {
	text-decoration:none;
}
input, textarea {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
textarea {
	line-height:16px;
}
h1 {
	font-size:26px;
	font-weight:normal;
	line-height:32px;
}
h2 {
	font-size:20px;
	font-weight:normal;	
	line-height:26px;	
}
h3 {
	font-size:14px;
	font-weight:normal;
}
a.button {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.ln-date {
	font-size:10px;
}
.ln-txt p {
	font-size:12px;
}
.ln-txt p a, .ln-txt p a:hover { /* remove underscore links from latest news box */
	border-bottom:0 none;
}
.box-middle .brochure-txt {
	font-size:12px;
}
.box-middle .brochure-txt a, .box-middle .brochure-txt a:hover {
	border-bottom:0 none;
}
#footer-menu li a {
	border-bottom:0 none;
}
.jqueryslidemenu ul li a {
	font-size:12px;
}
.jqueryslidemenu ul li ul li a {
	font-size:11px;
}
#hheader, #header { /* hheader is for home header and #header is for interior headers */
	font-size:12px;
	line-height:20px;
}
.slide-tagline, .button {
	font-size:11px;
}
.header-contact {
	font-size:11px;
}
.blog-info {
	font-size:10px;
}
.blog-info a, .blog-info a:hover {
	border-bottom:0 none;
}
.box-list {
	font-size:12px;
}

/*
DEFAULT TYPOGRAPHY -END
*/

/*
GENERAL CSS -BEGIN
*/

p {
	float:left;
	width:100%;
	margin:7px 0 7px 0;
}
strong {
	font-weight:bold;
}
.image {
	float:left;
}
.simple-clear {
	clear:both;
}
#top {
	margin:0 auto;
	width:960px;
	min-height:106px;
	height:auto !important;
	height:106px;
	position:relative;
	z-index:100;
}
#logo {
	float:left;
	margin: 30px 0px 0px 0px
}
#logo a {
	display:block;
	height:70px;
	text-indent:-9000px;
	width:284px;
	border-bottom:none;
}
#search {
	position:absolute;
	top:27px;
	right:0; 
}
.search-input-bg {
	float:left;
	width:238px;
	height:21px;
	margin-right:6px;
}
.search-input {
	background:none;
	border:0 none;
	float:left;
	width:228px;
	height:18px;
	padding:4px 0 0 5px;  
}
/* start: this styles apply to submit button forms */
.form-button {
	float:left;
	height:21px;
	overflow:visible;	
	margin:0;
	padding:0 6px 0 0; 
}
.form-button span {
	display:block;
	height:21px;
}
.form-button span input {
	background:transparent;	 	
	border:0 none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:21px;
	margin:0;
	overflow:visible;	
	padding:0 3px 0 7px;
}	
/* end: this styles apply to submit button forms */

.jqueryslidemenu {
	float:right;
	margin:80px -18px 0 0;
	z-index:100;
	position:relative;
}
.jqueryslidemenu .primary-menu {
	margin:10px 0 10px 10px;	
}
/*Top level list items*/
.jqueryslidemenu ul li {
	display:inline;
	position:relative;
	float:left;	

}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display:block;
	padding:0 18px 10px 18px; /* distance between main menu and dropdowns */
	text-decoration:none;	
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left:0;
	position:absolute;
	visibility:hidden;			
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {						
	margin-left:-1px;
	margin-top:-1px;
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 160px; /* width of sub menus */
	padding:6px 5px 6px 10px;
	border-top-width: 0;	
}

#hheader-wrapper {
	height:302px;
	float:left;
	width:100%;
}
#hheader {
	margin:10px auto 0 auto;
	width:960px;
	position:relative;
}
#content-wrapper {
	float:left;
	width:100%;			
}
#content {
	margin:0 auto;
	min-height:128px;
	height:auto !important;
	height:128px;	
	width:960px;
}
#inner-content, #sidebar {
	float:left;
	margin-top:20px;
}
#inner-content {
	width:640px;
	margin-right:20px; /* if you plan on using a left alligned sidebar move this property from here to the #sidebar id and invert their order in the html */
}
#sidebar {
	width:300px;
}
#content h1 {
	float:left;
	margin:6px 0 0 0;
	width:100%;
	
}
#content h2 {
	margin:10px 0 0 0;
	padding:0;
}
.featured {
	float:left;
	margin:10px 0 0 0;
	width:100%;	
}
#content .featured h2 {
	margin:0 0 -2px 0;
}
.featured ul li {
	float:left;
	width:100%;
	margin:4px 0 6px 0;
}
.fw-img {
	float:left;
	margin:4px 19px 0 0;
	padding-bottom:15px;
	display:block;
}
.fw-txt {
	float:left;
	width:461px;
}
.fw-txt h3 {
	margin:3px 0 0 0;
}
.fw-txt p {
	margin:3px 0 10px 0;
}
.box {
	float:left;
	margin:8px 0 0 0;
	padding-bottom:10px;
	width:100%;	
}
#content .box h2 {
	margin:0;
	padding-bottom:2px;
	width:100%;	
}
.box-top, .box-bottom {
	float:left;
	width:300px;
}
.box-top {
	height:16px;
}
.box-bottom {
	height:8px;
}
.box-middle {
	float:left;
	width:298px;
}
.box-content {
	float:left;
	margin:0 14px 0 14px;
	width:270px;
}
.ln-list {
	margin-top:4px;
	padding-bottom:6px;
	float:left;
	width:100%;
}
.ln-list li {
	float:left;
	width:100%;
	cursor:pointer;
	padding:6px 0 8px 0;
}
.ln-calendar {
	float:left;
	margin:10px 10px 0 15px;
	width:28px;
	height:19px;
}
.ln-txt {
	float:left;
	width:230px;
}
.ln-txt p {
	margin:6px 0 0 0;
}
.pdf-icon {
	float:left;
	margin:10px 10px 0 14px;
	padding-bottom:6px;
	width:62px;
	height:55px;
	text-indent:-9999px;
}
.box-middle .brochure-txt {
	width:196px;
	margin:14px 0 0 0;
}
#footer {
	float:left;
	width:960px;
	margin-top:22px;
	min-height:88px;
	height:auto !important;
	height:88px;
}

#footer-menu {
	float:left;
}
#footer-menu li {
	float:left;
	margin:12px 32px 0 0;
}
.footer-copyright {
	float:right;
	text-align:right;
	margin:12px 0 0 0;
	width:600px;
}
.slide-img {
	float:left;
}
.home-slider {
	width:960px;
	z-index:6;
}
.hs-desc {
	float:left;
	margin:10px 0 0 30px;
	width:300px; 
}
.hs-desc p {
	color:#b5b5b5;
}
.hs-desc .button {
	margin-top:8px;
}
.slide-tagline {
	display:block;
	float:left;
	margin:-4px 0 10px 0;
	width:100%;	
}
#nav {
	bottom:10px;
	height:9px;
	left:10px;	
	position:absolute;
	width:900px;	
	z-index:10;
}
#nav a { 
	background:url(images/slide_bullet.png) no-repeat 0 0;  
	display:block;
	height:9px;	
	float:left;		
	margin:0 5px 0 5px;
	padding:0;
	text-decoration:none; 
	text-indent:-9999px;
	width:9px;	
}

#nav a.activeSlide { 
	background-position: 0px -9px;  		
}
#nav a:focus { 
	outline:none; 
}
#output { 
	text-align:left; 
}
a.button {
	cursor:pointer;
	display:block;
    float: left;
    height:21px;
	line-height:10px;
	padding:2px 6px 0 0;
}
a.button span {
	float:left;
	height:21px;
	margin:-2px 0 0 0;
    line-height:9px;
	padding:6px 10px 8px 15px;
}
/* start header styles for interior pages */
#header-wrapper {
	min-height:122px;
	height:auto !important;
	height:122px;		
	float:left;
	width:100%;
}
#header {
	margin:10px auto 10px auto;
	width:960px;
	position:relative;
}
.header-intro {
	float:left;
	width:640px;
	margin-right:20px;
}
.header-intro h1 {
	float:left;
	margin:8px 0 0 0;
	width:100%;
}
.header-intro p {
	float:left;
	margin:6px 0 6px 0;
	width:100%;
}
.header-contact {
	background:url(images/hcontact_bg.png) no-repeat;
	cursor:pointer;
	height:65px;
	float:left;
	margin-top:6px;	
	position:relative;
	width:300px;
}
.header-contact:hover {
	background-position:0 -65px;	
}
.header-contact h2 {
	float:left;
	width:100%;
}
.header-contact p {
	margin:-2px 0 0 1px;
}
.hc-content {
	float:left;
	margin:8px 0 0 12px;
	width:214px;
}
.hc-icon {
	float:right;
	position:relative;
	right:12px;	
	top:14px;

}
/* end header styles for interior pages */

/* start pagination */
.pagination {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
.pagination ul li {
	float:left;
	margin:0 6px 4px 0;
}
.pagination a.button span {
	padding:6px 5px 8px 11px;	
}
/* end pagination */

/* start blog styles */
.blog-block {
	float:left;
	width:100%;
	padding-bottom:18px;
}
#inner-content .blog-block h2 {
	float:left;
	margin-bottom:3px;
	width:100%;
}
.blog-info {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.rm-blog {
	float:left;
	margin-top:6px;
	padding-top:10px;
	width:100%;
}
.blog-block h3 {
	float:left;
	margin:12px 0 0 0;
	width:100%;
}
.blog-img {
	margin-bottom:8px;
}

/* end blog styles */

/* start blog list */
.box-list {
	float:left;
	width:100%;
	padding:4px 0 6px 0;
}
.box-list li {
	float:left;
	width:100%;
}
.box-list li a {
	color:#3f3f3f;	
	display:block;
	float:left;
	height:24px;
	padding:5px 0 0 34px;
	width:264px;	
}
.bd-line {
	float:left;
	width:100%;
	height:2px;
}
.rss {
	position:absolute;
	top:6px;
	right:320px;
	clear:both;
}
/* end blog list */

/* start blog comment form */
.blog-comment-fieldset {
	float:left;
	width:100%;
	margin-top:6px;
}
#inner-content .blog-comment-fieldset h2 {
	padding-bottom:2px;
}
.blog-comment-fieldset ul li {
	float:left;
	width:100%;
	margin:4px 0 4px 0;
}
.blog-comment-fieldset ul li label {
	float:left;
	margin-left:10px;
}
.cinput-bg {
	float:left;
	width:238px;
	height:21px;
}
.ctxtarea-bg {
	float:left;
	height:161px;
	width:500px;	
}
.bc-input {
	background:none;
	border:0 none;	
	margin:3px 0 0 3px;	
	width:230px;
}
.bc-textarea {
	background:none;
	border:0 none;
	height:154px;
	line-height:16px;	
	margin:3px 0 0 3px;	
	overflow:auto;
	width:492px;
}
/* end blog comment form */

/* start news page styles */
.news-list {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}
.news-list li {
	float:left;
	width:100%;
	margin:2px 0 2px 0;
}
.news-date {
	float:left;
	width:100px;
}
a.news-item {
	display:block;	
	float:left;
	width:530px;
}
/* end news page styles */

/* start services page styles */
.service-block {
	float:left;
	width:100%;
	margin-top:4px;
}
.service-block li {
	float:left;
	width:100%;
	margin:10px 0 16px 0;
}
.service-block li h3 {
	float:left;
	width:540px;
}
.slide-control {
	float:right;
	margin:0;
	padding:0;
	height:22px;
	width:80px;
}
.sc-arrow {
	display:block;
	padding:2px 0 0 12px;
}
.scontent {
	display:none;
	float:left;	
	width:100%;
}
.sline {
	float:left;
	height:1px;
	width:100%;	
}
.scontent-box {
	float:left;
	margin:0 14px 0 14px;
	padding-bottom:14px;
	width:610px;
}
*:first-child+html .scontent-box {
/*	margin:0 14px 0 14px;*/
}
body .scontent-box p {
	float:none;
	width:auto;
	margin:0 0 10px 0; 
}
.scontent-box ul {
	float:left;
	width:100%;
}
.scontent-box ul li {
	float:left;
	margin:0 0 4px 0;	 
	padding-left:12px;
}
.scontent-box .left-img {
	float:left;
	margin:4px 10px 5px 0;
}
/* end services page styles */

/* START contact form styles */
.contact-fieldset {
	float:left;
	width:100%;	
}
.contact-fieldset ul {
	float:left;
	margin-top:10px;
	width:100%;
}
.contact-fieldset ul li {
	float:left;
	margin:5px 0 5px 0;
	width:100%;
}
.contact-fieldset ul li label {
	float:left;
	width:100px;
}
.contact-input {
	background:none;
	border:0 none;
	float:left;
	padding:2px;
	width:224px;
	margin:2px 0 0 1px;	
}
.contact-textarea {
	background:none;
	border:0 none;
	height:142px;
	float:left;
	overflow:auto;
	padding:2px;
	width:314px;
	margin:0 0 0 1px;
}
.contact-submit {
	margin-left:100px;
}
.ctinput-bg {
	float:left;
	height:21px;
	width:530px;
}
.cttxtarea-bg {
	float:left;
	height:151px;
	width:530px;
}
.contact-error, .contact-success {
	float:left;
	padding:0 14px 0 14px;
}
/* END contact form styles */
.hq-address li {
	margin:6px 0 6px 0;
}
.map-box {
	float:left;
	padding-bottom:10px;
	width:100%;	
}
.map-img {
	margin-top:4px;
}
.paragraph-adjust p {
	float:none;
	width:auto;
	margin:8px 0 12px 0;
}
.left-img {
	float:left;
	margin:6px 10px 3px 0;
}
/* START table styles */
.tbl {
	float:left;
	margin-top:10px;
	width:100%;
}
*:first-child+html .tbl { /* this applies only to ie7 */
	margin-bottom:10px;
}
.tbl td {
	float:left;
}
.tbl tr td {
	padding:4px 0 4px 14px;
}
.tbl tr .td-1 { 
	width:116px; 
}
.tbl tr .td-2 {
	width:105px; 
}
.tbl tr .td-3 {
	width:98px; 
}
.tbl tr .td-4 {
	width:120px; 
}
.tbl tr .td-5 {
	width:128px; 
}
/* END table styles */

/* start work portfolio gallery */
.full-width {
	float:left;
	width:100%;
	margin-top:20px; 
	min-height:130px;
	height:auto !important;
	height:130px;
  
}
.work-list {
	float:left;
	width:990px; 
	margin:0 0 0 -30px;
}
.work-list li {
	float:left;
	width:300px;
	margin:20px 0 20px 30px;
	position:relative;
}
.work-label {
	position:absolute;
	bottom:18px;
	left:0;
}
.work-label a {
	display:block;
	height:21px;
	padding:2px 8px 0 8px;
}
.decoration {
	float:left;
	height:2px;
	width:100%;
}

/*
GENERAL CSS  -END
*/

/*
UPDATE CSS  -BEGIN
*/

.trades ul{
float:left;
margin:0 0 4px 0;	 
padding-left:26px;width: 200px;
}

h4 {font-size: 14px;
padding-bottom: 6px;color: #B80707;padding-top: 2px;
}

a.allegro {font-weight: bolder;text-decoration: none;border: none;color: #6f6f6f;}

/*
UPDATE CSS  -END
*/


/*
.scontent-box ul li {
	background:url(white_red/list_bullet.gif) no-repeat 0 8px;
}

.scontent-box ul li {
	float:left;
	margin:0 0 4px 0;	 
	padding-left:12px;
}
.scontent-box .left-img {
	float:left;
	margin:4px 10px 5px 0;
}
*/