/*



HTML5 CSS Reset

Based on Eric Meyer's CSS Reset

and html5doctor.com HTML5 Reset



Copyright (c) 2011 736 Computing Services Limited

Released under the MIT license. http://opensource.736cs.com/licenses/mit



*/



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, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, i, center, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, audio, canvas, details, figcaption,

figure, footer, header, hgroup, mark, menu, meter, nav,

output, progress, section, summary, time, video {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}



body {

	line-height: 1;

}



article, aside, dialog, figure, footer, header, 

hgroup, nav, section, blockquote { 

	display: block;

}



nav ul {

	list-style: none;

}



ol {

	list-style: decimal;

}



ul {

	list-style: disc;

}



ul ul {

	list-style: circle;

}



blockquote, q {

	quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



ins {

	text-decoration: underline;

}



del {

	text-decoration: line-through;

}



mark {

	background: none;

}



abbr[title], dfn[title] {

	border-bottom:1px dotted #000;

	cursor:help;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}



hr {

	display: block;

	height: 1px;

	border: 0;	

	border-top: 1px solid #ccc;

	margin: 1em 0;

	padding: 0;

}



input[type="submit"], input[type="button"], button {

    padding: 0 !important;

    margin: 0 !important;

}



input, select, a img {

	vertical-align: middle;

}





html {width:100%; height:100%;}

body {font-family: 'Didact Gothic', sans-serif; background:#265cb6 url(../images/bg.jpg) repeat; color:#111; margin:0; padding:0; width:100%; height:100%;}



h1, h2, p, li {margin:10px 0 20px 0; line-height:22px;}

/* Global Elements*/

p {font-size:16px; line-height:22px;}

h1, h2, h3, h4 {text-transform:uppercase; font-weight:normal;}

h2 {font-size:20px; color:#275db6; margin:0 0 0 0;}

h3 {text-decoration:underline;}

.highlight {background:#fff5a1; padding:5px; display:block;}

li {font-size:16px; }

p span strong {font-size:1.3em; }

.fl {float:left; margin:0 40px 20px 0; border:1px solid #ccc; padding:2px;}

.fl2 {float:left; margin:10px 30px 10px 0; border:1px solid #ccc; padding:2px;}

.fr {float:right; margin:0 0 20px 40px; border:1px solid #ccc; padding:2px;}

.clear {clear:both;}

.padded-content {padding:0 15px;}

.upper {text-transform:uppercase; }

.split-list {list-style-type:none; margin:0 0 0 10px;}

.split-list li {width:45%; float:left; font-size:15px; background:url(../images/dot.png) no-repeat; padding:0 0 0 20px; margin:0 0 10px 0; }

.split-list2 {list-style-type:none; margin:0 0 0 10px;}

.split-list2 li {width:40%; float:left; font-size:15px; background:url(../images/dot.png) no-repeat; padding:0 0 0 20px; margin:0 0 10px 0; }

.side-list {list-style-type:none; margin:20px 0 20px 10px;}

.side-list li {background:url(../images/arrow.png) no-repeat left center; padding:0 0 0 20px; margin:0 0 7px 0; }

.side-list2 {list-style-type:none; margin:20px 0 20px 10px;}

.side-list2 li { margin:0 0 7px 0; padding:0 0 0 0;}

.side-list2 li a {color:#222; padding:0 0 0 0; transition:.5s all; text-decoration:none; }

.side-list2 li a:hover {color:#222; padding:0 0 0 3px; text-decoration:underline; }

.side-list2 li a.side-current {color:#222; padding:0 0 0 3px; text-decoration:underline; }

.tab-content li {margin:0 0 5px 15px;}



/* Navigation */

#nav-wrap {clear:both; width:100%; height:50px; background:#222; border-top:1px solid #999; border-bottom:1px solid #999; position:relative;}

#nav {list-style-type:none; width:700px; float:left; margin:12px 0 0 0px; position:relative; z-index:99999999;}

#nav li {display:inline; margin:0 5px 0 0; position:relative;}

#nav li a {text-decoration:none; color:#fff; text-transform:uppercase; font-size:17px; padding:5px 17px; border-radius:7px; 

-moz-border-radius:7px; -webkit-border-radius:7px; text-shadow:0 1px 0 #000;}

#nav li a:hover, #nav li a.current {background:#333;}

#nav li ul {display:none; position:absolute; top:24px; left:-0px; width:250px; background:#333; padding:20px 10px 20px 10px; }

#nav li:hover ul {display:block;}

#nav li ul li {display:block; margin:0 0 7px -2px; border-bottom:0px solid #444; z-index:9999999999;}

#nav li ul li a {text-decoration:none; color:#ddd; text-transform:uppercase; font-size:17px; padding:5px 17px;}

#nav li ul li a:hover {text-decoration:none; color:#fff; text-transform:uppercase; font-size:17px; padding:5px 17px; background:#222;}

#nav li ul.double {width:450px; z-index:99999999999;}

#nav li ul.double li  {width:200px; float:left;}



/* Unique Elements */

#header-wrap {width:100%; height:140px; background:url(../images/header-overlay.png) no-repeat top center; position:relative;}

.header {width:1000px; margin:0 auto;}

.logo {float:left; margin:13px 0 0 0;}

.header-info {float:right; list-style-type:none; text-align:right; margin:45px 0 0 0; color:#fff; text-shadow:0 1px 0 #000; font-size:17px;}

.header-info li {margin:0 0 6px 0;}

.header-info li.marker {background:url(../images/marker.png) no-repeat left center; padding:0 0 0 30px;} 

.header-info li.email {background:url(../images/email.png) no-repeat left center; padding:0 0 0 30px;} 

.header-info li.fax {background:url(../images/fax.png) no-repeat left center; padding:0 0 0 30px;
background-position: 166px center;
} 



.phone-green {width:330px; height:50px; background:#25910f; position:absolute; top:0; right:0;}

.phone-green h1 {margin:11px 0 0 25px; background:url(../images/phone.png) no-repeat left center; color:#fff; font-size:24px; 

text-transform:none; text-shadow:0 1px 0 #000; padding:0 0 0 25px;}

#inner-wrap {clear:both; width:100%; height:200px; background:url(../images/inner-wrap.jpg) repeat-x; position:relative; top:14px;}

.inner-overlay {width:1000px; height:200px; margin:0 auto; position:relative;}

.inner-overlay img {position:absolute; bottom:0; border:5px solid #fff; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;}

#callout {position:relative; z-index:100; width:100%; height:70px; background:#c61010; overflow: hidden; }
#callout.nobanner {top: 17px;}

#callout h1 {color:#fff; font-size:21px; text-shadow:0 1px 0 #000; margin:0; padding:25px 0 0 0; width:100%; text-align:center;}

.content-left {width:740px; background:#fff; margin:40px 0; float:left; padding:0 0 15px 0; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;
min-height: 562px;
}

.content-full {position:relative; width:1000px; background:#fff; margin:40px 0; float:left; padding:0 0 15px 0; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;}

.content-right {width:240px; background:#fff; margin:40px 0; float:right; padding:0 0 15px 0; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;}

h1.heading-left {background:#222; width:725px; padding:10px 0 10px 15px; color:#fff; font-size:22px; margin:0;}

h1.heading-full {background:#222; width:985px; padding:10px 0 10px 15px; color:#fff; font-size:22px; margin:0;}

h1.heading-right {background:#222; width:225px; padding:10px 0 10px 15px; color:#fff; font-size:22px; margin:0;}

.about-bottom-right {width:351px; height:206px; z-index:10; position:absolute; bottom:0; right:0; background:url(../images/about-bottom-right.png) no-repeat;}

.contact-left {width:540px; background:#fff; margin:40px 0; float:left; padding:0 0 15px 0; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;}

.contact-right {width:440px; background:#fff; margin:40px 0; float:right; padding:0 0 15px 0; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222;}

h1.heading-left-contact {background:#222; width:525px; padding:10px 0 10px 15px; color:#fff; font-size:22px; margin:0;}

h1.heading-right-contact {background:#222; width:425px; padding:10px 0 10px 15px; color:#fff; font-size:22px; margin:0;}

#footer-wrap {clear:both; width:100%; height:40px; background:#222; position:relative; padding:0 0 20px 0;}

.copy {float:left; color:#999; padding:8px 15px; font-size:13px;}

.designer {float:right; padding:8px 15px; color:#999; font-size:13px;}

.designer a {text-decoration:none; color:#999;}

.designer a:hover {color:#fff;}

.clearfoot {clear:both; min-height:40px;}



/* gallery */



.gallery{

	overflow: hidden;

	list-style-type:none;

}

.gallery li{

	float: left;

	margin: 0 20px 20px 20px;

}

.gallery li img {margin:0 0 10px 0;}

.gallery li a{

	display: block;

	width: 137px; height: 195px;

	line-height: 34px;

	transition:.5s all;

	background: #222;

	color: #fff;

	font-size: 14px;

	font-weight: bold;

	text-decoration: none;

	text-align: center;

	box-shadow: 0 0 5px #000;

	-moz-box-shadow: 0 0 5px #000;

	-webkit-box-shadow: 0 0 5px #000;

	border: 1px solid #fff;

}

.gallery li a.multi{

	line-height: 22px;

}

.gallery li a:hover{

	background: #ccc;

	color: #222;

	box-shadow: 0 0 10px #000;

	-moz-box-shadow: 0 0 10px #000;

	-webkit-box-shadow: 0 0 10px #000;

	

}

.sm {font-size:10px;}



.gallery-nav{

	width: 177px;

	float: right;

	margin-top: 30px;

}



/* Tabs */

#v-nav

{

    height: 100%;

    margin: auto;

    color: #333;

    font-size:15px;

	padding:20px 0;

}



#v-nav >ul

{

    float: left;

    width: 280px;

    display: block;

    position: relative;

    top: 0;

    border: 1px solid #DDD;

    border-right-width: 0;

    margin: auto 0 !important;

    padding:0;

}



#v-nav >ul >li

{

    width: 250px;

    list-style-type: none;

    display: block;

    text-shadow: 0px 1px 1px #F2F1F0;

    font-size: 1.11em;

    position: relative;

    border-right-width: 0;

    border-bottom: 1px solid #DDD;

    margin: auto;

    padding: 10px 15px !important;  

    background: whiteSmoke; /* Old browsers */

    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* IE10+ */

    background: linear-gradient(top, #ffffff 0%, #dddddd 100%); /* W3C */  

	cursor:pointer;	

}



#v-nav >ul >li.current

{

    color: black;

    border-right: none;

    z-index: 10;

    background: white !important;

    position: relative;

    moz-box-shadow: inset 0 0 35px 5px #fafbfd;

    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;

    box-shadow: inset 0 0 35px 5px #fafbfd;

	

}



#v-nav >ul >li.first.current

{

    border-bottom: 1px solid #DDD;

}



#v-nav >ul >li.last

{

    border-bottom: none;

}



#v-nav >div.tab-content

{

    margin-left: 280px;

    border: 1px solid #ddd;

    background-color: #FFF;

    min-height: 400px;

    position: relative;

    z-index: 9;

    padding: 0 25px;

    moz-box-shadow: inset 0 0 35px 5px #fafbfd;

    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;

    box-shadow: inset 0 0 35px 5px #fafbfd;

    display: none;

    

}



/*form */



input, textarea { 

	width: 95% 

}

form label {display: block; margin-bottom: 5px; color:#333; font-size:16px;  }

form label .req {color:red;}

form { 

	margin: 30px 0 0 0 

}

input, textarea { 

	

	border: 1px solid #C9C9C9; 

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6; 

	color: #545658; 

	padding: 8px; 

	font-size: 14px; 

	border-radius: 2px 2px 2px 2px; 

}

#submit { 

	background: #222; 

	border: 1px solid #666; 

	border-radius: 5px; 

	color: #fff; 

	cursor: pointer; 

	height: auto; 

	padding: 7px 15px !important; 

	text-shadow: 0 1px 0 #000; 

	width: auto; 

}

#submit:hover { 

	background: #333; 

	

}

a { 

	color: #88BBC8; 

	text-decoration: none; 

}

a:hover { 

	color: #f26525 

}

#signup-form { 

	width: 510px; 

	margin:0;

	background: #fff; 

	padding: 0px; 

}











/* Slideshow */



#slider-wrap {clear:both; width:100%; height:421px; background:url(../images/slider-wrap.jpg) repeat-x; position:relative; top:12px;}

#slider {width:1000px; height:421px; position:relative; margin:0 auto; z-index:0;}

.left-slide img, .right-slide img, .main-slide img {border:5px solid #fff; box-shadow:0 0 5px #222; -moz-box-shadow:0 0 5px #222; -webkit-box-shadow:0 0 5px #222; width:100%; height:100%;}

.main-slide {width:533px; height:376px; position:absolute; bottom:-8px; left:50%; margin:0 0 0 -266px; z-index:999;}

.left-slide {background:#fff; width:454px; height:320px; position:absolute; bottom:-8px; left:0; margin:0 0 0 0; z-index:888;}

.right-slide {background:#fff; width:454px; height:320px; position:absolute; bottom:-8px; right:0; margin:0 0 0 0; z-index:777;}

.left-slide img, .right-slide img {opacity:1;}

.main-slide-shadow {width:40px; height:257px; background:url(../images/shadow.png) no-repeat; position:absolute; top:48px; left:218px; margin:0 0 0 0; z-index:666;}

.left-slide-shadow {width:40px; height:257px; background:url(../images/shadow.png) no-repeat; position:absolute; top:108px; left:-18px; margin:0 0 0 0; z-index:555;}

.container {width:1000px; margin:0 auto; position:relative;}

/* blog */

#blog{
	min-height: 600px;
}


.block {
margin: 20px 0 0 0;
border-bottom: 1px solid #ccc;
overflow: hidden;
position: relative;
padding-bottom: 20px;
}
.block:last-child {
border-bottom: none;
}



.block .thumb{
	float: left;
}
.block .info{
	float: none;
	position: relative;
	overflow: hidden;
}
.block p.teaser {
margin: 0;
margin-bottom: 10px;
padding: 0;
line-height: normal;
}
.block.archive p.teaser {
float: right;
width: auto;
}
.block h1 {
background: none;
color: #c61010;
font-size: 25px;
padding: 0;
float: left;
margin: 30px 0 10px 0;
width: auto;
overflow: hidden;
font-weight: normal;
line-height: 1em;
text-transform: none;
clear: right;
width: 100%;
}
.block.article p:first-child{ overflow: hidden; }

.block.archive h1 {
	width: 570px;
}
.block small {
color: #ccc;
background: #333;
padding: 5px;
float: right;
margin: 0;
position: absolute;
top: 0px;
left: 0;
display: block;
font-size: 14px;
color: #fff;
}
.block .callto {
display: block;
color: #fff;
font-size: 14px;
font-weight: bold;
background: #25910f;
margin: 0;
clear: both;
padding: 5px 10px;
border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: left;
clear: both;
text-transform: uppercase;
font-weight: normal;
}
.block .callto:hover{
	background: #2daf13;
}
.block .thumb {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}
.block.article p{
}
.block.article p .fl{
	float: left;
	margin: 0 20px 20px 0 !important;
}
.block.article small{
	float: left;
	margin: 0;
	position: static;
}
.posts{
	padding: 10px 0;
}
.posts li{
background: url(../images/arrow.png) no-repeat left 9px;
padding: 5px 0 5px 20px;
margin: 0 0 7px 0;
list-style: none;
}
.posts a{
	color: #c61010;
	line-height: 1em;
}
.posts a:hover{
	color: #dc1616;
	text-decoration: underline;
}

.facebook{
	background: url(../images/bg.jpg) repeat;
	padding: 5px;
}
.facebook2{
	background: none;
	float: left;
	
	position: absolute;
	
	top: -40px;
	right: 0;
	
	border: 1px solid #fff;
}
.facebook2 a{
	display: block;
	width:160px;
	height: 24px;
	background: url(../images/facebook2.jpg) no-repeat;
	padding-left: 30px;
}

#sharelinks{
	margin-bottom: 20px;
}

#optimizer{
	color: #333;
}

#optimizer a{
	color: red;
}

#blog .block.article ul{
	list-style-type: circle;
	margin: 0 0 20px 0;
}
#blog .block.article ul li{
	list-style-type: circle;
	margin: 0 0 10px 20px;
}

/* mods 12815 */

#slider{
	position: relative;
	overflow: hidden;
}

.nivoslider{
	width: 526px !important;
	border: 4px solid #fff;
}

#slider1{
	margin: 50px auto 0 auto;
	z-index: 4444;
	
}
#slider2{
	left: 0;
	position: absolute;
	width: 454px !important;
	z-index: 2222;
	top: 85px;
	
}
#slider3{
	right: 0;
	position: absolute;
	width: 454px !important;
	z-index: 3333;
	top: 85px;
	
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(../images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

.slicknav_menu{ display: none; }

.content-left#article-page .a2a_kit.a2a_kit_size_32.a2a_default_style{ padding: 15px; padding-bottom: 0; }
.content-left#article-page .heading-left{
background: none;
width: auto;
padding: 15px;
color: #333;
font-size: 32px;
margin: 0;	
line-height: 1em;
text-transform: none;
}

.block h1{
font-size: 32px;
}
.block.article {
  margin: 0;
}
.block.article h2 {
	color: #333;
	font-size: 25px;
	line-height: 1em;
	text-transform: none;
	margin-bottom: 20px;
}
.block.article small {
  background: #ccc;
  padding: 3px 5px;
  color: #333;
  display: inline-block;
  float: none;
  position: relative;
}
.block small {
  background: #ccc;
  padding: 3px 5px;
  color: #333;
}

.block.article #article-thumb {
    padding: 0;
    margin: 0 0 15px 15px;
    border: none;
    float: right;
}


.posts li {
  margin: 0;
}

@media only screen and (max-width: 999px) {
.container{ width: 100%;
}
	
.slicknav_menu{ display: block; }
#nav{display: none;}

.slicknav_menu{
	background: #222222;
	height: 40px;
	border-bottom: 1px solid #999999;
	margin: 0; padding: 0;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 7777;
}
.slicknav_btn {
	margin: 0;
	padding: 12px 20px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	display: block;
	float: none;
	height: 16px; line-height: 16px;
}

.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: normal;
text-shadow: none;
font-size: 24px;
text-transform: uppercase;
position: absolute;
top: 5px;
left: 50px;
}

.slicknav_menu .slicknav_icon {
float: left;
margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
width: 20px; height: 2px;
margin: 0 0 5px 0;
box-shadow: none;
}


.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 16px;
background: #999999;
}
.slicknav_nav{
	padding: 20px;
}
.slicknav_nav li { margin: 0; padding: 0;
border-bottom: 1px solid #8d8d8d;}
.slicknav_nav li:last-child { border-bottom: none;}
.slicknav_nav li a{ padding: 5px; margin: 0;
border-radius: 0;
-o-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0; color: #333;
}
.slicknav_nav li a:hover{
border-radius: 0;
-o-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;

}

.slicknav_nav .slicknav_row {
padding: 5px 5px;
margin: 2px 0;
}

.phone-green {
position: fixed;
z-index: 7778;
height: 40px;
line-height: 40px;
width: auto;
}

.phone-green h1 {
margin: 0;
background: url(../images/phone.png) no-repeat 20px 7px;
text-shadow: none;
padding: 0 20px 0 40px;
height: 40px;
line-height: 40px;
}
.phone-green h1 a{
height: 40px;
line-height: 40px;
display: block;
color: #fff;
}
.phone-green h1 a:hover{
color: #fff;
}

.header {
margin: 41px 0 0 0;
overflow: hidden;
width: auto;
height: 135px;
}

.header .logo{ margin: 10px 0 0 7px; max-width: 328px; }
.header .header-info {
margin: 30px 20px 0 0;
}
.header .header-info li{}

#slider{ width: 100%; height: auto;}
.nivoslider{}
#slider-wrap {
height: auto;
top: 0;
}
#slider1{
	margin: 50px auto 0 auto;
	z-index: 4444;
	width: 40% !important;
	top: 4px;
}
#slider2{
	left: 20px;
	position: absolute;
	width: 35% !important;
	z-index: 2222;
	top: 85px;
	
}
#slider3{
	right: 20px;
	position: absolute;
	width: 35% !important;
	z-index: 3333;
	top: 85px;
	
}

#callout {
height: auto;
}
#callout h1 {
color: #fff;
font-size: 21px;
text-shadow: 0 1px 0 #000;
margin: 0;
padding: 20px;
width: auto;
text-align: center;
line-height: 26px;
}

.content-left{
	width: 60%;
	margin: 20px 0 20px 20px;
}
.content-right{
	width: 30%;
	margin: 20px 20px 20px 0;
}

h1.heading-left {
width: auto;
}

h1.heading-right {
width: auto;
}

#inner-wrap{
height: 100px;
overflow: hidden;
}
.inner-overlay {
width: 100%;
text-align: center;
}
.inner-overlay img {
width: 95%;
margin: 0;
display: inline-block;
position: relative;
margin: 20px 0 0 0;
}

.content-full {
width: auto;
margin: 20px;
float: none;
}

h1.heading-full {
width: auto;
margin: 0;
}

.split-list2{	
}
.split-list2 li{
	display: block;
	width: auto;
	float: none;	
}

.content-full .padded-content{
	padding-bottom: 140px;
}

.block{ position: relative;
padding-top: 30px; }
.block .thumb{
	width: 30%;
	margin: 0 10px 10px 0;
	float: left;
}
.block .thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.block h1 br{
display: none !important;
}

.contact-left{ width: 45%; float: left;
margin-left: 20px;}
.contact-right{ width: 45%; float: right; margin-right: 20px; }

h1.heading-left-contact {
width: auto;
padding: 10px;
}

#signup-form {
width: auto;
}

h1.heading-right-contact {
width: auto;
padding: 10px;
}


.mapwrap {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .mapwrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


.tab-content{
	padding: 10px !important;
}
/* 999px */
}


@media only screen and (max-width: 767px) {
.phone-green{ padding: 0; margin: 0; }
.phone-green h1 {
text-indent: -9999px;
padding-left: 0;
width: 40px;
height: 40px;
background-position: center center;
}
#slider{ width: 100%; height: auto;}
.nivoslider{}
#slider-wrap {
height: auto;
top: 0;
}
.content-left,
.content-right{
	width: auto; float: none;
	margin: 20px;
	min-height: 300px;
}

.split-list {
list-style-type: none;
margin: 0 0 0 10px;
}

.split-list li {
width: auto;
float: none;
}

#footer-wrap{ height: auto; padding: 20px; margin: 0; width: auto;}
#footer-wrap .container{ width: auto;}
.copy,
.designer{ float: none; line-height: 1em;
padding: 0;
margin: 0;
}

#v-nav{}
#v-nav ul{
float: none;
clear: both;
width: auto;
border: none;
}
#v-nav .tab-content{
float: none;
clear: both;

}

#v-nav >ul >li {
width: 43%;
float: left;
padding: 5px 15px !important;
border: 1px solid #ddd;
margin: 0 5px 5px 0
}
#v-nav >div.tab-content {
margin-left: auto;
}

div.tab-content .fr {
float: left;
margin: 0 0 20px 0;
clear: both;
}
div.tab-content h3 {
	clear: both;
	margin-bottom: 30px;
}


/* 767px */
}

@media only screen and (max-width: 700px) {
.header{
	text-align: center;
	background: url(../images/bg.jpg) repeat;
	height: auto;
	z-index: 5555;
	position: relative;
	border-bottom: 1px solid #999999;
}
.header .header-info {
	float: none;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}
.header .logo {
	display: inline-block;
	float: none;
	margin: 10px 0;
}
.header .header-info {
float: none;
text-align: center;
display: block;
width: 300px;
clear: both;
margin-left: auto;
margin-right: auto;

}
.header .header-info li {
text-align: center;
display: inline-block;
background-position: 0 center;
width: 279px;
padding: 0 0 0 20px;
}
.header .header-info li.marker{}
.header .header-info li.email {
	background-position: -34px center;
}
.header .header-info li.fax {
	background-position: 77px center;
}

#slider{ width: 100%; height: auto;}
.nivoslider{}
#slider-wrap {
height: auto;
top: 0;
}
#slider1{
	margin: 50px auto 0 auto;
	z-index: 4444;
	width: 40% !important;
	top: 4px;
}
#slider2{
	left: 20px;
	position: absolute;
	width: 35% !important;
	z-index: 2222;
	top: 85px;
	
}
#slider3{
	right: 20px;
	position: absolute;
	width: 35% !important;
	z-index: 3333;
	top: 85px;
	
}

#header-wrap {
height: auto;
}

.block.article{ padding-top: 0; }
.contact-left, 
.contact-right{ width: auto; float: none; margin: 20px; }
/* 700px  */
}
@media only screen and (max-width: 570px) {
#v-nav >ul >li {
width: auto;
float: none;
}
}


@media only screen and (max-width: 479px) {
	
#slider1{
	margin: 0;
	z-index: 4444;
	width: 100% !important;
	top: 0;
	border: none;
}
#slider2,
#slider3{
	display:none;
	
}

#callout h1 {
font-size: 18px;
}

.block .thumb{
	display:none;
}

.block.article{ padding-top: 0; }
.block.article p{}
.block.article br{ display: none; }
.facebook {
	display: block;
	margin: 10px 0;
}
div.tab-content img {
	width: 90%;
}

#inner-wrap{
	display: none;
}

#article-thumb{
	float: none;
}

.block.article small {
  float: none;
  display: block;
  clear: both;
}

.content-left,
.content-right {
  width: auto;
  margin: 0;
}

/* 479px  */
}

@media only screen and (max-width: 360px) {
	
.header .logo {
	width: 90%;
	height: auto;
}
	
.header .header-info {
	width: auto;
}
.header .header-info li {
	font-size: 14px;
	width: 260px;
}
.header .header-info li.marker{
	background-position: 10px center;
}
.header .header-info li.email {
	background-position: -30px center;
}
.header .header-info li.fax {
	background-position: 75px center;
}

.block.article small{ float: none; }


.block {
position: relative;
padding-top: 30px;
}

/* 360px; */
}


@media only screen and (max-width: 300px) {
/* 300px */
}

/* mods */

#wider .container,
#wider .header,
#wider #nav-wrap .container{
    width: 1200px;
}



#wider .content-left {
    width: 63%;
}

#wider .content-right {
    width: 35%;
}

#wider h1.heading-left {
    width: auto;
}

#wider h1.heading-right {
    width: auto;
}

#wider  #callout h1 {
    padding: 20px 0;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {

#wider .container,
#wider .header,
#wider #nav-wrap .container{
    width: 96%;
}

#wider .content-left,
#wider .content-right {
	padding: 0;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}


/* 1200px */
}

@media only screen and (max-width: 1000px) {
	

#wider #nav-wrap {
    height: 1px;
	border: none;
	background: none;
}

#wider #callout.nobanner {
    top: 17px;
}

/* 1000px */
}


@media only screen and (max-width: 767px) {
	
	
#wider .content-left,
#wider .content-right {
    width: 100%;
	float: none;
}
#wider .content-left{
	margin-bottom: 40px;
}
	
/* 767px */
}


@media only screen and (max-width: 479px) {
	
/* 479px */
}

@media only screen and (max-width: 300px) {
	
/* 300px */
}




