@charset "utf-8";
/* CSS Document */


/* Header */

body
{
	margin:0;
	padding:0;
	width:100%;
	background-color:#b2aa7e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1024px;
}

/*#header
	{
		height:87px;
		background-image:url(../images/site/header_back.gif);
		background-position:top;
		background-repeat:repeat-x;
	}
*/	
	#header
	{
		height:188px;
		background-image:url(../images/site/header_back_2.gif);
		background-position:top;
		background-repeat:repeat-x;
	}
	
#header img
	{
		position:absolute;
		left:4px;
		top:8px;
	}

/* Middle Section with picture */

/*#middle
	{
		height:188px;
		background-color:#aebcbc;
		margin:0;
		padding:0;
	}
*/
#paragraph p
	{
		margin:0;
		padding:5px;
		font-weight:bold;
		font-size:96%;
		color:#fff;
	}

/* Navigation */

#nav
	{
		margin:5px 0;
		padding:0;
		width:193px;
		background-color:#dad5b9;
		float:left;
	}
	
#nav ul
	{
		margin:0;
		padding:0;
		margin-bottom:25px;
		list-style:none;
	}
	
#nav ul li
	{
		padding:10px 10px;
		line-height:95%;
	}
	
#nav ul li a
	{
		text-decoration:none;
		color:#363410;
		font-weight:bold;
	}	

#nav ul li a:hover
	{
		color:#948f2e;
	}


#nav ul a.notdone{color:Maroon;}
#nav ul a.done{color:Green;}
#nav ul a.appOn {  no-repeat center left;text-decoration: none;}
.required{color:Maroon; font-size:100%; font-weight:bold; font-style:italic;}
.requiredLeft{text-align:left; color:Maroon; font-size:110%; font-weight:bold; font-style:italic;}
div.confirmText{background: #fafaf1; border:1px Gray solid; padding: 5px 10px;} /* for pages with upload and text */
div.button  {text-align:center;}

/* Main Content */

#mainBody
	{	
		background-color:#fff;
		width:100%;
		margin:0;
		padding:0;
	}

#mainContent
	{
		background-color:#fff;
		padding:0;
		margin-left: 215px;
		margin-right:20px;
		color:#68652f;
		min-height:400px;
	}


#mainContent h2
	{
		font-size:130%;
		padding-bottom:10px;
	}

#mainContent p
	{
		padding-bottom:5px;
	}

div.students{margin:5px 15px;padding:10px; text-align:left; margin-bottom:75px;}
div.students img{ float:left; margin:0 10px;border:1px solid #000; }
div.students p {margin:0;padding:0;}
div.students p.heading {color:#4E4B8F; font-size:1.3em; font-weight:bold; margin-top:9px;}
div.students p strong {color:#4E4B8F;}



div.textBox
	{
		margin:5px 15px 5px 5px;
		padding:20px;
		width:275px;
		background-color:#dad5b9;
		float:right;
		color:white;
		border:solid #948f2e medium;
		color:#363410;
	}
div.textBox a
	{
		text-decoration:none;
		font-weight:bold;
		color:#363410;
	}	

div.textBox a:hover
	{
		color:#948f2e;
	}



#clear{
	clear:both;}

/* Footer */

#footer
	{
		clear:both;
		height:61px;
		background-image:url(../images/site/footer_back.gif);
		background-position:top;
		background-repeat:repeat-x;
	}

#footer p
	{
		text-align:center;
		font-size:80%;
		padding:20px 0 5px 0;
		margin:0;
	}

/* FOR APP and forms */
#maincontent div.app {font-size:0.9em;} 
p#appHead_FullName
{
	font-size: 110%;
	font-weight:bold;
}

fieldset
{
	text-align:left;
	margin:0px 50px 0 25px;
	padding:30px 10px 10px;
	min-width:800px;
	background: #E6E6E6;
	position:relative;
	margin-bottom:30px;
}

fieldset legend
{
	font-weight:bold;
	color:#4E4B8F;
	font-size:120%;
	padding:5px;
	background:#EAD898;
	border:1px Gray solid;
	position:absolute;
	top:-0.8em;
	left:30px;
}

fieldset.nolegend
{
	padding-top:0;
}

fieldset p{margin:0; padding:0;}
fieldset p.question{width:600px;}
fieldset textarea{margin:0; padding:0; width:600px;}
fieldset table th { vertical-align:top;}
p#pError, .warning
{
	color:Red;
}
.instruction
{
	color:Navy;
}

div.row
{
	clear:both;
	margin:10px 0px;
}

label.fixedleft
{
	float:left;
	width: 200px;
}

label.fixedleft2
{
	float:left;
	width: 350px;
}

label.fixedleftshort
{
	float:left;
	width: 125px;
}

/* Application Review page */
table.review {width:100%;table-layout:fixed;}
table.review td.col1 {width: 35%;}
table.review td.col2 {width: 10%;}
table.review td.col3 {width: 35%;}
table.review td.col4 {width: 20%;}

label.primary{font-weight:bold;}
label.secondary{font-weight:normal; font-size:90%;}
label.received{font-weight:normal;}
label.notreceived{color:Red;}

div.inputblock
{
	margin-left:200px;
}

div.inputcol
{
	float:left;
	width: 49%;
}

div.inputcol_3
{
	float:left;
	width: 32%;
}

div#icreapp_foot
{
	text-align:center;
}

div#icreapp_foot input
{
	margin:15px;
	background: #1f1950;
	color:#ffffff;
	padding:5px 15px;
	font-weight:bold;
}

a#leftMenu_aLogout, a#leftMenu_aSubmit
{
	display:block;
	background-color:Maroon;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	width: 100px;
	text-decoration:none;
	padding:10px;
	margin:10px;
}

a#leftMenu_aLogout:hover, a#leftMenu_aSubmit:hover
{
	background-color:Red;
}

/* for displaying application page */
div.displayApp{text-align:left; border:1px Gray solid; padding: 5px 10px; margin: 0px 50px 30px 50px;}
div.displayApp label{font-weight:bold;}
div.displayApp h4{padding-left:25px; font-size:105%; margin-top:30px;}
div.displayApp p{margin-top:5px; margin-bottom:5px;}

/* FOR REFERENCES */
div#login h2, div#login p{text-align:center;}
div#login fieldset {width:480px; min-width:480px; margin:0 auto;}
div#login fieldset label {text-align:right;padding-right:20px;}
/* END REFERENCES */

/* FOR REVIEW SYSTEM */
p#UserHead_pLoggedIn
{
	text-align:right;
	font-weight:bold;
	padding:1px 5px;
	margin-right:1em;
	color: #1f1950;
}

p#UserHead_pLoggedIn #UserHead_btnLogOut
{
	background:#1f1950;
	color:White;
	padding:1px 5px;
	font-weight:bold;
	font-size:80%;
	margin-right:2em;
	vertical-align:middle;
}
/* END REVIEW SYSTEM */

/* tables */
table.fancytable {width:86%;margin:1em 0 2em; border-collapse:separate;}
table.fancytable caption {font-weight:bold;font-size:115%;padding:0.3em 0 0.6em;margin:0;}
table.fancytable caption.leftcap{text-align:left;margin-left:50px;}
table.fancytable tr.alt td{background:#F8F4CA;}
table.fancytable th {font-size:1em;background-color: #c0c7e2;}
table.fancytable th.topheader{text-align:left;width:auto;}
table.fancytable td {background-color: #E9E4AC;}
table.fancytable td {padding-top:1em;line-height:1.3em;}
table.fancytable td.note {background-color: #d5dfdd;}
table.fancytable td.image {padding:0 5px;background:#fff;}
table.fancytable td ul {padding:0;margin:0.3em 0 0.3em 2.5em;list-style-type:circle;}
table.fancytable td ul li {padding: 1px 0;}
table.fancytable td ul.normal {padding:0;margin:0;list-style-type:circle;}
table.fancytable td p {margin-top: 0.3em;margin-bottom:0;padding-left:0;}
table.fancytable td img {text-align:center;margin: 0 auto;}
table.fancytable tr.updatedRow {font-weight:bold;color:Green;}
table.fancytable tr.updatedRow td {background-color: #fff; }

/* if your fancytable has no space on the left */
table.linedup {margin-left:50px;}
table.linedupWborder {margin-left:52px;}

table.sidebyside {margin:0; padding:0;text-align:left;}
table.sidebyside tr td {padding:0;}
table.sidebyside td ul {margin-bottom:0;list-style-type:disc;}
#coursesPage table.sidebyside td ul {margin-bottom:0;list-style-type:disc;}
table.sidebyside td h4 {padding:0;margin:0;}

table.imagetable, img.floatright{float:right;width:220px;padding: 6px; border:1px solid #999;margin-right:50px; margin-left: 10px;}

table.education td {padding-top:.5em;padding-left:10px}

/* table like layout */
#hold-maincontent-floats{width:99%;float:left;}
div.compare-container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.compare-container {width:100%;}
div.compare {float:left;background:#fff;margin: 1%;border:1px solid #EAD898;width:36%;margin-left:50px;margin-bottom:2em;}
#maincontent div.compare ul  {margin-left:0;font-size:0.9em;padding-left:40px;padding-right:0;}

#maincontentreachapp {min-height:650px;}
p.footnotes
{
	font-size:85%;
}
