/* ---------------------------------------------------------*/
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */
/* ---------------------------------------------------------*/

a {
	text-decoration:none;
	cursor:pointer;
}

input, textarea, select {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:11px;
	color:#000;
	border:1px solid #DEDEDE;
	margin-bottom:15px;
	width:230px;

}

.inputsBox input {
	width:25px !important;
}
#ContactComments{
	width: 437px; 
	height: 126px;
}

#bottomContent{
	color: #8c8d8f;
	
}



body, html, .mceContentBody {
	/*width:100%;*/
	height:100%;
	text-align:center;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#252628 !important;
}

/* ---------------------- TinyMCE ---------------------------- */

#tinymce {
	text-align:left;
	padding:0px 10px;
	/*background:#fff;*/
}

/* ---------------------- Wrapper ---------------------------- */

div#wrapper{
	width:1200px;
	margin:0 auto -100px auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	background:url(../images/wrapperBG.jpg) top center no-repeat;
}






/* --------------------- Header ----------------------------- */

div#wrapper div#header{
	width:1200px;
	height:120px;
	position:relative;

}

div#wrapper div#header h1 {
	position:absolute;
	top:20px;
	left:20px;
	text-indent:-9999px;
}

div#wrapper div#header ul#navigation {
	position:absolute;
	top:74px;
	left:365px;
}

div#wrapper div#header ul#navigation li{
	display:inline;
}

div#wrapper div#header ul#navigation li a {
	display:block;
	float:left;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 14px 15px 14px;
	line-height:28px;
	}

div#wrapper div#header ul#navigation li a:hover {
	background:url(../images/nav-arrow.png) bottom center no-repeat;
}

div#wrapper div#header ul#navigation li a.selected {
	background:url(../images/nav-arrow.png) bottom center no-repeat;
}

div#wrapper div#header ul#navigation li ul li {
	display:block;
	float:left;
	width:200px;
}

div#wrapper div#header ul#navigation li ul li a {
	display:block;
	float:none;
	padding:10px;
}

div#wrapper div#header ul#navigation li ul.dropdownLinks {
	background:url(../images/nav-dropdownBG.jpg) top left repeat-x;
	background-color:#817e77;

}


div#wrapper div#header ul#navigation li ul.dropdownLinks li a{
	font-size:14px;
	color:#FFF;
	line-height:12px;
	background:none;
}

div#wrapper div#header ul#navigation li ul.dropdownLinks li a:hover {
	color:#ff4200;
}





.dropdown {
position:relative;
z-index:1000;
}

ul.dropdown {
position:relative;
margin:0;
padding:0;
list-style:none;
margin:auto;

}


ul.dropdown li {
position:relative;
float:left;
}

ul.dropdown+a:active {
margin:0;
padding:0;
}

ul.dropdown li a {
display:block;
float:left;
}

ul.dropdown ul {
visibility:hidden;
position:absolute;
top:100%;
left:0;
margin:0;
padding:0 1px;

padding-bottom:0;
padding-top:0;
padding-left:0;
padding-right:0;
z-index:10000;
background:#303234;

}

ul.dropdown ul li {
float:none;
height:auto;
margin:0;
padding:0;
border:none!important;
}

ul.dropdown ul li a {
display:block;
display:inline-block;
float:none;
padding:9px 10px 9px 10px!important;
padding-top:8px;
padding-bottom:8px;
}

ul.dropdown ul li a:hover {
min-width:0;
border-left:0;
border-right:0;
background:none;
}

ul.dropdown ul li a.selected:hover {
border-left:0;
border-right:0;
}



/* ------------------------- Content ------------------------- */

div#wrapper div#content, body#tinymce {
	font-size:14px;
	line-height:18px;
	width:735px;
	float:left;
}

div#wrapper div#content h1, body#tinymce h1 {
	font-size:25px;
	margin:10px 0px 20px 0px;
	color:#fff;
	font-weight:lighter;
}

div#wrapper div#content h2, body#tinymce h2 {
	font-size:20px;
	margin:40px 0 10px 0;
	color:#fff;
	font-weight:lighter;
}

div#wrapper div#content h3, body#tinymce h3 {
	font-size:18px;
margin:10px 0 10px 0;
	color:#fff;
	font-weight:lighter;
}

div#wrapper div#content h3.blogTitle, body#tinymce h3.blogTitle {
	font-size:18px;
margin:10px 0 0px 0;
	color:#fff;
	font-weight:lighter;
}

div#wrapper div#content p, body#tinymce p {
	font-size:14px;
	margin:10px 0px;
	color:#afafaf;
}


div#wrapper div#content p.date, body#tinymce p.date {
	font-size:11px;
	color:#fff;
	line-height:0px;
}





div#wrapper div#content a, body#tinymce a {
	color:#fe4200;
}

div#wrapper div#content ul, body#tinymce ul{
	list-style-image:none;

}

div#wrapper div#content ul li, body#tinymce ul li{
	color:#FFF;
	background:#303234; 
	margin-bottom:10px;
}
div#wrapper div#content div#blogCommentResponse ul li{
	color: #AB302F !important;
	background:#FFFFFF !important;
	margin-bottom:10px;
}


message error



div#wrapper div#content ol, body#tinymce ol {
	list-style:decimal;
	margin:10px 10px;
	padding:0px 0px 0px 30px;
}

div#wrapper div#content ol li, body#tinymce ol li{
	color:#FFF;
	background:#303234;
	margin-bottom:10px;
}



div#wrapper div#content table, body#tinymce table {
	margin:10px 0px;
	border-collapse:collapse;
}

div#wrapper div#content .titleImage{
	margin-top:20px;
	border:solid 1px #666;
}

div#wrapper div#content .mapImage{
	
	border:solid 1px #666;
	margin-top:22px;
}

div#wrapper div#content .floatImage{
	border:solid 1px #666;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


div#wrapper div#content table, body#tinymce table {
	margin:10px 0px;
	border-collapse:collapse;
}

div#wrapper div#content table td, 
div#wrapper div#content table th,
body#tinymce table td,
body#tinymce table th {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div#wrapper div#content table th,
body#tinymce table th {
	background:#999;
	color:#fff;
	font-weight:bold;
}

div#wrapper #content table.float{
	display:block;
	float:left; margin-right:10px;
}

div#wrapper #content tr.titleBG{
	background:#666;
}


div#wrapper #content tr.listBG{
	background:#353639;
}

div#wrapper #content tr td{
	color:#FFF;
}

div#wrapper #content .testimonalBox{
	border-bottom: solid 1px #4c4d4f;
}


/* ------------------------ side bar -------------------------- */
 #sideBar{
	width:262px;
	height:100%;
	display:block;
	float:left;
	margin-top:180px;
	margin-right:45px;
	margin-left:90px;
}

#sideBar a.freeConsultationBTN{
	background:url(../images/side-bar-consultations-BTN.png) bottom center no-repeat;
	height:93px;
	width:262px;
	display:block;
	text-indent:-9999px;
	margin-bottom:20px;
}

#sideBar a.freeConsultationBTN:hover{
background:url(../images/side-bar-consultations-BTN.png) top center no-repeat;
}


#sideBar a.contactUsBTN{
	background:url(../images/sidebar-contact-BTN.png) bottom center no-repeat;
	height:89px;
	width:262px;
	display:block;
	text-indent:-9999px;
	margin-bottom:20px;
}

#sideBar a.contactUsBTN:hover{
background:url(../images/sidebar-contact-BTN.png) top center no-repeat;
}


#sideBar #testimonialsBox{
	background:url(../images/side-bar-testimonial-BG.png);
	background-position: top left;
	background-repeat: repeat-y; 
	display:block;
	padding:10px;
	min-height:250px;
}

#sideBar #testimonialsBox H1{
	color:#FFF;
	text-transform:uppercase;
	font-size:23px;
	font-weight:lighter;
	padding-bottom:15px;

}

#sideBar #testimonialsBox p{
	color:#fff;
	font-size:16px;
	line-height:20px;
}
#sideBar #testimonialsBox p.testimonialName{
	color:#e3e0df;
	font-size:16px;
	line-height:20px;
}
	



/* ------------------------ Push (for stickyfooter) -------------------------- */

div#wrapper, div#wrapperHome div#push {
	height:100px;	
}






/* ------------------------- Footer ------------------------- */

div#footer {
	height:500px;
	margin:0 auto;
	width:1200px;
	background:url(../images/footer-wrapper-BG.jpg) top left no-repeat;
	
	
}

div#footer div {
	height:100px;
	width:1200px;
	margin:0 auto;
	top:440px;
	position:relative;
}

div#footer div ul {
	position:absolute;
	left:85px;
	color:#999;
}



div#footer div ul li {
	float:left;
	display:block;
}

div#footer div ul li a {
	display:block;
	padding:7px;
	line-height:2px;
	text-transform:uppercase;
	color:#FFF;
	font-size:11px;
}

div#footer div ul li a:hover {

	color:#fe4200;

}



div#footer div a.linxsmartLink{
	color:#666;
	display:block;
	position:absolute;
	bottom:55px;
	left:90px;
	
	
}

.home-link {
	position:absolute;
    display: block;
    float: left;
    height: 225px;
    margin-left: 130px;
    margin-top:50px;
    width: 180px;
}


/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------- Standard Button Styles -------------------------------*/

div.buttons {
	float:left;
}

div.buttons button {
	background:repeat-x bottom #BA3000;
	/* border:1px solid #BA3000;*/
	color:white;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 10px 5px 10px;
	 *padding:3px 0px 2px 0px; 
	/* margin:10px;*/
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	*/
}

.send{
	background:repeat-x bottom #BA3000;
	border:none!important;
	
	color:white;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
}



/* hack for safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.buttons button { 
		padding:4px 10px 4px 10px;
	}
}

div.buttons a {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	/* border:1px solid #989495;*/
	color:white;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:4px 10px 4px 10px;
	margin:10px 10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;*/
}

div.buttons a:hover, div.buttons button:hover {
	/*
	background:#F2F0F1;
	-moz-box-shadow:0px 0px 5px #989495;
	-webkit-box-shadow: 0px 0px 5px #989495;
	box-shadow: 0px 0px 5px #989495;
*/
}

/* -------------------------- Positive Button Styles -------------------------------*/

div.buttons .positive {
	color:white;
	/*border:1px solid #60a020; */
}

div.buttons .positive:hover {
	/* color:#60a020;
	border:1px solid #60a020;
	-moz-box-shadow:0px 0px 5px #60a020;
	-webkit-box-shadow: 0px 0px 5px #60a020;
	box-shadow: 0px 0px 5px #60a020;
	*/
}

div.buttons .positive:active {
	/* background:#D7FFD7;*/
}

/* -------------------------- Negative Button Styles -------------------------------*/

div.buttons .negative {
	color:#d12f19;
	border:1px solid #d12f19;
}

div.buttons .negative:hover {
	-moz-box-shadow:0px 0px 5px #d12f19;
	-webkit-box-shadow: 0px 0px 5px #d12f19;
	box-shadow: 0px 0px 5px #d12f19;
}

div.buttons .negative:active {
	background:#FFD7D7;
}


/* ----BLOGS---------------------------- */

div#blogListing {

	float:left;

	width:450px;

}



div#blogListing div.blogItem {

	margin:10px;
	padding-bottom:10px;
	width:450px;
	border-bottom: solid 1px; color:#4a4b4d;

}



div#blogListing div.blogItem img {

	margin-right:10px;

	float:left;

	display:inline-block;

	border:3px solid #d7d7d7;

}

div#blogListing div.blogItem a {

	color:#8d8b3c;

	font-size:13px;

}



div#blogListing div.blogItem a.title {
font-size:20px;
margin:0px;


}



div#blogListing div.blogItem p {

	color:#a7a7a7;	

	font-size:13px;

	line-height:15px;

}

div#blogListing div.blogItem p.date {
color:white;

}



div#blogListing div.blogItem p.title {

	color:#8d8b3c;

	font-size:18px;

	line-height:22px;

}



div#archiveHeader {

	position:absolute;

	top:110px;

	right:190px;

	width:100px;

	float:right;

}

div#archiveHeader h3 {

	color:#8d8b3c;

	padding-top:30px;

	margin-bottom:10px;

	line-height:22px;

}



div#archiveListing {
	
	float:right;
	width:215px;
	margin-right:0px;
	padding-right:0px;
	margin-top:10px;
	background: url("../images/side-bar-testimonial-BG.png") repeat-y scroll left top;
	

}

div#archiveListing a {

	color:#8d8b3c;

	text-align:center;

	padding:5px 0px 5px 10px;

	font-size:16px;

	font-weight:bold;
	
	display:block;
	
	text-align:left;
	
}

div#blogListing h2 {

	color:white;

	padding-bottom:10px;

}



div#blogListing div#postComment table label {
	display:block;
	padding-top:10px;
	color:#8d8b3c;

}



div#blogListing div#postComment table input {
background:#fff;	

}



div#blogListing div#postComment table textarea {
background:#fff;
width:420px;

}



div#blogListing div#blogComments {
	display:none;
	margin-left:10px;

}



div#blogListing div#postComment {
	margin-left:10px;
}

/* -------------------------------------------------- */


