/** @author: Priya Gajare
	@description: positioning scheme */


#container {
    position	:	relative;
    z-index		:	0;
    width		:	720px;
    margin-left	:	auto;
    margin-right:	auto;
}

#head {
    position	:	relative;
    z-index		:	10;
    width		:	720px;
    height		:	100px;
    background-color:	#006891;
}

#main {
    position	:	relative;
    z-index		:	10;
    width		:	720px;
    background-color:	#FFFFFF;
    background-image:	url(../images/background.jpg);
    background-position: bottom;
    background-repeat:	repeat-x;
}

#foot {
    position	:	relative;
    z-index		:	10;
    margin-top	:	20px;
    width		:	720px;
    height		:	40px;
}

#footnote {
    position	:	relative;
    z-index		:	10;
    width		:	710px;
    height		:	40px;
    padding		:	5 5 5 5;
}


#noform-head {
    position	:	relative;
    z-index		:	10;
    width		:	720px;
    height		:	63px;
}

#noform-main {
    position	:	relative;
    z-index		:	10;
    width		:	720px;
    height		:	270px;
    background-color:	#FFFFFF;
    background-image:	url(../images/background.jpg);
    background-position: bottom;
    background-repeat:	repeat-x;
}

#noform-foot {
    position	:	relative;
    z-index		:	10;
    width		:	720px;
    height		:	40px;
}

#noform-logo {
    position	:	absolute;
    z-index		:	20;
    width		:	161px;
    height		:	33px;
    top			:	15px;
    right		:	20px;
}

#noform-main-content {
    position	:	absolute;
    z-index		:	20;
    width		:	660px;
    top			:	30px;
    left		:	30px;
    font-size	:	13px;
}


#main-left {
    position	:	absolute;
    z-index		:	20;
    top			:	0px;
    width		:	310px;
    height		:	300px;
    margin-left	:	12px;
}

#main-right {
    position	:	absolute;
    z-index		:	20;
    left		:	336px;
    width		:	384px;
    text-align	:	center;
    background-color:	#2C93BA;
}

#form-area {
    position	:	relative;
/*float		:	center;*/
    z-index		:	30;
    width		:	364px;
    background-color: #2C93BA;
    border		:	10px solid #2C93BA;
    margin		:	0 auto 0 auto;
    text-align	:	center;
}

#form-head {
    position	:	relative;
    z-index		:	40;
    width		:	364px;
    margin		:	0;
}

#preq-row {
    position	:	relative;
    z-index		:	40;
    width		:	364px;
    height		:	80px;
    margin-top	:	10px;
}

#submit-btn {
    position	:	relative;
    z-index		:	40;
    width		:	124px;
    height		:	29px;
    left		: 	25px;
    margin		:	10 auto 10 auto;
}

#processing {
    position	:	relative;
    z-index		:	40;
    width		:	124px;
    height		:	29px;
    margin		:	10 auto 10 auto;
}

#form-row {
    position	:	relative;
    z-index		:	40;
    width		:	360px;
    left		:	10px;
    height		:	25px;
    margin-top	:	2px;
    margin-bottom:	2px;
}

#msg-row {
    position	:	relative;
    z-index		:	40;
    width		:   200px;
    left		:	90px;
}
#form-label {
    position	:	absolute;
    top			:	3px;
    left		:	0px;
    color		:	#FFFFFF;
}
#form-field {
    position	:	absolute;
    width		:	180px;
    left		:	150px;
}

#form-field-lone {
    position	:	absolute;
    width		:	60px;
    left		:	0px;
}

#foot-left {
    position	:	absolute;
    height		:	60%;
    left		:	5px;
    top			:	20%;
}

#foot-right {
    text-align	:	right;
    position	:	absolute;
    height		:	60%;
    top			:	20%;
    right		:	5px;
}

#number {
    position	:	absolute;
    width		:	17px;
    height		:	17px;
    left		:	10px;
    top			:	0px;
}

#preq-item {
    position	:	absolute;
    left		:	40px;
    top			:	0px;
    width		:	320px;
    height		:	80px;
}

#preq-msg {
    position	:	absolute;
    left		:	0px;
    top			:	80px;
    width		:	320px;
    height		:	10px;
}

#preq-msg2 {
    position	:	absolute;
    left		:	0px;
    top			:	90px;
    width		:	320px;
    height		:	10px;
}
#preq-msg2adj {
    position	:	absolute;
    left		:	0px;
    top			:	70px;
    width		:	320px;
    height		:	10px;
}
/*#subj-list {
	list-style-image:	url(../images/bullet.gif);
}*/

/* end sub divs */
#blurb {
    position	:	relative;
    top			:	50px;
}

#campusaddress {
    position	:	relative;
    top			:	75px;
}

#sorryprogramsubmit {
    position	:	relative;
    left		:	375px;
}