/*  author	:	Tanuja Devli
	filename:	positioning.css
	created	:	March 2007
	description	: positioning scheme for ATI
*/
#container {
	position: relative;
	z-index: 0;
	width: 730px;
	height: 670px;
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: #e8eeef;
	/*top: 20px;*/
}

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

#main {
	position: relative;
	z-index: 10;
	width: 730px;
	height: 570px;
	border-bottom: 2px solid #8ac4e1;
	/*background-color: #000000;*/
}

#mainnoform {
	position: relative;
	z-index: 10;
	width: 730px;
	height: 510px;
	border-bottom: 2px solid #8ac4e1;
}

#noformbody {
	z-index: 20;
	width: 680px;
	padding-left: 25px;
	padding-right: 25px;
}

#foot {
	position: relative;
	z-index: 10;
	width: 730px;
	height: 40px;
	margin-top: 1px;
	border-top: 11px #cbe2f1 solid;
	background-color: #ffffff;
}
#footform {
	position: relative;
	z-index: 10;
	width: 730px;
	height: 60px;
	/*margin-top: 13px;*/
	border-top: 11px #cbe2f1 solid;
	background-color: #ffffff;
}

/*	--- --- */

#headleft {
	position: absolute;
	z-index: 20;
	width: 335px;
	height: 100px;
	left: 0px;
	top: 0px;
}

#logopic {
	position: absolute;
	z-index: 20;
	width: 84px;
	height: 60px;
	top: 20px;
	left: 370px;
}

#logoname {
	position: absolute;
	z-index: 20;
	width: 252px;
	height: 24px;
	top: 40px;
	left: 460px;
}

#addrbar {
	position: absolute;
	z-index: auto;
	width: auto;
	left: 10px;
	bottom: 5px;
	visibility: visible;
	vertical-align: baseline;
}
#disclaimer {
	position: absolute;
	z-index: 20;	
	left: 306px;
	bottom: 5px;
}
#disclaimerform {
	position: absolute;
	z-index: 2000;	
	left: 306px;
	bottom: 5px;
}


#preqarea {
	z-index: 20;
	position: absolute;
	width: 370px;
	right: 10px;
	top: 0px;
	border: 2px #55a1cf solid;
	background-color: #cbe2f1;
	padding-left: 20px;
}

#copyarea {
	z-index: 20;
	position: absolute;
	width: 300px;
	left: 10px;
	top: 0px;
}

#formarea {
	z-index: 20;
	position: absolute;
	width: 370px;
	right: 10px;
	top: 0px;
	border: 2px #55a1cf solid;
	background-color: #cbe2f1;
	padding-left: 10px;
}


#prompt_Military{ 
	left:31px;
	margin-bottom:-10px;
	margin-top:-17px;
	position:relative;
	width:375px;
	z-index:30;

} 

#preqrow {
	z-index: 30;
	position: relative;
	width: 375px;
	left: 0px;
/*	height: 80px;*/
	margin-top: 20px;
	margin-bottom: 10px;
}

#button {
	z-index: 40;
	position: relative;
	left: 100px;
	width: 138px;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#processing {
	z-index: 40;
	position: relative;
	left: 100px;
	width: 138px;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#formrow {
	z-index: 30;
	position: relative;
	width: 370px;
	left: 0px;
	height: 30px;
	padding-top: 2px;
	/*padding-bottm: 2px;*/
}

#formfieldpos {
	z-index: 40;
	position: absolute;
	left: 170px;
	top: 0px;
}

#progselfieldpos {
	z-index: 40;
	position: absolute;
	right	: 60px;
	top: 0px;
}
#msgrow {
	z-index: 30;
	position: absolute;
	left: 115px;
	top: 20px;
}
#progselmsgrow {
	z-index: 30;
	position: absolute;
	left: 115px;
	top: 45px;
}

#rownumber {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
}

#rowquestion {
	position: absolute;
	width: 300px;
	height: 100px;
	left: 30px;
	top: 0px;
}
/*
#msgrow {
	position: relative;
	width: 350px;
	float: right;
	height: 12px;
	border:	1px solid yellow;
}
*/
#buttonrow {
	z-index: 30;
	position: relative;
	width: 350px;
	float: right;
	height: 50px;
	padding-top	:	20px;
	padding-bottom: 18px;
}

#rowtxt {
	position: absolute;
	left: 20px;
	top: 0px;
	height: auto;
	width: 300px;
}

/* === FOOT SECTION === */
#footleft {
	position: absolute;
	z-index: 200;
	width: 200px;
	height: 30px;
	top: 5px;
	left: 0px;
}

#footright {
	position: absolute;
	z-index: 200;
	width: 530px;
	height: 30px;
	top: 5px;
	left: 200px;
}

/* === HEAD CONTENT === */
#logo {
	position: absolute;
	z-index: 300;
	width: 190px;
	height: 53px;
	top: 21px;
	left: 262px;
}

/* === MID LEFT CONTENT === */
#copytitle {
	position: relative;
	z-index: 300;
	width: 224px;
	height: 47px;
	top: 16px;
	left: 6px;
}

#copy {
	position: relative;
	z-index: 300;
	width: 224px;
	left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}

#noformcopy {
	position: relative;
	z-index: 300;
	width: 600px;
	left: 20px;
	padding-top: 20px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}

#programimage {
	position: relative;
	z-index: 300;
	width: 224px;
	left: 6px;
}

#programs {
	position: relative;
	z-index: 300;
	width: 224px;
	left: 10px;
	text-align: left;
}

#campusimage {
	position: relative;
	z-index: 300;
	width: 224px;
	left: 6px;
	padding-top: 16px;
}

/* === MID RIGHT CONTENT === */
#formtitle {
	position: absolute;
	z-index: 300;
	width: 459px;
	height: 50px;
	top: 5px;
	left: 3px;
}

#formbody {
	position: absolute;
	z-index: 300;
	width: 459px;
	height: 420px;
	top: 55px;
	left: 3px;
	background-color: #cc6600;
}

#formbottom {
	position: absolute;
	z-index: 300;
	width: 459px;
	height: 20px;
	top: 475px;
	left: 3px;
}

/* === POPUP === */
#popcontainer {
	position: relative;
	z-index: 0;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#poplogo {
	position: absolute;
	z-index: 300;
	width: 284px;
	left: 44px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
}

#pophead {
	position: relative;
	z-index: 200;
	width: 380px;
	height: 63px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

#popmain {
	position: relative;
	z-index: 200;
	width: 380px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #CBE2F1;
}

#popfoot {
	position: relative;
	background-color: #ffffff;
	z-index: 200;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

