body
{
font-family:arial;
text-align:center; /* for IE */
margin:0;
padding:0;
}

table
{
border-collapse:collapse;
padding:0px;
margin:0px;
border:none;
}


table td
{
vertical-align:top;
}

.headerBand{
width:100%;
position:absolute;
top:0px; left:0px;
z-index:-1;
height:92px;
background-color:#4696d1;
}

.navBand
{
background-image:url(../images/nav_background.jpg);
width:100%;
position:absolute;
top:94px;
left:0px;
z-index:-1;
height:33px;
}

.orangeRuleBand{
width:100%;
position:absolute;
top:127px;
left:0px;
z-index:-1;
height:7px;
background-color:#f79974;
}

#wrapper
{
width:900px;
text-align:left;
margin:0 auto; /* for the rest */
overflow: hidden;
}

.header
{
background-color:#4696d1;
margin-bottom:2px;
}

.menu
{
/*background-image:url(../images/nav_background.jpg);*/
height:33px;
}

.dropDownMenu
{
}

#orangeRule
{
height:7px;
background-color:#f79974;
margin-bottom:2px;
}

.mainContent
{
    min-height: 485px;
    width: 890px;
    float: left;
}
#blueBar{
    height: 485px;
    background: url(../images/home_whitestrip.jpg) no-repeat top left;
    float: left;
    width: 10px;
}
#descriptionText
{
font-size:12px;
color:#2f69ba;
padding-left:8px;
vertical-align:middle;
}

.bodySegmentText
{
font-size:12px;
padding-left:8px;
height:80px;
color:gray;
}

.bodySegmentHeader
{
height:47px;
}

.bodySegmentLinks
{
height:14px;
padding-left:8px;
vertical-align:center;
}

.bodySegmentLinks a
{
color:#f15c22;
font-size:13px;
font-weight:bold;
text-decoration:none;
padding:0px;
margin:0px;
}

.bodySegmentLinks img
{
padding-left:5px;
}

.horDivider
{
border-bottom:1px dashed #a2cae8;
height:1px;
}

.vertDivider
{
border-left:1px dashed 	#a2cae8;
}

.footer
{
background-color:#F15C22;
color:#FFFFFF;
font-size:10px;
height:22px;
padding-top:10px;
position: relative;
width:100%;
}
.footer .info{
    width: 900px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
}

.imagePreload
{
display:none;
}

.requestTable
{

font-size:12px;

}
.requestTable td
{
vertical-align:middle;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*-------------------------------------Login Box--------------------*/
#loginBox{
    width: 200px;
    margin:50px auto 0;
    background: #4696D1;
    padding: 0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;

}
h2.top {
    text-align: center;
    padding: 5px;
    margin: 0;
    background: #13286a;
    color: #f15c21;
    text-transform: uppercase;
    width: 190px;

    text-shadow: 2px 2px 2px #000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
#loginBox div{
    width: 160px;
    margin: 10px auto;
}
#loginBox label{
    color: #fff;
    font-size: 12px;
}
#loginBox #submit{
    margin-bottom: 10px;
}
/*-------------------------------------Dashboard page--------------------*/
h2{
    color: #13286a;
    font-size: 16px;
    float: left;
}
h3{
    color: #333;
    font-size: 14px;
}
#customerDashboard a.logout{
    float: right;
    margin: 10px 35px 0 0;
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
#customerDashboard a.logout:hover{
    color: #13286a;
    text-decoration: underline;
}
.customerStatus{
    float: left;
    font-size: 14px;
    color: #666;
}
.customerStatus li{
    display: none;
}
.customerStatus li.activeStatus{
    display: block;
}
.project{
    float: left;
    clear: left;
    width: 100%;
}
.project li{
    float: left;
    background: url(../images/dashboard/gray_left.png) left center no-repeat;
    height: 34px;
    padding-left: 20px;
    line-height: 34px;
    margin-left: -10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
project li span{
    position: relative;
    z-index: 10;
}
#customerDashboard .project li span.tracking{
    background: green;
    position: absolute;
    top: 0;
    z-index: 1;
}
.project li.first{
    background: url(../images/dashboard/gray_left_start.png) left center no-repeat;
}
.project li.completed.first{
    background: url(../images/dashboard/blue_left_start.png) left center no-repeat;
}
.project li.completed{
    background: url(../images/dashboard/blue_left.png) left center no-repeat;
}
.project li.activeStatus.first{
    background: url(../images/dashboard/orange_left_start.png) left center no-repeat;
}
.project li.activeStatus{
    background: url(../images/dashboard/orange_left.png) left center no-repeat;
}
.project li.completed span{
    background: url(../images/dashboard/blue_right.png) right center no-repeat;
}
.project li span{
    display: block;
    background: url(../images/dashboard/gray_right.png) right center no-repeat;
    padding-right: 20px
}
.project li.last span{
    background: url(../images/dashboard/blue_right_end.png) right center no-repeat;
}
.project li.completed.last span{
    background: url(../images/dashboard/blue_right_end.png) right center no-repeat;
}
.project li.activeStatus span{
    background: url(../images/dashboard/orange_right.png) right center no-repeat;
}
.project li.activeStatus.last span{
    background: url(../images/dashboard/orange_right_end.png) right center no-repeat;
}
.project li.last span{
    background: url(../images/dashboard/gray_right_end.png) right center no-repeat;
}
/*-------------------------------------Customer Sign up page--------------------*/

.left.clr{
    clear: left;
}
.right.clr{
    clear: right;
}
.clr{
    clear: both;
}
.customerSignUp form{
    padding: 10px;
    padding-top: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 480px;
    position: relative;
    overflow: hidden;
}
.customerSignUp form label{
    font-size: 12px;
    color: #4596d1;
}
.customerSignUp .error{
    color: red;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
}
.customerSignUp input{
    width: 180px;
}
.customerSignUp #join{
    position: absolute;
    bottom: 30px;
    right: 50px;
}
.customerSignUp #join input{
    font-size: 15px;
    width: 84px;
    height: 40px;
    background: url(../images/join_over.gif) left top no-repeat;
    text-indent: -9999px;
}
.customerSignUp #join input:hover{
    background: url(../images/join.gif) left top no-repeat;
}