@charset "UTF-8";


/* CSS Document */

* {
	margin: 0;
	padding: 0;
}



html {
	background-color: #000000;
}


body {
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;	
}


.style1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #dd8f2e;
}


.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #dd8f2e;
	padding-bottom: 2px;
}


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

h1 {
	font-size: 30px;
	color: #dd8f2e;
	padding-bottom: 16px;
	padding-top: 12px;
	font-weight: normal;
}


h2 {
font-size: 23px;
color: #dd8f2e;
padding-top: 16px;
padding-bottom: 0px;
line-height: 1.2em;
font-weight: normal;
}

h3 {
font-size: 14px;
color: #dd8f2e;
padding-top: 16px;
padding-bottom: 5px;
}


h4 {
	font-size: 14px;
	padding-top: 6px;
	padding-left: 40px;
	color: #dd8f2e;
}

h5 {
font-size: 16px;
color: #FFFFFF;
padding-top: 16px;
padding-bottom: 5px;
}

/* CSS CONTAINER */





#container {
	background-attachment: scroll;
	background-image: url(../images/Mud_BG4.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
	width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#content {
	width: 955px;
	margin: 0 auto;


}


#header {

	padding-top: 22px;
	padding-bottom: 8px;
	
}

##{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #965428;
	margin-right: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #965428;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 6px;	
}






#navigation {
	position: relative;
	width: 955px;
	height: 55px;
	font-size: 15px;
	font-weight: bold;
	background-image:url(../images/Mud_Nav_Bar_BG4.jpg);
	background-repeat:no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#navigation ul {
	list-style-type: none;
	
	padding-top: 8px;
	padding-left: 0px;
	margin-left: 11px;
}


#navigation ul li {
	float: left;
	position: relative;
	
}



#navigation ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color:#fff;
	text-shadow: 1px 1px 0 #000000;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 4px;
}


#navigation ul li ul {
display: none
}


#navigation ul li:hover ul {
display: block;
position: absolute;
}



#navigation ul li:hover ul li a {
display:block;
background:#dd8f2e;
color:#ffffff;
width: 122px;
text-align: center;
border-bottom: 1px solid #f2f2f2;
border-right: none;

}

#navigation ul li:hover ul li a:hover {
background:#965428;
color:#fff;

}




#registration {
	position: relative;
	width: 955px;
	height: 95px;
	padding-bottom: 6px;	
}

#registration ul {
	list-style-type: none;
	
	padding-top: 0px;
	margin-left: 0px;
}


#registration ul li {
	float: left;
	position: relative;	
}

#registration img {

margin-right: 5px;
}

display: block;
overflow: hidden;





# a {
	color: #FFFFFF;
	text-decoration: none;
	
}



#navigation a:hover {
	color: #D67B2A;
}









#main {
float: left;
padding: 15px 44px 22px 20px ;
width: 611px;		
}


#main p {
padding-bottom: 11px;
}


#main p.terms {
font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 25px;
}


#main p.answers, p.hotels {
margin-left: 40px;
}

#main p.indentLarge {

margin-left: 40px;
font-size: 16px;
}

#highlights {
font-size: 16px;
line-height: 1.6em;
margin-left: 44px;
padding-bottom: 14px;
padding-top: 7px;
}


#main img.Header {
padding: 5px 0px 11px 0px ;
		
}

#coursemaps {
overflow: hidden;

}

#coursemaps li {
display: inline;
overflow: hidden;
padding-right: 22px;
}


#mainNews {
float: left;
padding: 15px 11px 22px 20px ;
width: 600px;		
}
#mainFaceBook {
float: right;
width: 220px;
overflow: hidden;		
}







#sidebar {
overflow: hidden;
margin-top: 15px;

}

#sidebar li {
display: block;
overflow: hidden;
}

#sidebar img {
display: block;
overflow: hidden;
margin-bottom: 6px;
}


#footer {
	clear: both;
	padding: 22px;
	height: 50px;
	background-color: #000000;
	background-image: url(../images/Mud_Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}


#footer p {
font-size: 12px;
color: #AD927A;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



	
	
å
