/* CSS Document */

/* top, right, bottom, left */

body {
    margin: 0 0 0 0;
    padding: 0px;
    font-size: 75%;
    line-height: 150%;
    font-family: Arial, sans-serif;
}

#wrap {
    width: 780px;
    height: auto;
    margin: auto;
}

#navbar {
    width: 780px;
    background: #EBEAEA;
}

#globalnav {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    height: 42px;
    width: 315px;
    background: #EBEAEA;
}

#globalnav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
}

#globalnav li {
    float: left;
    list-style-type: none;
    padding: 6px 6px 6px 6px;
    margin: 0;
}

#globalnav a:link {
    text-decoration: none;
    color: #000000;
    font-family: arial, sans-serif;
}

#globalnav a:hover, #globalnav #on {
    color: #173A8A
}

#navimage {
    float: right;
}

#maincontent {
}

#leftcontent {
    float: left;
    width: 431px;
    padding: 20px 20px 0 30px;
    background: #EBEAEA;
}

#leftcontentfullwidth {
    float: left;
    width: 730px;
    padding: 20px 20px 0 30px;
    background: #EBEAEA;
}

#rightcontent {
    float: right;
    width: 299px;
    background: #D8D6D5;
    vertical-align: text-bottom;
}

#quote {
    padding: 20px 20px 0 20px;
    font-size: 100%;
    line-height: 160%;
    font-weight: bold;
    color: #173A8A;
}

#testimonial {
    width: 392px;
    height: 210px;
    background: url( /images/inset01.gif ) repeat-y
}

#bottomcurve {
    float: left
}

#rightbottomcurve {
    float: right;
    height: 49px;
    width: 299px;
    background: #D7D7D6;
    background: url( /images/rightbase.jpg ) bottom right no-repeat
}

#copyrightbar {
    margin: auto;
    width: 780px;
    height: 31px;
    background: url( /images/copyright.jpg ) no-repeat
}

#copyrighttext {
    float: right;
    width: 400px;
    padding: 5px 20px 0px 0px;
    color: #FFFFFF;
}

/* LINK styles */
a:link {
    color: #CC9900;
    text-decoration: none;
    font-weight: bold
}

a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold
}

a:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold
}

p {
}

h1 {
    font-size: 160%;
    line-height: 110%;
    color: #173A8A;
}

h2 {
    font-size: 130%;
    line-height: 130%;
    color: #000033;
}
