@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }  /* MAKES IMAGES RESPONSIVE */

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.pad10		{ padding: 10px 0px 10px 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #a71717fa; text-decoration: none; font: 20px Simpsonfont;}

a:hover 	{ color: #FF0000; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Raleway", arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 165%;
		}

.title 		{ color: #a71717fa; font: 28px "simpsonfont", arial, sans-serif; font-weight: 900; letter-spacing: -1px; line-height: normal; }

.subtitle 	{ color: #de7c17; font: 18px "simpsonfont", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltext	{ color: #0c0c0b; font: 13px "Raleway", arial, sans-serif; font-weight: 500; padding-bottom: 5px; line-height: normal; }

.hilite		{ color: #FF0000; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		color: #000000;
		font-weight: 600;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; padding-top: 6px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 850px; }

.pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox-outer 
		{
		max-width: 1275px;
		margin: 50px auto 50px auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -342px;
		}

#left-content 	{
		padding: 0px;
		margin-right: 342px;
		}

.SB-width	{ width: 340px; }

#sidebar-content {
		background-color: transparent;
		float: right;
		border-left: #333333 0px solid;
		}

.content-pad 	{ padding: 0px 20px 0px 30px; }

.sidebar-pad	{ padding: 0px 0px 0px 0px; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 15px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #000000; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		height: 100px;
		width: 600px;
		max-width: 600px;
		min-width: 280px;
		margin: 0 auto;
		display: block;
		}

#headerdiv img, #headerdiv a { outline: none; }

/* START TEXT HEADER CODE */

.textlogo	{
		font: 600 30px "Raleway", arial, sans-serif;
		padding: 20px 0px 22px 0px;
		display: block;
		}

a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #000000; text-decoration: none; }

a.textlogo:hover { color: #000000; text-decoration: none; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.img-float	{ float: left; margin: 3px 15px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 200px; line-height: normal; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* TOP RESPONSIVE IMAGE */

.img-respond		{ max-width: 100%; height: auto; }

.img-respond-box	{ text-align: center; }

.top-image	{
		border: solid #000000;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 16px;
		margin-bottom: 16px;
		padding: 0px;
		border-top: #CECECE 1px solid;
		}

.splits-xtramargin { margin-top: 36px; margin-bottom: 36px; }




/* HOME PAGE */

.homelinks	{ color: #999999; }

.homelinks a	{ padding: 6px; }




/* RIGHT SIDEBAR (SEE GOOGLE ADS BELOW) */

.sidebar-area	{
		max-width: 250px;
		margin: 0 auto;
		text-align: center;
		}

.sidebar-textarea {
		text-align: left;
		margin: 0 auto;
		padding: 0px 0px 15px 0px;
		border: solid #CECECE;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.sidebar-text 	{
		color: #000000;
		font: 14px "Raleway", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: 160%;
		}

.sidebar-title	{
		color: #de5f14;
		font: 20px "Raleway", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		background-color: #000000;
	        background-image: url("picts/sidebar-title.png");
		background-repeat:repeat-x;
		padding: 12px 5px 15px 8px;
		margin: 25px auto 7px auto;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		width: 100%;
		height: auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0px auto 0px auto;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.side-links	{
		padding: 15px 0px 15px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "Simpsonfont", arial, sans-serif;
		font-weight: normal;
		line-height: 200%;
		display: block;
		padding: 4px 0px 4px 10px;
		border: dashed #38A2C9;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }




/* GOOGLE ADSENSE */

.google-ad-sidebar	{
			width: 250px;
			margin: 0px auto 25px auto;
			}

/* BLANK AD CODE */

.ad-blank-60		{ line-height: 60px; color: #FFFFFF; background-color: #999999; text-align: center; }

.ad-blank-250		{ line-height: 250px; color: #FFFFFF; background-color: #999999; text-align: center; }




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 10px;
		line-height: normal;
		background-color: #ff7714;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 370px; }

.footer-page	{
		background-color: #000000;
		background-image:url("picts/background-footer.jpg");
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 50px 10px 10px 10px; }

.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #0c0b0a;
		font: 19px Simpsonfont;
		font-weight: 800;
		padding-bottom: 9px;
		margin-bottom: 26px;
		border-bottom: #6F8B9B 0px solid;
		}

table.footer-links td 	{
			padding: 24px 30px 5px 30px;
			border-right: #444444 0px solid;
			}

.footer-image		{
			margin: 40px 57px 16px 21px;
			border: #FFFFFF 3px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ font-size: 15px; line-height: 40px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 12px; margin-bottom: 10px; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 12px "Raleway", arial, sans-serif;
		  font-weight: 500;
		  line-height: normal;
		  padding: 16px 5px 16px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #363636;
		  border: solid #999999;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #ffeb3b; text-decoration: none; white-space: nowrap; font: 14px Simpsonfont;}

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #FFFFFF; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	{ padding-left: 1px; padding-right: 1px; }

.socialRspace	{ width: 0px; }

.socialicon	{
		border: #000000 1px solid;
		display: block;
		background-color: #000000;
  	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		}

.socialicon:hover  { border: #CC0000 1px solid; background-color: #CC0000; }

.mobile-social	   { display: none; }




/* CONTACT PAGE CODE */

.form-box		{ margin: 20px 0px 10px 125px; }

.contact-select		{ color: #006699; font-weight: 400; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: 400 16px "Raleway", arial, sans-serif;
		text-align: center;
		background-color: #000000;
	        background-image: url("picts/button.png");
		background-repeat:repeat-x;
		-webkit-appearance: none;
		padding: 15px 8px 15px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #004C76 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #CC0000;
        	border: #000000 1px solid;
		}

.shadeform	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 200px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		}

/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* ARTICLES HOME PAGE */

.article-canvas		{
			max-width: 600px;
			margin: 10px auto 10px auto;
			}

.art-arrow		{
			background-color: #000000;
			background-image: url("picts/arrow-link-white.png");
			background-repeat: no-repeat;
			height: 37px;
			width: 37px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			background-position: 6px 6px;
			display: inline-block;
			vertical-align: middle;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}


div.arrow-link		{
			color: #0066FF;
			text-decoration: none;
			line-height: 3px;
			vertical-align: top;
			background-color: transparent;
			padding: 0px 5px 0px 0px;
			margin: 15px 0px 15px 0px;
			height: 37px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */

div.arrow-link:hover	{ color: #FF0000; text-decoration: underline; }

div.arrow-link:hover div.art-arrow { background-color: #CC0000; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENU */

/* MOBILE MENU COLORS ARE IN THE "media-queries.css"!!! */

#menudiv a		{ outline: none; }

#menudiv		{
			background-color: #000000;
			position: relative;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #000000 solid;
			border-width: 0px 0px 0px 0px;
			}

/* MENU OUTER RADIUS */

#menudiv, #menusub	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #de5f14;
			font-family: simpsonfont;
			font-size: 16px;
			font-weight: 900;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 20px 25px 20px 25px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 0px 0px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #CC0000;
			text-decoration: none;
			}


/* MOBILE MENU ICON - SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 5px 0px 5px 5px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 60px;
	right: 10px;
	display:none;
	background: #363636 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #666666 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
	color:#777;
	background:#0CF;
}

.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #a91e1e;
	display: block;
	font-size: 33px;
	font-weight: 500;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

