﻿/*////////// 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, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #2f7fae;
color: #2f7fae;
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: #2f7fae;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #616161;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #5bacdd;
font: normal 28px Georgia, Georgia, serif;
margin: .8em 0;}

h2 {
color: #5bacdd;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #5bacdd;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
color: #5bacdd;
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 #5bacdd solid;}

h5 {
color: #919191;
font: bold 14px Georgia, Georgia, serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #919191;
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: #000000 url('images/wrapper.jpg');
color: #ffffff;
width: 960px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header1 {
position: relative;
width: 960px;
height: 350px;}

#header2 {
	position: relative;
	width: 960px;
	height: 180px;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 400px;
	height: 120px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
	position: absolute;
	top: 80px;
	left: 400px;
	z-index: 2;
	color: #ffffff;
	width: 550px;
	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: 0;
	left: 400px;
	z-index: 3;
	font-size: 0.85em;
	width: 550px;
	height: 40px;
	color: #ffffff;
	line-height: 30px;
	text-align: right;}
	
/*////////// TITLE BAR //////////*/

#titlebar {
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 4;
	width: 920px;
	height: 60px;
	line-height: 60px;
	text-align: left;}
	
#titlebar	h1 {
color: #5bacdd;
font: normal 28px Georgia, Georgia, serif;
letter-spacing: 3px;
line-height: 60px;
margin: 0;}


/*///////// SLIDESHOW AREA //////////*/

#headertext {
	position: absolute;
	top: 140px;
	left: 20px;
	z-index: 5;
	width: 410px;
	height: 190px;}

#headertext h2 {
color: #2f7fae;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}
	
	#headertext p {
	color: #000000;
	letter-spacing: 2px;}

#sliderwrapper {
  position: absolute;
  top: 140px;
  left: 450px;
  z-index: 6;
  width: 480px;
  height: 190px;}
  
  #slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 260px;
	text-align: left;
	margin: 10px 20px;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
#mainnav {
	line-height: 1.7em;}

#mainnav a {
color: #c0c0c0;
text-decoration: underline;
letter-spacing: 2px;
font-weight: bold;}

#mainnav a:hover {
color: #ffffff;
text-decoration: underline;
letter-spacing: 2px;
font-weight: bold;}

/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 620px;
	margin: 10px 20px;
	line-height: 1.7em;}

.content2left {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;}

.content2right {
	float: right;
	width: 300px;
	margin: 0 0 0 10px;}

/*////////// FOOTER //////////*/

#footer {
	background: #ffffff url('images/footer.jpg') no-repeat;
 text-align: center;
 clear: both;
	width: 920px;
	height: 50px;
	color: #404040;
	line-height: 2.0em;
	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 #919191 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 #919191 solid;}

.imageright-border {
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #919191 solid;}

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

