
* {
	margin: 0px;
	padding: 0px;
	
	width: auto;
}

body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 9pt;
	margin: 0px auto;
	
	text-align: center;
	background-color: #84ACE3;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 5px;
	color: #0b4088;
	
	border-bottom: 2px solid #E3DAC6;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	color: #0b4088;
	
	border-bottom: 1px solid #F291C2;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0.5em 0em 0.5em 0em;
}

table {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10pt;	
}

ul.links {
	margin: 1em;
}

ul.links li {
	list-style-image: url('images/bullet.gif');
}

dl {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

dt {
	float: left;
	clear: left;
	display: block;
	width: 150px;
	font-weight: bold;
}

dd {
	float: left;
	clear: right;

	*float: none;
	*margin-left: 150px;
	*width: auto;
}

dl.timetable dt {
	width: 400px;
	margin: 3px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #EEE;
	
	color:#0B4088;
	font-weight: normal;
}

dl.timetable dd {
	margin: 3px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #EEE;
	
	*float: none;
	* margin-left: 150px;
	*width: auto;

}

/* Containers */

#main-container {
	width: 840px;
	background-color: #84ACE3;
	text-align: center;
	margin: 10px auto;
}

#main-container-header {
	background-image: url(images/main-container-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 275px;
	
}

#main-container-content {
	background-image: url(images/main-container-fill.png);
	background-position: top left;
	background-repeat: repeat-y;
	
	overflow: auto;
}

#content {
	padding-left: 100px;
	padding-right: 100px;
	
	text-align: left;
}

#main-container-footer {
	background-image: url(images/main-container-footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 40px;
}

#main-container-footer-large {
	background-image: url(images/main-container-footer-large.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 160px;
}

div.divider {
	border:1px dotted #E3DAC6;
}

div.quicklinks {
	margin-bottom: 10px;
	overflow: auto;
}

div.quicklink {
	float: left;
	overflow: auto;
	width: 32%;
	background-color: #d8dfbd;
	font-size: 75%;
}

div.quicklink-divider {
	float: left;
	width: 1%;
}

div.news-item {
	/* border: 1px solid #E3DAC6; */
	background-color: #EFF6FB;
	padding: 5px;
	margin-top: 10px;
}

div.quote {
	background-color: #EFF6FB;
	
	margin: 0em 0em 1em 1em;
	border-left: 4px solid #CCC;
	padding: 10px;
	
	font-style: italic;
	color: #444;
}

p.contact-footer {
	font-size: 7pt;
	text-align: center;
	padding-top: 115px;
}

p.contact-footer a {
	color: #000;
	
}

div.gallery {
	overflow: auto;
	padding: 2px;
	
	background-color:  #EFF6FB;
	
}

div.thumb {
	float: left;
	width: 152px;
	height: 152px;
	overflow: auto;
	
	margin: 2px;
	
	text-align:center;
	vertical-align:middle;
}

div.thumb img {
	vertical-align:middle;
	margin:0 auto;
	cursor: pointer;
}

span.calendar-tn {
	float: left; 
	border:1px solid #E3DAC6; 
	padding:3px; 
	margin: 0px 5px;
	overflow: auto; 
	background-color: #FFF;
	background-image: url(images/calendar-tn.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 65px; height: 65px;
}

span.newsletter-tn {
	float: left; 
	border:1px solid #E3DAC6; 
	padding:3px; 
	margin: 0px 5px;
	overflow: auto; 
	background-color: #FFF;
	background-image: url(images/newsletter-tn.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 65px; height: 65px;
}

span.map-tn {
	float: left; 
	border:1px solid #E3DAC6; 
	padding:3px; 
	margin: 0px 5px;
	overflow: auto;
	background-color: #FFF;
	background-image: url(images/map-tn.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 65px; height: 65px;
}

/* Navigation elements */

ul#nav-bar {

	list-style-type: none;
	
	display: block;
	float: right;
	padding-right: 50px;
	/*padding-left: 300px; */
	padding-top: 200px;
}

ul#nav-bar a {
	text-decoration: none;
	color: #062753;
	border-left: 1px solid #E3DAC6;
	padding: 5px 10px 5px 10px;
}

ul#nav-bar a.current-section {
	color: #6A5ACD;
}

ul#nav-bar a.last-section {
	border-right: 1px solid #E3DAC6;
}

ul#nav-bar a:hover {
	color: #FFF;
	background-color: #F291C2;
}

/*
ul#nav-bar a:hover {
	color: #6A5ACD;
	background-color: #FFF;
	border-bottom: 2px solid #E3DAC6;
}
*/

ul#nav-bar li {
	float: left;
	
	font-size: 12pt;
}

.centered {
	text-align: center;
	overflow: auto;
	margin: 0px auto;
	width: 480px;
}

.thumbs div {
	float: left;
	margin: 0px 10px;
	font-weight: bold;
	color: #0b4088; 
}

.thumbs div img {
	border: 1px solid #E3DAC6;
	padding: 3px;
}

.google-map {
	width: 500px;
	height: 300px;
}
