/*This style sheet contains the overall design structure for fixjets.com. 
Navigation properties are contained in the siteNav.css file and text, fonts, 
and images are located in the myContent.css file.*/

body{
    background-color:#496984;
    background-image:url('../images/bodyBg.jpg');
    height:100%;
    width:100%;
    margin:0px;
}

#wrapper{
    background-color:#666666;
    min-width:900px;
    max-width:100%;
    min-height:100px;
    max-height:100%;
 
}


#tHeader1{
    background-color:transparent;
    height:85px;
    min-width:900px;
    max-width:100%;
}

#tHeader1_1{
    background-color:transparent;
    height:85px;
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#huLogo{
    background-color:transparent;
    background-image:url('..../images/HUlogo.jpg');
    background-repeat:no-repeat;
    height:85px;
    width:252px;
    float:left;
}

#tNumber{
    background-color:transparent;
    height:75px;
    width:648px;
    padding:10px 0px 0px 0px;
    float:right;
}


#section{
    background-color:transparent;
    min-width:900px;
    width:100%;
    height:780px;
}

#mainContent1{
    background-color:#ffffff;
    width:900px;
    height:760px;
    margin-left:auto;
    margin-right:auto;
}


#mainContent3{
    background-color:transparent;
    background-repeat:no-repeat;
    width:900px;
    height:650px;
}

#mainContent3_1{
    background-color:transparent;
    padding:10px 10px 0px 10px;
    width:480px;
    height:640px;
    float:left;
}

#mainContent3_2{
    background-color:transparent;
    width:400px;
    height:645px;
    padding:5px 0px 0px 0px;
    float:right;
}

#mainContent3_2_1{
    background-color:#e6f5f3;
    background-repeat:no-repeat;
    width:390px;
    min-height:750px;
    margin-left:auto;
    margin-right:auto;
}

#mainContent3_2_1_1{
    background-color:transparent;
    background-image:url('../images/formHeader.jpg');
    background-repeat:no-repeat;
    width:380px;
    height:23px;
    padding:10px 0px 0px 10px;
}



#ctInfo{
    background-color:transparent;
    width:365px;
    min-height:40px;
    padding:10px 15px 0px 15px;
    margin-left:auto;
    margin-right:auto;
}


#goalsDiv{
    display:none;
}

#footer{
    background-color:transparent;
    background-image:url('../images/footer.png');
    height:80px;
    min-width:900px;
    max-width:100%;
    
}

#cFooter{
    background-color:transparent;
    height:20px;
    width:900px;
    padding:50px 0px 0px 0px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#pState{
    background-color:transparent;
    min-height:100px;
    width:900px;
    padding:0px 0px 60px 0px;
    margin-left:auto;
    margin-right:auto;
}