/*
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:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
    background-color: #6B8AAD

}
/* @end */

/* @group Layout */
div#border {
    width: 980px;
    margin-top:20px;
    margin-left: 20px;
	border-right: 8px solid #84AC06;
	border-left: 8px solid #84AC06;
    border-top:  8px solid #84AC06;
    border-bottom:  8px solid #84AC06;
}
div#outer {
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
div#header {
	height: 300px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header1.jpg) no-repeat;
}
div#header2 {
	height: 500px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header5.jpg) no-repeat;
}
div#header3 {
	height: 300px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header3.jpg) no-repeat;
}
div#header4 {
	height: 300px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header1.jpg) no-repeat;
}
div#header5 {
	height: 300px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header.jpg) no-repeat;
}
div#header6 {
	height: 300px;
	margin: 0px 0px 0px 0px;
    background: url(photos/header6.jpg) no-repeat;
}
div#body-top {
	width: 980px;
	height: 48px;
	overflow: hidden;
}
div#body-middle {
	width: 960px;
	padding: 1px 0;
}
div#body-bottom {
	width: 980px;
	height: 25px;
	overflow: hidden;
}
div#main-col {
	width: 970px;
    margin-left: 0px;
	display: inline;
}

div#content-top {
	width: 970px;
	height: 8px;
	overflow: hidden;
}
div#content-wrapper {
	width:960px;
}
div#content {
	background-color: #ffffff;
	padding: 10px 0;
}
div#content div {
	padding: 5px 10px;
}
div#content-bottom {
	width: 970px;
	height: 8px;
	overflow: hidden;
}
div#side-col {
	width: 398px;
	float: right;
	margin-right: px;
	display: inline;
}
div.side-box-top {
	width: 398px;
	height: 7px;
	background: url(images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
div.side-box-middle {
	width: 398px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;
}
div.side-box-bottom {
	width: 398px;
	height: 7px;
	background: url(images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
div#footer {
	text-align: center;
	
}

div#logo {
	width: 398px;
	height: 262px;
	margin: 0 0 0px 0;
	float: right;
    background: url(photos/slidetop.jpg) no-repeat;
    z-index:1;

}
div#logoSlideshow {
	float: right;
	width: 400px;
	height: 300px;
    margin: 10px 10px 0px 0px ;
	overflow: hidden;
     vertical-align:top;
    z-index:-1;
}
/* @end */

/* @group Nav */
ul#main-nav {
	height: 15px;
	margin: 5px 0 0 5px;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 140px;
	margin: 0;
	text-align: center;
	line-height: 20px;
}
ul#main-nav li#right-tab {
	margin-left: 5px;
	width: 100px;
}
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: 120%;
	font-weight: bold;
	color: #9DCE01;
	margin: 5px 0;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	margin: 5px 0;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #444444;
	line-height: 160%;
}
div#login-box {
	color: #fff;
}
div#footer {
	color: #cccccc;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div#login-box form {
	margin: 5px 0 0 0;
	text-align: center;
}
div#login-box form input {
	margin: 0;
	vertical-align: middle;
}
div#login-box form input.txt {
	width: 75px;
	border: 1px solid #46627c;
	padding: 2px;
	height: 12px;
	line-height: 10px;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #0000CD;
	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 */
