
/*********************** STANDARD ELEMENTS ****************************/

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, 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,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	font-weight:400;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 15px;
    color: #222222;
    text-align: left;
    line-height:1.45em;
	overflow-x: hidden;
}

/* for the admin page editing area */
.mceContentBody { background-color: #ffffff !important; background-image:none; }


table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* GENERAL FORMATTING */

a, a:visited {
    text-decoration: none;
    color: #bc2c2c;
	font-weight:700;
}

a:hover, a:active {
    color: #000;
}

strong {font-weight:700}
em {font-weight:unset;}

li {
	margin-left:1.7em;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.45em;
    font-weight: 700;
    color: #000;
	margin-bottom:0.7em;
}

h1 {
    font-size: 1.7em;
	margin-bottom: .7em;
	text-transform:uppercase;
	font-weight: 900;
}

.connectHeader {
	font-size: 1.7em;
	margin-bottom: .7em;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 1.45em;
	color: #000;
}

h2 {
    font-size: 1.05em;
	text-transform:uppercase;
	margin-top:1.4em;
}

h3 {
    font-size: 1em;
}

.yellowHeading {
	text-transform: none;
	font-weight: 900;
	font-size: 85%;
	color: #e0bb22;
	margin-left: .7em;
}


img,
embed,
object,
video {
    max-width: 100%;
    border: 0 none;
}
img.profileImg {
      float: left;
      margin: 0 1em 0 0;
      border-radius: 50%;
}

p 	{
	margin-bottom:0.75em;
}

#inside-banner img {
	vertical-align: bottom;
}



/*********************** MAIN DIVS ****************************/

.wrap {
	clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    min-width: 320px;
}

#top {
    min-width: 320px;
    width: 100%;
}

#middle {
    width: 100%;
    position: relative;
    min-width: 320px;
}



@media (min-width: 550px) {
	
	#bottom {
	background: url(../../images/bottom-bg.jpg);
	background-size: cover;
    width: 100%;
    position: relative;
    min-width: 320px;
}
}

@media (min-width: 550px) and (max-width: 899px) {
	.wrap {max-width:100%}
	#top {text-align:center;}
	
	
	
}
@media (max-width: 549px) {
	#top { text-align:center; }
	#bottom {
	background: url(../../images/bottom-bg-mobile.jpg);
	background-size: cover;
    width: 100%;
    position: relative;
    min-width: 320px; 
	}
	
	
}


/*  CONTENT */

#content_area {
	text-align: left;
	
}

@media screen and (min-width: 900px) {
	#content_area {
		padding:2em 0em 2em 0em;
	}
      #content_area.noSidebar #content {
            width: 90%;
      }
	#content, #content_area.homepage #content {
		width:66%;
		margin-right: 0;
		float:left;
	}

}
@media (min-width: 550px) and (max-width: 969px) {
	#content_area {
		padding:2em 1em 2em 1em;
	}
	#content {
		width:64%;
		float:left;
	}

}
@media (max-width: 834px) {
	#content_area {
		padding:1em 1em 2em .5em;
	}
	#content {
		width:100%;
	}

}

/* if the section has a sidebar ... */
#content_area.hasSidebar {
      position:relative;
}
#content_area.noSidebar #content {
	width: 97%;
}

@media screen and (max-width: 900px) {
	#content_area.hasSidebar #content {
		
	}
}
@media screen and (max-width: 834px) {

	#content_area.hasSidebar #content {
		width: 67%;
	}
}

@media screen and (max-width: 549px) {

	#content_area.hasSidebar #content {
		width: 96% !important;
	}
}

#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom{
	float: right;
	width: 26%;
	
	clear: both;
}
#content_area.hasSidebar #sidebar-top{
	top: 2em;
}
#content_area.hasSidebar #sidebar-bottom{
	bottom: 1em;
}

@media screen and (max-width: 549px) {

	#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
		display:none;
	}
}


/* HOMEPAGE OVERRIDES */
#sidebar-home {
	background-color: #eeeeee;
	padding: 2%;
	float: right;
	margin-left: 0;
}
@media (min-width: 900px) {
	#sidebar-home {width:25%;}
}
@media (min-width: 550px) and (max-width: 899px) {
	#sidebar-home{width:26%;}
}
@media (max-width: 549px) {
	#sidebar-home {display:none;}
}


/*********************** MAIN CLASSES ****************************/

.clear { clear:both; }
.nobr, .nowr {white-space: nowrap;}
.whiteBG {background:white;}
.blackBG {background:black;}
.left {float:left;}
.right {float:right;}
.full {width:100%;}
.leftimg {clear:left; float:left;margin:.3em 2em 2em 0;font-style:italic;}
.rightimg {clear:right; float:right;margin:.3em 0 2em 2em;font-style:italic;}
.leftimg p, .rightimg p {margin:.5em 0 0 0;}
.fullimg {width:100%; margin-bottom:1em;}
.half {width:50%;}
.halfleftimg {float:left; width:48%;margin:1em 0;}
.halfrightimg {float:right; width:48%;margin:1em 0;}
.third {width:35%;}
.center {display:block;margin:2em auto;text-align:center;font-style:italic;width:auto;}
.noscale {max-width:none;}
@media (max-width: 549px) {
	.left, .right {float:none;}
	.leftimg, .rightimg {float:none;margin:2em auto;display:block;text-align:center;font-style:italic;}
	.half, .third  {width:auto;}
	.hideinmobile {display:none;}
}

/*********************** HEADER AREA **********************/


#header {
    
}

#header-contact {
	padding-top:2.5em;
	width:605px;
	float:right;
	height:140px;
	position:relative;
      text-align: right;
}

.topYellowLine {
	width: 100%;
	background: #e0bb22;
	height: 10px;
}

.headerBG {
	width: 100%;
	background: url(../../images/header-bg.jpg);
	background-size: cover;
	display: inline-block;
	vertical-align: bottom;
}

.headerRight {
	float: right;
	width: 55%;
	display: inline-block;
	margin-right: 1.5em;
	margin-top: 4em;
	
}

.topPhoneButton {
	float: right;
	width: 220px;
	font-size: 1.15em;
	font-weight: 900;
	color: #000000;
	text-align: center;
	padding: .6em 0;
	background: #e0bb22;
	letter-spacing: 1px;
	border: 3px solid #e0bb22;
	margin-left: 3.5%;
}

.topPhoneButton:hover {
	background: #a7a9ac;
	border: 3px solid #a7a9ac;
}

.topEmailButton {
	float: right;
	width: 160px;
	font-size: 1.15em;
	font-weight: 900;
	color: #e0bb22;
	text-align: center;
	padding: .6em 0;
	letter-spacing: 1px;
	border: 3px solid #a7a9ac;
}

.topEmailButton:hover {
	background: #e0bb22;
	border: 3px solid #e0bb22;
	color: #000000;
	
}

.rotatingBannerBG {
	width: 100%;
	background: url(../../images/rotating-banner-bg.jpg);
	background-size: cover;
	display: inline-block;
}

/*********************** NAVIGATION **********************/

/*** ALL TOP, SIDE, MOBILE NAVIGATION IS MOVED TO NAVIGATION.CSS **/

/*********************** CONTENT ***********************/

/* JUSTIFY FLOATING DIVS */

ul.justify {
    font-size: 0 !important;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*text-align: justify;*/
    text-justify: distribute-all-lines;
}

ul.justify:after {
    content: "";
    display: inline-block;
    width: 100%;
}

ul.justify li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    /*margin: 0 auto !important; this-will-center-single-objects:;*/
	margin: 0 3.5% 0 0;
    padding: 0 !important;
}

/* (untested) IE hacks to make li's line up */
*+html ul.justify li {display: inline;}
* html ul.justify li {display: inline;}


/* CONTENT TO SHOW ON MOBILE & TABLET VERSIONS  ONLY */

.mobile-phone {
	padding-bottom:1em;
	font-size:1.6em;
	font-weight:800;
}

.homeContent {
	width: 95%;
	margin: 0 auto;
}

.homeContent p {
	line-height: 1.65em;
}


/**************testy styles***************/

#testy {
	background: url(../../images/testy-bg.jpg);
	background-size: cover;
	font-style:italic;
	font-size:99%;
	line-height:200%;
	margin-top:2em;
	margin-bottom:2em;
}
/*@media (min-width: 768px) and (max-width: 1000px) {
	#testy { 
		font-size:15px;
	}
}*/

#testy-said {
	padding:3em;
}
#testy-said p {
	margin:0;
	padding:0;
}
#testy-saidby {
	padding:1em;
	padding-left: 15.5%;
	background: url(../../images/testimonialSaidBy.png) top left no-repeat;
	background-size:contain;
}
#testy-name {
	font-style:normal;
	font-weight:900;
}



.bottomContactBar {
	width: 100%;
	background: url(../../images/bottom-contact-bg.jpg);
	background-size: cover;
	
	display: inline-block;
	vertical-align: bottom;
	
}





.bottomContactLogo {
	float: left;
	padding: .5em 0;
	margin-left: 30px;
}

.bottomContactBar:hover {
	opacity: .85;
}

.bottomContactLogo img {
	vertical-align: bottom;
}

.bottomContactText {
	float: left;
	width: 72%;
	font-size: 1.7em;
	font-weight: 900;
	color: #000000;
	margin-top: 1.2em;
	margin-left: 9%;
	letter-spacing: 1px;
	
}

.noObligation {
	font-weight: 900;
	color: #ffffff;
	margin-left: 1.2em;
	text-shadow: 2px 1px 4px #8c7777;
}

@media (min-width:550px) and (max-width:674px) {
	.bottomContactText {
	width: 78%;
	font-size: 1.25em;
	margin-top: .5em;
	margin-left: 2.5%;
	text-align: center;
	}
	
	.bottomContactLogo {
    float: left;
    padding: .5em 0;
    margin-left: 20px;
	}
	
	.bottomContactLogo img {
		width: 49px;
	}
	
	.noObligation {
    margin-left: 0;
	}
	
}

@media (min-width:675px) and (max-width:899px) {
	.bottomContactText {
	width: 85%;
	font-size: 1.25em;
	margin-top: 1.1em;
	margin-left: 2.5%;
	}
	
	.bottomContactText br {display: none; }
	
	.bottomContactLogo {
    float: left;
    padding: .5em 0;
    margin-left: 20px;
	}
	
	.bottomContactLogo img {
		width: 49px;
	}
	
	.noObligation {
    margin-left: 0;
	}
	
}

@media (min-width:900px) and (max-width:1115px) {
	.bottomContactText {
	width: 78%;
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-left: 4.5%;
	}
	
}


/* Contact Page */

#contentContact {
float: right;
width:64%;
margin-right: 2em;
}


#sidebarContact {
    width: 26%;
    float: left;
    margin-top: 0;
	margin-left: 2em;
}

.contactLeft {
	float: left;
	width: 30%;
	clear: both;
}

.contactRight {
	float: right;
	width: 67%;
	margin-bottom: 1.5em;
}

@media (min-width: 1px) and (max-width: 549px) {

	

	#contentContact {
	float: left;
	width:94%;
	margin-left: 0;
	}
	
	
	
	#sidebarContact {
	width: 90%;
	padding-top: 1.5em;
	margin: 0 auto;
	clear: both;
	float: left;
	margin-bottom: 2em;
	margin-top: 2em;
	}
	
	.contactLeft {
	float: left;
	width: 96%;
	clear: both;
	}

	.contactRight {
	float: left;
	width: 96%;
	margin-bottom: 1.5em;
	clear: both;
	}
	
}

@media (min-width: 550px) and (max-width: 899px) {
	
	.contactLeft {
	float: left;
	width: 85%;
	clear: both;
	}

	.contactRight {
	float: left;
	width: 96%;
	margin-bottom: 1.5em;
	clear: both;
	}
	
	#contentContact {
	width:95%;
	float:left;
	}
	
	#sidebarContact {
	width:95%;
	float:left;
	padding-top: 1.5em;
	margin-top: 2em;
	clear: both;
	margin-left: 0;
	}

}

@media (min-width: 900px) and (max-width: 1140px) {

	#sidebarContact {margin-left: 1em; }

}


#inquiry form#contact_form{
	ppborder-bottom:3px solid #ddd;
	pppadding-left:1em;
	ppmargin:0 -10px 1em -10px;
	ppheight:2.5em;
	
}
#inquiry table {
	ppwidth:100%;
}
#inquiry td {
	pppadding:1em 1em;
}
#inquiry input[type=text], #inquiry input[type=radio],
#inquiry textarea {
	width:100%;
	background: #ffffff;
	ppheight:2em;
	pppadding-left:1em;
	padding:1rem;
	margin:0 0 1rem 0;
	vertical-align:middle;
	border:1px solid #c0c0c0;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#inquiry .selectType  {
width:100%;
	ppheight:2em;
	pppadding-left:1em;
	padding:1rem;
	margin:0 0 1rem 0;
	vertical-align:middle;
	border:1px solid #c0c0c0;
	color: #757579 !important;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8em;
}

#inquiry .selectType select {
color: #757579;
padding: .4em 0;
}


#inquiry input[type=submit] {
	ppfloat:right;
	ppmargin-right:-1em;
}

#inquiry textarea {
	min-height:15em;
}
#inquiry label {
	ppvertical-align:middle;
}
#inquiry table tr td:first-child {
	ppwidth:20%;
	
}
#inquiry input.formerror {
	ppborder-color:red;
}

#button {
	font-family: 'Lato', sans-serif;
	padding:1rem 2rem;
    text-transform: uppercase;
	font-size:1.15em;
	border:none;
	background:#000000; 
	color: #ffffff;
	font-weight:700;
	margin:1rem 0 0 0;
	letter-spacing: 1px;
}

#button:hover {
	background:#000000;
color: #e0bb22;	
	cursor: pointer;
}


/**********ecom contact form*************/



#side-contact-form {
	background: #e0bb22;
	padding:1vw 7% 2vw 7%;
	text-transform: capitalize;
	font-size:79%;
	font-weight:700;
	line-height:150%;
	margin-top: 3em;
	}
	
@media (min-width: 550px) and (max-width: 1000px) {
	#side-contact-form { 
		pppfont-size:1.35vw; 
		line-height:150%;
	}
}

@media (max-width: 549px) {
	#side-contact-form { 
		pppfont-size:2.85vw; 
		line-height:150%;
	}
}


.sideformtxt1 {font-size:1.8em;font-weight:600; color: #000000; margin: 0; line-height: 1.3em; text-align: center;}
.sideformtxt2 {font-size:1.2em;font-weight:400;color:#000000; margin: 0 0 1.5em 0; text-align: center; }


#side-contact-form  form {
	display:inline;
}
#side-contact-form  form div {
	display:block;
	background: #fafafa;
	
	margin:0 0 1.3em 0;
	padding:.5em;
	}
	
#side-contact-form  form input[type='text'],
#sideform-comments {
	width:100%;
	margin:0;
	border:0;
	padding:0;
	
	font-size: 12px;
	font-weight:400;
	color:black;
	vertical-align:middle;
	background: #fafafa;
	}
	

#sidebutton {
	
	padding:0.6em 1em;
	cursor:pointer;
	background: #000000;
	border: 1px solid #000000;
	text-align: center;
	color: #ffffff;
	margin-top: .8em;
	letter-spacing: 1px;
	font-weight:600;
	}
	
#sidebutton:hover {
color: #e0bb22;
	

}





/**************regular inside page form*************/

#inside-contact-form {
	background: #e0bb22;
	padding:1vw 7% 2vw 7%;
	text-transform: capitalize;
	font-size:79%;
	font-weight:700;
	line-height:150%;
	margin-top: 3em;
	}
	
@media (min-width: 550px) and (max-width: 1000px) {
	#inside-contact-form { 
		pppfont-size:1.35vw; 
		line-height:150%;
	}
}

@media (max-width: 549px) {
	#inside-contact-form { 
		pppfont-size:2.85vw; 
		line-height:150%;
	}
}


.insideformtxt1 {font-size:1.8em;font-weight:600; color: #000000; margin: 0; line-height: 1.3em; text-align: center;}
.insideformtxt2 {font-size:1.2em;font-weight:400;color:#000000; margin: 0 0 1.5em 0; text-align: center; }


#inside-contact-form  form {
	display:inline;
}
#inside-contact-form  form div {
	display:block;
	background: #fafafa;
	
	margin:0 0 1.3em 0;
	padding:.5em;
	}
	
#inside-contact-form  form input[type='text'],
#insideform-comments {
	width:100%;
	margin:0;
	border:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight:400;
	color:black;
	vertical-align:middle;
	background: #fafafa;
	}
	

#insidebutton {
	
	padding:0.6em 1em;
	cursor:pointer;
	background: #000000;
	border: 1px solid #000000;
	text-align: center;
	color: #ffffff;
	margin-top: .8em;
	letter-spacing: 1px;
	font-weight:600;
	}
	
#insidebutton:hover {
color: #e0bb22;
	

}







@media (min-width: 550px) and (max-width: 645px) {
	
	#sidebutton {font-size: .89em; }
}

.major, .major span {
	font-weight:800;
	font-size:1.15em;
	color:#444444;
	margin-bottom:1.8em;
	font-family: 'Lato', sans-serif;
}

#call-to-action {
	text-align:center;
	width:94%;
	background:#eaeaea;
	margin-left:3%;
	margin-bottom:1.5em;
	padding-top:1.5em;
}

.sub-heading {
	font-size:1.1em;
	font-weight:700;
	margin-top:1.5em;
	margin-bottom:0.3em;
}
/********* HOME PAGE ****************/


/************************ FOOTER **********************/

#footer {
	xheight:350px;
    margin: 0 auto;
	color:#cccccc;
	
	font-size:1em;
}

#footer h3 {
	font-weight:900;
	font-size: 1.2em;
	color:#e0bb22;
	margin-bottom:1em;}

#footer-col1 {
	float:left;
	margin-top:3.5em;
	margin-bottom: 1em;
	}

#footer-col2 {
	float:left;
	margin-top:3.5em;
	margin-bottom: 1em;
	}

#footer-col3 {
	float:left;
	margin-top:3.5em;
	margin-bottom: 1em;
	}

#footer a {
	color:#cccccc;
	font-weight: 400;
}

#footer a:hover {
    color:#e0bb22;
}

#footer p {margin-bottom:0.2em;}

.footerLine {
	border-bottom: 2px solid #e0bb22;
	width: 27px;
	margin-bottom: 1.2em;
}

#footer #footer-col1 ul {
	margin-left: -10px;
	padding: 0;
}

#footer #footer-col1 ul li {
	
	line-height: 1.7em;
}



#footer #footer-col1 ul li a {
	
	font-weight: 400;
	color: #cccccc;
}

#footer #footer-col1 ul li a:hover {
	color: #e0bb22;
}

.copyrightContainer {
	width: 100%;
	background: url(../../images/copyright-bg.jpg);
	background-size: cover;
	display: inline-block;
	color: #000000;
	font-size: .85em;
	vertical-align: bottom;
}

.copyrightLeft {
	float: left;
	width: 90%;
	padding: .9em 0;
	margin-left: 2.29em;
	
}

.copyrightContainer .copyrightLeft a {
	
	color: #000000;
	margin: 0 1em;
	font-weight: 400;
	
}

.copyrightLeft a:hover {
	color: #f0efef;
}

.copyrightRight {
	float: right;
	width: 32px;
	margin-right: 2.29em;
	margin-top: 1em;
	
}

.copyrightHomeSpacer {
	margin-left: 4%;
}

@media (min-width: 900px) and (max-width: 990px) {
	
	.copyrightHomeSpacer {
	display: none;
	}
	
	.copyrightLeft {
	width: 88%;
	}
	
	.copyrightLeft a {
    margin: 0 .7em;
	}
	
}


/*********************** MEDIA QUERIES **********************/

@media (min-width: 1px) and (max-width: 549px) {
	
	#content_area {
    padding: 1em 0 2em .5em;
	}

	#rotating-banner {
		
	}

	#header-logo {
		float: none;
		width:270px;
		margin: 1em auto .6em auto;
	}
	
	.headerRight {
    float: none;
    width: 160px;
    margin: 0 auto;
	}
	
	.topPhoneButton {
    float: none;
    width: 160px;
    font-size: 1em;
    text-align: center;
	letter-spacing: 1px;
    padding: .4em 0;
    margin: 0 auto .6em auto;
    }
	
	.topEmailButton {
    float: none;
    width: 160px;
    font-size: 1em;
    text-align: center;
    padding: .4em 0;
    letter-spacing: 1px;
    margin-bottom: 1em;
	}
	
	h1 {
		line-height: 1.2em;
	}

	.yellowHeading {
    margin-left: 0;
	line-height: 1.2em;
	}
	
	.homeContent {
    width: 96%;
    margin: 0 auto;
	float: left;
	}
	
	#testy-said {
    padding: 2em;
	}
	
	#testy-saidby {
    padding-left: 10%;
	}
	
	.bottomContactLogo {
    float: none;
    padding: .35em 0;
    margin: 0 auto;
	width: 40px;
	}
	
	.bottomContactText {
    float: none;
    width: 84%;
    font-size: 1em;
    margin: 0 auto .5em auto;
	text-align: center;
	line-height: 1.1em;
    }
	
	.bottomContactText br {
		display: none;
	}
	
	.noObligation {
    margin: 0 auto;
	display: inline;
	}


	#footer-col1 {
	display: none;
	}

	#footer-col2 {
	width:80%;
	margin-left: 1em;
	margin-top: 0;
	margin-right: 0;
	}

	#footer-col3 {
	display: none;
	}
	
	#footer-col4 {
	float: left;	
	width:260px;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: .7em;
	margin-left: 1em;
	}

	#section1, #section2 {
		text-align:center;
		width:100%;
		margin-bottom:1em;
	}

	.column1 {
		clear:both;
	}

	.column2 {
		display:none;
	}

	.copyrightLeft {
    float: left;
    width: 60%;
    padding: .5em 0;
    margin-left:1em;
    }
	
	.copyrightRight {
    float: right;
    width: 32px;
    margin-right: 1.5em;
    margin-top: 1.5em;
	}
	
	.bottomSiteLinks {
		display: none;
	}

}


@media (min-width: 550px) and (max-width: 899px) {
	
	.homeContent {
    width: 100%;
	}
	
	.yellowHeading {
		margin-left: 0;
	}
	
	.topPhoneButton {
    float: right;
	
    width: 160px;
    font-size: 1em;
    font-weight: 900;
    color: #000000;
    text-align: center;
    padding: .4em 0;
    background: #e0bb22;
    letter-spacing: 1px;
    border: 3px solid #e0bb22;
    margin-left: 0;
	margin-bottom: .6em;
	}
	
	.topEmailButton {
    float: right;
	clear: both;
    width: 160px;
    font-size: 1em;
    font-weight: 900;
    color: #e0bb22;
    text-align: center;
    padding: .4em 0;
    letter-spacing: 1px;
    border: 3px solid #a7a9ac;
	}
	
	.headerRight {
    float: right;
    width: 170px;
    display: inline-block;
    margin-right: 1.5em;
    margin-top: 2.15em;
    }

	#header-logo {
		float:left;
		width: 265px;
		padding-top:2em;
		padding-bottom:1em;
		margin-left: 1em;
		}
	
	

	#rotating-banner {
		
	}

	#section1 {width:60%}
	#section2 {width:39%}

	.column1 {
		width:100%;
	}

	.column2 {
		display:none;
	}
	
	#footer-col1 {
	display: none;
	}

	#footer-col2 {
	width:40%;
	margin-left: .5em;
	margin-top: 1.5em;
	margin-right: 1em;
	}

	#footer-col3 {
	float: right;	
	width:40%;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 3em;
	text-align: right;
	}
	
	#footer-col4 {display: none;}
	
	.copyrightLeft {
    
    width: 66%;
    padding: .9em 0;
    margin-left: 1em;
	}
	
	.copyrightLeft br {
		display: none;
	}
	
	.bottomSiteLinks {display: none;}
	
	
	
}


@media (min-width: 900px) {
	
	.bottomSiteLinks {display: inline;}
	
	.bottomContactText br {display: none; }
	
	h1 br {display: none; }
	

	#rotating-banner {
		display:block;
		
	}

	#rotating-banner img {width:100%}

	#header-logo {
		float:left;
		width: 30%;
		padding-top:2em;
		padding-bottom:2em;
		margin-left: 1.5em;
		}

	.column1 {
		width:50%;
		float:left;
	}

	.column2 {
		width:49%;
		float:right;
	}
	
	#footer-col1 {
	width:22%;
	margin-left: 2.29em;
	margin-right:4%;
	margin-bottom: 3em;
	}

	#footer-col2 {
	width:22%;
	margin-left:1.5em;
	margin-right:2%;
	margin-bottom: 3em;
	}

	#footer-col3 {
	float: right;	
	width:25%;
	margin-right: 2.29em;
	margin-bottom: 3em;
	text-align: right;
	}
	
	#footer-col4 {display: none;}
	
	.copyrightLeft br {
		display: none;
	}
}

.width25{
	max-width:25%;display:block;
}
.width50{
	max-width:50%;display:block;
}
.width75{max-width:75%;display:block;}



@media (min-width: 900px) and (max-width: 1215px) {
	
	#content {
		margin-left: 1em;
		}
		
	#content_area.hasSidebar #sidebar-top {
		margin-right: 1em;
	}	
	
}







