@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	min-width:750px;
	background-color:white;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/gradient.jpg);
	background-repeat:repeat-x;
	/* bodytext */
	font-size: 12px;
}

#wrapper {
	text-align:left;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:black;
	border:1px solid #CCC;
}
#main {
	border-bottom: 1px solid #FFF;
}
#header {
	background-color:#132e62;
	color:white;
	}

.toplinks {
	float:left;
	margin:0;
	padding:9px 0 0 2px;
}

.toplinks li {
	display:inline;
	list-style:none;
	padding-left:5px;
}

.fauwebsearch {
	float:right;
	padding:0 5px 5px 0;
	height:30px;	
	}

.fauwebsearch .top {
	margin-top:-10px;
	}	

#breadcrumbs{
	margin-bottom: 20px;
	padding: 10px 0 10px 25px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 5px solid #999;
	clear: both;
}

.lightbluebottom {
	background-image:url(/images/sidebar.jpg);
	background-repeat:repeat-y;
	padding:15px 0 0 10px;
	/* zoom fix */
	position: relative;
	z-index:1;
	}
	
#sidebar2 {
	background-image:url(/images/sidebar.jpg);
	background-repeat:repeat-y;
	/* zoom fix */
	position: relative;
	z-index:1;	
	}
	
#sidebar {
	background-color:#132e62;
	background-image:url(/images/menutop.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:206px;
	float:left;
	clear:both;
	border-top:1px #fff solid;
	/* zoom fix */
	position: relative;
	z-index:100;
}

#sidebartop {
	background-color: #fff;
	height: 22px;
	text-align: center;
	float:left;
	border-left:8px #fff solid;
        margin: 0;
        padding: 0;
	/* zoom fix */
	position: relative;
	z-index:98;        
}

#homebutton
{
	width: 137px;
	background-color: #cc0000;
	height: 17px;
	float:left;
	padding:5px 0 0 0;
	margin-left:1px;
	/* zoom fix */
	position: relative;
	z-index:50;	
}

#contactbutton
{
	width: 58px;
	height: 17px;
	background-color: #132e62;
	float:left;
	padding:5px 0 0 0;
	margin-left:2px;
	/* zoom fix */
	position: relative;
	z-index:50;	
}

#menugrey
{
	background-color: #999;
	clear:both;
	margin-top:30px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
		width:186px;
}

#bluebottom {
	background-color:#132e62;
	min-height: 10px;
	height:auto !important;
	height: 10px;
	width:206px;
}



#lightbluebottom {
	background-color:#e2ecff;
}

#navigation {
	list-style:none;
	margin:0;
	padding:20px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 195px;
}

ul#navigation li a.link1 {
	margin-top:1em;
}

.navbreak {
	margin-top:1em;
}

.nonavbreak {
	 margin-top: 0;
}

.navindent{
	 margin-left: 10px;
}
	
#content {
	width:526px;
	margin: 0 0 0 206px;
	background-color:white; 
	color:black;
	padding: 0 8px 8px 8px;
}

/*
#content p, #content ul li {
	margin-left:30px;
	}
*/

#footer {
	clear:both;
	background-color:#e7e7e8;
	height:33px;
}	

#subfooter {
	background-color:fff;
	text-align:center;
	font-size: 11px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright a:link, .copyright a:visited, .copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright a:hover{
	color: #000000;
}

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.secheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.campuslinks
{
	margin: 0;
	text-align:center;
	padding:9px 5px 5px 5px;
}

.campuslinks li
{
	display: inline;
	list-style: none;
	color: #396d97;
	font-size: 9px;
}

.campuslinks li a {
	color: #396d97;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

.top  {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:xx-small; 
	color:#FFFFFF; 
	font-weight:bold
}

.top a:link, .top a:visited, .top a:active , .top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.link1:link { color: #FFFFFF; text-decoration: none;  }
a.link1:active { color: #FFFFFF; text-decoration: none; }
a.link1:visited { color: #FFFFFF; }
a.link1:hover { color: #666666; }

a.link2:link { color: #003366; text-decoration: none; }
a.link2:active { color: #003366; text-decoration: none; }
a.link2:visited { color: #003366; }
a.link2:hover { color: #000033; }


a.link3:link { color: #99ccff; text-decoration: none; font-size: 10px; font-variant: normal; }
a.link3:active { color: #99ccff; text-decoration: none; font-size: 10px; font-variant: normal; }
a.link3:visited { color: #99ccff; text-decoration: none; font-size: 10px; font-variant: normal;}
a.link3:hover { color: #ffffff; text-decoration: none; font-size: 10px; font-variant: normal; }

a.link4:link { color: #003366; text-decoration: underline; font-weight: bold; }
a.link4:active { color: #003366; text-decoration: underline; font-weight: bold; }
a.link4:visited { color: #003366; text-decoration: underline; font-weight: bold; }
a.link4:hover { color: #000033; text-decoration: underline; font-weight: bold; }

a.link5:link { color: #666666; text-decoration: underline; }
a.link5:active { color: #666666; text-decoration: underline; }
a.link5:visited { color: #666666; text-decoration: underline; }
a.link5:hover { color: #999999; text-decoration: underline; }

a.link6:link { color: #FFFFFF; text-decoration: none; }
a.link6:active { color: #FFFFFF; text-decoration: none; }
a.link6:visited { color: #FFFFFF; text-decoration: none; }
a.link6:hover { color: #666666; text-decoration: none; }


img a {
	border: none;
	}

#navigationdiv {
  margin:0;
  padding:30px 0 0 10px;
}

/** additional lcms styles **/

.style3 {
	font-size: 11px
}
.style4 {
	font-size: 9.5px
}


.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
}
.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 10px;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	line-height: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bolder;
	color: #003366;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-variant: normal;
	text-transform: none;
}
.rules {
	color: #003366;
}

.date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #003366;
	text-transform: uppercase;
}
.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
}
.menuwh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuwh a:active  .rule {
	color: D7dde4;
}
.menublue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: 142e62;
}
.secmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #99CCFF;
}


/***********************Menu Links ***************************/

#menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#menulinks a:link, #menulinks a:visited, #menulinks a:active {
	/*display:block;

	padding: 4px 0px 6px 3px;

	*/

	color: #FFFFFF;
	text-decoration: none;
}
#menulinks a:hover {
	color: #666666;
}
#submenulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#submenulinks a:link, #submenulinks a:visited, #submenulinks a:active {
	/*display:block;

	padding: 0px 0px 0px 3px;*/

	color: #99ccff;
	text-decoration: none;
	font-size: 10px;
	font-variant: normal;
}
#submenulinks a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-variant: normal;
}
/***********************Menu Links ***************************/



#emergency {
	color: red;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
        margin-top: -5px;
}


#emergency a:link, #emergency a:visited {
	font-weight: bold;
}
#emergency a:hover {
	margin: 0px;
}
/*********Quick Links Properties****************/

.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.quicklinks a:link, .quicklinks a:visited, .quicklinks a:active {
	color: #FFFFFF;
}
.quicklinks a:hover {
	color: #666666;
}
/********* 3rd level of Menus ********************************/



#subsecmenulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#subsecmenulinks a:link, #subsecmenulinks a:visited, #subsecmenulinks a:active {
	/*display:block;

	padding: 0px 0px 0px 3px;*/

	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-variant: normal;
}
#subsecmenulinks a:hover {
	color:#99ccff;
	text-decoration: none;
	font-size: 10px;
	font-variant: normal;
}


/* ddaccordion collapsing menu */

.arrowlistmenu {
	width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
        margin: 0; /* added */
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight: bold;
}
.arrowlistmenu .menuheader a {
/* css class for header links  */
}
.arrowlistmenu .openheader { 
/*CSS class to apply to expandable header when it's expanded*/
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowlistmenu ul li {
/*	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	display: block;
}

.arrowlistmenu .categoryitems {
        
}

/* innovate matrix popup styles */
div#qTip {
	padding: 3px;
	border: 1px solid #666;
	display: none;
	background: #999;
	color: #FFF;
	font: bold 9px Verdana, Arial, sans-serif;
	position: absolute;
	z-index: 1000;
	}

/* explore merchandise */
#merchandisewrapper {
	padding: 0px;
	width: 522px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
	font-size: 11px;
	font-family: "Optima Regular", Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #002d62;
	text-align: left;
}

#phones {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 23px;
	top: 358px;
}
#flash {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 309px;
	top: 340px;
}

#sock {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 23px;
	top: 630px;
}

#plate {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 309px;
	top: 605px;
}

#notes {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 309px;
	top: 852px;
}

#post {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 23px;
	top: 1065px;
}
#other {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 374px;
	top: 1107px;
}


.descr {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	color: #002d62;
}
.price {
	font-size:15px;
	font-weight:bold;
	color: #002d62;
}
.click {
	color:#c10435;
	font-weight:bold;
	line-height: 18px;
}
.click a {
	color:#c10435;
	text-decoration: none;	
}
.click a:hover {
	color:#0064cf;
}
.click a:visited {
	color:#c10435;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* BOT RETREAT FOOTER SYTLES */

#botretreat-footer {
	width:750px; 
	height:63px; 
	background-color:#132e62; 
	border-top:5px solid #cc0000; 
	clear:both;
}

.botretreat-footertxt {
	padding: 5px; 
	font-size: 18px; 
	font-weight: bold; color: rgb(255, 255, 255);
}

/* Marketing and Media Relations Styles */

ul.collegeNewsletters {
	list-style: none; 
	text-align: left; 
	font-size: x-small; 
	font-weight:bold; 
	color: #000066; 
	padding:0 5px 10px;
}

ul.collegeNewsletters a, ul.collegeNewsletters a:visited, ul.collegeNewsletters a:hover {
	color: #000066;
	}

/* A&L Footer for Galleries */

#alfooter {
    background-color: #CCCCCC;
    display: block;
    font-family: Arial;
    height: 85px;
    position: relative;
    text-align: center;
    width: 860px;
}

#alfooter #leftfoot {
    float: left;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0.7em 0.4em 0.4em;
    width: 25em;
}

#alfooter #rightfoot {
    float: right;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0.4em;
    width: 20em;
}

#alfooter a {
    color: #002D62;
    text-decoration: none;
}

#alfooter a:hover {
    color: #FF0000;
    text-decoration: none;
}

#alfooter ul {
    padding-top: 10px;
}

#alfooter ul li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}
