/* v1.0 | 20080212 */

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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1.5;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	height: 200px;
	width: 60em;
	margin: 0 auto 0 auto;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#header h1 {
	display: none;
	}
	
#navigation {
	width: 60em;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #fbe574;
	}
	
#navigation li {
	display: inline;
	line-height: 2em;
	padding: 0 3em 0 2em;
	}

#navigation a {
	color: #d38b1a;
	text-decoration: none;
	}

#navigation a:active, #navigation a:hover {
	color: white;
	}

#main {
	width: 56em;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 2em;
	background-color: #faf5db;
	overflow: auto;
	}

#main a {
	color: #353535;
	}
	
.content {
	width: 32em;
	min-height: 15em;
	height: 15em;
	float: left;
	border-right: 1px solid #d38b1a;
	margin-bottom: 2em;
	padding-right: 2em;
	clear: left;
	}

html>body .content {
	height:auto;
	}

.content2 {
	width: 56em;
	height: 100%;
	margin-bottom: 2em;
	clear: left;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #d38b1a;
	letter-spacing: .1em;
	padding-bottom: 0.5em;
	}
	
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #d38b1a;
	letter-spacing: .1em;
	padding-bottom: 1em;
	}
	
#main p {
	font-size: 0.875em;
	margin-bottom: 1em;
	}

#main ul {
	font-size: 0.875em;
	list-style-type: disc;
	padding-bottom: 1em;
	}

.photo {
	width: 20em;
	border: 1px solid #d38b1a;
	float: right;
	margin-bottom: 2em;
  }

.badge {
	float: right;
}

.lightbox {
	float: right;
	height: 15em;
	width: 21.5em;
	margin-bottom: 2em;
	}

#footer {
	width: 60em;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	
#footer p {
	font-size: 0.875em;
	line-height: 2.5em;
	color: #d38b1a;
	}

#tarifftable th {
	background-color: #d38b1a;
	color: white;
	}

#tarifftable td {
	background-color: white;
	}

#tarifftable td, th {
	border: 1px solid #d38b1a;
	padding: 0 1em 0 1em;
	}
	
#tarifftable {
	margin-bottom: 1em;
	font-size: 0.875em;
	}
	
#gmappush {
	padding-top: 1em;
	}
	
.thickbox {
	width: 90px;
	height: 90px;
	float: left;
	margin-left: 22px;
	border: 1px solid #d38b1a;
	}