/*
 * @author rvanderborght
 * @created January, 2005
 * @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;
}

#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: 40px;
	width: 290px;
	height: 24px;
}

#logoBox
{
	height: 203px;
	width: 342px;
	background-color: #000;
}

#promoImg {
	position: absolute;
	top: -36px;
	left: 425px;
	width: 233px;
	height: 47px;
}
