@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

html, body {
height: 100%;
}

body {
font-size: 62.5%;
background-image: url(../images/body-background.gif);
background-repeat: repeat-y;
background-position: center;
}

body * {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

h1, h2, h3 {
font-weight: bold;
}

/*********************************************
HEADER STYLES
*********************************************/
#siteNav {
z-index: 15;
position: absolute;
width: 920px;
height: 30px;
}

#siteNav ul {
list-style:none;
float: right;
}

#siteNav li {
display: inline;
float: left;
}

#nav-home {
z-index: 4;
position: absolute;
padding-top: 77px;
padding-left: 222px;
}

#logo-image {
z-index: 10;
position: absolute;
padding-top: 102px;
padding-left: 8px;
}

#contact-info {
z-index: 3;
position: absolute;
padding-top: 50px;
padding-left: 720px;
}

#flashMovie {
background-color: #FFFFFF;
z-index: 5;
position: absolute;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 104px;
}

/***********************************************
MAIN SECTION STYLES
***********************************************/

/********* left column *****************/
#left-column h1 {
font-size: 2.4em;
color: #000000;
padding-top: 5px;
padding-bottom: 8px;
padding-left: 5px;
}

#left-column h2 {
font-size: 1.8em;
font-family: tahoma;
color: #0099CC;
border-bottom: 2px dotted #999999;
padding: 5px;
text-transform: uppercase;
}

/**********************************************************
FOOTER STYLES
**********************************************************/	
#footer, #push {
height: 125px;
}

#footer {
text-align:center;
vertical-align:middle;
margin:0 auto 0 auto;
width:920px;
}

#footer-content .small-text {
font-size:0.8em;
}

#footer-content {
padding:25px 0 0 0;
}

#footer-border {
width: 690px;
border-bottom: 2px dotted #999999;
margin: 0 auto 0 auto;
}
