/*COLOR DEFINITIONS:

Lighter maroon: #8E2A54
Mid maroon: #92133c
Dark maroon: #660033
Dark gray: #999999

*/




/*BEGIN general style controls*/

html {
	height: 100%;
}

body {
	font-size: 0.6875em; /*equivalent of 11px font size*/  /*previously 0.625em*/
	font-family: arial, helvetica, sans-serif;
	background-color: #eaeaea; /*Matches bottom gray of the background image, previously d9d9d9*/
	margin: 0;
	padding: 0;
	line-height: 1.454545em;
	color: black;
	height: 101%; /* in conjuntion w/ html height at 100%, forces scroll bars always appear */
	background-image: url(/homepage/images/gray_back_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
}

img {
	border: 0;
}

#wrapper {
	width: 1000px;
	background-color: white;
	position: relative;
	height: 100%;
	margin: 0 auto;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #8E2A54; /*Lighter maroon*/
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #999999; /*Dark gray*/
}

/*END general style controls*/

/*BEGIN top navigation style*/

#top {
	padding: 0px 0px 20px 0px;
	height: 145px;
	margin: 0;
}

#contentSkip{  /*Hides the skip navigation link until CSS is turned off*/
	width: 0px; 
	height: 0px; 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a.top:link {
	color: gray;
}

a.top:visited {
	color: gray;
}

a.top:hover {
	color: black;
}

ul.top {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.909090em;
} 

ul.top li {
	margin-left: 0;
	padding: 0px 6px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
	
		
ul.top li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#topStaticInfoContainer {
	padding-top: 36px;
	height: 40px;
	width: 1000px;
	padding-bottom: 24px;
}

p.top {
	color: gray;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
	font-weight: bold;
}

#topSearchContainer{
	padding-left: 20px;
	float: left;
	margin-top: 4px; 
}

#topSearchBox {
	background-color: #CCCCCC;
	border: 0px;
	padding: 2px;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}

#topSearchButton { /*Extra attribute commands in this ID are necessary to hide that this functions as a button*/
	background-color: #fbfbfb;
	border: 0px;
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	color: gray;
	font-weight: bold;
	padding: 0px;
}

#topSearchButton:hover {
	color: black;
}

#topLogo{
	float: left;
	padding: 0;
}

#topAddress{
	color: gray;
	float: left;
	padding-left: 20px;
	font-size: 9px;
	line-height: 13px;
	margin-top: 3px;
}

#topNavMainLinks{
	clear: both;
	width:1000px;
}

#topNavSubcategoryBackground {
	width:1000px;
	font-size: 0.909090em;
}

#topNavHorizontalLine {
	background-color: #660033; /*Darker maroon*/
	height: 1px;
	width: 1000px;
	margin: 4px 0px 4px 0px;
	line-height: 0px;  /* Fixes IE6 empty DIV spacing error*/
}

#topRightInfo {
	right: 0px;
	position: absolute;
	min-width: 342px;  /*Fixes Safari and FF3 not recognizing input box width, previously 340*/
}

/*END top navigation style*/



/*BEGIN college home page style*/

#wrapperHome {
	width: 1000px;
	background-color: #eaeaea;  /*Matches bottom gray of the background image*/
	position: relative;
	height: 100%;
	margin: 0 auto;
	background-image: url(/homepage/images/gray_background.jpg);
	background-repeat: no-repeat;
}

#topHome {
	padding: 0px 0px 20px 0px;
	height: 190px;
	margin: 0;
}

#topInfoContainer {
	padding-top: 30px;
	height: 140px;
	width: 1000px;
	padding-bottom: 24px;
}

#topLeftInfoHome {
	margin-left: 36px;
}

#centerAuggie {
	position: absolute;
	top: 38px;
	left: 400px;
	z-index: 500;
}


#homeBanner{
	width: 1000px;
	height: 308px;
	border: 0; 
	position: relative;
	left: 0px;
	margin-top: 14px;
	z-index: 10;
}


#homeBannerText{
	z-index: 200;
	position: relative;
	float: left;
	top: 15px;
	width: 435px;
	height: 233px;
	background-image: url(/homepage/images/bigbanner_rightpic.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	
}

#homeBannerText h1{
	text-transform: uppercase;
	color: white;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.08em;
	background-color: #660033;
}

#homeBannerText p{
	color: white;
	font-size: 1.2em;
	line-height: 1.5em;
}

#homeBannerText a{
	color: silver;
	text-decoration: none;	
	float: right;
	background-color: #660033;
}

#homeBannerText a:hover{
	color: silver;
	text-decoration: underline;
	float: right;
}

#homeBannerText a:visited{
	color: silver;
	float: right;	
}

#leftHomeBannerBackground {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/maroon_background.png);
	float: left;
}

#leftHomeBanner {
	width: 513px;
	height: 308px;
}

#leftHomeBanner img{
	margin-left: 8px;
	margin-top: 15px;
}

#leftHomeBannerBorder1 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder1.png);
}

#leftHomeBannerBorder2 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder2.png);
}

#leftHomeBannerBorder3 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder3.png);
}

#leftHomeBannerBorder4 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder4.png);
}

#leftHomeBannerBorder5 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder5.png);
}

#leftHomeBannerBorder6 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder6.png);
}

#leftHomeBannerBorder7 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder7.png);
}

#leftHomeBannerBorder8 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder8.png);
}

#leftHomeBannerBorder9 {
	width: 513px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_leftborder9.png);
}

#rightHomeBanner {
	width: 487px;
	height: 308px;
	background-image: url(/homepage/images/bigbanner_rightborder.png);
	float: left;
}

#rightHomeBanner img{
	margin-top: 15px;
}

#topNavLinksContainer {
	height: 150px;
	width: 1000px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.909090em;
	color: black;
	position: absolute;
	left: 0;
	top: 200px;
	padding: 0;
	z-index: 7;
}

#topNavLinksContainer a {
	padding: 10px 5px 10px 10px;
	float: left;
	margin: 0;
	border: 0;
	color: black;
}

#topNavLinksContainer a:visited {
	color: black;
}

#topNavLink1 a.selected {
	background-image: url(/homepage/images/menu1_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink1 a.selected:visited{
	color: white;
}

#topNavLink2 a.selected {
	background-image: url(/homepage/images/menu2_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink2 a.selected:visited{
	color: white;
}

#topNavLink3 a.selected {
	background-image: url(/homepage/images/menu3_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink3 a.selected:visited{
	color: white;
}

#topNavLink4 a.selected {
	background-image: url(/homepage/images/menu4_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink4 a.selected:visited{
	color: white;
}

#topNavLink5 a.selected {
	background-image: url(/homepage/images/menu5_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink5 a.selected:visited{
	color: white;
}

#topNavLink6 a.selected {
	background-image: url(/homepage/images/menu6_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink6 a.selected:visited{
	color: white;
}

#topNavLink7 a.selected {
	background-image: url(/homepage/images/menu7_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink7 a.selected:visited{
	color: white;
}

#topNavLink8 a.selected {
	background-image: url(/homepage/images/menu8_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink8 a.selected:visited{
	color: white;
}

#topNavLink9 a.selected {
	background-image: url(/homepage/images/menu9_splotch.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;
	text-decoration: none;
	height: 100px;
}

#topNavLink9 a.selected:visited{
	color: white;
}

#bannerContainer {
	float: left; /*previously clear both*/
	height: 90px;
	width: 1000px; /*previously 950*/
	position: relative;
	left: 0px; /*previously 25*/
	margin-top: 14px;
}

#insideAugsburgContainer {
	width: 421px;
	height: 90px;
	float: left;
	margin-right: 30px; /*previously 34*/
}

.newsBlock {
	float: left;
	width: 250px; /*previously 240*/
	margin-left: 24px; /*addition*/
}

.newsBlock img {
	float: left;
	padding-right: 12px;
}

.newsBlock p {
	color: #666666;  /*Dark, dark gray*/
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 20px;
}

.newsBlock a {
	color: #92133c;
	text-decoration: none;
}

.newsBlock a:hover {
	color: #8E2A54;
	text-decoration: underline;
}

#leftSmallBanner {
	float: left;
	margin-right: 34px;
	padding: 0;
	border: 0;
}

#bottomHome {
	color: gray;
	text-align: right;
	padding: 16px 2px 5px 0px;
	margin: 5px 0px 4px 0px;
	clear: both;	
}

#bottomHome a {
	color: gray;
	text-decoration: none;
}

#bottomHome a:hover {
	color: black;
	text-decoration: underline;
}

/*END college home page style*/
