@charset "UTF-8";

/****** general settings *********/
html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.5em;
	font-size: 13px;
}

.global-site-notice {
	padding: 10px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 48px;
}
.global-site-notice .notice-inner {
	height: 36px;
	width: 950px;
	margin: 0px;
	background-color: #F9D83C;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 4px;
	padding-left: 50px;
	background-image: url(../images/icon_alert_sign.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 2px solid #413F35;
	float: right;
	clear: both;
}
.global-site-notice .notice-inner p {
	padding: 0px;
}


h1, h2, h3, h4 {
	text-align: left;
	display: block;
	margin: 0px;
	padding-bottom: 0.8em;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow:0 0 1px rgba(0,0,0,.5);
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
a:link, a:visited, a:active {
	color: #396707;
	text-decoration: underline;
}
a:hover {
	color: #0D1727;
	text-decoration: none;
}
.ltgreen {
	color:#99CC00;
}
.boldltgreen {
	color:#99CC00;
	font-weight:600;
}
.dkgreen {
	color:#009933;
}
.bolddkgreen {
	color:#009933;
	font-weight:600;
}
.required {
	font-weight: normal;
	color: #FF0000;
}
.bigger {
	font-size: 26px;
	color: #59463D;
}
.larger {
	font-size: 30px;
	font-weight: 700;
	color: #72A526;
}
.midsize {
	font-size: 20px;
	color: #478317;
}

.smaller {
	font-size: 16px;
	color: #478317;
}
.button-green {
	height: 41px;
	width: 141px;
	background-image: url(../images/buttom-green.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	background-color: transparent;
}
.grid1 {
	float: left;
	width: 285px;
}
.grid2 {
	float: left;
	width: 285px;
	margin-top: 4px;
}
.read-more {
	text-align: left;
	display: block;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}
.read-more a {
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	background-image: url(../images/marker-2.png);
	background-repeat: no-repeat;
	background-position: 100% 8px;
	line-height: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
/* -= form --- */
form {
	margin: 0px;
	padding: 0px;
}
form label.error, label.error {
	color: red;
	font-style: italic
	display:block;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form .gray * { color: gray; }

/****** dd settings **********/
.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {
	position:relative;
	display:inline-block;
	zoom:1;
	display:inline-block;
*display:inline; 	cursor:pointer;
}
.ddcommon ul{
	padding:0;
	margin:0;
}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .arrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{
	padding:0;
	position:relative;
	display:inline-block;
	width:100%;
	font-size: 13px;
}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;}
.dd .arrow{width:16px;height:16px; margin-top:-8px; background:url(../images/msdropdown/skin1/dd_arrow.gif) no-repeat;}
.dd .arrow:hover{background-position:0 100%;}
.dd .ddTitle{
	color:#000;
	background-color: #e2e2e4;
	background-image: url(../images/msdropdown/skin1/title-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:11px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{
	border:1px solid #c3c3c3;
	background-color:#fff;
	left:-1px;
	font-size: 13px;
}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}


/****** content settings *********/
#wrapper {
	padding: 0px;
	width: 1070px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 1070px;
}#header #menutop-wrapper {
	margin: 0px;
	height: 29px;
	width: 1070px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menutop-wrapper .menutop {
	color: #59463D;
	font-size: 11px;
	float: left;
	width: 870px;
	text-align: right;
	line-height: normal;
	padding-top: 11px;
	height: 18px;
}
#menutop-wrapper .menutop a {
	color: #59463D;
	text-decoration: none;
}
#menutop-wrapper .menutop a:hover {
	color: #478317;
	text-decoration: underline;
}
#menutop-wrapper .lanform {
	float: right;
	height: 29px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	background-color: #FFFFFF;
}
#location_select {
	font-size: 12px;
	width: 178px;
	line-height: 17px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Roboto Condensed', sans-serif;
	color: #474747;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 2px;
}

#header #logo-wrapper {
	height: 58px;
	width: 1070px;
}
#logo-wrapper .logo {
	float: left;
	height: 91px;
	width: 388px;
}
#logo-wrapper .logo .psi-wrppaer {
	float: left;
	height: 58px;
	width: 388px;
}
#logo-wrapper .logo .psi-wrppaer .psi-icon {
	float: left;
	height: 58px;
	width: 57px;
}
#logo-wrapper .logo .psi-wrppaer .psi-name {
	float: left;
	width: 322px;
	height: 36px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 36px;
	font-size: 30px;
	margin-top: -4px;
	padding-bottom: 3px;
	margin-left: 6px;
}
.psi-name a {
	text-decoration: none;
	color: #000000;
}

#logo-wrapper .logo .psi-wrppaer .psi-services {
	float: left;
	width: 322px;
	line-height: 16px;
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 6px;
	height: 16px;
	padding: 0px;
}
.psi-services ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.psi-services li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
.psi-services .bullet {
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	height: 16px;
	width: 6px;
	margin-right: 5px;
	margin-left: 6px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo-wrapper .logo .psi-freequote {
	font-size: 17px;
	color: #59473D;
	letter-spacing: 1px;
	width: 386px;
	line-height: 22px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #59473D;
	margin-top: 5px;
	float: left;
	padding-bottom: 2px;
	text-align: center;
	overflow: hidden;
}

#logo-wrapper .phone-wrapper {
	height: 91px;
	width: 582px;
	float: left;
}
#logo-wrapper .phone-wrapper .phone-number {
	width: 300px;
	font-size: 24px;
	color: #595959;
	line-height: 30px;
	margin-top: 15px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 142px;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 30px;
}
#logo-wrapper .phone-wrapper .social-share {
	padding: 6px;
	height: 30px;
	width: 360px;
	margin-top: 5px;
	margin-right: 95px;
	margin-bottom: 0px;
	margin-left: 115px;
}


#logo-wrapper .bbb-logo {
	float: right;
	height: 50px;
	width: 98px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}
#wrapper #mainmenu-wrapper {
	height: auto;
	width: 1070px;
	float: left;
}
#mainmenu-wrapper .mainmenu-navi .menu-list {
	float: left;
	width: 824px;
	height: 57px;
	padding: 0px;
}

#mainmenu-wrapper ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#mainmenu-wrapper li {
	display: block;
	margin: 0px;
	float: left;
	height: 57px;
	padding: 0px;
}
#mainmenu-wrapper .vertdiv {
	float: left;
	height: 57px;
	width: 4px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu-divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainmenu-wrapper li a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	line-height: 37px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin: 0px;
}
#mainmenu-wrapper li a:hover {
	color: #FFFFFF;
	background-image: url(../images/topmenu-link-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}



#mainmenu-wrapper .mainmenu-navi {
	height: auto;
	width: 1070px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
}
#mainmenu-wrapper .mainmenu-navi .search-wrapper {
	float: right;
	height: 57px;
	width: 238px;
}
.search-wrapper #searchfrm {
	margin: 0px;
	height: 57px;
	width: 232px;
	float: left;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchfrm #keyword {
	margin-top: 13px;
	margin-bottom: 13px;
	float: left;
	height: 18px;
	width: 180px;
	margin-right: 4px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	font-family: 'Source Sans Pro', sans-serif;
}
#searchfrm #subbotton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 25px;
	width: 34px;
	background-image: url(../images/search-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	cursor: pointer;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 2px;
}
#wrapper #maincontent {
	width: 1070px;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	height: auto;
	float: left;
}
#maincontent #left-content {
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-bottom: -3000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3000px;
	padding-left: 0px;
}
#left-content #quote-form-wrapper {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#quote-form-wrapper .quote-title {
	float: left;
	height: 52px;
	width: 300px;
	background-image: url(../images/form-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	padding-top: 12px;
	line-height: 32px;
}
#quote-form-wrapper .quote-body {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 278px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
#left-content #review-wrapper {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 24px;
}



#maincontent #right-content {
	float: right;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3000px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3000px;
	padding-left: 0px;
}
#review-wrapper .review-header {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #303030;
	background-image: url(../images/icon-comment.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 268px;
	padding-left: 32px;
	line-height: 25px;
}
#review-wrapper .reviews-list {
	padding: 10px;
	float: left;
	width: 278px;
	margin-top: 30px;
	border: 1px solid #D5D5D5;
}
.reviews-list .review-grid {
	float: left;
	width: 278px;
	padding-bottom: 20px;
}
.review-grid .review-post {
	float: left;
	width: 278px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
}
.review-grid .review-ratings {
	height: 13px;
	width: 278px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.reviews-list .review-name {
	float: left;
	width: 278px;
	font-style: italic;
}
.review-grid .review-post-left {
    float: left;
    width: 278px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}




#left-content #adv-wrapper {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 24px;
}

#adv-wrapper .ads-header {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #303030;
	background-image: url(../images/icon-ads.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 268px;
	padding-left: 32px;
	line-height: 25px;
}

#adv-wrapper .ads-list {
	padding: 10px;
	float: left;
	width: 278px;
	margin-top: 30px;
	border: 1px solid #D5D5D5;
	text-align: center;
}

/* SLIDER SETTINGS */
#wrapper #slidecontent {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	height: 395px;
	width: 728px;
	float: left;
	background-color: #DEDEDE;
	border: 1px solid #BEBEBE;
}
/* CSS nivo slider */

#slider-wrapper{height:448px;overflow:hidden;position:relative;}#slider{position:relative;width:728px;height:395px;}#slider img{position:absolute;top:0px;left:0px;display:none;}#slider a{border:0;display:block;}.nivoSlider{position:relative;}.nivoSlider img{position:absolute;top:0px;left:0px;}.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0px;margin:0px;z-index:60;display:none;}.nivo-slice{display:block;position:absolute;z-index:50;height:100%;}.nivo-box{display:block;position:absolute;z-index:5;}.nivo-caption{
	position:absolute;
	top:0px;
	right:0px;
	width:281px;
	height:395px;
	z-index:89;
	line-height:20px;
	overflow:hidden;
	background-image: url(../images/slider-caption.png);
	display:none;
}.nivo-caption .nivo-caption-inner{padding:35px 30px 10px;margin:0;filter:progid:dximagetransform.microsoft.alphaimageloader()!important;display:none;}
.nivo-caption .nivo-caption-inner p{
	margin:0;
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: normal;
	display:none;
}
.nivo-caption a{
	display:inline-block!important;
	width:8px;
	height:26px;
	overflow:hidden;
	text-indent:-999em;
	margin:-5px 0 0 5px;
	background-image: url(../images/marker-2.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.nivo-caption a:hover{background-position:0 -33px;}
.nivo-html-caption{display:none;}
.nivo-controlNav {position: absolute;right: 35%;bottom: -46px;}
.nivo-controlNav a{
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block!important;
	margin-right:5px;
	font-size:12px;
	font-weight:400;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	transition:all 0.3s ease-out;
	background-image: url(../images/direction_nav.png);
	background-position: 0px 0px;
	color: #EAEAEA;
	width: 26px;
	height: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 26px;
}
.nivo-controlNav a.active{
	cursor:pointer;
	background-position: -26px 0px;
	color: #FFFFFF;
	height: 26px;
	width: 26px;
}
.ie .nivo-controlNav a.active,.ie .nivo-controlNav a:hover{
	background-position:0px 0px;
	background-image: url(../images/direction_nav.png);
	height: 26px;
	width: 26px;
}
.nivo-directionNav a{position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-directionNav a{
	position:absolute;
	display:block;
	text-indent:-9999px;
	top:50%;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 30px;
	width: 30px;
}
a.nivo-nextNav{right:0;background-position:-30px 0;}
a.nivo-nextNav:hover{background-position:-30px -30px;}
a.nivo-prevNav{left:0;background-position:0 0;}
a.nivo-prevNav:hover{background-position:0 -30px;}
#slider .nivo-controlNav img{display:inline;position:relative;margin-right:10px;width:auto;height:auto;}

#frmqreq .formqreq {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	vertical-align: -5%;
}
.formqreq .td-label {
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}
div.master-sub-label {
    color: #FF003F;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
}
div.sub-label {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    display: block;
    color: #558f2b;
}
#frmqreq .formqreq td {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	display:block;
}

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */

/* input[type="text"] {
	border-radius:2px;
	border: 1px solid #BEBEBE;
	padding:4px;
}
	
input[type="text"], textarea { 
		background-color: #FFFFFF;
		-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
} 
	
.ie9 input[type="text"] { line-height:normal; } /* Get the stuff to line up right
	
textarea { width:100%; height:10em; }

input[type="radio"], input[type="checkbox"] { position: absolute; left: -999em; }
		
label:before {
	display: inline-block;
	position: relative;
	top:0.25em;
	left:2px;
	content:'';
	width:14px;
	height:14px;
	margin-right: 5px;
}
	
input[type="checkbox"] + label:before {
	background-position: 0px -17px;
	background-image: url(../images/checkbox.png);
	margin-left: -1px;
}
input[type="checkbox"]:checked + label:before {
	background-position: 0px -2px;
	background-image: url(../images/checkbox.png);
	margin-left: -1px;
}
		 
input[type="radio"] + label:before {
	background-position: 0px -17px;
	background-image: url(../images/radiobox.png);
	margin-left: -1px;
}	 	
input[type="radio"]:checked + label:before {
	background-position: 0px -2px;
	background-image: url(../images/radiobox.png);
	margin-left: -1px;
}
	
/* Remove the custom styling for IE 7-8 */
		
/* .ie8 label:before { display:none; content:none; }
.ie8 input[type="checkbox"], .ie8 input[type="radio"],	.ie7 input[type="checkbox"], .ie7 input[type="radio"]{position: static; left:0;}
.ie8 input[type="checkbox"], .ie8 input[type="radio"] {position:relative; top:5px; margin-right:0.5em;}	
input[type="text"]:focus, textarea:focus {border-color:#009900;} */

/* CONTENT RIGHT */
#right-content #content-wrapper {
	float: left;
	width: 750px;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-wrapper h1 {
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	display: block;
}
#content-wrapper #video-wrapper {
	padding: 11px;
	float: left;
	height: auto;
	width: 420px;
	border: 1px solid #D5D5D5;
}
#video-wrapper .video-player {
	background-color: #D7D3C7;
	height: 231px;
	width: 410px;
	padding: 5px;
	float: left;
}
#video-wrapper .video-shadow {
	float: left;
	height: 14px;
	width: 420px;
	background-image: url(../images/video-shadow.png);
	background-repeat: no-repeat;
	background-position: center -3px;
}
.video-thumb-img img {
	height: 68px;
	width: 90px;
}

#video-wrapper .video-thumbs .video-thumb-img {
	padding: 4px;
	height: 68px;
	width: 90px;
	border: 1px solid #D4D4D4;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video-wrapper .video-thumbs {
	float: left;
	height: 78px;
	width: 420px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
#video-wrapper .video-text {
	height: 85px;
	width: 420px;
	float: left;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

#content-wrapper #video-wrapper-full {
	padding: 11px;
	float: left;
	height: auto;
	width: 726px;
	border: 1px solid #D5D5D5;
}
#video-wrapper-full .video-player-full {
	background-color: #D7D3C7;
	height: 408px;
	width: 716px;
	padding: 5px;
	float: left;
}
#video-wrapper-full .video-shadow-full {
	float: left;
	height: 14px;
	width: 726px;
	background-image: url(../images/video-shadow.png);
	background-repeat: no-repeat;
	background-position: center -3px;
}
#video-wrapper-full .video-thumbs .video-thumb-img {
	padding: 4px;
	height: 68px;
	width: 90px;
	border: 1px solid #D4D4D4;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video-wrapper-full .video-thumbs {
	float: left;
	height: 78px;
	width: 726px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
#video-wrapper-full .video-text {
	height: 85px;
	width: 726px;
	float: left;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}



#content-wrapper #buttons-wrapper {
	padding: 0px;
	float: right;
	width: 285px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
	height: 370px;
}
#buttons-wrapper-left {
	padding: 0px;
	width: 300px;
	margin:0px
	height: 370px;
}
.grid1-left {
	width: 300px;
	text-align:center;
}
.grid2-left {
    width: 300px;
    margin-top: 20px;
    text-align: center;
}

#content-wrapper #content-page {
	float: left;
	width: 750px;
	clear: both;
	margin-top: 24px;
	padding: 0px;
}
#content-page h2 {
	font-size: 22px;
	color: #4A7619;
	line-height: normal;
	text-align: left;
	display: block;
	font-weight: 400;
}
#content-page h3 {
	font-size: 18px;
	color: #4A7619;
	line-height: normal;
	text-align: left;
	display: block;
	font-weight: 400;
}
#content-page h4 {
	font-size: 16px;
	color: #4A7619;
	line-height: normal;
	text-align: left;
	display: block;
	font-weight: 400;
}

#content-page p {
	text-align: justify;
}
#content-wrapper #content-stars {
	padding: 0px;
	float: left;
	height: 140px;
	width: 750px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #social-wrapper {
	float: left;
	width: 1070px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 24px;
	clear: both;
}
#social-wrapper #fb-wrapper {
	float: left;
	height: 400px;
	width: 300px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
}
#fb-wrapper .fb-header {
	font-size: 16px;
	float: left;
	width: 290px;
	color: #4A7619;
	padding-left: 10px;
}
#fb-wrapper .fb-content {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 10px;
}
#social-wrapper #tw-wrapper {
	float: left;
	height: 400px;
	width: 300px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
}
#tw-wrapper .tw-header {
	font-size: 16px;
	float: left;
	width: 290px;
	color: #4A7619;
	padding-left: 10px;
}
#tw-wrapper .tw-content {
	padding: 10px;
	float: left;
	width: 280px;
	margin: 0px;
	overflow: scroll;
	height: 350px;
}
#social-wrapper #bl-wrapper {
	padding: 5px;
	float: right;
	height: 400px;
	width: 414px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	overflow: hidden;
}
#bl-wrapper .blog-header {
	font-size: 16px;
	float: right;
	width: 404px;
	color: #4A7619;
	padding-left: 10px;
}
#bl-wrapper .blog-list {
	float: right;
	width: 394px;
	padding: 10px;
	margin: 0px;
}
#bl-wrapper .blog-list a {
	text-decoration: none;
}


#bl-wrapper .blog-list .blog-thumb {
	float: left;
	height: 60px;
	width: 60px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	display: table-cell;
	background-color: #F0F0F0;
	text-align: center;
	margin-bottom: 0px;
	vertical-align: middle;
	border: 1px solid #D5D5D5;
}
#bl-wrapper .blog-list .blog-thumb img {
	height: 60px;
	width: 60px;
}

#bl-wrapper .blog-list .blog-title {
	padding: 0px;
	float: right;
	width: 394px;
	font-size: 14px;
	color: #4A7619;
	margin: 0px;
}
#bl-wrapper .blog-list .blog-descr {
	float: right;
	width: 394px;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	margin: 0px;
	padding: 15px 0 0 0;
	width: 1070px;
	clear: both;
	float: left;
	height: auto;
}
#footer #footer-wrapper {
	height: 390px;
	width: 1070px;
}
#footer-wrapper .footer-top {
	float: right;
	width: 1050px;
	background-color: #C7C1B5;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #474747;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer-wrapper .footer-top a {
	text-decoration: none;
	color: #313131;
}
#footer-wrapper .footer-top a:hover {
	color: #000000;
}


#footer-wrapper .footer-top .footer-menu {
	float: left;
	height: auto;
	width: 530px;
	margin-right: 10px;
	padding-right: 10px;
	background-image: url(../images/footer-div.png);
	background-repeat: repeat-y;
	background-position: right 0px;
	line-height: 25px;
	color: #313131;
	font-size: 12px;
}
#footer-wrapper .footer-top h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #197600;
}

#footer-wrapper .footer-top h3 {
	color: #3E3937;
	font-size: 16px;
	line-height: normal;
	margin: 0px;
}
#footer-wrapper .footer-top .grid1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 140px;
}
#footer-wrapper .footer-top .grid2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}#footer-wrapper .footer-top .grid3 {
	padding: 0px;
	float: left;
	height: auto;
	width: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#footer-wrapper .footer-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-wrapper .footer-top li {
	display: block;
	text-align: left;
	padding-left: 6px;
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#footer-wrapper .footer-top .footer-form {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 500px;
	font-size: 12px;
}
#frmftqreq .form-left {
	float: left;
	height: auto;
	width: 200px;
}
#frmftqreq .ft-label {
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
}

#frmftqreq .form-right {
	float: left;
	height: auto;
	width: 280px;
	margin-left: 18px;
}
#frmftqreq .form-button {
	float: right;
	text-align: right;
	margin-top: 20px;
}
#footer-wrapper #footer-middle {
	float: left;
	width: 1050px;
	margin: 0px;
	background-color: #C7C1B5;
	color: #464646;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: justify;
}
#footer-middle h3 {
	color: #3E3937;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 16px;
}

#footer-middle ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer-middle li {
	display: inline;
	clear: both;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.footer-top #footer-states ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-top #footer-states li {
    display: inline;
    clear: both;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-image: url(../images/bullet1.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}
.footer-top #footer-states {
    color: #464646;
    text-align: justify;
}
.footer-top #footer-states-button {
    color: #464646;
    text-align: center;
	margin-top:4px;
	display:block;
}

#footer-wrapper .footer-btn {
    float: right;
    width: 1050px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #474747;
    background-color: #B3AB9E;
    height: 80px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#footer-wrapper .footer-btn h3 {
	text-align: right;
	display: block;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#footer-wrapper .footer-btn h4 {
	text-align: right;
	margin: 0px;
	display: block;
}
#footer-wrapper .footer-btn p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #474747;
}
#footer-wrapper .footer-btn strong {
	line-height: 1.3em;
	color: #515254;
	font-weight: 400;
	letter-spacing: 0.2em;
}


#footer-wrapper .grid_fb1 {
	float: left;
	width: 630px;
}
#footer-wrapper .grid_fb2 {
	float: right;
	width: 400px;
	margin-left: 20px;
	text-align: right;
}

#footer-wrapper .social-header {
	font-size: 12px;
	line-height: normal;
	float: right;
	width: 620px;
	padding-left: 10px;
}

#footer-copy {
	float: left;
	width: 720px;
	margin-top: 10px;
	color: #3E3E3E;
	font-size: 14px;
	font-weight: bolder;
}
#footer-social {
	float: left;
	height: 18px;
	width: 630px;
	margin-top: 10px;
}
#footer-social .fb-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .fb-link a {
	background-image: url(../images/icon-fb.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 21px;
}
#footer-social .fb-link a:hover {
	background-position: 0px -20px;
}

#footer-social .tw-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .tw-link a {
	background-image: url(../images/icon-tw.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 21px;
}
#footer-social .tw-link a:hover {
	background-position: 0px -20px;
}
#footer-social .yt-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .yt-link a {
	background-image: url(../images/icon-yt.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 21px;
}
#footer-social .yt-link a:hover {
	background-position: 0px -20px;
}
#footer-social .lk-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .lk-link a {
	background-image: url(../images/icon-lk.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 21px;
}
#footer-social .lk-link a:hover {
	background-position: 0px -20px;
}
#footer-social .gp-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .gp-link a {
	background-image: url(../images/icon-gp.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 21px;
}
#footer-social .gp-link a:hover {
	background-position: 0px -20px;
}
#footer-social .rss-link {
	float: left;
	height: 18px;
	width: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-social .rss-link a {
	background-image: url(../images/icon-rss.png);
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
	height: 18px;
	width: 21px;
	text-indent: -9999px;
}
#footer-social .rss-link a:hover {
	background-position: 0px -20px;
}
