/* To protect older browsers from using the mobile stylesheet -- put everything inside an @media as below */
@import url("newtopmenu.css");
@import url("finaid.css");


	html, body {
		font: sans-serif;
		background-color: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		text-align: left;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
		
	
	#Header-Wrapper {
		background-image: url(../images/OuterPageFade.jpg);
		background-repeat: repeat-y;
		background-position: center;
		height: 81px;
		}

	#Header-Content {
		width: 955px;
		margin-right: auto;
		margin-left: auto;
		background-color: #990000;
		height: 81px;
		background-image: url(../images/FSU-CMS-Header.jpg);
		border-top-width: 1px;
		border-right-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-top-color: #000;
		border-right-color: #000;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #000;
		}
		
	#HeaderHomeLink {
		float: left;
		width: 356px;
		height: 77px;
		}
		
	#Header-Content #PageTitle {
		font-family: Verdana, Geneva, sans-serif;
		width: 574px;
		float: left;
		text-align: right;
		padding-bottom: 10px;
		margin: 0px;
		font-size: 24px;
		font-weight: normal;
		padding-right: 25px;
		height: 57px;
		padding-top: 10px;
		}
		
	#MainMenu-Wrapper {
		background-image: url(../images/OuterPageFade.jpg);
		background-repeat: repeat-y;
		background-position: center;
		height: 31px;
		}
		
	#MainMenu-Content {
		width: 955px;
		margin-right: auto;
		margin-left: auto;
		height: 31px;
		background-color: #c03;
		background-repeat: repeat-x;
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000;
		border-left-color: #000;
		}		
	
	#Title {
		font-size: x-large;
		}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {  
		-webkit-text-size-adjust: none; 
		} 

}

