/* Future Students - Tier 2 and Tier 3 Pages - Screen Styles - Created by SUU Web Services 09/2008, Adapted from original CSS by Ty Jewkes */

/* ---- Header Styles ---- */
h1 {
	font-family: "Times", Times New Roman;
	font-size: 36px;
	color: #660000;
}
	h1.gray { /*set h1 and other elements to gray*/
		color: #666666; 
	}
		h1.gray a {
			color: #666666;
			text-decoration: none;
		}
		h1.gray a:hover {
			color: #660000;
			text-decoration: none;
		}
	h1.red { /*set h1 color to red and set margins*/
		padding-top: 15px;
		margin: 0;
		color: #660000;
		vertical-align: bottom;
	}
		h1.red a {
			color: #660000;
			text-decoration: none;
		}
		h1.red a:hover {
			color: #666666;
			text-decoration: none;
		}
h2 {
	color: #660000;
	font-size: large;
	margin: 10px 0 0.5em 40px;
	text-decoration: none;
}
	h2 a {
		color: #660000;
		text-decoration: none;
	}
	h2 a:hover {
		color: #990000;
		text-decoration: underline;
	}
h3 {
	color: #666666;
	font-size: medium;
	margin: 10px 0 0.5em 40px;
	text-decoration: none;
}
	h3 a	{
		color: #666666;
		text-decoration: none;
	}
	h3 a:hover {
		color: #990000;
		text-decoration: underline;
	}
h4 {
	color: #666666;
	font-size: small;
	margin: 0 0 0.5em 40px;
	text-decoration: none;
}
	h4 a	{
		color: #666666;
		text-decoration: none;
	}
	h4 a:hover {
		color: #990000;
		text-decoration: underline;
	}

/* ---- Container for entire Prospective site for background styling purposes ---- */
#container	{
	background: #990000 url(../images/bg_grunge.gif) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative;
}
	#container h1#sitelabel {
		display: none;
	}

/* ---- Smaller content div, centered in page ---- */
#content	{
	background: #FFFFFF url(../images/bg_shadow.jpg) repeat-y;
	margin: 30px auto;
	padding: 0 0 20px 0;
	width: 880px;
}

#content ul.upperAlpha{
	list-style-type: upper-alpha;	
}

/*set position of left column for level 3 sub-pages*/
#leftcolumn	{ 
	background: url(../images/focal_image.jpg) no-repeat;
	float: left;
	margin: 0 0 0 10px;
	/*min-height: 645px;*/
	padding: 480px 0 0 0;
	width: 220px;
}
	#leftcolumn ul.sublinks {
		/*background: url(../images/bg_leftcolumnlinks.gif) no-repeat;*/
		color: #666666;
		font-family: "Times New Roman", Times, serif;
		font-size: 1.2em;
		list-style-type: none;
		margin: 0px;
		min-height: 160px;
		padding: 10px 0px 0px 30px;
	}
		#leftcolumn ul.sublinks li {
			margin: 0px;
			padding: 0px;
		}
		#leftcolumn ul.sublinks li a {
			color: #660000;
			text-decoration: none;
		}
		#leftcolumn ul.sublinks li a:hover {
			color: #666666;
			text-decoration: underline;
		}
		#leftcolumn ul.sublinks li#lastitem {
			background: url(../images/short_stroke.gif) no-repeat;
			background-position: 0px 20px;
			min-height: 50px;
		}
		#leftcolumn h2 {
			margin: 0px;
			padding: 10px 10px 0px 30px;
		}


#content #tier3content.counselor	{
	background: url(../images/counselor_background.jpg) no-repeat top left;
	float: left;
	margin: 0 0 0 10px;
	padding: 175px 0 0;
	width: 860px;
	}
	
#counselorportrait	{
		float: left;
		padding: 0 0 175px 0;
		margin: -175px 0;
		display: block;
		height: 500px;
}

/* ----- Content Container for Tier 3/Level 3 Pages ----- */
#content #tier3content {
	background: #FFFFFF url(../images/sub2_uppergrunge.gif) no-repeat top left;
	float: left;
	margin: 0px;
	padding: 20px 0 0;
	width: 630px;
}
	/*set background, size, and position of header bar for level 3 sub-pages*/
	#content #tier3content #pageheader {  
		background: url(../images/title_bar.gif) no-repeat top left;
		padding: 0 0 0 95px;
		min-height: 70px;
		min-width: 600px;
	}
	/*set position of navigation column for level 3 sub-pages*/
	#content #tier3content #mainnav {  
		float: right;
		margin: 0px 0px 20px 10px;
		padding: 0px;
		width: 175px;
	}
		#content #tier3content #mainnav #livehelp {
			margin: 0px;
			padding: 0px 0px 10px 15px;
		}
		#content #tier3content #mainnav #livehelp a img {
			border: 0;
		}
	/* ---- Paragraph and Text styling ---- */
	#content #tier3content p {
		line-height: 1.4em;
		margin: 0px;
		padding: 10px 10px 10px 40px;
		text-align: justify;
	}
	/* ---- Lists in the flow of regular content ---- */
	#content #tier3content ul.contentlist {
		margin: 10px 10px 10px 60px;
		padding: 0px;
	}
	#content #tier3content ul.contentlist li {
		margin: 0px;
		padding: 0px 0px 5px;
	}
	#content #tier3content ol.contentlist {
		margin: 10px 10px 10px 60px;
		padding: 0px;
	}
	#content #tier3content ol.contentlist li {
		margin: 0px;
		padding: 0px 0px 5px;
	}
	/* ---- Table Styling ---- */
	#content #tier3content table {
		border: 1px solid #666666;
		border-collapse: collapse;
		margin: 10px 10px 10px 40px;
		width: 580px;
	}
		#content #tier3content table th {
			background: #CCCCCC;
			border: 1px solid #666666;
			padding: 3px;
			text-align: left;
		}
		#content #tier3content table td {
			border: 1px solid #666666;
			padding: 3px;
		}
		#content #tier3content table li {
			line-height: 1.2em;
			margin-bottom: 6px;
		}
	#content #tier3content table.table400px {
		border: 1px solid #666666;
		border-collapse: collapse;
		margin: 10px 10px 10px 40px;
		width: 400px;
	}
		#content #tier3content table.table400px th {
			background: #CCCCCC;
			border: 1px solid #666666;
			padding: 3px;
			text-align: left;
		}
		#content #tier3content table.table400px td {
			border: 1px solid #666666;
			padding: 3px;
		}
	/* ---- Admission Index table ---- */
	#content #tier3content table.admissionindex {
		border: 1px solid #666666;
		border-collapse: collapse;
		margin: 10px 10px 10px 40px;
	}
		#content #tier3content table.admissionindex th {
			background: #CCCCCC;
			border: 1px solid #666666;
			text-align: center;
		}
		#content #tier3content table.admissionindex td {
			border: 1px solid #666666;
			padding: 1px;
			text-align: center;
		}
	/* ---- Google Gadget Styling ---- */
	#content #tier3content #googlegadget {
		margin: 10px;
	}
	#content #tier3content #googlegadget table {
		border: 0px;
		width: 160px;
	}
	#content #tier3content #googlegadget th {
		border: 0px;
	}
	#content #tier3content #googlegadget td {
		border: 0px;
	}
	/* ---- Tier 3 Page breadcrumbs ---- */
	#content #tier3content ul.breadcrumbs {
		color: #999999;
		font-size: small;
		margin: 10px 0px 10px 40px;
		padding: 0px;
		text-transform: lowercase;
	}
		#content #tier3content ul.breadcrumbs li {
			display: inline;
			margin: 0px 2px 0px 0px;
		}
			#content #tier3content ul.breadcrumbs li a {
				color: #999999;
				text-decoration: none;
			}
			#content #tier3content ul.breadcrumbs li a:hover {
				color: #999999;
				text-decoration: underline;
			}

/* ----- Content Container for Tier 2/Level 2 Pages ----- */
#content #tier2content {
	margin: 0px 10px;
}
	#content #tier2content #mainimage{
		float: left;
		height: 280px;
		margin: 0px;
		padding: 0px;
		width: 675px;
	}
	/* ---- Main Navigation Placement for level 2 pages ---- */
	#content #tier2content #mainnav { 
		float: left;
		width: 180px;
	}
		#content #tier2content #mainnav #livehelp {
			margin: 0px;
			padding: 0px 0px 10px 15px;
		}
		#content #tier2content #mainnav #livehelp a img {
			border: 0;
		}
	/*set background, size, and position of header bar for level 2 sub-pages*/
	#content #tier2content #pageheader {  
		background: url(../images/ink_blot.gif) no-repeat;
		clear: both;
		height: 70px;
		margin: 0px;
		padding: 0px 0px 5px;
	}	
		#content #tier2content #pageheader h1 {
			margin: 0px;
			padding: 20px 0px 0px 95px;
		}
	/*set global properties for sublinks on level 2 pages*/
	#content #tier2content ul.sublinks	{ 
		margin: 0px 0px 0px 100px;
		padding: 0px 0px 10px;
	}
		/*style sublinks on level 2 sub-pages*/
		#content #tier2content ul.sublinks li	{ 
			color: #660000;
			font: 18px "Times", Times New Roman, serif;
			font-stretch: expanded;
			list-style-type: none;
			text-align: left;
			padding: 0 0.5em 0 0.5em;
			margin: 0;
			display: inline;
			border-right: 2px solid #660000;
		}
			#content #tier2content ul.sublinks li.noborder { /*remove vertical line on most right link in horizontal sublink row*/
				border-right: none;
			}
			#content #tier2content ul.sublinks li.nopadding { /*remove left padding from first item in sublinks list*/
				padding: 0 0.5em 0 0;
			}
			#content #tier2content ul.sublinks li a { /*style sublink hyperlink properties for level 3 sub-pages*/
				color: #660000;
				text-decoration: none;
			}
			#content #tier2content ul.sublinks li a:hover { /*set hover actions and styles for sublinks on level 3 sub-pages*/
				color: #666666;
				text-decoration: underline;
			}
	/* ---- Vertical sub-links on level 2 sub-pages ---- */
	#content #tier2content ul.vsublinks {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.3em;
		font-stretch: expanded;
		list-style-type: none;
		margin: 0px 0px 0px 100px;
		padding: 0px;
	}
		#content #tier2content ul.vsublinks li {
			margin: 0px;
			padding: 0px 0px 5px;
		}
		#content #tier2content ul.vsublinks li a {
			color: #660000;
			text-decoration: none;
		}
		#content #tier2content ul.vsublinks li a:hover {
			color: #666666;
			text-decoration: underline;
		}
	/* ---- Heading Spacing ---- */
	#content #tier2content h3 {
		margin: 10px 0px 10px 100px;
		padding: 0px;
	}
	#content #tier2content h3.red {
		color:#990000;
		margin: 10px 0px 10px 100px;
		padding: 0px;
	}
	/* ---- Paragraph and Text Styling ---- */
	#content #tier2content p {
		line-height: 1.4em;
		margin: 10px 40px 10px 100px;
		text-align: justify;
	}
	
	#content #tier2content ul.content {
		line-height: 1.4em;
		margin: 10px 40px 10px 100px;
		text-align: justify;
	}
	
	#content #tier2content ul.contentlist {
		line-height: 1.4em;
		margin: 10px 40px 10px 115px;
	}
	#content #tier2content hr {
		background-color: #666666;
		border: 0;
		color: #666666;
		height: 1px;
		margin: 5px 40px 5px 95px;
	}
	/* ---- Image Styling ---- */
	#content #tier2content img.margin10px {
		margin: 10px;
		padding: 0px;
	}
	/* ---- Pseudo-columns ---- */
	#content #tier2content .col50percent {
		float: left;
		width: 50%;
	}
	/* ---- Sublink Options ---- */
	#content #tier2content ul.sublinkoptions {
		margin: 10px 40px 10px 130px;
		padding: 0px;
	}
		#content #tier2content ul.sublinkoptions li {
			margin: 0px;
			padding: 0px;
		}
	/* --- Breadcrumbs --- */
	#content #tier2content ul.breadcrumbs {
		color: #999999;
		font-size: small;
		margin: 0px 0px 10px 100px;
		padding: 0px;
		text-transform: lowercase;
	}
	#content #tier2content ul.breadcrumbs li {
		display: inline;
		margin: 0px 2px 0px 0px;
	}
	#content #tier2content ul.breadcrumbs li a {
		color: #999999;
		text-decoration: none;
	}
	#content #tier2content ul.breadcrumbs li a:hover {
		color: #999999;
		text-decoration: underline;
	}

/*position menu items and background for main menu*/
#mainnav ul	{ 
	margin: 0px 10px 0px 0px;
	min-height: 200px;
	padding: 0px;
	background: url(../images/menu_grungemarks.gif) no-repeat top right;	
}
	#mainnav li	{ /*style main menu itmes*/
		color: #660000;
		font: bold 18px "Times", Times New Roman, serif;
		list-style-type: none;
		margin: 0px;
		text-align: right;
		padding: 0 50px 0.25em 0;
	}
	#mainnav li a { /*style main menu hyperlinks*/
		color: #660000;
		text-decoration: none;
	}
	#mainnav li a:hover { /*set hover actions and styles for main menu hyperlinks*/
		color: #666666;
		text-decoration: underline;
	}

/* ---- Form Styling ---- */
#content #tier3content #formcontainer {
	margin: 0px 0px 0px 50px;
	padding: 0px;
}
#content #tier3content #formcontainer h1 {
	border-bottom: 1px solid #000000;
	font-size: 1.5em;
	margin: .5em 0;
	padding: 0px;
}
#content #tier3content #formcontainer h2 {
	color: #333333;
	font-size: 1.2em;
	margin: .2em 0;
}
#content #tier3content #formcontainer h3 {
	margin: .2em 0;
}
#content #tier3content #formcontainer p {
	margin-bottom: 5px;
}
#content #tier3content #formcontainer fieldset {
	border: 0;
	border-bottom: 1px solid #EEEEEE;
	clear: left;
	margin: 0 0 1em 0;
	padding: 5px 0px;
}
#content #tier3content #formcontainer legend {
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0px;
}
#content #tier3content #formcontainer fieldset ol {
	list-style-type: none;
	margin: 0px;
	padding: 1em;
}
#content #tier3content #formcontainer fieldset ul.tourBasics {
	list-style-type: none;
	margin: 0px 0px 0em 20px;
	padding: 0em;
}
#content #tier3content #formcontainer fieldset ul.tourBasics li {
	clear: left;
	margin: 0px 0px 1em 20px;
	padding: 0px 0px 3px 0px;
}

#content #tier3content #formcontainer fieldset li {
	clear: left;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 3px 0px;
}
#content #tier3content #formcontainer fieldset li em {
	font-size: 0.8em;
}
#content #tier3content #formcontainer label {
	float: left;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
	width: 11em;
}
#content #tier3content #formcontainer select {
	font-size: 0.9em;
	width: 200px;
}
#content #tier3content #formcontainer label.required {
	font-weight: bold;
}
#content #tier3content #formcontainer #buttons {
	clear: left;
	margin: 0 0 1em 0;
	text-align: center;
}

/* ---- Campus Tours Styling ---- */
#content #tier3content #calbox {
	float: right;
	margin: 5px;
	padding: 0px;
	width: 150px;
}
	#content #tier3content #calbox table {
		border: 0px;
		border-collapse: collapse;
		margin: 5px 0px;
		padding: 0px;
		width: 150px;
	}
	#content #tier3content #calbox table th {
		background: #333333;
		color: #FFFFFF;
		padding: 1px;
		text-align: center;
	}
	#content #tier3content #calbox table td {
		padding: 1px;
		text-align: center;
	}
	#content #tier3content #calbox a {
		text-decoration: none;
	}

/* ---- Find Your Admissions Counselor ---- */
#content #tier3content.counselor	{
	background: url(../images/counselor_background.jpg) no-repeat top left;
	float: left;
	margin: 0 0 0 10px;
	padding: 245px 0 0;
	width: 860px;
}
	
.counselorportrait	{
		float: left;
		margin: 0px 25px 20px 40px;
		padding: 10px 0 0 0;
}

.counselorindividual {
	border: 1px solid #000000;
	margin-top: 0px; 
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}


/* ---- Google Gadget Styling ---- */
.googlegadget {
	margin: 10px 0px 10px 100px;
}
.googlegadget table {
	border: 0px; !important
	width: auto; !important
}

/* ---- Self-Clearing Rules - Method found at http://www.ejeliot.com/blog/59 ---- */
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#content { display: inline-block; }
#content { display: block; }
