/*
Theme Name: ACE 
Description: Width: 1024px
		     Side bar right
Author: M5 Deisgn Studio
Version: 1.2


*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ie HTML 5
-------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0px;
	width: 700px;
	padding:0px;
	overflow:hidden;
	
	
	
	
}
#content {
	overflow:hidden;
}
#primary,
#secondary {
	overflow: hidden;
	width: 220px;
	float: right;
	
}
#primary img{
	float:left;
	margin-bottom:20px
	
}


aside{
	margin-bottom:30px
	
}

#secondary {
	clear: right;
}
footer {
	clear: both;
	width: 100%;
	min-width:960px;

}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

/* for home page */
.one-column {
	margin: 0 auto;
	width: 960px!important;
	padding: 0px!important;
	
}


.one-column #content {	
margin-bottom: 0px!important;
padding: 0px!important;

}

/* for other full width pages */

.full-width {
	margin: 0 auto;
	width: 960px!important;
	padding: 0px!important;
	
}


.full-width #content {	
margin-bottom: 0px!important;
padding: 0px!important;

}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: verdana;
}
h3#comments-title,
h3#reply-title,
nav .menu,
nav div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#colophon,
#main,
#wrapper,
#wrapper2 {
	margin: 0 auto;
	width: 960px;
	position:relative
}
#wrapper, #wrapper2 {
	padding: 0px;

	
}

#wrapper2 {
	overflow:hidden
}
#middle {
    background: url("images/middle_bg.png") repeat scroll 0 0 transparent;
    clear: both;
    min-width: 960px;
    width: 100%;
}

/* FOOTER area*/ 


#footer-widget-area {
	overflow: hidden;
	padding: 8px 0px;
	
	
}

#footer-widget-area #first ,#footer-widget-area #second , #footer-widget-area #third  {
position:relative;
float:left;
width:280px;
margin-right:60px;
height:280px;
overflow:hidden
	
}

#footer-widget-area #third {
	margin-right: 0;
	
}




#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}



#footer_bottom {
padding-top:0px;
font-size:13px;
font-family:Verdana, Geneva, sans-serif;
margin-top: 15px;
}

.textwidget{
	margin-bottom:30px;
	overflow:hidden
	
}



a:link.facebookB, a:visited.facebookB{
	display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png') no-repeat -416px -6px;    width: 41px; 
	height: 41px;	
	margin: 0 15px 20px 0;
}

a:hover.facebookB, a:active.facebookB{
		display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png') no-repeat -416px -57px;    width: 41px; 
	height: 41px;
	 margin: 0 15px 20px 0;
}


a:link.twitterB, a:visited.twitterB{
	display:block;
	float:left;
	text-indent:-99999px;	
	background: url('images/sprite.png') no-repeat -473px -4px; width: 44px; height: 44px;
	 margin: 0 15px 20px 0;
}

a:hover.twitterB, a:active.twitterB{
		display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png') no-repeat -473px -55px; width: 44px; height: 44px;
	 margin: 0 15px 20px 0;
}


a:link.youtubeB, a:visited.youtubeB{
	display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png')	no-repeat -532px -4px; width: 43px; height: 44px;
	 margin: 0 15px 20px 0;
}

a:hover.youtubeB, a:active.youtubeB{
		display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png') no-repeat -532px -55px; width: 43px; height: 44px;
	 margin: 0 15px 20px 0;
}


a:link.rssB, a:visited.rssB{
	display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png')	no-repeat -590px -4px; width: 44px; height: 44px;
	 margin: 0 15px 0px 0;
}

a:hover.rssB, a:active.rssB{
		display:block;
	float:left;
	text-indent:-99999px;
	background: url('images/sprite.png') no-repeat -590px -55px; width: 44px; height: 44px;
	 margin: 0 15px 0px 0;
}




#footerBrands{
	height: 80px;
	border-top:1px solid #fff;
	
}
#footerBrands a{
	display:block;
	float:left;
	text-indent:-99999px;
}


a:link.trane, a:visited.trane{

background: url('images/sprite.png') no-repeat -27px -183px; 
width: 152px; 
height: 54px;
margin: 20px 40px 0 0;


	
}
a:hover.trane, a:active.trane{
background: url('images/sprite.png') -27px -246px; 
width: 152px; 
height: 53px;
margin: 20px 40px 0 0;


	
}


a:link.tempstar, a:visited.tempstar{

background: url('images/sprite.png') no-repeat -213px -190px; width: 161px; 
height: 39px;
margin: 30px 40px 0 0;

 
}
a:hover.tempstar, a:active.tempstar{
background: url('images/sprite.png') no-repeat -212px -253px; width: 161px; height: 39px;
margin: 30px 40px 0 0;

	
}


a:link.bryant, a:visited.bryant{

background: url('images/sprite.png') no-repeat -391px -190px; width: 109px; height: 39px;
margin: 30px 40px 0 0;


}

a:hover.bryant, a:active.bryant{
background: url('images/sprite.png') no-repeat -391px -244px; width: 109px; height: 39px;
margin: 30px 40px 0 0;

	
}


a:link.carrier, a:visited.carrier{

background: url('images/sprite.png') no-repeat -510px -185px; 
width: 122px; 
height: 47px;
margin: 25px 0px 0 0!important;


}

a:hover.carrier, a:active.carrier{
background: url('images/sprite.png')  no-repeat -510px -243px; width: 122px; height: 47px;
margin: 25px 0px 0 0!important;


	
}

.lic{
	float:left;
	font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-size: 28px;
	margin: 35px 20px 0 0;
	font-weight:300;
	width:250px;
	
}

footer ul{
	list-style-type:disc;
	
}
footer li{
	margin-bottom:7px
	
}

.cities{
	display: block;
    margin-left: 10px;
	
}

 /*=Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	
	margin: 0px; 
	padding: 0px;
	background:#fff url('images/header_bg.png') repeat-x;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

#content hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #ababab;
    clear: both;
    float: left;
    margin: 10px 0;
    width: 100%;
    background: none repeat scroll 0 0 #ababab;
    color: #ababab;
    height: 0.083em;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 40px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 40px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	background: url(images/blockqoute.png) no-repeat scroll 0 4px transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    padding: 5px 10px 5px 35px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"]
{
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}



input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	border-radius: 4px 4px 4px 4px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

a:link {
	color: #c8020a;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color: #c8020a;
	font-weight:normal;
		text-decoration:none;

}
a:active,
a:hover {
	color: #45729b;
	text-decoration:none;
	font-weight:normal;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

header {
	padding-top: 20px;
	height:470px;
	position:relative
	
}


header.pages {
	padding-top: 20px;
	height:470px;
	
}

header.noimage {
	padding-top: 20px;
	height:auto;
	
}
/*
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}




 =Menu
--------------------------------------------------------------

*/

nav {
    display: block;
    float: left;
    height: 41px;
    margin: 4px 0 10px 0;
    width: 960px;
}

.menu-header {
/*class of the menu div container*/	
}

nav .menu-header,
div.menu {
	font-size: 14px;
	width: 960px;
	
}
nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
nav .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
nav a:link, nav a:visited {
	color: #FFF;
	display: block;
	line-height: 35px;
	padding: 3px 11px;
	text-decoration: none;
	font-weight:normal;
	border-left: 1px solid #184169;
}
nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px; /*submenu position from parent*/
	left: 0;
	float: left;
	min-width: 180px; /*submenu width*/
	z-index: 99999;
	
}
nav ul ul li {
	min-width: 180px; /*submenu width*/
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a {
	line-height: 1em;
	padding: 10px;
	min-width: 180px;
	height: auto;
	background-color: #335c84; /*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	-webkit-box-shadow: inset 0px 0px 4px 1px #133352!important;
     box-shadow: inset 0px 0px 4px 1px #133352!important;
}

nav ul ul :hover > a {
	font-weight:normal;
	background-color: #45729b; /*submenu hover link color*/
}


nav li:hover > a
{
	
	font-weight:normal;
    background-color: #335c84;/*parent link color*/
	-webkit-box-shadow: inset 0px 0px 4px 1px #292929;
     box-shadow: inset 0px 0px 4px 1px #292929;
	
}


nav ul li:hover > ul {
	display: block;
}
nav ul li.current_page_item > a
{
	font-weight:normal;
    background-color: #335c84;/*parent link color*/
	-webkit-box-shadow: inset 0px 0px 4px 1px #292929;
     box-shadow: inset 0px 0px 4px 1px #292929;
}


nav ul li.current-menu-ancestor > a{
	font-weight:normal;
    background-color: #335c84;/*parent link color*/
	-webkit-box-shadow: inset 0px 0px 4px 1px #292929;
     box-shadow: inset 0px 0px 4px 1px #292929;
}

nav ul li.current-menu-item > a {
		color: #133352;
	font-weight:normal;
	background-color:#8cc1ea;
	-webkit-box-shadow: inset 0px 0px 4px 1px #3580ba;
     box-shadow: inset 0px 0px 3px 1px #3580ba;
}

nav ul li.current-menu-parent > a {
	font-weight:normal;
    background-color: #335c84;/*parent link color*/
	-webkit-box-shadow: inset 0px 0px 4px 1px #292929;
     box-shadow: inset 0px 0px 4px 1px #292929;
}

/*////////  Code for diferent colors ends /////////////*/


/* =
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:0;
	/*background: url(images/bgmain.gif) repeat-y right top;*/
	margin:0px 0px 15px 0px;
	
	
}

#main.home {
	clear: both;
	overflow: hidden;
	padding: 0px;
	background-image:none;
	
}



#content {	/*margin-bottom: 36px;*/

}
#content,
#content input,
#content textarea {
	color: #666666;
	font-size: 13px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/*margin-bottom: 24px;*/
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #6f6f6f;
	line-height: 1.5em;
	margin: 0 0 20px 0;
font-family: 'Anton', Helvetica, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:1px;
   text-shadow: 0 4px 0 #ffffff;

}

#content h1{
	font-weight:normal;
	padding-bottom:5px;
	font-size: 34px;
	text-shadow: 0px 2px 0px #fff;


}

#content h2{
	font-size:30px;
	font-weight:normal;
	padding-bottom:5px;
}
#content h3{
	font-size:28px;
	font-weight:normal;
	padding-bottom:5px;
}

#content h4{
	font-size:25px;
	font-weight:normal;
	padding-bottom:5px;
}
#content h5{
	font-size:21px;
	font-weight:normal;
	padding-bottom:5px;
}
#content h6{
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
}

#content img{
	border:1px solid #999;
	margin: 0px 20px 0px 0px

}

#content img.shadowB{
	border:none;
	padding:0;
	margin:0;
	float:left
}

#content ul li{
	margin-bottom:15px
	
}

/*/////////////// TABLE STYLES ////////////////*/
#content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
#content tr th,
#content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


#content tr:nth-child(odd)		{ background-color: #ededed}
#content tr:nth-child(even)		{ background-color: #f6f6f6}

#content thead tr, #content thead th{
	background-color:#cdcccc!important;  
	color: #333;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	}
	
	

.mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}


#content table img{
	border: none;
	margin: 0px
	
}
table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; 
	margin-bottom: 0px!important;
}
.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
margin: 0 0 36px 0;
}
.page-title {
color: #6A6767;	
	font-weight: normal;
	margin: 0px;
}


#content h1.page-title {
	padding:0px;
	color:#6A6767;
	font-weight: normal;
	margin: 0px;
	
}


.page-title span {
	color: #666;
	
}
.page-title a:link,
.page-title a:visited {
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #363536;
}
#content .entry-title {
	color: #666;
	font-size: 34px;
	line-height: 1.3em;
	margin-bottom: 0;
	text-shadow: 0px 2px 0px #fff;
    
}



h1.entry-title{
	padding-bottom:5px;
	font-size: 28px;
	color: #666;

}


.entry-title a:link,
.entry-title a:visited {
	color: #36628d;
	text-decoration: none;
	font-size:28px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #c8020a;
	font-size:28px;
}
.entry-meta {
	color: #888;
	font-size: 13px;
	margin-bottom:10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
	
}



.entry-summary {
	clear: both;
	padding:  0px;
	padding:0px ;

}

.entry-content{
	background-color: #fff;
	clear: both;
	padding:10px!important;
	padding:0px;
	overflow:hidden;
	margin-top:30px;

		
		
}

.entry-border{
	border:1px solid #ccc;
	padding:10px;
	overflow:hidden;
	
	
}
.entry-border.pageB{
min-height: 912px;
}


.one-column .entry-content{
	background-color:transparent;
	clear: both;
	padding:0px!important;
	margin:0px!important;;
}

.one-column .entry-border{
	border:none;
	padding:0px
	
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0px;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #666666;
    font-size: 14px;
    line-height: 18px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ededed;
}
body.page .edit-link {
	clear: both;
	display: block;
	
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:10px;
	border-bottom: 2px solid #CDCCCC;
	padding-bottom: 20px;
	border-top: 2px dotted #ccc;
	padding-top: 10px;	
	font-weight:bold;
	  position: relative;
    top: 10px;
	
}
.entry-meta a,
.entry-utility a {
	color: #9F9F9F;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #666;
	text-decoration:none
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 15px;
	text-align: center;
}
.wp-caption img {
	margin: 0px!important;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	    margin-bottom: 10px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}






/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ededed;
}
.nav-previous {
	float: left;
	width: 50%;
	margin: 15px 0px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ededed;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ededed;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ededed;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 13px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: square;
	margin-left: 10px;
	padding: 0 20px 0 0;
	list-style-position:inside
}
.widget-area ul ul {
	list-style: square;
	margin-left: 10px;
	list-style-position:inside
}



.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
	width:300px;
	
}
.widget-title {
	background-color: #CCE3F5;
    color: #666666;
    display: block;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    height: 35px;
    margin-bottom:10px;
    padding: 14px 0 0;
    text-align: center;
    text-transform:uppercase;
    width: 180px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	font-weight:normal;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	font-weight:normal;
}


.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ededed;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */

.sidebar-content {
    background-color: #FFFFFF;
    clear: both;
    overflow: hidden;
    padding: 10px;
}

.sidebar-border {
    border: 1px solid #CCCCCC;
    padding: 10px;
}


#primary {
	padding: 0px;
	
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* POST IMAGE*/


img.attachment-thumbnail{
	float:left;
	border:1px solid #999;
	margin-right: 15px;
	margin-bottom: 10px;
	
}



img.attachment-medium
{
	float:left;
	border:1px solid #999;
	margin-right:30px!important;
	margin-bottom:6px!important;
	
}


/* POST content*/


.post_sum{
	width: 430px;
	float: left;
	min-height:170px;

}



small{
	font-size:10px
	
}




/* = HOME
-------------------------------------------------------------- */

#content .one_fourthH{
	width: 231px;
	float: left;
	margin-right:12px;
	margin-bottom:0px;
	
	
}

#content .one_fourthH img{
	border:none;
	float:left;
	margin:0;
	
}

#content .one_fourth_lastH{
	width:231px;
	float: left;
	margin-bottom:0px;
	clear: right;
	
}

#content .one_fourth_lastH img{
	border:none;
	margin:0;
	float:left;
	
	
}

#content .servicesO{
	background-color:#fff;
	padding:10px

	
	
}

#content .servicesI{
	border: 1px solid #CCC;
	padding:5px;
	height:300px;
	position:relative
	
	
	
}

#content .servicesI img, #content .servicesIL img{
	margin:5px 0 0 0 ;
	
}
#content .servicesOL{
	background-color:#fff;
	padding:10px
}

#content .servicesIL{
	border: 1px solid #CCC;
	padding:5px;
	height:300px;
	position:relative
}

#content .servicesIL h2, #content .servicesI h2{
background-color:#cce3f5;
font-family: 'Oswald',  Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size: 20px;
padding: 5px;
text-align: center;
margin-bottom:0px;
font-weight:300

}


#main h1.homeT{
    clear: none;
    float: left;
    /*width: 475px;*/
	width:950px;
	padding-left:5px;
	margin-bottom:10px;
	
}


#content .box_full{
	width:960px;
	float:left;
	margin:10px 0 20px 0px;
	height: 180px;
	
	
}

#content .box_fullO{
	background-color: #FFFFFF;
    float: left;
    padding: 10px;
    width: 100%;

	
	
}

#content .box_fullI{
	 border: 1px solid #CCCCCC;
    float: left;
    height: 150px;
    padding: 5px;
    width: 925px;	
	
}

#content .box_full img{
	margin:0px;
	padding:0px;
	border:none;
	
}


#content .readMore{
	width:85px;
	height:25px;
	float:right;
	margin-top: 10px;
	position:absolute;
	bottom:10px;
	right: 10px;
	text-align:center;
	line-height:160%
	
	
}


a:link.readMore, 
a:active.readMore, 
a:visited.readMore{
	color:#fff!important; 
	display:block;
	background-color:#6f6f6e;
	border: 1px solid #333;	
	text-decoration:none;	
	width:85px;
	height:25px;
	line-height:160%
}

a:hover.readMore{
	color:#fff!important;
	text-decoration:none;
	display:block;
	background-color:#c8020a ;
	border: 1px solid #666;
	width:85px;
	height:25px;
	line-height:160%
}



/*  apply now */


a:link.applyB, a:visited.applyB{
	color:#fff;
	display:block;
	background: #c8020a; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjODAyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWUwMjA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(top,  #c8020a 17%, #9e0208 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#c8020a), color-stop(100%,#9e0208)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* IE10+ */

background: linear-gradient(to bottom,  #c8020a 17%,#9e0208 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8020a', endColorstr='#9e0208',GradientType=0 ); /* IE6-8 */
color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #6f0000;
    width: 220px;
}

a:hover.applyB, a:active.applyB{
	color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #6f0000;
    width: 220px;
	background: #9e0208; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMDIwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2M4MDIwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  #9e0208 0%, #c8020a 83%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0208), color-stop(83%,#c8020a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* IE10+ */

background: linear-gradient(to bottom,  #9e0208 0%,#c8020a 83%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0208', endColorstr='#c8020a',GradientType=0 ); /* IE6-8 */


	
}















/*---------column shortcode-------------*/


.one_half{
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 20px;
	clear: left
}

.one_half_last{
	width: 47%;
	float: left;
	margin-bottom: 20px;
	clear: right
}



.one_third{
	width: 29.33%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
	
}

.one_third_last{
	width: 29.33%;
	float: left;
	margin-bottom: 20px;
	clear: right
}



.two_third{
	width: 64.66%;
	float: left;
	margin-right: 6%;
	margin-bottom: 20px;
	
	
}

.two_third_last{
	width: 64.33%;
	float: left;
	margin-bottom: 20px;
	clear: right;
	
}


.one_fourth{
	width: 20.5%;
	float: left;
	margin-right: 6%;
	margin-bottom: 20px;
	
	
}

.one_fourth_last{
	width: 20.5%;
	float: left;
	margin-bottom: 20px;
	clear: right;
	
}

/* WIDGET AREA
-------------------------------------------------------------- */
/*/////////////// Terciary  Widget Menu ////////////////////*/
 .widget-menu-t{
	
	font-weight: normal;
	/*background-image:url(images/bgwidget.png);*/
	background-color:#F5F5F5;
	width:310px!important;
	height:35px;
	color: #666666;
	font-size: 14px;
	width:255px;
	display:block;
	padding: 14px 0px 0px 20px;
	text-transform:uppercase;
}

.widget-area ul.widget-menu li ul{
	margin:0px!important;
	padding:0px!important;
	

	
}
.widget-menu li, {
	list-style-type: square!important;

}

.widget-menu {
	margin:0px 0px 20px 2px!important;
	padding:0px!important;
	
	

	
}
.widget-menu a:link,
.widget-menu a:visited {
	text-decoration: none;
	color: #333;
	height:30px;
	display:block;
	border-bottom: 1px solid #CCC;
	padding:10px 15px 0px 15px;
	font-family:Verdana, Geneva, sans-serif;
}
.widget-menu a:active,
.widget-menu a:hover {
	text-decoration: none;
	color: #333;
	height:30px;
	background-color:#E5E5E5;
	display:block;
    border-bottom: 1px solid #CCC;
	padding:10px 15px 0px 15px;
	font-family:Verdana, Geneva, sans-serif;
}


.widget-menu ul ul a:link,
.widget-menu ul ul a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #333;
	height:40px;
	display:block;
	width:230px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px!important;
		
}
.widget-menu ul ul a:active,
.widget-menu ul ul a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #333;
	height:40px;
	background-color:#C2C2BA;
	display:block;
	width:230px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px!important;
	
}




/* =FOOTER
-------------------------------------------------------------- */

footer {
	min-height:590px;
	background:url(images/footer_bg.jpg) repeat-x;
	color:#e3e2e2
	
}

#footerTop{
	height:118px;
	width:100%;
	color: #6a6767;
	

}

#footerTop p a:link, #footerTop p a:visited, #footerTop p a:hover, #footerTop p a:active{
	color: #9e0208;
	

}


#footerTop h2{
	font-size: 34px;
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	color: #7F7F7F;
	text-shadow: 0px 2px 0px #cdcdcd;
	margin:10px 0 20px 0

}

#footerTop p{
    float: left;
    margin-right: 50px;
    width: 700px;
}


a:link.contactB, a:visited.contactB{
	float:left;
	display:block;
	background: #c8020a; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjODAyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWUwMjA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(top,  #c8020a 17%, #9e0208 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#c8020a), color-stop(100%,#9e0208)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #c8020a 17%,#9e0208 100%); /* IE10+ */

background: linear-gradient(to bottom,  #c8020a 17%,#9e0208 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8020a', endColorstr='#9e0208',GradientType=0 ); /* IE6-8 */

border: 1px solid #6f0000;
width:181px;
height:42px;
margin-top:-30px;
font-size:23px;
text-shadow: 1px 1px 0 #6f0000;
text-align:center;
padding:15px 0 0 0;
text-decoration:none
}

a:hover.contactB, a:active.contactB{
	float:left;
	display:block;
	border: 1px solid #6f0000;
	width:181px;
	height:42px;
	margin-top:-30px;
	font-size:23px;
	text-shadow: 1px 1px 0 #333333;
	text-align:center;
	padding:15px 0 0 0;
	text-decoration:none;
	background: #9e0208; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMDIwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2M4MDIwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  #9e0208 0%, #c8020a 83%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e0208), color-stop(83%,#c8020a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #9e0208 0%,#c8020a 83%); /* IE10+ */

background: linear-gradient(to bottom,  #9e0208 0%,#c8020a 83%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0208', endColorstr='#c8020a',GradientType=0 ); /* IE6-8 */


	
}

#colophon {
	
	padding: 18px 0px 0px 0px;
	overflow: hidden;
		
}



footer .widget-title{
	
	color:#e3e2e2;
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	text-transform:none;
	margin-bottom: 20px;
	background-color:transparent;
	border-bottom:1px solid #fff;
	font-size:24px;
	font-weight:300;
	letter-spacing:1px;
	padding:0px;
	width: 100%;
	text-align:left
}


#news{
	width:306px;
height: 337px;
	float:left;
	margin-right: 20px;
	
	
}

.summP img{ 
float:left;
margin-right: 10px;
	
}

.summP { 

margin-top: 10px;
border-bottom: 1px solid #AAAAAA;
padding-bottom:10px;
min-height: 140px;
	
}

.summP p {
	margin-bottom: 10px
	
}

.summDate a:link, .summDate a:visited{
	color:#0d5aa6;
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:1px;
	text-transform: uppercase;

	
}


.summDate a:hover, .summDate a:active{
	color:#9e0208;
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:1px;
	text-transform: uppercase;
}


.summDate{
	font-size: 20px;
	color: #599fd6;	
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:1px
}







#footer h3 {
	color: #A75194;
	font-size: 17px!important;
font-family: 'Anton', Helvetica, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:1px
}




#copyright{
	float:left;
	text-align:left;
	font-size:12px;
	width: 500px;
	margin-top: 20px;
	color:#a1cbed
	
}


#webDesign{
	float:right;
	text-align:right;
	font-size:12px;
	margin-top: 20px;
	color:#a1cbed	
}

footer a:link, footer a:visited,
footer a:hover, footer a:active{
	color:#fff
}

 .lightB{
	 color:#78aed9
	 
 }
 
 .blue{
	 color:#155CA4;
	 font-weight:bold
	 
 }


/* =Home Page
-------------------------------------------------------------- */
#logo{
	float:left;
	
}


#search {
    float: right;
    height: 50px;
    overflow: hidden;
    text-align: right;
    width: 700px;
	margin-bottom: 4px;
}

input#s {
    background: url("images/search.png") no-repeat scroll 5px 6px #FFFFFF;
    border: 4px solid #b7b6b6;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    height: 25px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
    width: 180px;
}


input#searchsubmit {
	display: none;
}

#contactTop{
    float: right;
    height: 85px;
    overflow: hidden;
    padding-top: 10px;
    text-align: right;
    width: 300px;	
	background: url('images/contact.png') no-repeat  bottom left;
	
}

.ContactUs{
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	font-size: 33px;
    letter-spacing: 1px;
	font-weight:300;
	display:block;
	margin-bottom:15px
	
}
.ContactP{
	font-size: 20px;
    color:#155CA4;
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	display:block;
	margin-bottom:8px;
	font-weight:300
}

.contactF{
	font-size: 20px;
	color:#78aed9;
	font-family: 'Oswald',  Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight:300;
	display:block;
}


/* HVAC TAB */
#HVACtab{
	height:60px;
	width:194px;
	float:right;	
	text-indent: -9999px;
	margin:26px 15px 0 0 
}


#HVACtab a:link, #HVACtab a:visited{
	float:right;
	background: url('images/sprite.png') no-repeat -8px -8px;
	 width: 195px; 
	 height: 69px;
	display:block 
	
	
}

#HVACtab a:hover, #HVACtab a:active{
	float:right;
	background: url('images/sprite.png') no-repeat -213px -8px; 
	width: 195px; 
	height: 69px;
	display:block 
	
}


/* ELECTRICAL TAB */
#ELECtab{

	height:60px;
	width:194px;
	float:right;  
    text-indent: -9999px;	
	margin:26px 15px 0 0 

}


#ELECtab a:link, #ELECtab a:visited{
	float:right;
	background: url('images/sprite.png') no-repeat -7px -93px; 
	width: 196px; 
	height: 71px;
	display:block 
	
	
}

#ELECtab a:hover, #ELECtab a:active{
	float:right;
	background: url('images/sprite.png') -212px -93px; 
	width: 196px; 
	height: 71px;
	display:block 
	
}


.testimonials{
	margin: 0 15px 0 5px;
	width:460px;
	float:left
	
}


.testimonialsO{
	background-color: #fff;
	clear: both;
	padding:10px!important;
	padding:0px;
	overflow:hidden;

		
		
}

.testimonialsI{
	border:1px solid #ccc;
	padding:10px;
	overflow:hidden
	
}

.testimonialsI .summDate{
	font-size:18px
	
}

#content .testimonials img{
	border:none;
	float:left
	
}

#content .testimonials img.attachment-thumbnail, .slider_thumbnail{
	border: 1px solid  #999!important
	
}

#branding{
float: left;
	
}




/*This is the custom header image*/ 
#branding img {
	display: block;
	
}

#banner{
	position:relative;
	float: left;
	height: 272px;
    width: 960px;
	overflow:hidden
	
}

/*//////////// 404 page /////*/

.notfound{
	width:100%;
	float:left;
	clear:both
}


/* HVAC TAB */
#HVACtabN{
	height:60px;
	width:194px;
	float:left;	
	text-indent: -9999px;
margin:26px 15px 0 0 
}


#HVACtabN a:link, #HVACtabN a:visited{
	float:left;
	background: url('images/sprite.png') no-repeat -8px -8px; 
	width: 195px; 
	height: 69px;
	display:block 
	
	
}

#HVACtabN a:hover, #HVACtabN a:active{
	float:right;
	background: url('images/sprite.png') no-repeat -213px -8px; 
	width: 195px; 
	height: 69px;
	display:block 
	
}


/* ELECTRICAL TAB */
#ELECtabN{

	height:60px;
	width:194px;
	float:left;  
    text-indent: -9999px;	
	margin: 26px 15px 0 130px;
	

}


#ELECtabN a:link, #ELECtabN a:visited{
	float:right;
	background: url('images/sprite.png') no-repeat -9px -94px; 
	width: 194px; 
	height: 69px;
	display:block 
	
	
}

#ELECtabN a:hover, #ELECtabN a:active{
	float:right;
	background: url('images/sprite.png') no-repeat -213px -94px; 
	width: 194px; 
	height: 69px; 
	display:block 
	
}

p.message{
	font-size: 18px;
	margin-bottom:0px;
	 min-width: 280px;
	
}

/*////////////Basic CSS functions/////*/

.clear{
	clear:both}
	
.right{
	float:right
}

.left{
	float:left
	}
	
.red{
	color:#C70116
	
}

.marginR{
	margin-right:20px
	
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
nav,
.entry-meta,
.entry-utility,
.navigation,
.widget-area,
a, a:hover,
a:visited, 
a:active,
a:link,
div,
p{
	-webkit-text-size-adjust: 100%;
}


	

#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000!important;
		font-size:14px !important;
		font-family:verdana !important;
	}
	#wrapper, #wrapper2 {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 28px;
	}
	nav,
	#branding img,
	header,
	footer,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	#primary.widget-area  {
		display: none!important;
	}
	#container,
	 {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 0px;
		width: 100%!important;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
}








