/* RESETS */
* {margin:0; padding:0;}
:focus, :active {outline:0}
ul, ol {list-style:none}
img {border:0}
header, footer, article, section, nav, menu, hgroup, figure {display: block;}

/* SITE */
a {
	text-decoration: none;
}
#container a:hover { text-decoration: underline; }
body {
	background-color: #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.banner > img {
height: 300px;
width: 750px;
}
header.global {
	width: 800px;
	height: 60px;
	margin: 0px auto;
	margin-top: 24px;
	vertical-align: bottom;
	position: relative;
}
nav {
	display: block;
	top: 35px;
	position: absolute;
	left: 362px;
}
nav li {
	display: inline;
}
nav li ul {
	display: none;
	position: absolute; 
	top: 2em;
	left: 0px;
	background-color: #FFF;
	border: 2px solid #AAA;
	border-top: none;
	border-bottom-left-radius: 8px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	z-index: 1000;
}
nav li ul li#first { border-top: none; }
nav li ul li {
	display: block;
	padding: 5px;
	border-top: 1px dotted #323232; }

nav li > nav ul { left: auto; top: auto; }
nav li:hover ul { display: block; }
nav li.sub:hover > a { border-left: 2px solid #AAA; padding-left: 14px; background-image: none;}
nav li a {
	color: #333;
	font-weight: bold;
	padding: 0 16px 11px 16px;
}
nav li a:hover {
	color: #F26422;
	text-decoration: none;
}
nav a.selected {
	background: url("../images/nav.png") no-repeat bottom;
	color: #F26422;
}
#container {
	padding: 25px 25px 10px 25px;
	width: 750px;
	margin: 0px auto;
	background-color: #FFF;
	border-top-right-radius: 10px;
}
figure.banner {
	display: block;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 750px;
}
.banner img {
	border-radius: 8px;
}

article.home {
	display: block;
	float: left;
	width: 500px;
	padding-right: 20px;
}
h1, h2 {
	color: #F36523;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 { margin-bottom: 10px; }

p { margin-bottom: 16px; }

aside.home {
	display: block;
	float: left;
	min-height: 240px;
	width: 200px;
	padding: 0 0 20px 20px;
	border-left: 1px solid #CCC;
}

aside#quote	{
	float: right;
	font-family: Times, Times New Roman, serif;
	font-size: 13px;
	width: 360px;
	border-left: 1px dotted #CCC;
	padding: 10px;
	margin: 10px 0 10px 10px;
}

#container ul {
	list-style: square;
	margin-left: 16px;
	margin-bottom: 10px;
}

#container ol {
	list-style: decimal;
	margin: 0 0 16px 32px;
}

blockquote {
	font-style: italic;
	margin: 10px 0;
}

aside#quote p { margin: 0; text-align: right; }

div.clear {
	clear: both;
}
footer {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}

tbody tr:nth-child(even) {
	background-color: #eee;
}

th, td {
	padding: 4px 8px;
}
.form input:invalid { background-color: #FDDDBB; }
.form input { border: 1px solid #777; }
#contactForm { background: #EEE; border: 1px solid; }



h2 a {
color: #F36523;
}
