/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}

body { 
	font-size: 10px; 
	color: #4a5970;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-size:100% auto; /* THIS SCALES THE BACKGROUND IMAGE */
	background: url(../i/bg.png) #dce0d2;
    background-repeat: no-repeat;
	background-position: top;
}

ol, ul { 
	list-style: none; 
	margin: 0;
	text-decoration: none;
}

ul li { 
	margin: 0; 
	padding: 0;
	text-decoration: none;
}

h1 { 
	margin-bottom: 10px; 
	color: #111111;
}	

img { 	
	outline: none; 
	text-decoraiton: none;
	border:none; 
	color: #000; 
	font-weight: bold; 
	
}

a { 	
	outline: none;
	text-decoraiton: none;
	border:none; 
}

p { 
	margin: 0 0 10px; 
	line-height: 1.9em; 
	font-size: 1.5em;
	color: #4a5970;
}

h1 { 
	margin: 0 0 10px; 
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

h2 { 
	text-align: right;
	line-height: auto;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #4a5970;
	font-weight: normal;
}

h2.contact {
		font-weight: bold; 
		text-decoration: underline; 
		font-size:1.8em;
		line-height: 2.0em;
}

img { 
	display: block; 
}

aside { 
	font-size: 1.0em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	text-decoration: none;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 1203px;
	margin: auto;
	/*min-height: 800px;*/
	} 
	
	#wrapper header {
			width: 100%;
			max-width: 1203px;
			height: 175px;
			margin: 0 auto;
			background-color: #fff;
			/*background-image: url(../i/header.gif);
			background-repeat: no-repeat;*/
			background-size:100% auto; /* THIS SCALES THE BACKGROUND IMAGE */
		}	
		
	#wrapper #headermobile {
			display: none;
		}
			
	#wrapper img#header_left {
	display: block;
	float: left;
	}
	
	#wrapper img#header_right {
	display: block;
	float: right;
	}
	
	
	#main {
		margin: 1% 0 0 0;
		width: 96%;
		float: left;
		background-color: #fff;
		padding: 2%;
		}
		
		#main #left {
			width: 40%;
			float: left;
			margin: 0 3% 0 0;
			display: block;
		}
				
		#main #center {
			width: 29.15%;
			float: left;
			margin: 0 3% 3% 0;
			border: 7px #dce0d2 solid;
			display: block;
		}
		
		#main #center img {
			max-width: 100%;
			height: auto;
		}
		
		#main #right {
			width: 21.52%;
			float: left;
			display: block;
			border: 7px #dce0d2 solid;
			display: block;
		}
		
		#main #right img {
			max-width: 100%;
			height: auto;
			margin: 0 auto;
		}
		
		#main #right #viewmenus {
			margin: 0 auto;
			max-width: 100%;
			height: auto;
			padding: 15% 0 0 0;
			display: block;
		}
		
		#main #right ul {
			text-align: center;
			margin: 15% 0 15% 0;
			font-size: 1.5em;
			line-height: 1.9em;
			display: block;
		}
		
		#main #right ul li a {
			text-decoration: none;
			color: #4a5970;
		}
		
		#main #right ul li a:hover {
			text-decoration: underline;
		}
		

/* Logo H1 */
header h1 {
	height: 156px;
	width: 267px;
	float: left;
	margin: 0.5% 0 0 6%;
	display: block;
	background: url(../i/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	background-size:100% auto; /* THIS SCALES THE BACKGROUND IMAGE */
	position: absolute;
	z-index: 100;
	}
	
	header img#calltoday {
		margin: 2% 0 0 0;
		float: right;	
	}


/* FLOAT CLEAR */

.floatclear {
	clear: both;
}

	
#bigfooter {
	width: 100%;	
	height: 33px;
	background-color: #006351;
	background-repeat: no-repeat;
	background-size:100% auto; /* THIS SCALES THE BACKGROUND IMAGE */
	}
	
footer p, footer a {
	margin: 10px 0 10px 0;
	color: #006351;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4em;
	}


/* Media Queries */
@media screen and (max-width: 580px) {

header {
	display: none;
	}	
	
	#wrapper #headermobile {
			margin: 0 auto;
			max-width: 100%;
			height: auto;
			display: block;
		}
		
		#wrapper #headermobile img {
			margin: 0 auto;
			max-width: 100%;
			height: auto;
			display: block;
		}
				
	#wrapper img#calltodaymobile {
			margin: 0 auto;
			max-width: 100%;
			height: auto;
			display: block;
	}


	/* Logo H1 */
header h1, header img#calltoday, #wrapper img#header_left, #wrapper img#header_right, #main #center  {
	display: none;
	}
	
	
	
	#main {
		margin: 3% 0 0 0;
		width: 96%;
		float: left;
		background-color: #fff;
		padding: 2%;
		}
		
		#main #left {
			width: 100%;
			float: left;
			margin: 0 0 0 0;
			display: block;
		}
		
		#main #right {
			width: 60%;
			margin: 5% 0 5% 18%;
			border: 7px #dce0d2 solid;
			display: block;
		}		
						
}