/* Sensible defaults */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body, div, a, p, table, tr, td, form, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

html {
	margin-bottom: 0.01em;
	min-height: 100%;
}

body {
	text-align: center;
}

a, a:visited {
	color: #00f;
	background-color: transparent;
}

a:hover, a:active {
	color: #f00;
	text-decoration: underline;
	background-color: transparent;
}

h1 a, h1 a:visited {
	color: #000;
	font-weight: bold;
}

h1, h2 {
	border: 1px solid #999;
	padding: 6px 8px 6px 9px;
	background: #ccc;
	font-weight: bold;
}

h2 {
	margin-top: 10px;
	background: #eee;
}

/* Chrome */

#container {
	margin: 15px auto;
	width: 807px;
	text-align: left;
}

ul#nav {
	list-style: none;
	border: 1px solid #999;
	border-top: 0;
	height: 31px !important;
	height: 30px;
}

ul#notes {
	list-style: none;
	border: 1px solid #999;
	margin-top: 10px;
	height: 31px !important;
	height: 29px;
}

ul#nav li, ul#notes li {
	float: left;
	line-height: normal;
	text-indent: 0;
}

ul#notes li {
	float: right;
}

ul#nav a {
	display: block;
	padding: 6px 18px 6px 18px;
	border-right: 1px solid #999;
	white-space: nowrap;
}

ul#notes a {
	display: block;
	padding: 5px 18px 6px 18px;
	border-left: 1px solid #999;
	white-space: nowrap;
	color: #bbb;
}

ul#nav a:hover, ul#notes a:hover {
	background: #eee;
}

/* Hack: make whole block clickable in IE
   http://www.positioniseverything.net/explorer/escape-floats.html */
  
* html ul#nav a, * html ul#notes a {
	width: 1%;
}

/* Specific */

div#index {
	border: 1px solid #999;
	padding: 80px 0px 80px 0px;
	text-align: center;
	margin-top: 10px;
}

div#info {
	margin-top: 10px;
	border: 1px solid #999;
	padding: 20px 20px;
	text-align: left;
}

div#info p {
	padding: 6px 0px;
}

div#contact {
	border: 1px solid #999;
	width: 100%;
	margin-top: 10px;
	padding: 80px 220px;
}

p.address {
	padding-left: 35px;
}

div.site {
	border: 1px solid #999;
	margin: 10px auto;
	height: 182px;
}

div.site img {
	margin: 15px 51px;
	float: left;
}

div.site h3 {
	float: right;
	width: 500px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px 7px 5px 8px;
}

div.site p {
	padding: 4px 7px 5px 8px;
	float: right;
	width: 500px;
	border-left: 1px solid #999;
	height: 152px;
}

/* Chrome */

#container {
	margin: 15px auto;
	width: 807px;
	text-align: left;
}

ul#nav {
	list-style: none;
	border: 1px solid #999;
	border-top: 0;
	height: 31px !important;
	height: 30px;
}

ul#notes {
	list-style: none;
	border: 1px solid #999;
	margin-top: 10px;
	height: 31px !important;
	height: 29px;
}

ul#nav li, ul#notes li {
	float: left;
	line-height: normal;
	text-indent: 0;
}

ul#notes li {
	float: right;
}

ul#nav a {
	display: block;
	padding: 6px 18px 6px 18px;
	border-right: 1px solid #999;
	white-space: nowrap;
}

ul#notes a {
	display: block;
	padding: 5px 18px 6px 18px;
	border-left: 1px solid #999;
	white-space: nowrap;
	color: #bbb;
}

ul#nav a:hover, ul#notes a:hover {
	background: #eee;
}

/* Hack: make whole block clickable in IE
   http://www.positioniseverything.net/explorer/escape-floats.html */
  
* html ul#nav a, * html ul#notes a {
	width: 1%;
}