/*
 * @author PriyaGajare
 * @created January, 2007
 * @purpose positioning style sheet for strayer (borrowed from crchealth)
 */

#container
{
    position:relative;
    top:0px;
    width:734px;
    margin-left: auto;
    margin-right: auto;

}

#content
{
    position:absolute;
    left:0px;
    width:756px;
    background-color:#e9dfd1;
}

#contentBox
{
    position:absolute;
    top:0px;
    width:756px;
    left:0px;
    text-align:left;
    background-color:#fff;
}

#contentLeftBox
{
    position:absolute;
    left:0px;
    width:344px;
    background-color:#891d29;
}

#contentRightBox
{
    position:absolute;
    left:342px;
    width:414px;
    background-color:#891d29;
    overflow-x: hidden;
  
}

#submitBox
{
    background-color:#a9d87a;
    width:711px;
    height:58px;
    vertical-align:middle;
    text-align:right;
}

#footer
{
    position:absolute;
    width:756px;
    height:67px;
    left:0px;
    color:#333333;
    font: 10px Verdana;
    background:url(../images/bg_footer.gif);
    background-repeat:repeat-x;
}

#formRightBox
{
    position:absolute;
    top:0px;
    left:404px;
    width:10px;
    height:203px;
    background-color:#000;

}

#formPromptBox
{

    float: left;
    width: 120px;
    margin-top: 2px;

}

#formInputBox
{
    float: right;

}

#formQuestionsBox
{
    margin-left: 0px;
    width: 290px;
    height: 22px;
    margin-top:8px;

}
#formQuestionsBox2
{
    position:relative;
    margin-left: 0px;
    width: 190px;
    height: 20px;
    margin-top:0px;

}
#formQuestionsBox1
{
    position:relative;
    margin-left: 0px;
    width: 290px;
    height: 20px;
    margin-top:4px;
    top:-28px;
}


#lastformQuestionsBox{
	position:relative;
	margin-left: 0px;
    width: 290px;
    height:80px;
    margin-top:2px;
     top: -10px;
    
}
#logoBox
{
    height: 203px;
    width: 342px;
    background-color: #000;
}

#promoImg {
    position: absolute;
    top: -36px;
    left: 425px;
    width: 233px;
    height: 47px;
}
#numadj{
    position	:	relative;
    top:0px;
    width		:	10px;
    height		:	12px;
    left		:	0px;
}
#qunadj{
    position	:	absolute;
    top         :   0px;
    width		:	300px;
    height		:	12px;
    left		:	15px;
}
#formPromptBox1
{
    float: left;
    width: 10px;
    margin-top: 2px;
}
#formbottomimage{
    position	:	relative;
    top         :   14px;
    width		:	300px;
    height		:	45px;
    left		:	0px;
}
#submitadj{
    position	:	relative;
    top         :   -25px;
    height		:	0px;
    left        :   0px;
}
#formerror
{
    position:absolute;
    width:350px;

}

#footerText{
    position	:	absolute;
    top         :   830px;
    width		:	570px;
    height		:	12px;
    left		:	15px;
    z-index:100;
}

