

h1
{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #18ab4f;
}

body
{
    
    background: url(../images/bg.jpg) repeat-x #0177c1;
    
    font-family: arial;
    font-size: 12px;
}

#tab
{
    background: url(../images/tab.jpg) no-repeat;
    width: 220px;
    height: 65px;
}

#phone
{
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #0077c0;
}

/*#nav
{
    background: url(../images/navbg.jpg) no-repeat;
    width: 820px;
    height: 40px;
    margin: 0px 10px;
    padding-left: 50px;
}

#nav>a, #nav>div>a
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 14px;
    color: #fff;
    float: left;
    display: block;
}

#nav>div
{
    float: left;
    position: relative;
    color: #76a9d4;
}

#nav>a:hover, #nav>div>a:hover
{
    color: #ffd204;
}
*/

.ddl
{
    position: absolute;
    width: 175px;
    *left: 0px;
    top: 29px;
    z-index: 5000;
}

.ddlbot
{
    background: url(../images/nav-bottom.png) no-repeat;
    width: 175px;
    height: 15px;
}

.ddlwrapper a
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    display: block;
}

.ddlwrapper a:hover
{
    color: #ffd204;
}

.ddlwrapper
{
    padding: 10px 15px;
    padding-bottom: 0px;
    background: #18ab50;
}

#banner
{
    background: url(../images/banner.jpg) no-repeat;
    width: 591px;
    height: 300px;
}

#rotate>div
{
    position: absolute;
    top: 0px;
}

.quotebox
{
    background: url(../images/QuoteBox.png) no-repeat;
    width: 540px;
    height: 70px;
    margin: 0px auto;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    z-index: 7000;
    top: 210px;
    left: 30px;
}

.quotebox-wrapper
{
    padding: 0px 20px;
    padding-top: 8px;
}

.banner-right
{
    background-image: url(../images/banner-right.png);
    background-repeat: no-repeat;
    width: 299px;
    height: 300px;
}

.banner-right-wrapper
{
    padding-left: 30px;
    padding-right: 30px;
}

#content
{
    background: #fff url(../images/contentbg.jpg) repeat-y;
    width: 890px;
}

#content-bg-hider
{
    background: url(../images/content-bg-hider.jpg) no-repeat;
    width: 890px;
    min-height: 110px;
}

#content-wrapper
{
    padding: 0px 30px;
}

#footer
{
    background: url(../images/footer.jpg) no-repeat;
    width: 890px;
    height: 65px;
}

#footer-nav
{
    text-align: center;
}

#footer-nav a
{
    font-family: arial;
    font-size: 10px;
    line-height: 25px;
    padding: 0px 5px;
    color: #fff;
}

#footer-nav a:hover
{
    color: #ffd204;
}

#footer-info, #footer-info>a
{
    font-family: arial;
    font-size: 10px;
    padding: 0px 5px;
    color: #fff;
    text-align: center;
}

#footer-info>a:hover
{
    color: #ffd204;
}

#rotate
{
    height: 300px;
    width: 591px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

#banner-overlay
{
    background: url(../images/banner-overlay.png) no-repeat;
    width: 591px;
    height: 300px;
    position: absolute;
    top: 0px;
    z-index: 5000;
}

.int-right
{
    margin-right: 10px;
    *margin-right: 3px;
}

.int-right-wrapper
{
    padding: 10px 30px;
}

.int-right-wrapper2
{
    padding: 10px 30px 10px 75px;
}

/* start unchanged styles */
/* makes sure the third tier builds off of the highlighted second tier item */
#nav, #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 9999;
}

#nav ul {
    position: absolute;
    display: none;
    z-index: 9998;
}

#nav ul ul {
	top: auto;
}

/* makes the first tier display horizontally */
#nav li {
    float: left;
    position: relative;
}

/* makes all other tiers display vertically */
#nav li ul a {
    float: left;
}

/* hide the tiers */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

/* show the tiers */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
}

/* global link styles */
#nav a:link, #nav a:active, #nav a:visited {
    display: block;
}
/* end unchanged styles */

/* start changable styles */
/* style the background of the menu, height needs to be the same as the line-height in the style below */
#nav-bg {
    background: url(../images/navbg.jpg) no-repeat;
    width: 820px;
    height: 40px;
    margin: 0px 10px;
    padding-left: 50px;
}

/* core nav structure styles */
#nav, #nav ul {
    line-height: 40px;
}

/* global tier styles */
 #nav ul {
    width: 155px;
    top: 40px;
}

/* positions the tiers
left: needs to be the width in the style directly below + the ammount of padding in the global link styles style that. ie: 175 + 15 = 190
margin: the last margin in the list needs to be the same as the padding specified in the global link styles style */
#nav li ul ul {
    left: 147px;
    margin: 0px 0 0 10px;
}

/* width of drop downs */
#nav li ul a {
    width: 147px;
}

/* global link styles */
#nav a:link, #nav a:active, #nav a:visited {
    /* changable styles, enter in font attributes here to make them different than the page defaults */
    padding: 0px 14px;
    text-decoration: none;
 }

/* first tier specfic */
a.first-tier {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

a.first-tier-hover {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #ffd204;
    text-decoration: none;
}

/* second tier specific */
#nav>li>ul>li a {
    color: #333;
    text-decoration: none;
    background: #18ab50;
    line-height: 25px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#nav>li>ul>li a:hover {
    color: #ffd204;
}

/* third tier specific */
#nav>li>ul>li>ul>li a {
}

#nav>li>ul>li>ul>li a:hover {
}

/* nav seperator, width MUST be set */
.nav-sep {
    width: 2px;
    height: 30px;
    background: #ccc;
}
/* end changable styles */

.mapItem {
    display: none;
}
