﻿/*////////// 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: #c84a16;
color: #c84a16;
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%;}

fieldset {
background: #ffffff url('images/fieldsetbg.jpg') repeat-x scroll left bottom;
border: 1px #a0a0a0 solid;
padding: 10px;
margin: 10px 0;}

legend {
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
background-color: #ffffff;
font-variant: small-caps;
color: #93330c;
padding: 0 10px;
margin: 0;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #c84a16;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #616161;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #93330c;
font: normal 28px Georgia, Georgia, serif;
margin: 0 0 .5em 0;}

h2 {
color: #93330c;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: 0 0 .5em 0;
text-align: left;}

h3 {
color: #93330c;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: 0 0 .5em 0;
text-align: left;}

h4 {
color: #393939;
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
text-align: left;
line-height: 40px;
letter-spacing: 1px;
padding: 0;
margin: 0 0 .5em 0;}

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 --*/
min-height: 100%;
height: auto !important;
height: 100%;
color: #000000;
width: 960px;
margin: 0 auto -325px;
text-align: left;}

.push {
/* -- This div is what makes the footer stick to the bottom of the page -- */
height: 325px;
clear: both;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 960px;
height: 330px;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 310px;
	height: 100px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 310px;
	z-index: 2;
	color: #404040;
	width: 640px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 0.85em;
	padding: 0;
	text-align: center;}

#global a {
	color: #e0e0e0;
	margin: 0 10px;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	text-decoration: underline;}

/*///////// SLOGAN AREA //////////*/

#slogan {
	position: absolute;
	top: 110px;
	left: 80px;
	width: 260px;
	height: 180px;
	text-align: left;
	color: #ffffff;
	font-size: 0.90em;
	letter-spacing: 2px;}

#slogan p {
	margin: 0;
	padding: 0;}

#slogan h6 {
color: #ffffff;
margin: 1.0em 0;
font: normal 16px "Century Gothic", Verdana, Helvetica, sans-serif;}

/*///////// SLIDESHOW AREA //////////*/

#sliderwrapper {
  position: absolute;
  top: 69px;
  left: 349px;
  z-index: 4;
  background: #ffffff url('images5/mainimage8.jpg') no-repeat;
  width: 552px;
  height: 242px;}
  
#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;}

#sliderwrapper1 {
  position: absolute;
  top: 70px;
  left: 350px;
  z-index: 4;
  background: #ffffff url('images/main_images/clear550240.gif') no-repeat;
  width: 550px;
  height: 240px;}








/*////////// SIDEBAR AREA //////////*/

#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: 1em;
	margin: 0 0 20px 0;}

#mainnav a {
display: block;
background: #000000 url('images/arrow1.png') no-repeat 5px center;
width: 250px;
color: #ffffff;
margin: 5px 0;
padding: 4px 0 4px 25px;
text-decoration: none;
letter-spacing: 2px;
font-weight: bold;}

#mainnav a:hover {
background-color: #c84a16;
color: #ffffff;
text-decoration: none;
letter-spacing: 2px;
font-weight: bold;}

/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 640px;
	margin: 0 10px 10px 10px;
	line-height: 1.7em;}

.content2left {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;}

.content2right {
	float: right;
	width: 310px;
	margin: 0 0 0 10px;}
	
	

	
.content3left {
	float: left;
	width: 210px;
	margin: 0 10px 0 0;
}
	
.content3mid {
	float: left;
	width: 220px;
	margin: 0 0 0 0;
}

.content3right {
	float: right;
	width: 210px;
	margin: 0 0 0 10px;
}	

	

/*////////// FOOTER //////////*/

#footer {
 background-color: #000;
 text-align: center;
 clear: both;
	height: 300px;
	color: #ffffff;
	line-height: 2.0em;
	padding: 10px;
	margin: 0 auto;
	border-top: 3px #93330c solid;}

#footer a{
	color: #e0e0e0;
	text-decoration: underline;}

#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 #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;}
	
.img-noborder {
	border: none;}
	
	
	
	
.img-icon_orange {
   padding: 10px;}
   
.img-icon_social {
   padding: 10px;} 
	

	
	
	
	

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

.gallery {
text-align: center;}

.gallery img {
	padding: 5px;
	border: 1px #808080 solid;
	margin: 5px;}
	
	
hr.black {
background-color: #000000 !important;
color: #000000 !important;
border: none;
height: 1px;}


