* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: url('../images/bg.jpg') top center no-repeat #040402;
	font-family: georgia, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

/* ============================================================================= Fonts === */

a {
	color: #437ABE;
}

a:hover {
	color: #F4751F;
	text-decoration: underline;
}

p {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
	line-height: 22px;	
}

p.quote {
	font-style: italic;
}

strong {
	font-weight: 900;	
}

/* ========================================================= Headers === */

h1 {
	font-size: 20px;
	color: #456E9F;
        text-transform: uppercase;
	font-family: Georgia, serif;
	margin: 0;
}		

h2 {
	font-size: 20px;
	margin: 5px 0;
	color: #456E9F;
        text-transform: uppercase;
	font-family: Georgia, serif;
}

h3 {
	color: #000;
	font-size: 14px;
	color: #456E9F;
	font-style: italic;
	font-family: Georgia, serif;
	margin: 0;
}

hr {
	margin: 30px 0;
	height: 1px;
	background: url('../images/divider.gif') top left no-repeat;
	height: 4px;
}

/* ============================================================================= Site Wrappers === */

#wrapper {
	width: 856px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/wrapper-bg.gif') top left repeat-y;
}

/* ============================================================================= Header === */

#header {
	margin-top: 0px;
	height: 111px;
}

#header #logo {
	margin: 25px 0 0 300px;
}

#header .contact-us {
	float: right;
	margin-right: 10px;
	margin-top: 60px;
}

/* ============================================================================= Side Menu === */

ul#sidenav {
	float: left;
	display: block;
	width: 195px;
	list-style: none;
	margin: 55px 0 25px 30px;
        text-transform: uppercase;
}

ul#sidenav li {
	font-size: 14px;
	margin: 0;
	margin-bottom: 0px;
}

ul#sidenav li a {
	display: block;
	height: auto;
	color: #32597e;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
        border-bottom: 1px solid #e0e7ee;
}

ul#sidenav li a:hover {
	text-decoration: underline;	
}

ul#sidenav li.active a {
	text-decoration: underline;
	background: #DDEDFB url(../images/_right-arrow.gif) center right no-repeat;
}

/* ============================================================================= Content Area === */

#content {
	margin: 0;
	padding: 0;
	width: 820px;
	float: left;
	background: #fff url(../images/content-bg.gif) top center no-repeat;
       /*( background: #fbf9f1 url('../images/content-bg.gif') right top repeat-y; */
       padding: 20px 20px 0px 20px;
       min-height: 110%;
}

#content p {
	 font-size: 14px;
	 color: #3f3109;
	 margin: 20px 0;
}

#body {
	float: left;
	width: 538px;
	background: url('../images/image-bg.gif') top left no-repeat;
	padding: 12px;
	margin: 30px 0 0 30px;
}

#body .main-image {
	margin-bottom: 20px;
}

#location {
	background: #DDEDFC url(../images/location-bg.gif) top left repeat-x;
	width: 800px;
	clear: left;
	height: 250px;
	padding-left: 20px;
}

#location #location-img {
	display: block;
	float: left;
}

#location #location-text {
	width: 330px;
	float: left;
	border-left: 1px #99C0DF solid;
	margin-top: 40px;
	padding-left: 20px;
	margin-left: 20px;
}

#body ul, #body ol {
	width: 80%;
	padding: 10px 25px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	background-color: #DDEDFB;
	
}

#body ul li, #body ol li {
	padding: 10px 0px;
	color: #456E9F;
}

#body ul li strong, #body ol li strong { 
	font-weight: 900;
	font-style: italic;
	color: #456E9F;
}

table{
	padding: 0;
	margin: 5px;
	width: 500px;
}


thead td {
	background-color: #587794;
	color: #FFFFFF;
	border: 1px solid #1B476F;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	
}

td {
	border: 1px solid #999999;
	background: #fff;
	padding: 6px 6px 6px 12px;
}


.clear {
	clear: both;
	height: 0px;
	display: block;
}

/* =========== locations ========*/

p.location {
	display: block;
	width: 50%;
	float: left;
}

.backtotop {
	float: right;
}

/* ============================================================================= Footer  === */



#footer {
	display: block;
	background-color: #040402;
	color: #FFF;
}

#footer p {
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	margin-top: 5px;
	background-color: #040402;
}

#footer a {
	padding-top: 0;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	
}

#footer a.logo {
	float: right;
}

#footer img {
	float: right;
	margin-top: 3px;
}

/* ============================================================================= Footer Menu === */

#footer-menu ul {
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 5px;
}

#footer-menu li {
	float: left;
	font-size: 14px;
	list-style-type: none;
}

#footer-menu li a {
	font-family: arial;
	font-size: 10px;
	color: #000;
	display: block;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 5px 10px;
	color: #fff;
	background-color: #040402;
}

#footer-menu li a:hover {
	text-decoration: underline;
	background-color: #A82714;
	color: #fff;
}

#footer-menu li a.this {
	text-decoration: underline;
}