/* CSS Document */

/* ---- Global Styles ---- */

body	{

	margin: 0px 0px auto 0px;

}

a	{
	
	border: none;

}



/* ---- Header Styles ---- */

h1	{
	
	display: none;

}


h2	{
	
	text-align: left;
	
	color: #660000;
	
	font: 18px "Times", Times New Roman, Serif;
	
	padding-left: 30px;
	
	margin: 10px auto;

}

h2 em	{ /*set emphasis sytle for "belong"*/
		
		font-size: x-large;
		
		font: italic bolder;
		
		padding-right: 3px;
	
	}
	
	

/* ---- 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	{
	
	width: 880px;
	
	height: 480px;
	
	background: #FFFFFF url(../images/bg_shadow.jpg) repeat-y;
	
	margin: 30px auto; 
 	
	padding: 0; 
}

#homecontent	{
	
	margin: 0px 10px;
	
	width: 860px;
	
	height: 480px;
	
	background: #FFFFFF url(/prostu/images/homebackgrounds/main_image_01.jpg) no-repeat;
	
	}
	
	

/* ---- Main Navigation Placement ---- */

#content #homecontent #mainnav { 

	float: left;
		
	margin: 50px auto 0px;

	width: 500px;

	}


/* ---- Set Youtube Video Postion and Background ---- */

#videobg	{
	
	width: 350px;

	height: 270px;
	
	float: left;
	
	display: block;
	
	background: url(../images/video_bg.gif) no-repeat top left;

}

#youtube	{
	
	float: left;
	
	margin: 20px 0 0 27px;

}



/* ---- create roll-over apply button ---- */

a#applybutton	{
	
	width: 300px;
	
	height: 65px;
	
	float: left;
	
	margin: 0 0 0 15px;
	
	background: url(../images/apply_now.gif) no-repeat;
	
	display: block;

}

	a:hover#applybutton	{ /*set hover background image*/
	
		width: 300px;
	
		height: 65px;
	
		float: left;
	
		margin: 0 0 0 15px;
	
		background: url(../images/apply_now_2.gif) no-repeat;
		
		display: block;
	
	}
	
	#applybutton span { /*hide hyperlink text*/
		
		display: none;
		
	}

/* ---- Create roll-over Find Your Admissions Counselor ---- */

a#findcounselor	{
	
	width: 150px;
	
	height: 60px;
	
	float: left;
	
	margin: 0;
	
	padding: 0;
	
	background: url(../images/findcounselor_button.gif);
	
	display: block;
	
}
	
	a:hover#findcounselor	{
		
		width: 150px;
		
		height: 60px;
		
		float: left;
		
		margin: 0;
		
		padding: 0;
		
		background: url(../images/findcounselor_animation.gif);
	
	}
	
	#findcounselor span {
	
		display: none;
		
	}
	

#buttons	{
	
	width: 150px;
	
	height: 120px;
	
	float: left;

}

.buttonborder	{
	
	border: none;

}

#lowercontent {
	
	width: 660px;
	
	float: left;
	
	margin: 20px 0 0 200px;
	
	background: none;

}

#belonglinks {
	
	width: 440px;
	
	height: auto;
	
	padding: 15px 50px 0px 0px;
	
	background: none;
	
	float: left;
	
}
	


/*position and style belong links*/

#belonglinks ul	{
	
	padding: 0px;
	
	margin: 5px 0px;
	
	background: none;
	
	width: auto;
	
	text-align: right;

}

	#belonglinks li	{ /*style belonglink items*/
	
		color: #666666;
	
		font: 16px "Times New Roman", Times, serif;
	
		list-style-type: none;
	
		text-align: right;
	
		padding: 0 0.5em 0 0.5em;
	
		display: inline;
	
		border-right: 2px solid #999999;
	
	}
	
	#belonglinks li.noborder { /*remove border from last item in list*/
	
		border-right: none;
	
		padding: 0 0 0 0.5em;
	
	}
	
	#belonglinks li a { /*style belonglinks hyperlinks*/
	
		color: #666666;
	
		text-decoration: none;
	
	}
	
	#belonglinks li a:hover { /*set hover actions and styles for belonglinks*/
	
		color: #660000;
	
		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 items*/

		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;

	}

