
/********** CSS Reset **********/
body {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table {
    font-size: inherit;
    font: 100%;
}
ul { list-style: none }
img { border: 0 }
p { margin: 1em 0;
 }
input {
    margin: 0;
    padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block }
/********** CSS Reset **********/

/* font face */
@font-face {
    font-family: 'concrete_shoesregular';
    src: url('concs___-webfont.eot');
    src: url('concs___-webfont.eot?#iefix') format('embedded-opentype'),
         url('concs___-webfont.woff') format('woff'),
         url('concs___-webfont.ttf') format('truetype'),
         url('concs___-webfont.svg#concrete_shoesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/********** Parent Stuff **********/
html,
body {
  
	color: black;
	font: normal 400 18px/22px "Rokkitt", "Cambo", "Buenard" , "Trykker" , Helvetica, Arial;
}

div#headstrip {
	width: 100%;
	height: 114px;
	background-color: white;
	display:block;
	clear: both;
}

#flattitle {
	width: 100%;
	background-color: #d34836;
	color: white;
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	display:block;
	float: right;
	margin-top: 0;
}
#flattitle div{
	margin: 0 auto;
	display: block;
	width: 940px;
}



/* apply a natural box layout model to all elements */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/scripts/boxsizing.htc);
}
/** if polyfill isn't working, see https://github.com/Schepp/box-sizing-polyfill **/
/********** Parent Stuff **********/
/********** Text **********/
h1,
h2,
h3,
h4,
h5 {
    font: normal 30px/120% "Rokkitt", "Cambo", "Buenard" , "Trykker";
    text-transform: uppercase;
    color: #232121;
    font-weight: 500;
    letter-spacing: 1px;
}
h1 {
    color: ;
    font-size: 25px;
    letter-spacing: 0px;
}
.content h1 {
    padding: 8px 25px;
    margin-top: -35px;
	width: 265px;
    display: inline;
	font-size: 30px;
	color: white;
	background-color: #cc0000;

	z-index:100;
}
h2 {
    font-size: ;
    color: ;
}
h2 span { font-weight: 300 }



h3 {
    font-size: 25px;
    color: white;
	margin-top: 10px;
	background-color: #d24736;
	padding: 8px;
	text-align: center;
}
h4 {
    font: 35px "Kaushan Script" ,"Satisfy" , "Rokkitt", "Cambo", "Buenard" , "Trykker";
    letter-spacing: 1px;
    color: #00895e;
	text-align: center;
	text-transform: none;
}



h5 {
    font-size: 17px;
    color: #7db63f;
	margin-top: 20px;
	border-bottom: 1px solid #d8dbd8;
	margin-bottom: 10px;
}

ul.disclist {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 50px;
	padding-left: 20px;
}
ul.disclist li{
	list-style-type: disc;
	list-style-position: out;
}

h6 {
	font-weight: bold;
	color: black;
	display: block;
	margin-bottom: 15px;
}
body#contact article.right ul b{
	font: bold 1.5em "Rokkitt", "Cambo", "Buenard" , "Trykker" , "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid silver;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-top: 25px;
}
p { color: black
}
p.fineprint { font-size: 10px }
p.action {
    padding: 10px;
    color: white;
    background: #232321;
    font-size: 14px;
}
strong { font-weight: bold }
em { font-style: italic }
blockquote {
    margin: 5px 0px 5px 5px;
    padding: 10px;
    border-left: solid 1px #000;
    background: #ccc;
}
.info p{ color: white }
.info h2 {
    letter-spacing: 1px;
    	color: white;
    	padding: 5px 8px 8px;
		text-shadow: 0px 0px 3px #000;
    	 text-transform: none;
		 font: 300 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		 margin-top: 60px;
	 }
	 
	
/********** Text **********/
/********** Font-Face Icons **********/

.icon {
    font: 20px/38px 'ModernPictogramsNormal', Arial, sans-serif;
    letter-spacing: 2px;

}

.icon_w{
	background: url(images/icon_weblink.png) no-repeat 10px center;
}


/********** Font-Face **********/
/********** Lists Etc **********/
ul {
    padding: 0;
    margin: 5px 0px 0px 0px;
}
li {
    list-style-type: none;
    margin: 5px 0;
}
blockquote {
    margin: 5px 0px 5px 5px;
    padding: 10px;
    border-left: solid 1px #000;
    background: #ccc;
}
li.subheading {
    font-style: italic;
    margin-bottom: 20px;
}
/********** Links **********/
a {
    text-decoration: inherit;
    font-style: inherit;
    color: inherit;
    font-size: inherit;
    padding: 5px 0;
}
a:link {
    text-decoration: none;
    color: #cc0000;
}
a:visited {
    text-decoration: none;
    color: #893c0c;
}
a:hover {
    text-decoration: underline;
    color: #3e1b05;
}


a:active { padding-top: 2px }
a.yellowlinks {
	padding: 10px 10px 8px;
    display: block;
    max-width: 285px;
    margin: 20px 0;
    color: white;
    text-align: center;
	background-color: #d02f1b;
}

h2#welcomelogo {
	text-indent: -9999px;
	background: url(images/welcomelogo.png) no-repeat center top;
	height: 73px;
}

#contentwrap section.content.clearfix aside.left a.yellowlinks {
	color: white;
	text-decoration: none;
}

a.yellowlinks:hover,a.yellowlinks.fb:hover,a.yellowlinks.tw:hover {
	color: white;
	background-color: #222222;
}
a.yellowlinks.fb{
	background-color: #2d5389;
	
}

a.yellowlinks.tw{
	background-color: #00bff8;
	
}
footer a:link,
footer a:visited,
p.action a:link,
p.action a:visited { color: #00875c
}
footer a:hover,
p.action a:hover { color: silver
}
/********** Links **********/
/********** Layout Stuff **********/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */
img,
object { max-width: 100% }





.left { float: left }
.right { float: right }
#headerwrap {
    width: 100%;
	min-height: 400px;
	background: url(images/logonav.jpg) repeat-x left top;
	
}
header {
    width: 960px;
    margin: 0 auto;
    height: 100px;
    display: block;
    clear: both;
   
}


#contentwrap {
    width: 100%;
    background: white;
  
	
}
.content {
    width: 960px;
    margin: 0 auto;
	display: block;
}
article { width: 66%;
	color: black;
}
aside {
    width: 265px;

    clear: left;
}
#footerwrap {
    width: 100%;
	padding-bottom: 25px;
	background-color: #111111;
	
}
footer {
    width: 960px;
    margin: 0 auto;
}
footer p {
    color: #a4a4a4;
    font-size: 14px;
}

.logo { width: 100px;
	margin-top: -5px;
	
	height: 105px;
}



.info {
 width:960px;
    margin: 15px auto 0;
 	text-align: center;
 	display:block;
 	float: right;
 	clear: both;
	 height: 60px;
 }
.three-col {
    width: 300px;
    margin-right: 2%;
	color: gray;
}

div#baseimages {
	width: 640px;
	height: 256px;
	display: block;
	z-index: 100;
	margin-bottom: -100px;
}

b{
	color: #009a6b;
	font-size: 18px;
}

.footerpush{
	margin-top: 110px;
	color: gray;
}
.three-col.right { margin-right: 0%;

}


img.footerlogo { margin: 25px 0 30px
}
img.profilepic { margin-top: -30px; width: 300px; }
#switchform{
	background-color: #d34836;
	color: white;
	margin-top: 0;
	font-size: 22px;
	padding: 12px 12px 12px 10px;
}
#switchform li{
	padding-left: 20px;
}

#switchform li.sml {
	font-size: 18px;
	padding-left: 5px;
}

#switchform label{
	display:block;
	margin-right: 25px;
}
#switchform input{
	width: 100%;
	margin-left: 25px;
	display:block;
}

#ContactForm {padding:0 10px 0 0;margin-top:-2px;}

#formtable {
	background-color: #1eac91;display:block;
	padding: 10px;
}

#formtable tbody tr td label {
	color: white;
}

body#contact article.right ul {
	color: black;
	font-size: 22px;
}

img.midimg {
	display: block;
	margin: 0 auto;
}
img.alrig{
	float: left;
}

body#contact article.right ul a{
	background-color: #009a6b;
	color: white;
	padding: 5px;
}
body#contact ul a:hover{
	color: black;
}
body#contact h4{
	border-bottom: 1px solid #dbd9d9;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 25px;
}

#formtable h2{
	padding-left: 25px;
	margin-bottom: 25px;
}

body#contact #footerwrap {
	padding-top: 10px;
}

#ContactForm .wrapper {overflow:inherit;min-height:30px;line-height:24px}
#ContactForm .textarea_box {min-height:216px}
#submit {margin-left:10px;float:right;padding:0 20px;
width: 100px;
	background-color: black;
	height: 40px;
	color: white;
	margin-top: 25px;}
input {float:right;
	width:450px;
	height:16px;
	background:#fff;
	border:1px solid #ccc;
	padding:3px 5px;
	color:#72716f;
	font: 12px Arial, Helvetica, sans-serifmargin-bottom:;
	margin: 0 0 15px 15px;}
textarea {overflow:auto;
margin:0;
float:right;
width:450px;
height:198px;
background:#fff;
border:1px solid #CCC;
padding:3px 5px;
color:#72716f;
font:12px Arial, Helvetica, sans-serif}

div#contact {
	font-size: 23px;
	margin-bottom: 25px;
}

#footerwrap footer h4 {
	text-align: left;
	color: #93ad1d;
	margin-top: 0;
}

#contact a {
	color: #893c0c;
	text-decoration: underline;
}
#contact a:hover{
	color: orange;
	}
	
#cen{
	background-color: #c4e527;
	padding-bottom: 2px;
	

	margin-bottom: 0;
	width: 100%;
	display: block;
	
	
	
	padding-top: 2px;
	margin-top: 0;
	height: 30px;
}
marquee{
font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
color: #689536;
	width: 660px;
	display: block;
	margin-top: -45px;
	margin-left: -50px;
}
ul#sidebyside {
	display: block;
	margin-bottom: 25px;
}



ul#sidebyside li{
	width: 270px;
	float: left;
	display: block;
	background: url(images/bullet.jpg) no-repeat;
	padding-left: 32px;
	min-height:30px;
	min-height: 35px;
	margin-right: 15px;
}
#testimonials{
	
}
#testimonials p {
	display: block;
	margin-bottom: 25px;
	padding: 10px;
	background-color: #cce8e0;
	color: #222222;
}



#testimonials p span{
	display: block;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	color: #009a6b;
}
#headerwrap header.clearfix section.info.right h2 span{
	
	font: 45px 'concrete_shoesregular';
	color: black;
}
p.yellow {
	color: #893c0c;
}
ul#nakedlinks{
	margin-top: 0;
	display:block;˙
	text-decoration: none;
	margin-bottom: 65px;
	width: 600px;
	margin-left: 30px;
}
ul#nakedlinks li{
	
	font-size: 16px;
	list-style-type: none;
	text-indent: 2px;
}

ul#nakedlinks li:before{
	color: #009a6b;
	content: "\25A0";
	font-size: 1.7em;
	margin-left: -35px;
	padding-right: 0.75em;
	position: relative;
}

#nakedlinks h6 {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 2px;
}

#nakedlinks.paddd li:before {
	content:  "";
	padding-right: 0em;
}
#nakedlinks.paddd li{
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
	
}

ul#logos {
	margin-top: 45px;
	display: block;
}
ul#logos li{
	display: inline;
	width: 200px;
	height: 110px;
}
ul#logos li a{
	width:200px;
	height:110px;
	display: block;
	float: left;
}
ul#logos li a img{
	width: 200px;
}
div#nav {
	display:block;
	width: 600px;
	float: right;
	margin-top: 10px;
}
#nav ul{
	list-style-image: none;
	float: right;
	background-color: #d34836;
	padding: 3px 5px 2px;
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	color: white;
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 7px;
}

#nav ul li a:hover{
	text-decoration: underline;
	color: white;

}
div#logobav {
	width: 960px;
	 height: 114px;
	 display: block;
	 margin:0 auto;
	 background: url(images/mainlogo5.png) no-repeat;
 }
 
 div#pwds {
 	margin: 25px auto 10px;
 	width: 960px;
 	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	opacity: 0.49;
	 color: white;
 }
 
 #pwds ul li{
 	display: inline;
 	margin-right: 15px;
 }
 #pwds ul li a{
 	color: #92ac1c;
 }
 #pwds ul li div#eXTReMe{
 	float: right;
 	clear: both;
 }
 
.footlr{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;

}