/*
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; }

li, dd, blockquote { margin-left: 20px; }

li {padding: 4px 8px;}

fieldset { padding:10px; }

img { border: 0px; }
/* @end */


/* @group HTML, Body */
body {
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
/* @end */

/* @group Layout */

div#background {
	border: 1px solid #000;
	background-color:#EDF2F8;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
div#outer {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	height: 123px;
	margin: 0px 0 0 0;
}
div#body-nav {
	width: 800px;
	height: 49px;
	background: url(../images/banner_nav.png) no-repeat;
	margin: 0px 0 0 0;
	overflow: hidden;
}
div#body-top {
	width: 812px;
	height: 7px;
	background: url(../images/body-top.png) no-repeat;
	overflow: hidden;
}
div#body-middle {
	width: 812px;
	padding: 1px 0;
	background: url(../images/body-middle.png) repeat-y;
}
div#body-bottom {
	width: 800px;
	height: 25px;
	background: url(../images/body-bottom.png) no-repeat;
	overflow: hidden;
}
div#main-col {
	width: 403px;
	float: left;
	margin-left: 55px;
	display: inline;
}
div#nameplate-top {
	width: 403px;
	height: 8px;
	background: url(../images/nameplate-top.gif) no-repeat;
	overflow: hidden;
}
div#nameplate-middle {
	background-color: #688ba8;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 120%;
	padding: 4px 6px;
}
div#nameplate-middle p {
	margin: 0;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	font-size: 110%;
	display: inline;
}
div#nameplate-bottom {
	width: 403px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 15px;
}
div#content-top {
	width: 403px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
div.content-wrapper {
	width: 387px;
	border-right: 8px solid #c5d6e8;
	border-left: 8px solid #c5d6e8;
}
div#content {
	background-color: #688ba8;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}
div#content div {
	padding: 5px 10px;
	border-bottom: 1px solid #c5d6e8;
}
div#content-bottom {
	width: 403px;
	height: 8px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}
div#side-col {
	width: 275px;
	float: right;
	margin-right: 64px;
	display: inline;
}
div.side-box-top {
	width: 275px;
	height: 7px;
	background: url(../images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
div.side-box-middle {
	width: 275px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;
}
div.side-box-middle-left {
	width: 65px;
	height: 30px;
	background-color: #c6d8e8;
	padding: 2px 10px;
	float: left;
	text-align: right;
}
div.side-box-middle-right {
	width: 190px;
	height: 30px;
	background-color: #c6d8e8;
	padding: 2px 0;
	float: right;
	text-align: left;
}
div.side-box-bottom {
	width: 275px;
	height: 7px;
	background: url(../images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

div#map_canvas {  
	width: 267px; 
	height: 400px; 
	margin-left: 4px;
}

div#footer {
	text-align: center;
	
}

div#logo {
	width: 280px;
	margin: 0 0 0px 0;
	float: left;
	display: inline;
}

/* @end */

/* @group Nav */
ul#main-nav {
	background: url(../images/nav-tabs.gif) no-repeat;
	height: 42px;
	margin: 8px 0 0 382px;
	font-size: 80%;
	overflow: hidden;
}
ul#main-nav li {
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 74px;
	margin: 4px;
	text-align: center;
	line-height: 14px;
}
ul#main-nav li#right-tab {
	margin-left: 37px;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 110%;
}
ul#main-nav a:hover {
	color: #ccc;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 200%;
	font-weight: normal;
	color: #fff;
	margin: 3px 0;
	text-align: center
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #688ba7;
	margin: 10px 0;
	text-align: center
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 {	font-size: 250%;
	font-weight: bold;
	color: #9D6E8C;
	margin: 5px 0;
}
h5 {	font-size: 100%;
	font-weight: bold;
	color: #febb3a;
	margin: 10px 0px }
h6 { }
/* @end */

/* @group Text Styles */

div#content div p {
	margin: 8px 0;
	color: #fff;
	line-height: 160%;
}
div#side-col div p {
	margin: 6px 8px;
	line-height: 160%;
}
div#content div dd {
	margin: 8px 0;
	color: #fff;
	line-height: 160%;
	font-style: italic;
}
div#footer {
	color: #9D6E8C;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */

/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #febb3a;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */