﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #d5d4d1 url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #195375;
color: #195375;
border: none;
height: 1px;}

ul {
margin: 10px 0 10px 10px;
padding: 0 0 0 10px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #195375;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #5a564e;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #368cbf;
font: normal 28px Georgia, Georgia, serif;
margin: 0 0 .8em 0;}

h2 {
color: #368cbf;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #7f7b73;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
color: #368cbf;
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 #368cbf solid;}

h5 {
color: #7f7b73;
font: bold 14px Georgia, Georgia, serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #7f7b73;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar areas --*/
background: #ffffff url('images/wrapper.jpg');
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 960px;
height: 160px;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 110px;}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #ffffff;
	width: 960px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 0.85em;
	padding: 0;
	text-align: right;}

#global a {
	color: #ffffff;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	text-decoration: underline;}

	
/*////////// ADDRESS //////////*/

#address {
	position: absolute;
	top: 40px;
	left: 310px;
	z-index: 3;
	font-size: 0.85em;
	width: 650px;
	height: 40px;
	color: #ffffff;
	line-height: 30px;
	text-align: right;}
	
/*////////// TITLE BAR //////////*/

#titlebar {
	position: absolute;
	top: 110px;
	left: 310px;
	width: 600px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

/*///////// SLIDESHOW AREA //////////*/

#slideshow {
    position:relative;
    width: 630px;
    height: 170px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 290px;
	text-align: left;
	margin: 0 10px 0 0;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
#mainnav {
	line-height: 1.7em;
}



/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 630px;
	margin: 0 20px 0 10px;
	line-height: 1.7em;}

.content2left {
	float: left;
	width: 305px;
	margin: 0 10px 0 0;}

.content2right {
	float: right;
	width: 305px;
	margin: 0 0 0 10px;}

/*////////// FOOTER //////////*/

#footer {
	background: #d5d4d1 url('images/footer.jpg') no-repeat;
 text-align: right;
 clear: both;
	width: 920px;
	height: 50px;
	color: #404040;
	line-height: 2.2em;
	padding: 20px;
	margin: 0 auto;}

#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;}

.image-border {
	padding: 3px;
	border: 1px #7f7b73 solid;}

.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: 3px;
	float: left;
	border: 1px #7f7b73 solid;}

.imageright-border {
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #7f7b73 solid;}

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}


