﻿body{
    margin: 0;
    font-size: 12px;
    font-family: Arial;
    background: #f0f3e6 url("images/bg.jpg") repeat-y center top;
}

h1, h2, h3
{
    margin: 0;
    padding: 0;
}

h1
{
    color: #de0000;
    font-size: 18px;
    font-weight: bold;    
}

h2
{
    font-size: 16px;    
}

h3
{
    font-size: 14px;    
}

a, a:active, a:visited, a:hover
{
    color: #59819e;
    text-decoration: none;
}

.backgrounddiv
{
    background: url("images/bg.png") repeat-y center top;
    width: 100%;
    min-height: 760px;
}

.maindiv
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.contentdiv
{
    background: #FFFFFF;
    min-height: 400px;
    padding: 10px;
}

a img
{
    border: 0;  
}

.headerdiv
{
    height: 100px;
    background: url("images/header.jpg") no-repeat;    
}

.navdiv
{
    height: 30px;    
}

.navdiv img, .heroselector img
{
    float: left;
    margin: 0;
    padding: 0;
}

.heroselector img
{
    margin-left: 8px;
}

.welcomediv
{
    background: none repeat scroll 0 0 #EAECEA;
    float: left;
    height: 372px;
    line-height: 17px;
    margin-right: 10px;
    padding: 5px;
    width: 355px;
}

.footerdiv
{
    background: white url("images/footerbg.jpg") repeat-x;    
    text-align: center;
    clear: both;    
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerdiv a
{
    margin-left: 20px;
    margin-right: 20px;
    color: #bf2b29;
    text-decoration: none;       
}

.copyrightdiv
{
    margin-top: 30px;
    padding-right: 100px;    
    padding-left: 100px;    
}

.rightalign
{
    float: right;    
}

.leftalign
{
    float: left;    
}


.heroselector
{
    width: 968px;
    height: 50px;
    background: url("images/heroselectorbg.png") repeat-x left top;
}

.toprightlinks, .toprightlinks a
{
    font-size: 10px;
    color: White;
    padding: 1px;
    padding-top: 0;
}

.toprightlinks
{
    padding-right: 10px;    
}


.contactinfo
{
    float: right;
    padding: 10px;
    font-size: 14px;
    border: solid 1px black;    
}

img.herobutton
{
    cursor: pointer;
}

.heroImgTop
{
    position: absolute;
    z-index: 3;
}

.heroImgBottom
{
    position: absolute;
    z-index: 1;    
}

.heroImg
{
    position: absolute;
    z-index: 2;  
}

#container {
    clear: both;
    width: 968px;
    height: 278px;
    background: #EEEEEE;
    position: relative;
}

div#herodiv {
	clear: both;
    width: 968px;
    height: 278px;
    overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
}


div#container #prev 
{
    display: none;
	float: left; margin: 0 0 0 0;
	position: absolute; 
	top: 40%;
}

div#container #next {
    display: none;
	float: right; margin: 0 0 0 0;
	position: absolute; 
	top: 40%;
}

div#container #prev a {
	background: transparent url("images/prev.png") no-repeat center center;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	outline: none;
	display: none;
}

div#container #next a {
	background: transparent url("images/next.png") no-repeat center center;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	outline: none;
	display: none;
}

div#container ul#slides {
	list-style: none;
}
div#container ul#slides li {
	margin: 0 0 0px 0;
}

#heroselector, #heroselector li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#slides
{
    margin: 0;
    padding: 0;
       
}


li.ybi, li.odd
{
    background: transparent ! important;
}

div.ybr
{
    overflow-y: hidden ! important;
    height: 353px;
}

.ybt
{
    display: none ! important;    
}

.ybf
{
    display: none ! important;    
        
}



