/*COLOR DEFINITIONS:

Lighter maroon: #8E2A54
Mid maroon: #92133c
Another mid maroon: #990033
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: white;
	margin: 0;
	padding: 0;
	line-height: 1.454545em;
	color: black;
	height: 101%; /* in conjuntion w/ html height at 100%, forces scroll bars always appear */
}

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: white;
	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: 462px; /*Fixes Safari and FF3 not recognizing input box width, previously 460*/
}

/*END top navigation style*/






/*BEGIN left navigation style*/

#left {
	top: 165px;
	width: 200px;
	padding: 0;
	background-color: white;
	position: absolute;
	left: 0px;
	margin: 0;
}

#leftLanding {
	top: 493px;
	width: 220px; /*previously 200*/
	padding: 0;
	background-color: white;
	position: absolute;
	left: 0px;
	margin: 0;
}

#leftLandingUndergradAdmissions {
	top: 503px;
	width: 200px;
	padding: 0;
	background-color: white;
	position: absolute;
	left: 0px;
	margin: 0;
}

.leftUndergrad img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 600;
}

#leftTitleImage {
	border: 0;
	padding-left: 7px;
}

#leftChat {
	border: 0;
	padding-left: 7px;
}

ul.leftNav {
	font-weight: bold;
	margin: 4px 0px 60px 0px;
	padding: 0px 0px 0px 26px;
	height: 180px;
}

ul.leftNav li {
	list-style: none;
	margin-top: 0px;
}

ul.leftNavShort {
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 26px;
	height: 120px; /*previously 70*/
}

ul.leftNavShort li {
	list-style: none;
	margin-top: 0px;
}

ul.leftNavHome {
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 26px;
	height: 160px;
}

ul.leftNavHome li {
	list-style: none;
	margin-top: 0px;
}

ul.leftNavUndergrad {
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	height: 160px;
	z-index: 700;
	float: left;
	left: 0;
	position: absolute;
	top: 44px;
	font-size: 1.2em;
	color: silver;
}

ul.leftNavUndergrad li {
	list-style: none;
	margin-top: 0.6em;
}

ul.leftNavUndergrad a{
	color: #cccccc;
}

ul.leftNavUndergrad a:hover{
	color: #eb7125;  /*Mid orange*/
	text-decoration: underline;
}

ul.leftNavUndergrad a:visited{
	color: #cccccc;
}

#nav a.current {  /*Used by sidenav.js to highlight current page in the left navigation menu*/
	color: #92133C;
}

#nav a.current:hover {
	color: #8E2A54;
}

#hours {
	padding: 0px 0px 0px 26px;
}

#hours h2 {
	font-weight: bold;
	color: #92133C; /*Mid maroon*/
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

#hours h2 a {
	font-weight: bold;
	color: #92133C; /*Mid maroon*/
	padding-bottom: 0;
	margin-bottom: 0;
}

#hours h2 a:hover {
	font-weight: bold;
	color: #92133C; /*Mid maroon*/
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

#hours p {
	color: gray;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.1em;
	font-weight: bold;
}

#hours a {
	color: gray;
}

#hours a:hover {
	color: black;
	text-decoration: underline;
}	

#hoursUndergrad {
	float: left;
	position: absolute;
	left: 0;
	top: 460px;
	z-index: 700;
	padding: 0px 0px 0px 20px;
}

#hoursUndergrad p {
	color: #cccccc;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.1em;
}

#hoursUndergrad h2 {
	font-weight: bold;
	color: #cccccc;
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

#hoursUndergrad h2 a {
	color:#cccccc;
	text-decoration: none;
}

#hoursUndergrad h2 a:visited {
	color:#cccccc;
	text-decoration: none;
}

#hoursUndergrad h2 a:hover {
	color: #eb7125;  /*Mid orange*/
	text-decoration: underline;
}

#hoursUndergrad a {
	color: #eb7125;  /*Mid orange*/
}

#hoursUndergrad a:hover {
	color: #eb7125;  /*Mid orange*/
	text-decoration: underline;
}

#hoursWEC {
	float: left;
	position: absolute;
	left: 0;
	padding: 0px 0px 0px 20px;
	top: 130%;
}

#hoursContent h2 {
	font-weight: bold;
	color: #92133C; /*Mid maroon*/
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

#hoursContent p {
	color: gray;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.1em;
	font-weight: bold;
}

#hoursContent a {
	color: gray;
}

#hoursContent a:hover {
	color: black;
	text-decoration: underline;
}	



/*END left navigation style*/




/*BEGIN right navigation style*/
#right {
	top: 165px;
	width: 180px; /*Previously 174*/
	padding: 0px;
	margin: 0px 31px 0px 0px; /*Previously 37 right*/
	background-color:white;
	position: absolute;
 	right: 0px;
}

#rightLanding {
	top: 504px;
	width: 180px; /*Previously 174*/
	padding: 0px;
	margin: 0px 31px 0px 0px; /*Previously 37 right*/
	background-color:white;
	position: absolute;
 	right: 0px;
}

#rightLandingWEC {
	top: 421px; /*Previously 471*/
	width: 180px; /*Previously 174*/
	padding: 0px;
	margin: 0px 31px 0px 0px; /*Previously 37 right*/
	background-color:white;
	position: absolute;
 	right: 0px;
}

#rightLandingUndergradAdmissions {
	top: 498px;
	width: 212px; 
	padding: 0px;
	margin: 0px 10px 0px 0px;
	position: absolute;
 	right: 0px;
}

#rightUndergrad {
	top: 416px; /*previously 406*/
	width: 212px; 
	padding: 0;
	margin: 0px 10px 0px 0px;
	position: absolute;
 	left: 810px; /*Orig 794*/
}

#rightLandingNarrow {
	top: 350px;
	width: 180px; /*Previously 174*/
	padding: 0px;
	margin: 0px 31px 0px 0px; /*Previously 37 right*/
	background-color:white;
	position: absolute;
 	right: 0px;
}


#rightContent p.narrow {
	margin: 6px 0px 20px 0px;
	line-height: 1em;
}

#rightContent em {
	color: #8E2A54; /*Lighter maroon*/
	font-style: normal;
}

#rightContent a {
	color: #8E2A54; /*Lighter maroon*/
}

#rightContent h1 {
	font-size: 1.1em;
	color: #92133C; /*Mid maroon*/
	margin: 0px 0px 6px 0px;
}


#rightContent h2 {
	font-size: 1.1em;
	color: #92133C; /*Mid maroon*/
	margin: 0px 0px 6px 0px;
}

#rightContent h2 a {
	color: #92133C; /*Mid maroon*/
}

#rightContent h1 a {
	color: #92133C; /*Mid maroon*/
}

#rightContent li{
	list-style-image: url("images/asterisk_bullet.png");
	padding-bottom: 5px;
}

#rightContent ul{
	margin-left: 0;
	padding-left: 20px;
}




#right h1 {
	font-size: 1.1em;
	color: #92133C; /*Mid maroon*/
	margin: 0px 0px 6px 0px;
}

#rightLanding h1 {
	font-size: 1.1em;
	color: #92133C; /*Mid maroon*/
	margin: 0px 0px 6px 0px;
}

#rightLanding h2 {
	font-size: 1.1em;
	color: #92133C; /*Mid maroon*/
	margin: 0px 0px 6px 0px;
}

#rightLanding h2 a {
	color: #92133C; /*Mid maroon*/
}

#rightLanding h1 a {
	color: #92133C; /*Mid maroon*/
}

#rightLanding li{
	list-style-image: url("images/asterisk_bullet.png");
	padding-bottom: 5px;
}

#rightLanding ul{
	margin-left: 0;
	padding-left: 20px;
}

#rightLanding a {
	color: #8E2A54; /*Lighter maroon*/
}


#right ul{
	margin-left: 0;
	padding-left: 20px;
}

#right li{
	list-style-image: url("images/asterisk_bullet.png");
	padding-bottom: 5px;
}

#right h2 {
	color: #8E2A54; /*Lighter maroon*/
	font-size: 1em;
	clear: both;
	line-height: 1.1em;
	font-weight: normal;
	margin: 11px 0px 0px 0px;	
}

#right p {
	margin: 0px 0px 20px 0px;
	line-height: 1em;
}

#right em {
	color: #8E2A54; /*Lighter maroon*/
	font-style: normal;
}

#right a {
	color: #8E2A54; /*Lighter maroon*/
}

#rightLanding label {
	clear: left;
	float: left;
	width: 100%;
}

#rightLanding input {
	width: 170px;
}


#rightNavButton {
	float: right;
	margin-top: 4px;
	margin-right: 1px;
	padding: 0;
}

#rightNavButton input {
	width: auto;
}

#rightGlobeBackground {
	background-image: url("http://www.augsburg.edu/admissions/international/images/intl_compas.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*END right navigation style*/




/*BEGIN middle content box style*/
#middle {
	margin: 0px 230px 5px 270px; /*Previously 290 left*/
	border-right: 2px groove #CCCCCC;
	padding: 3px 0px 0px 0px;
}

#middleWide {
	margin: 0px 31px 5px 270px;
	padding: 3px 0px 0px 0px;
}

#middleUndergradAdmissions {
	margin: 0px 230px 5px 270px;
	padding: 3px 0px 0px 0px;
}

#middleLiquid{
	margin: 0px 216px 5px 288px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 13px;
	  background-image:url("http://www.augsburg.edu/admissions/day/images/yellowborder.jpg");
  background-repeat: repeat-y;
  background-position: right;
}

#middleLiquidUnderlyingPages{
	margin: 0px 230px 5px 288px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 10px;
	  background-image:url("http://www.augsburg.edu/admissions/day/images/yellowborder.jpg");
  background-repeat: repeat-y;
  background-position: right;
}


#advertisementBoxesLiquid {
	height: 120px;
	padding-top: 10px;
}

#advertisementBoxesLiquid img{
	float: left;
	padding: 0px 18px 0px 0px;
}

#advertisementBoxRotator {
	width: 140px;
	height: 120px;
	padding: 0px 18px 0px 0px;
	float: left;
}

#yellowTop {
	background-color: white;
	position: absolute;
	right: 216px;
	top: 396px;
	width: 9px;
	height: 80px;
}

#yellowTopUnderlyingPages {
	background-color: white;
	position: absolute;
	right: 230px;
	top: 136px;
	width: 9px;
	height: 80px;
}

#yellowTop img{
	padding-top: 31px
}

#yellowTopUnderlyingPages img{
	padding-top: 31px
}




#bigBanner {
	width: 920px;
	height: 306px;
	border: 2px solid #660033; /*Darker maroon*/
	position: relative;
	left: 40px;
	margin-bottom: 10px;
}

#bigBannerUndergradAdmissions {
	width: 920px;
	height: 306px;
	border: 2px solid white;
	position: relative;
	left: 40px;
	margin-bottom: 10px;
}

#bigBanner img{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

#smallBanner {
	width: 700px;
	height: 230px;  /*Previously 281*/
	border: 0;
	position: relative;
	left: 270px;
	margin-bottom: 10px;
}

#smallBannerAdmissions {
	width: 700px;
	height: 230px;
	border: 0;
	position: relative;
	left: 286px;
	margin-bottom: 20px; /*previously 10*/
}

#narrowBanner {
	width: 700px;
	height: 160px;
	border: 0;
	position: relative;
	left: 270px;
	margin-bottom: 10px;
}

#upperMask { /*This DIV hides the top of the middle content box's border to make it looks like it has an offset of a few pixels*/
	background-color: white;
	position: absolute;
	right: 230px;
	top: 165px;
	width: 5px;
	height: 10px;
}

#upperMaskLanding { /*This DIV hides the top of the middle content box's border to make it looks like it has an offset of a few pixels*/
	background-color: white;
	position: absolute;
	right: 230px;
	top: 481px;
	width: 5px;
	height: 17px;
}

#upperMaskHome { /*This DIV hides the top of the middle content box's border to make it looks like it has an offset of a few pixels*/
	background-color: white;
	position: absolute;
	right: 230px;
	top: 405px; /*previously 455*/
	width: 5px;
	height: 25px
}

#upperMaskNarrow { /*This DIV hides the top of the middle content box's border to make it looks like it has an offset of a few pixels*/
	background-color: white;
	position: absolute;
	right: 230px;
	top: 330px;
	width: 5px;
	height: 30px
}

#mainGraphicBlock img {
	padding: 0 10px 10px 0;
	float: left;
}

#mainCopy {
	margin-right: 22px;
}

#mainCopy a {
	color: #8E2A54; /*Lighter maroon*/
}

#mainCopy h1 {
	color: #92133C; /*Mid maroon*/
	font-size: 1.2em;
	line-height: 1em; /*previously 0*/
	margin-top: 5px;
	padding-bottom: 4px;
	padding-top: 0;
}

#mainCopy h2 {
	color: #8E2A54; /*Lighter maroon*/
	font-size: 1.1em; /*previously 1*/
	line-height: 1em; /*previously 0*/
	font-weight: bold; /*previously normal*/
	margin: 11px 0px 6px 0px;
	
}

#mainCopy ul li{
	list-style-image: url("images/asterisk_bullet.png");
}

#mainCopy img{
	float: right;
	padding: 5px 0px 0px 5px;
}


#mainCopy .inlineImage{
	float: none;
	padding: 0px 2px 0px 2px;
	margin: 0;
	vertical-align: middle;
	width: 15px;
	height: 15px;
}


#advertisementBoxes {
	height: 120px;
}

#advertisementBoxes img{
	float: left;
	padding: 0px 25px 0px 0px;
}

#facultyThumbnails img{
	float: left;
	padding: 0px 25px 10px 0px;
}

#facultyList p{
	float: left;
	width: 25%;
	line-height: 12px;
	height: 90px;
}

#facultyList span{ /*controls look of each faculty's header if no link*/
	color: #92133c;
}

#facPicture {
	float: left;
	padding: 0 10px 0px 0;
}

#facBio h1 {
	color: #92133C; /*Mid maroon*/
	font-size: 1.2em;
	margin-top: 0;
	padding-top: 0;
}

.column {
	float: left;
	width: 215px; /*previously 224*/
	margin-right: 10px;
}

#columnBumper { /*Necessary to prevent right border from dissappearing due to nested DIVs*/
	clear: both;
	height: 1px;
	width: 400px;
}


.highlight {
	color: #990033;
}

#mainCopy .contactPicture img {
	clear: both;
	float: left;
	padding: 0 10px 0px 0;
}
	
	
/*END middle content box style*/




/*BEGIN bottom navigation style*/
#bottom {
	color: gray;
	text-align: center;
	padding: 50px 0px 5px 0px;
	margin: 5px 0px 4px 0px;
	clear: both;	
}

#bottom a {
	color: gray;
	text-decoration: none;
}

#bottom a:hover {
	color: black;
	text-decoration: underline;
}

#bottomA4A {
	float: left;
	margin-left: 25px;
	padding: 0;

}

#bottomText {
	float: left;
	margin-left: 126px;
}
/*END bottom navigation style*/
