/* CSS Document -Print */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
		}
		
#wrapper {
	width:auto;
	}	
	
#header h1 {
	text-align:center;
	border-bottom: 1px solid #000000;
	}	
	
#navigation  {
	display:none;
	}
	
#snack-bar h3 {
	text-align:center;
	}
	
#main-content h2 {
	text-align:center;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #315357;
	}
	
#main-content h4 {
	margin: 0 auto;
	margin-bottom: 5px;
	text-align:center;
	font-size: 1.2em;
	}	
	
#snack-bar p {
	text-align:center;
	padding:0 50px 15px 50px;;
	}
	
#main-content img{
	margin:5px;
	}

#main-content #feature-one img,
#main-content #feature-two img {
	float:none;
	margin-top: 15px;
	width:184px;
	height: 273px;
	}	
	
#main-content #gmap {
	margin: 10px auto;
	height: 363px;
	width: 670px;
	text-shadow:none;
	}
	
#main-content form#map-form p {
	text-align:center;
	}
	
#main-content table {
	margin: 50px auto;
	width: 400px;
	height: 300px;
	padding: 5px;
	}
#main-content table td {
	width: 135px;
	padding: 10px;
	border-collapse: collapse;
	color: #000000;
	}	
	
#main-content table thead tr {
	line-height:25px;
	}
	
#main-content table thead tr td {
	padding-left: 10px;
	font-size:1.2em;
	color:#000000;
	}
	
#main-content table tbody tr td {
	color: #b34345;
	padding-left: 10px;
	border-top: 1px solid #000000;
	}
	
#main-content table tbody tr.odd td{
	background: #fff;
	}
	
#main-content #info {
	margin: 20px;
	text-align:center;
	}
	
#main-content #info p {
	margin-top:15px;
	}
	
form #contact {
	margin-top:20px;
	}
	
 form #contact ul {
	 list-style: none;
	 padding-left: 75px;
	 text-align: left;	 
	 }
	 
#contact li {
	 padding-bottom: 15px;
	 padding-left: 35px;
	 }
	 
#contact fieldset {
	margin: 0 auto;
	width: 450px;
	margin-top:3px;
	}
	
#contact fieldset ol {
	padding:12px;
	margin:0;
	}
	 
#contact fieldset ol li{
	list-style:none;
	background: none;
	padding: 5px 0 0 0;
	margin: 0;
	text-align:center;
	}
	
#contact label {
	display:block;
	text-shadow:none;
	}
	
#contact input {
	padding: 2px 12px;
	font-size: 1.1em;
	width:290px;
	}

#contact input[type="submit"] {
	width: 80px;
	line-height: 20px;
	background: #ffffff;
	}

#contact textarea {
	width: 415px;
	height: 100px;
	font-size: 1.1em;
	}

#footer {
	margin-top:10px;
	}	
#footer ul {
	list-style:none;
	}
	
#footer ul li a:link,
#footer ul li a:visited {
	text-decoration:none;
	}
	
body div#wrapper a:link:after, 
body div#wrapper a:visited:after { 
	content: " (" attr(href) ") "; 
	}

body div#wrapper div#footer p a.validation {
	display:none;
	}


	

