﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #303030 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: #6989b5;
color: #6989b5;
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: #6989b5;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #909090;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #3b5477;
font: normal 32px Georgia, Georgia, serif;
margin: .8em 0;}

h2 {
color: #3b5477;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #3b5477;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
color: #3b5477;
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 #3b5477 solid;}

h5 {
color: #606060;
font: bold 14px Georgia, Georgia, serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #606060;
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-color: #ffffff;
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 960px;
height: 350px;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: 340px;
	height: 200px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 400px;
	z-index: 2;
	color: #ededed;
	width: 550px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 0.85em;
	padding: 0;
	text-align: right;}

#global a {
	color: #ededed;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	text-decoration: underline;}

/*////////// ADDRESS //////////*/

#address {
	position: absolute;
	top: 60px;
	left: 400px;
	z-index: 3;
	font-size: 0.85em;
	width: 550px;
	height: 40px;
	color: #ffffff;
	line-height: 30px;
	text-align: right;}
	
/*////////// SLOGAN AREA //////////*/

#slogan {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 480px;
	height: 130px;}

#slogan h2 {
color: #3b5477;
font: normal 22px Georgia, Georgia, serif;
letter-spacing: normal;
margin: 0;
text-align: left;}

#slogan p {
	font: normal 16px "Century Gothic", Verdana, Helvetica, sans-serif;
 color: #606060;}

/*////////// SIDEBAR AREA ON LEFT //////////*/

#sidebar {
	float: left;
	width: 270px;
	text-align: left;
	margin: 0 20px 10px 10px;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
#mainnav {
	line-height: 1.7em;}

/*////////// SIDEBAR AREA ON RIGHT //////////*/

#sidebar2 {
	float: right;
	width: 270px;
	text-align: left;
	margin: 0 10px 10px 20px;}

#sidebar2 li {
padding: 5px 0;}

#sidebar2 p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
/*////////// CONTENT AREA ON RIGHT //////////*/

#content {
	float: right;
	width: 630px;
	margin: 0 10px 10px 20px;
	line-height: 1.7em;}

.contentleft {
	float: left;
	width: 305px;
	margin: 0 10px 0 0;}

.contentleft h2 {
color: #3b5477;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: 0;
text-align: left;}

.contentright {
	float: right;
	width: 305px;
	margin: 0 0 0 10px;}

.contentright h2 {
color: #3b5477;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: 0;
text-align: left;}

/*////////// CONTENT AREA ON LEFT //////////*/

#content2 {
	float: left;
	width: 630px;
	margin: 0 20px 10px 10px;
	line-height: 1.7em;}

/*////////// FOOTER //////////*/

#footer {
	background-color: #303030;
 text-align: center;
 clear: both;
	width: 920px;
	height: 100px;
	color: #ededed;
	line-height: 2.0em;
	padding: 20px;
	margin: 0 auto;}

#footer a{
	color: #ededed;
	text-decoration: none;}

#footer a:hover {
	color: #ffffff;
	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 #606060 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 #606060 solid;}

.imageright-border {
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #606060 solid;}

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

