@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0.9891%;
	padding-right: 0.9891%;
}


#headerwrap {
    border-bottom: none;
	margin-top:0px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headcorner {
	display:none;
}
#tabcontact {
	display:none;
}
#phonecontact {
	display:block;
}
#fadeInDiv {
	display:block;
}
#fbooklike {
	width:55px;
	overflow:hidden;
}
#head-left{
	width:80%;
	height:90px;
}
#leftbar {
	display:block;
	width:10%;
}
#rightbar {
	display:block;
	width:28%;
}
#head-right {
	display:none;
}
#navwrap {
	display:none;
}
#content {
	margin: 10px auto;
	padding: 0 1%;

}
#contentwrap {
	border-top:5px solid #F3AE4F;
	border-bottom:0px solid #F3AE4F;
}
#contentslides {
	display: none;
}
#tabnav {
	display:block;
	width:45%;
}
#tabletquote {
	display: block;
}
#quote {
	display:none;
}
#tabquote {
	display:none;
}
#left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right {
	clear: none;
	float: left;
	margin-left: 2.2222%;
	width: 100%;
	display: none;
}
#footmodwrap {
    background: none !important;
}
#footmods {
    background: none repeat scroll 0 0 #F3AE4F;
    border: 1px solid #F3AE4F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none !important;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footmod1 .moduletable {
    max-width: 97%;
	min-width:25%;
	width:100%;
}
#footmod2 .moduletable {
    max-width: 97%;
	min-width:25%;
	width:100%;
}

#footmod3 {
	display:none;
}
.logo {
	max-width:90%;
	right: 10%;
}
h6 {
    font-size: 24px;
}
#copy {
	width:100%; 
	text-align: center;
}

#lbs {
	  width:100%;  
	  text-align: center;
}
#footnav {
	width:80%;
	text-align: center;
}
.item-195 {
	display:none !important;
}
@media only screen and (min-width: 380px) {
	#head-left{
	width:80%;
	height:130px;
}
#phonesplit {
	   float: left;
    padding: 1%;
    position: relative;
    width: 98%;
    margin-bottom: 50px;
}
#fadeInDiv {
	display:block;
}
.item-195 {
	display:none !important;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#headerwrap {
    border-bottom: none;
	margin-top:25px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#leftbar {
	display:block;
	width:5%;
}
#rightbar {
	display:block;
	width:45%;
}
#headcorner {
	display:none;
}
#tabcontact {
	display:block;
}
#phonecontact {
	display:none;
}
#fadeInDiv {
	display:none;
}
#fbooklike {
	width:100%;
	overflow:visible;
}
#head-left{
	width:60%;
	height:140px;
}
#head-right {
	display:none;
}
#navwrap {
	display:none;
}
#contentwrap {
	border-top:5px solid #F3AE4F;
	border-bottom:0px solid #F3AE4F;
}
#content {
	margin: 10px auto 10px;
}
#contentslides {
	display: none;
}
#tabnav {
	display:block;
	width:45%;
}
#tabletquote {
	display: none;
}
#quote {
	display:none;
}
#tabquote {
	display:block;
}

#left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 100%;
	display: none;
}
#footmodwrap {
    background: none !important;
}
#footmods {
    background: none repeat scroll 0 0 #F5B04F;
    border: 1px solid #F3AE4F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none !important;
	}
#footmod1 .moduletable {
    max-width: 48.5%;
	min-width:25%;
	width:100%;
}
#footmod2 .moduletable {
    max-width: 48.5%;
    min-width: 25%;
    width: 100%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footmod3 {
	display:none;
}
.logo {
	max-width:90%;
	right: 10%;
}
h6 {
    font-size: 36px;
}
#copy {
	width:33%; 
	text-align: left;
}
#lbs {
	  width:33%; 
	  text-align: right; 
}
#footnav {
	width:33%;
	text-align: center;
}
#phonesplit {
	width:48%;
	position:relative;
	float:left;
	padding:5px;
}
.item-195 {
	display:none !important;
}
}

/* Desktop Layout: 954px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 954px) {
.gridContainer {
	width: 100%;
	padding: 0;
}
#headerwrap {
    border-bottom: 10px solid #65A037;
	margin-top:25px;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#head-right {
	display:block;
}
#head-left{
	width:50%;
	height:190px;
}
#leftbar {
	display:none;
}
#rightbar {
	display:none;
}
#headcorner {
	display:block;
}
#tabcontact {
	display:none;
}
#phonecontact {
	display:none;
}
#fadeInDiv {
	display:none;
}
#phonequote {
display:none;
}
#fbooklike {
	width:100%;
	overflow:visible;
}
#navwrap {
	display:block;
}
#contentwrap {
	border-top:0px solid none;
	border-bottom:15px solid #F3AE4F;
}
#content {
	margin: 5px auto 65px;
}

#contentslides {
	display: table;
}
#tabnav {
	display:none;
}
#tabletquote {
	display: block;
}
#quote {
	display:block;
}
#tabquote {
	display:none;
}
#left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.8754%;
	display: block;
}
#right {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 41.0256%;
	display: block;
}
#footmodwrap {
	background: none repeat scroll 0 0 #65A037 !important;
}
#footmods {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F3AE4F;
    border-radius: 0 0 25px 0;
    box-shadow: 5px 5px 5px  #333333 !important;
}
#footmod1 .moduletable {
    max-width: 33%;
	min-width:25%;
	width:100%;
}
#footmod2 .moduletable {
    max-width: 33%;
	min-width:25%;
	width:100%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footmod3 {
	display:block;
}
.logo {
	max-width:90%;
	right: 2%;
}
h6 {
    font-size: 36px;
}
#copy {
	width:40%; 
	text-align: left;
}
#lbs {
	  width:37%;  
	  text-align: right;
}
#footnav {
	width:33%;
	text-align: center;
}
#phonesplit {
	width:48%;
	position:relative;
	float:left;
	padding:5px;
}
.item-195 {
	display:block !important;
}
}