/*******************************************************************************
 * General
 */
body
{
    background-color: #b90000;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration: underline;
    color: #d30505;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

a.hover {
	text-decoration: none;

}

h1.water
{
    color: #224972;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
    height: 92px;
    background-image: url(../images/bg-water.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

h2
{
    color: #224972;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;

}

p
{
    margin: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
}

.float-right
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.uppercase
{
    text-transform: uppercase;
    font-size: 15px;
}

.bold
{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

#all
{
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}

#content
{
    margin: 0 auto;
    width: 873px;
}

ul
{
	font-size: 12px;
}
/*--------------------------------------------
 * bottom round cap for left nav, has to be
 * outside of div so that the transparent
 * corners don't get messed up
 */
#bottom
{
    height: 14px;
    width: 256px;
    background-image: url(../images/bg-left-nav-bottom.png);
    _background-image: url(../images/bg-left-nav-bottom.gif);
    font-size: 0px;
    float: left;
   
   
}

/*******************************************************************************
 * Header
 */
#header
{
    position: relative;
    height: 132px;
}

a#logo
{
    width: 317px;
    height: 121px;
    background-image: url(../images/lgo-logo.gif);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
}

p#login
{
	position: absolute;
	right: 5px;
	top: -23px;
	color: white;
}

p#login a
{
	color: white;
}

ul#top-nav
{
    margin: 0px;
    padding: 0px;
    float: right;
}

ul#top-nav li
{
    width: 105px;
    height: 41px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 1px;
    display: inline;
    padding-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 16px;
}

ul#top-nav li a
{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

ul#top-nav li.get-an-estimate
{
    background-image: url(../images/bg-get-estimate.jpg)
}

ul#top-nav li.licensing-experience
{
    background-image: url(../images/bg-licensing-experience.jpg)
}

ul#top-nav li.our-services
{
    background-image: url(../images/bg-our-services.jpg)
}

ul#top-nav li.employment-opportunities
{
    background-image: url(../images/bg-employment-opportunities.jpg)
}

ul#top-nav li.contact-us
{
    background-image: url(../images/bg-contact-us.jpg)
}

/*******************************************************************************
 * Content right column
 */
#right-column
{
    float: right;
    display: inline;
}

#right-column-content
{
    padding: 15px;
    padding-left: 29px;
    width: 587px;
    /* border-left: 256px solid #d3d6df;
     margin-left: -256px;*/
    margin-left: -14px;
    background-color: #fefefe;
    min-height: 500px;
    _height: 500px;
    position: relative;
}

#right-column-content ul {


}

#right-column-content ul li{
	font-size: 12px;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	margin-left: 15px;
	 color: #333333;

}

/*--------------------------------------------
 * Rounded Corners
 */
#content-top-right
{
    width: 14px;
    height: 14px;
    background-image: url(../images/bg-content-top-right.gif);
    font-size: 0px;
    position: absolute;
    right: 0px;
    _right: -1px;
    top: 0px;
}

#content-bottom-right
{
    width: 14px;
    height: 14px;
    background-image: url(../images/bg-content-bottom-right.gif);
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0px;
    _right: -1px;
}

#content-bottom-left
{
    width: 14px;
    height: 14px;
    background-image: url(../images/bg-content-bottom-left.gif);
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0px;
}

/*--------------------------------------------
 * Newsletter form
 */
#newsletter
{
    clear: right;
    float: right;
    display: inline;
    background-image: url(../images/bg-newsletter.jpg);
    background-repeat: no-repeat;
    width: 278px;
    margin-right: -15px;
    margin-left: 15px;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
}

#newsletter h3
{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 17px;
    color: white;
    font-style: italic;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 5px;
    height: auto;
}

#newsletter input.text
{
    margin-bottom: 7px;
    vertical-align: text-top;
    width: 210px;
}

#newsletter label
{
    font-family: Arial;
    font-size: 12px;
    color: #afc2d5;
}

#newsletter .center
{
    text-align: center;
    font-size: 0px;
}

/*--------------------------------------------
 * content lists
 */
ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 16px;
    color: #336699;
}

ul li
{
    margin-bottom: 10px;
}


/*******************************************************************************
 * Footer
 */
#footer p
{
    text-align: right;
    font-size: 11px;
    color: #ffffff;
    margin: 0px;
    margin-top: 2px;
}

#footer ul
{
    text-align: right;
    margin: 0px;
    padding: 0px;
}

#footer ul li
{
    display: inline;
}

#footer ul li a
{
    text-decoration: underline;
    color: #ffffff;
    font-size: 11px;
    border-left: 1px solid white;
    padding-left: 7px;
    padding-right: 3px;
}

#footer ul li a.first
{
    border: none;
}

/*******************************************************************************
 * Content left column
 */
#left-column
{
    width: 256px;
    float: right;
    display: inline;
   
    position: relative;
}

#left-column #top-left
{
    height: 14px;
    width: 15px;
    background-image: url(../images/bg-left-lav-left-corner.gif);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
}

div.divider
{
    width: 100%;
    border: 0px;
    height: 10px;
    border-bottom: 1px solid #336699;
    font-size: 0px;
}

p#contact-info
{
    margin: 0px;
    margin-top: 10px;
    padding-top: 50px;
    background-image: url(../images/lgo-logo-name-only.gif);
    background-position: 5px 0px;
    background-repeat: no-repeat;
    margin-left: 15px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 19px;
}

a#view-map
{
    width: 88px;
    height: 53px;
    background-image: url(../images/bg-view-map.gif);
    float: right;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    margin-left: -5px;
}

/*--------------------------------------------
 * Navigation
 */
#left-column ul
{
    margin: 0px;
    padding: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#left-column ul li
{
	margin: 0px;
	padding: 0px;
    list-style: none;
    padding-bottom: 7px;
}

#left-column ul ul
{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 16px;
}

#left-column ul ul li
{
    background: url(../images/bg-list-style.gif) left center no-repeat;
    padding-left: 10px;
    position: relative;
}

#left-column ul ul li a
{
    font-size: 16px;
}

#left-column ul li a
{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 18px;
    font-weight: normal;
    color: #224972;
    text-decoration: none;
}






