@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {margin:0; padding:0; color: #3f3f3f; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size:62.5%; background-color: #fff; text-align: left;  /** 62.5% defaults all text size to 10px **/}


h1 {font-size: 1.5em; margin:1em 0 0 0; line-height: 1.7em; font-weight: bold;}
h2 {font-size:1.2em; margin:1em 0 0 0;}
h3 {font-size:1.1em; margin:1em 0 0 0;}

p {font-size: 1.1em; line-height:1.8em; margin: 0 0 .8em;}
p.small {font-size:1em;}

/*ul {font-size: 1.2em; line-height:1.8em; padding: 0; margin: 0;}*/
img {border:0;}
a {color: #3f3f3f; outline: none; text-decoration: none;}
a:hover{color: #937863; text-decoration: none;}

.red {color: #9e1b27;}
.blue {color: #1b459a;}
.serif {font-family: Georgia, "Times New Roman", Times, serif;}

/* Accessibility */
.hide {font-size:1px; height:1px; line-height:0px; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}


/* Building blocks */

#container { 
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/wrapper_background.png) repeat-y;
	padding-bottom:0px;
	/*position:relative;*/ 
	/* border: 1px solid #000000; */
	/* text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header { 
	width: 768px; 
	height: 120px;
	background: #fff;
	margin-left: 16px;
	padding: 0;
	margin-right: 16px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


#nav{
	width: 768px;
	height: 25px; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	height: 25px;
}
#nav li {
	margin: 0;
	display:inline;
	float:left;
	padding: 0px 2px 0px 0px;
}
#nav a {
	color: #937863;
	/*width: 142px;*/
	height: 25px;
	text-decoration:none;
	text-indent: -9999px;
	display: block;
}
#nav a:hover, #nav a#current {
	background-position: 0 -25px;
	color: #9e1b27;
	text-decoration:none;
}


/* Rollover Buttons */
 
.home, a.home:link, a.home:active {
	background: url(../images/nav/home.png) no-repeat;
	width: 142px;
}
.tours, a.tours:link, a.tours:active {
	background: url(../images/nav/tours.png) no-repeat;
	width: 142px;
}
.lecturers, a.lecturers:link, a.lecturers:active {
	background: url(../images/nav/lecturers.png) no-repeat;
	width: 143px;
}
.about, a.about:link, a.about:active {
	background: url(../images/nav/about.png) no-repeat;
	width: 143px;
}
.contact, a.contact:link, a.contact:active {
	background: url(../images/nav/contact.png) no-repeat;
	width: 142px;
}

/* Content Not Tours */

#imagebox_home {
	width: 720px;
	height: 215px;
	margin: 0;
	float: left;
	display: inline;
}

#text_home p {
	font: 1.2em/1.7em Georgia, "Times New Roman", Times, serif;
}


/* Content Tours*/

#content{
	width: 720px;
	float: left;
	margin-top: 2px;
	display: inline;
	margin-left: 40px;
	background: url(../images/content_background.png) repeat-x 0 152px;
	margin-bottom: 20px;
}

#content.nograd{
	background: none;
}

#imagebox {
	width: 720px;
	height: 150px;
	margin: 0;
	float: left;
	display: inline;
}

	
#heading {
	width: 720px;
	height: 20px;
	margin: 21px 0 20px;
	float: left;
	display: inline;
}
#textOne { 
	width: 675px;
	float: left;
	display: inline;
	margin: 20px 0 0 25px;
} 
#textTwo { /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 340px;
	/* padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
 

#content p.intro {
	color: #3f3f3f;
	margin: 0 0 .5em;
	font: 1.4em/1.7em Georgia, "Times New Roman", Times, serif;
}
#content p.hometext {font: 1.2em/1.7em Georgia, "Times New Roman", Times, serif;}
#content p.big {font-size: 1.3em;}
#content p.date {font-weight: bold;}
#content p.date a {color: #3f3f3f;}
#content p.date a:hover {color: #937863;}
#content p.italic {font-style: italic;}

#content h1 {
	color: #9e1b27;
	margin-top: 0;
	font: normal 2.1em/1.8em Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	letter-spacing: .3em;
	text-transform: uppercase;
	margin: .1em 0 .3em;
	color: #9e1b27;
	font: bold 1.3em/1.7em "Lucida Grande", Arial, Verdana, sans-serif;
}
#content h3 {
	letter-spacing: .3em;
	text-transform: uppercase;
	margin: 2em 0 .3em;
	color: #9e1b27;
	font: bold 1.3em/1.7em "Lucida Grande", Arial, Verdana, sans-serif;
}
#content h3 a, h3 a:hover {
	color: #9e1b27;
}

#content h4 {
	font-size: 1.4em;
	line-height: 1.7em;
	color: #1b459a;
	margin: 0 0 .5em;
	font-weight: normal;
	font-style: normal;
}
#content h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #9e1b27;
	margin: 0 0 0em;
	font-weight: normal;
	font-style: normal;
}
#content h6 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #937863;
	margin: 0 0 .5em;
	font-weight: normal;
	font-style: normal;
}

	
#content p a {text-decoration:none; display: inline;
	color: #9e1b27;
}
#content p a:hover {text-decoration: none; color: #1b459a;}

#content ul p {
	}

/*#content ul{
	padding: 0 0 1em 1em;
	margin-left: .7em;
}

#content li{
	text-indent: 0px;
	padding-top: .3em;
	padding-bottom: .3em;
}*/

/* TOURS */

.tourPanel {
	width: 330px;
	float: left;
	display: inline;
	margin-right: 15px;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.tourPanel#right {
	margin: 0;
}
.tourPanel p{
	margin: 0;
	}	
.tourPanel h5{
	margin: 0;
	}
.tourPanel a{
	color: #9e1b27;
	text-decoration: none;
}
.tourPanel a:hover{
	color: #1b459a;
	text-decoration: none;
}
.tourPanel img {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

/* EXPERTS */

.expertPanel {
	width: 675px;
	float: left;
	display: inline;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	padding-top: 12px;
	padding-bottom: 5px;
}
/*.expertPanel p{
	margin: 0 0 .2em;
	}*/
.expertPanel h5{
	margin:1em 0 0 0;
	}
.expertPanel a{
	color: #9e1b27;
	text-decoration: none;
}
.expertPanel a:hover{
	color: #1b459a;
	text-decoration: none;
}
.expertPanel img {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}


.thumbs img {float:left; margin: 0 20px 10px -10px;}


/* UTILITIES */

#utilities {
	width: 325px;
	float: left;  /*since this element is floated, a width must be given */
	margin: 0 0 10px 20px;
	padding: 0;
}
#utilities p{
	font-size: 1em;
	line-height: 1.4em;
}
#utilities a{color: #937863; text-decoration:none; }
#utilities a:hover {text-decoration:none; color: #bda693;}
#utilities .itin {color: #1b459a; font-weight: bold;}

#utilities ul{
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#utilities li{
	display:block; 
	text-indent: 15px;
	background-image: url(../images/structural/tick.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding: 3px 0;
}

#utilities table {
	margin: 0;
	padding: 0;
}
#utilities table p {
	/*line-height: 1.2em;*/
	font-weight: bold;
	padding-top: .5em;
	margin: 0;
}

/*#utilities li a{
	text-decoration: none;
	display:block;
	color: #666;
}
#utilities li a:hover{
	text-decoration: none;
}*/
#utilities img {
	margin-top: 2px;
}
.panel {
	padding: 0 0 12px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

.highlightpanel {
	padding: 8px 0;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	margin-bottom: 5px;
	margin-top: 15px;
}

#footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #00acec;
	width: 768px;
	margin: 0 0 0 16px;
	padding:0;
	height: 20px;
	position: relative;
	/*bottom:40px;*/
	left:0;
	clear: both;
} 

#footer p {
	margin: 0px 0 0 16px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	
}

#footer a {text-decoration:none; color:#edf4fe;}
#footer a:hover { text-decoration:underline;}

#bot {position: relative;
	  clear: both;
	  left:0;
	  background: #edf4fe url(../images/bottom.png);
	  width:800px;
	  height:20px;}
	  
	  
/* Bottom */


#links {
	width: 720px;
	height:35px;
	margin: 5px auto 0; /* the auto margins (in conjunction with a width) center the page */
}

#links p {
	color: #7f7f7f;
	text-align: left;
	font-size: .8em;
}

#links a {text-decoration:none; color: #7f7f7f;}
#links a:hover { text-decoration: none; color: #616161;}

#links_left {
	float: left;
	display: inline;
	width: 128px;
	margin-right: 25px;
}
#links_center {
	float: left;
	display: inline;
	width: 280px;
	margin-top: 7px;
}
#links_right {
	float: left;
	display: inline;
	margin-top: 7px;
}
.affiliations, a.affiliations:link, a.affiliations:active {
	width: 127px;
	margin-right: 10px;
	background: url(../images/affiliations.png) no-repeat;
	color: #9e1b27;
	text-decoration:none;
	font-size: 1.2em;
	text-indent: -9999px;
	display: block;
	height: 33px;
}
a.affiliations:hover {
	background-position: 0 -33px;
	text-decoration:none;
}
.acelink, a.acelink:link, a.acelink:active {
	width: 274px;
	background: url(../images/ACE.png) no-repeat;
	color: #9e1b27;
	text-decoration:none;
	font-size: 1.2em;
	text-indent: -9999px;
	display: block;
	height: 14px;
}
a.acelink:hover {
	background-position: 0 -14px;
	text-decoration:none;
}
	  

	  
	  
	  
/* Bits and Pieces */

.marbot10 {margin-bottom:10px;}
.marbot20 {margin-bottom:20px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
