/* CSS Document for Storm Reconstruction Services */
@import url("navigation.css");
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none:;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 160%;
    background-color: #ff0000;
    color: #000000;
    /*background-image: url(img/bg.jpg);
    background-repeat: repeat-x;*/
}
#page
{
	background-color: #404040;
	width: 780px;
	margin: 0 auto;
}
#main_content
{
    background-color: #fff;
    width: 750px;
    margin: 0 auto;
}
#header
{
    height: 135px;
}
#logo
{
    float: left;
    width: 177px;
    height: 73px;
    margin-top: 30px;
    margin-left: 16px;
}
#tag
{
    float: right;
    margin-right: 16px;
    font-size: 16px;
    color: #ff0000;
    margin-top: 81px;
}
#page_banner
{
    height: 218px;
    background-color: #fff;
}
#top_content
{
    display: block;
    clear: both;
    background-color: #fff;
}
#left_content
{
    display: block;
    float: left;
    margin-top: 40px;
    padding-left: 28px;
    width: 430px;
    text-align: justify;
    font-size: .75em;
    line-height: 1.5em;
}
#left_content h1
{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#right_content
{
    display: block;
    float: right;
    margin-top: 40px;
    width: 250px;
    text-align: left;
    font-size: 0.75em;
    line-height: 1.5em;
}
#right_content h1
{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#testimonials
{
    display: block;
    padding-left: 28px;
    padding-right: 28px;
    text-align: justify;
    font-size: .75em;
    line-height: 1.5em;
}
#testimonials h1
{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
#detail_content
{
    display: block;
    margin-top: 40px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: justify;
    font-size: .75em;
    line-height: 1.5em;
}
#detail_content h1
{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
#detail_content img
{
    padding: 1px;
    border: 1px solid #017CB0;
}
#footer
{
    color: #000000;
    width: 694px;
    margin-left: 28px;
    height: 100px;
}
#footer_nav
{
    color: #000000;
	font-size: .63em;
}
#footer_nav ul
{
    color: #000000;
	margin-left: 0;
    padding-left: 0;
    display: inline;
}
#footer_nav ul li
{
	color: #000000;
    margin-left: 0;
    padding: 3px 8px;
    list-style: none;
    display: inline;
}
#footer_nav ul li.first
{
    color: #000000;
	margin-left: 0;
    padding-left: 0px;
    list-style: none;
    display: inline;
}
#footer_info
{
    color: #000000;
    font-size: .63em;
    line-height: 1.5em;
}
/* Classes */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.dotted_line
{
    width: 694px;
    height: 10px;
    background: url(../img/dots.gif) repeat-x center;
    margin-left: 28px;
    padding-top: 10px;
}
.left_img
{
    float: left;
    padding: 8px;
}
.right_img
{
    float: right;
    padding: 8px;
}
#featurelist
{
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
}
#featurelist li
{
    padding-left: 10px;
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
table.projects
{
    border: 1px solid #ccc;
    border-spacing: 2px;
    border-collapse: collapse;
    text-align: left;
}
table.projects th
{
    border: 1px solid #ccc;
    vertical-align: top;
}
table.projects td
{
    border: 1px solid #ccc;
    vertical-align: top;
}
.alt_td
{
    background-color: #f2f2f2;
}
.lbl
{
    width: 50%;
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}
.ctl
{
    width: 50%;
    vertical-align: top;
}
.detbl
{
    width: 100%;
}
.pad8
{
    padding: 8px;
}

#detail_content2
{
    display: block;
    margin-top: 40px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: justify;
    font-size: .95em;
    line-height: 1.5em;
}
#detail_content2 h1
{
    color: #017CB0;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
#detail_content2 img
{
    padding: 1px;
    border: 1px solid #017CB0;
}
.loginHeader
{
    background-color: #5D7B9D;
    font-weight:bold;
    font-size:medium;
    color:White;
}
.loginContent
{
    background-color: #F7F6F3;
    font-family: Verdana;
    font-size: small;
    color: #333333;
    
}