@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/ 
*/
* {

-moz-box-sizing: border-box;

-webkit-box-sizing: border-box;

box-sizing: border-box;

}

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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	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/
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/bg.png);
	padding-top:10px;
}
p, .main_text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
}
a {
	color:#0099FF;
	font-weight:bold;
	text-decoration:none;	
}
a:hover {
	color:#0066FF;
	text-decoration:underline;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: #FFF;
}
.tel{
	display:inline;
}
.notel{
	display:none;
}
.mobile_navigation{
   background:url(images/co2_root.jpg) repeat-x  left top #000;
   padding-top:3px;
}
.mobile_navigation li { display:inline;background-color: #000;}
.mobile_navigation li a { display:block; padding:1px 17px 9px 17px; color:#fff; text-decoration:none; }
.mobile_navigation li a:hover { text-decoration:none; }
.mobile_navigation li img { vertical-align:middle;}
#menu:not( .mm-menu ) {
   display: none;
}
.header1 {
	text-align:center;
	display: block;
}
.header2 {
}
.header-image-left {
width: 100%;
}
.header-image-right {
width: 100%;
margin-left: 0;
clear: both;
}
.header-text {
width: 100%;
margin-left: 0;
clear: both;
text-align:center;
}
.header-banner {
}
.navigation {
display: block;
}
.header-banner-2 {
display: block;
}
.main_content {
width: 100%;
}
.right_column {
width: 100%;
margin-left: 0;
clear: both;
}
.main_text {
width: 100%;
}
.inner_right_column {
width: 100%;
margin-left: 0;
clear: both;
}
.van{
	text-align:center;
}
.main_title {
	margin:10px 0;
}
.subtitle {
	margin:10px 0;
}
.footer {
	background: #000;
	padding:3px;
}
.footer p{
	text-align:center;
	color:#fff;
	font-size:0.8em;
}
.footer a{
	color:#fff;
}
.areas {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.tel{
	display:none;
}
.notel{
	display:inline;
}
.mobile_navigation li {
}
.mobile_navigation li a {
}
.mobile_navigation li a:hover {
}
.mobile_navigation li img {
}
#menu:not( .mm-menu ) {
}
.header1 {
display: block;
}
.header2 {
	padding:10px 0;
}
.header-image-left {
width: 23.0769%;
display: block;
}
.header-image-right {
width: 23.0769%;
clear: none;
float:right;
margin-left: 2.5641%;
display: block;
}
.header-text {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.header-banner {
display: block;
}
.navigation {
display: block;
}
.header-banner-2 {
display: block;
}
.main_content {
width: 100%;
}
.right_column {
width: 100%;
clear: both;
margin-left: 0;
}
.main_text {
width: 74.3589%;
}
.inner_right_column {
display:block;
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.van{
}
.van img{
}
.main_title {
}
.subtitle {
}
.footer {
}
.areas {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 960px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.tel{
	display:none;
}
.notel{
	display:inline;
}
.mobile_navigation li {
}
.mobile_navigation li a {
}
.mobile_navigation li a:hover {
}
.mobile_navigation li img {
}
#menu:not( .mm-menu ) {
}
.header1 {
display: block;
}
.header2 {
}
.header-image-left {
width: 23.7288%;
display: block;
}
.header-image-right {
width: 23.7288%;
clear: none;
float:right;
margin-left: 1.6949%;
display: block;
}
.header-text {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.header-banner {
display: block;
}
.navigation {
display: block;
background:url(images/co2_root.jpg) repeat-x  left 2px #000;
}
.header-banner-2 {
display: block;
}
.main_content {
width: 74.5762%;
}
.right_column {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
border-left:1px solid #000000;
padding-left:1.6949%;
}
.main_text {
width: 77.2727%;
}
.inner_right_column {
display:block;
width: 20.4545%;
clear: none;
margin-left: 2.2727%;
}
.van{
}
.van img{
}
.main_title {
}
.subtitle {
}
.footer {
}
.areas {
	display:block;
}
.areas p{
	font-size: 0.6em;
	color: #000000;
	line-height: 1.2em;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}