
 @charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
}
#container {
	width: 1024px;
	margin: auto;
}
#header {
	margin-top: 10px;
	height: 150px;
}
#header h1 {
	width: 600px;
	height: 150px;
	background: url(images/logo.jpg);
	text-indent: -9999px;
	float: left;
}
#header address {
	float: right;
	margin-top: 40px;
}
#header address li {
	color: #4c5b6c;
	font-size: 0.8em;
	padding-bottom: 10px;
	text-align: right;
	font-family: 'Century Gothic';
}
#content {
	background-color: #fff;
	width: 1024px;
	overflow: hidden;
}
#banner {
	border-bottom: 5px solid #5c5b6c;
}
#content-text {
	padding-top: 20px;
}
#main {
	float: left;
	width: 680px;
	min-height: 300px;
	margin-bottom: 20px;
}
#main h2 {
	font-family: 'Century Gothic';
	font-size: 1.5em;
	color: #B2935A;
	text-transform: uppercase;
	padding: 20px;
}
#main p {
	padding: 5px 20px;
	font-family: 'Century Gothic';
	font-size: 1em;
	line-height: 150%;
}
#main h3 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.1em;
	color: #B2935A;
	padding: 10px 10px 10px 30px;

}
#main h4 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 0.9em;
	color: #c21f53;
	padding: 10px;
}
#main ul {
	padding-left: 50px;
	list-style-type: disc;
	color: #000;
	list-style-position: 10px;
}
#main li {
	font-family: 'Century Gothic', sans-serif;
	font-size: 0.9em;
	padding-bottom: 10px;
	line-height: 110%;
}
#main ul ul {
	padding-top: 5px;
}
#main ul ul li {
	font-size: 1em;
}
#sidebar {
	float: right;
	width: 300px;
	background-color: #b3d7ff;
	margin-right: 0px;
	min-height: 300px;
	margin-bottom: 10px;
	border-radius: 10px;
}
#sidebar h3 {
	font-size: 1.2em;
	font-family: 'Century Gothic';
	color: #fff;
	padding: 20px 10px 10px 20px;
	text-transform: uppercase;
	font-weight: 400;
}
#sidebar ul {
	padding-bottom: 20px;
	padding-left: 15px;
	list-style-type: none;
}
#sidebar li {
	font-family: 'Century Gothic';
	font-size: 0.9em;
	padding: 5px 10px;
	line-height: 110%;
	padding-bottom: 1px;
}
#sidebar li li {
	margin-left: 20px;
}
#footer {
	width: 1024px;
}
#footer p {
	font-family: 'Century Gothic';
	Color: #666666;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px
}
#centeredmenu {
	width: 1024px;
	background: #4c5b6c;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}
#centeredmenu ul ul {
	display: none;
}
#centeredmenu ul li:hover > ul {
	display: block;
}
#centeredmenu ul {
	background: #4c5b6c;
	padding: 0 10px;
	list-style: none;
	position: relative;
	display: inline-table;
}
#centeredmenu ul:after {
	content: "";
	clear: both;
	display: block;
}
#centeredmenu ul li {
	float: left;
	text-align: left;
}
#centeredmenu ul li:hover {
	background: #b2935a;
	background: linear-gradient(top, #cccc66 0%, #cccc66 40%);
	background: -moz-linear-gradient(top, #cccc66 0%, #cccc66 40%);
	background: -webkit-linear-gradient(top, #cccc66 0%, #cccc66 40%);
}
#centeredmenu ul li:hover a {
	color: #333;
}
#centeredmenu ul li a {
	display: block;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	font-family: 'Century Gothic';
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
#centeredmenu ul ul {
	background: #999999;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
#centeredmenu ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	padding: 0px;
}
#centeredmenu ul ul li a {
	padding: 10px 20px;
	color: #fff;
	font-size: 0.8em;
}
#centeredmenu ul ul li a:hover {
	background: #b2935a;
}
#centeredmenu ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 100%;
	background: #999999;
}
#centeredmenu ul ul ul li {
	float: none;
}
#centeredmenu ul ul ul li a {
	padding: 10px 20px;
}
img.alignright {
	float: right;
	padding-right: 10px 5px;
}
iframe {
	padding-bottom: 20px;
}
#circles {
	padding-top: 20px;
	height: 150px;
	background: #fff;
	border-top: 2px solid #ffcc33;
	width: 100%;
	padding-bottom: 50px;
}
#circles ul {
	width: 1024px;
	margin: auto;
}
#circles li {
	float: left;
	display: block;
	padding-left: 85px;
}
