﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Geneva, Arial, sans-serif;
height: 100%;
padding: 0;
margin: 0;}

hr {
	background-color: #FFFFFF;
	color: #CC0000;
	border: none;
	height: 1px;
	width: 60%;
}

ul {
margin: 10px 0 10px 10px;
padding: 0 0 0 10px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

fieldset {
	background: #ffffff url('images/fieldsetbg.jpg') repeat-x scroll left bottom;
	border: 1px #707070 solid;
	padding: 10px;
	margin: 10px 0;}

legend {
	font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	font-variant: small-caps;
	color: #001C46
;
	padding: 0 10px;
	margin: 0;
}

/*////////// TYPOGRAPHY //////////*/

a {
	color: #001C46
;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover {
color: #707070;
text-decoration: underline;
font-weight: bold;}

h1 {
	color: #001C46
;
	font: normal 28px Georgia, Georgia, serif;
	margin: 0 0 .8em 0;
}

h2 {
color: #505050;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #24604a;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
	color: #001C46
;
	font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: left;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0;
	margin: .8em 0;
	border-bottom: 1px #505050 solid;
}

h5 {
	color: #001C46
;
	font: bold 14px Georgia, Georgia, serif;
	margin: .8em 0;
	text-transform: uppercase;
	text-align: left;
}

h6 {
color: #505050;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar and footer areas --*/
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}


/*////////// HEADER AREA //////////*/

#header {
position: relative;
background-color: #ffffff;
width: 960px;
height: 260px;}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #505050;
	width: 940px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 0.80em;
	padding: 0;
	text-align: left;}
	
/*////////// MAIN MENU //////////*/

#mainnav {
	position: absolute;
	top: 210px;
	left: 0;
	z-index: 2;
	letter-spacing: 1px;
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: center;}

#mainnav a {
	color: #e0e0e0;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 20px;}

#mainnav a:hover {
	color: #ffffff;
	text-decoration: underline;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 60px;
	left: 50px;
	z-index: 3;
	width: 450px;
	height: 140px;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 270px;
	text-align: left;
	margin: 0 10px 10px 20px;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 630px;
	margin: 0 20px 10px 10px;
	line-height: 1.7em;
}
	
#contentwide {
	width: 920px;
	margin: 0 20px 10px 20px;
	line-height: 1.7em;}

/*////////// FOOTER //////////*/

#footer {
	background-color: #e0e0e0;
 text-align: center;
 clear: both;
	height: 60px;
	letter-spacing: 3px;
	line-height: 2.2em;
	border-top: 1px #24604a solid;
	padding: 10px 0;}

#footer a{
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;}

#footer p {
 clear: both;
	font-size: 0.85em;
	margin: 0;
	padding: 0;}


/*////////// IMAGES //////////*/
img {
border: none;}

.imageleft-noborder {
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
margin: 0 10px 0 0;
padding: 5px;
float: left;
border: 3px #b9b9b9 double;}

.imageright-border {
margin: 0 0 0 10px;
padding: 5px;
float: right;
border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/
.center {
text-align: center;}

.gallery {
text-align: center;}

.gallery img {
	padding: 5px;
	border: 1px #808080 solid;
	margin: 5px;}

.right {
text-align: right;}

.clear {
clear: both;}

/*////////// Accordian Panel #1 Styles //////////*/

.accordion {  
    width: 600px;  
         }  
           
.accordionHeader {
	border: 1px solid #666666;
	color: white;
	background-color: #CC0000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeaderSelected {
	border: 1px solid #666666;
	color: white;
	background-color: #FF6666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent {
	background-color: #CCCCCC;
	border-top: none;
	padding: 6px 5px 5px 5px;
	border-style: dashed;
	border-width: 1px;
	border-top-color: inherit;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 12px;
}
.Bold {
	font-weight: bold;
}

