/*
	Name: 
	Date:
	Description: Global Style Sheet
	Version: 1.0
	Coder: Enrique Ramirez
	Coder URI: http://enrique-ramirez.com
*/

/* Imports
===============================================*/
@import url("reset.css");
@import url("forms.css");

/* Global Styles
===============================================*/
body {
	background: #F6FAFE;
	color: black;
	font-size: 75%; /* Base font size: 12px */
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headers
-----------------------------------------------*/
h2 {font-size: 1.667em}	/* 20px */
h3 {font-size: 1.5em}	/* 18px */
h4 {font-size: 1.333em}	/* 16px */
h5 {font-size: 1.167em}	/* 14px */
h6 {font-size: 1em}		/* 12px */

h2, h3, h4, h5, h6 {line-height: 1.1; margin-bottom: .8em;}
	
/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #6E839F; text-decoration: underline;}
a:hover, a:active {text-decoration: none;}
	
/* Paragraphs
-----------------------------------------------*/
p {margin-bottom: 1.5em;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists
-----------------------------------------------*/
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {
	margin: 0 0 1.5em 0;
}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes
-----------------------------------------------*/
blockquote {font-style: italic;}
cite {}

q {}

/* Tables
-----------------------------------------------*/
table {
	border: 1px solid #DCE7F5;
	font-size: 0.846em;
	margin: 0 0 2em 0;
	width: 100%;
}
	
	/* Thead */
	thead th {
		font-family: Verdana, Tahoma, Geneva, sans-serif;
		font-weight: bold;
		margin: 0;
		padding: .25em .5em;
	}
	thead td {}

	/* Tbody */
	tbody td {
		border: 1px solid #DCE7F5;
		padding: 8px;
		text-decoration: none;
	}
	
	/* Tfoot */
	tfoot td, tfoot th {
		padding: 8px 25px 10px 25px;
		text-align: right;
	}

/* Layout
===============================================*/
.contents {margin: 0 auto; width: 860px;}
.contents:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Header
-----------------------------------------------*/
#header {
	background: #DCE7F5;
	border-bottom: 20px solid #6E839E;
	height: 95px;
}

	/* Logo */
	#logo {float: left; margin: 12px 0 0 0;}
	#logo img {display: block; float: left;}
	
	/* Sub heading */
	#header h2 {
		display: inline;
		float: left;
		font-family: Times, Times New Roman, Georgia, serif;
		font-weight: normal;
		line-height: 1;
		margin: 65px 0 0 1.5em;
	}

/* Body
-----------------------------------------------*/
#body {border-top: 2px solid #fff; padding: 30px 0;}

/* Footer
-----------------------------------------------*/
	
/* Sections
===============================================*/
#map-cont legend {font-size: 1.5em;}
#map-cont .inputs {
	font-size: 1.25em;
	margin: 0 auto;
	overflow: hidden;
	width: 660px;
}
#map-cont label {display: block; margin-left: 30px; margin-bottom: 0;}
#map-cont .text {float: left; margin: 0 10px 0 30px; width: 229px;}
#map-cont .button {float: right;}
#map-cont .last {margin: 0;}
#map {
	height: 425px;
	margin: 2em auto;
	width: 660px;
}

#map a:link, #map a:visited {color: blue;}
.directions {text-align: right; font-weight: bold;}

#detailed table {background: #fff;}
#detailed table tr td {font-size: 1.5em;}
#detailed div div div div table tr td {font-size: 1em;}

/*
	And just as true as it can be... I'm falling for thee.
*/
