/*

*/

body {
	margin: 10px 0;
	padding: 0;
	background-color: #FFFFFF;  
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h7 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1.2em;
}

h4 {
    margin: 0;
	font-size: 1.3em;
}

h5 {
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin:  0;
	font-weight: bold;
}

h6 {
	color: #B13413;
	font-size: 1.6em;
	margin: 0;
}

h7 {
	margin: 0;
	font-size: 1.0em;

}

p, ul, ol, blockquote {
	margin-top: 0;
}

p.small {
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

p.red {
	color: #B13413;
}
	
a:link {
	border-bottom: 1px solid #666666;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a.black:link {
	border-bottom: none;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

a.black:visited {
	border-bottom: none;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

a.no-underline:link {
	border-bottom: none;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a:visited {
	border-bottom: 1px solid #666666;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	}

a.no-underline:visited {
	border-bottom: none;
	text-decoration: none;
	color: #666666;
	font-weight: norm;
	}

a:hover {
	background: #CCCCCC; font-weight:bold; color: #B13413;
	border-bottom: none;
	font-weight: bold;
}

a.no-underline:hover {
	background: none;
	border-bottom: none;
}


img {
	border: none;
}

.red {
	color: #B13413;
}

.bold {
	font-weight: bold;
}

.redbold {
	color: #B13413;
	font-weight: bold;
}
	
/* Header */

#header {
	width: 800px;
	height: 107px;
	margin: 0 auto;
	background: url(images/header-only4.gif) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 80px 30px 0 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 130px;
	font: Arial, Helvetica, sans-serif;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 14px;
	padding: 7px 14px 4px 16px;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-bottom: none;
}

#menu .active a {
	background-color: #E6E6E6;
	color: #535353;
}

#menu a:hover {
	background-color: #D2D2D2;
	color: #666666;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	border-top: solid #000000;
	background-color: #FFFFFF;
}


#colOne {
	float: right;
	width: 600px;
	padding: 10px 10px 0 10px;
}

#colTwo {
	width: "180px";
	}

#colTwo .background1 {
	background-image: url(images/transition7_180w.jpg);
	float: right;
	width: 180px;
	height: 1300px;
	padding: 0px 0px 0px 0px;
}
/* No17_180w.jpg was on About, tried it on Contact page */


#colTwo .background2 {
	background-image: url(images/selv-detail-exhibitpageNOW180.jpg); 
	float: right;
	width: 180px;
	height: 1500px;
	padding: 0px 0px 0px 0px;
}
/* DU's vertical selvedge. ALSO a clearer but darker set is 	background-image: url(images/selv-detail_180w1.jpg); */



#colTwo .background3 {
	background-image: url(images/AttractionDetail_180w.jpg);
	float: right;
	width: 180px;
	height: 520px;
	padding: 0px 0px 0px 0px;
}
#colTwo ul {
	list-style: none;
	padding: 50px 0px 0px 0px;
	color: #000000;
}

#transbox {
  width: 150px;
  height: 20px;
  margin: 90px 10px 10px 20px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }

#transbox p
  {
  font-weight: bold;
  color: #000000;
  }

#colTwo li {
	padding: 10px 0px 15px 3px;
	color: #000000;
}

#colTwo li a:link {
	border-bottom: none;
	color: #000000;
}

#colThree {
	float: right;
	width: 800px;
	padding: 10px 0 0 10px;
	}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 10px; 
	padding: 10px 0;
	background: url(images/footerborder3.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color:  #666666;
}