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

body       {background-color: #dcceab; background-image: url(images/shadow.jpg); background-repeat:repeat-y; background-position:center; font-family: frutiger, helvetica, arial, sans-serif; font-size: smaller; margin: 0}
h1		   {font-size: 200%}
h2         {font-size: 150%; display: block; line-height: 110%}
h3         {font-size: 130%; border-bottom: 2px solid black; padding-bottom: 4px}
h4         {font-size: 125%}
h5         {font-size: 110%; line-height: 125%}
p          {font-size: 100%; line-height: 130%}
table      {margin-top: -13px; line-height: 130%}
ol         {line-height: 130%}
ul         {line-height: 130%}


.active  	 {border-bottom: 1px solid #999999; list-style-type: none; background-color: #666666}
.active  ul li {margin-left: 15px; border: none; font-size: 90%; line-height: normal}
.navigation {display: none}

.content   {line-height: 100%; margin: 0 auto; text-align: left; width:900px; height: 100%; padding: 0px; margin-top: -4px}
.navigation ul {list-style-type: none; margin-left: -40px; border: none; display:none}
.navigation li  {color: #dadada; font-size: 110%; line-height: normal; border-bottom: 1px solid #999999; padding: 8px; cursor: pointer; display: none;}
.navigation a:link		{color: #dadada; text-decoration:none}
.navigation a:visited	{color: #dadada; text-decoration: none}
.navigation a:hover		{color: #444444; text-decoration: none;}
.navigation a:active	{color: #dadada; text-decoration: none}
.navigation li:hover {background-color: #89c9d2; color: #333333 }
.active li:hover {background: none}
.active a:link		{color: #dadada; text-decoration:none}
.active a:visited	{color: #dadada; text-decoration: none}
.active a:hover		{color: #dadada; text-decoration: underline;}
.active a:active	{color: #dadada; text-decoration: none}
#container {line-height: 100%; margin: 0 auto; text-align: left; width:900px; height: 100%; background: white; padding: 0px; visibility: visible;}

#campusestable td {font-size: 80%}
#cutout    {float: right; margin: 0px; padding: 0px; display: inline}
#footer    {min-width: 900px; background-color: #dfdfdf; text-align: center; margin: 0 auto; padding: 0; display: none}
/*#footercontainer { margin: 0 auto;padding: 0;}*/
#footer #copy {position: relative; text-align: left; line-height: 130%; padding: 10px; margin-top: 20px; margin-bottom: 20px;
				font-size: 115%; color: black}
#footer #copy a {color: white;text-decoration: none;}
#footer #info {font-size: 90%; line-height: 150%}
#headerone {min-width: 900px; background-color: black; margin: 0 auto; text-align: center}
#headertwo {background-color: #89c9d2; min-width: 900px; margin: 0 auto; text-align: center}
#list      {margin-left: 10px}
#subhead   {text-align: center; color: #4f4f4f; padding: 0px; margin: 5px; margin-top: 33px; font-family: Georgia, serif; font-size: 250%}
#subnav {display: none}



a:link  {color: black; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover   {color: black; text-decoration: underline}
a:active  {color: black; text-decoration: none}

#slider ul, #slider li{margin: 0px ;padding:0;list-style:none}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:420px;
		height:310px;
		overflow:hidden;
	}
	#slider {margin: 10px auto}
	#prevBtn{font-size: 130%; margin: 10px;}
	#prevBtn a { text-decoration: none; color: #666666; position: relative; bottom: 10px; left: 92px }
	#nextBtn{font-size: 130%; margin:10px}
	#nextBtn a {text-decoration: none; color: #666666; position: relative; bottom: 10px; left: 358px }

	



