@charset "UTF-8";

body  {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	}
	
/*  Basic styles */

p, h1, h2, h3, h4, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 0;
	}

h1 {
	font-size: 1.3em;
	color: #003366;
	}
	
h2 {
	font-size: 0.95em;
	color: #003366;
	}

h3 {
	font-size: 0.85em;
	line-height: normal;
	color: #003366;
	margin: 0px;
	padding: 0px;
	}
li {
	font-size: 0.75em;
	line-height: 1.6em;
}

a:link, a:visited, a:active  {
	text-decoration : underline;
	font-weight : normal;
	color: #000;
	 }
 
a:hover  {
	font-size : 1em;
	color : #000;
	background: #CCC;
	}
	
table  {
	background-color: #F2F2F2;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
td {
	border: 1px solid #666666;
	padding: 1%;
	}
	
td.label {
	font-weight: bold;
}
	
td.picture {
	background-color: #cccccc;
	text-align: center;
	width: 129px;
}
 
 .table  {
	font-family : Arial, Verdana, Geneva;
	font-size: 0.75em;
	margin: 0px;
	padding: 6px;
 }
 
 .asterisk  {
	color : red;
 }


/* Specific areas */

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#title {
	background: #FFF;
}
#title    h1 {
	background: #FFF;
	font-family: "Century Gothic", "Trebuchet MS", Futura;
	font-size: 2em;
	font-weight: bold;
	color: #003366;
	line-height: 0.5em;
}
#title h2 {
	background: #FFF;
	font-family: "Century Gothic", "Trebuchet MS", Futura;
	font-size: 1.3em;
	font-weight: bold;
	color: #369;
	line-height: 0.5em;
	text-align: right;
}

#header { 
	background: #DDD; 	
	} 

#navcontainer
{
width: 100%;
float: left;
background-color: #132846;
}
	
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px;
	}
	
#mainContent {
	margin: 0 0px 0 0px; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 520px;
	} 
	
.gallery {
	float: left;
	width: 250px;
	border: 1px solid #999;
	margin: 0px 15px 15px 5px;
	padding: 5px;
	font-size: 0.9em;
	}
	
.gallery img {
	width: 250px;
	height: 167px;
}

#footer {
	padding: 0 10px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD;
	} 	
#crumbs {
	font-size: 0.65em;
	text-align: center;
	line-height: 2em;
	color: #666666;
	}
#crumbs  a {
	color: #666666;
}
	
#counter {
	float: left;
	text-align: center;
	width: 100px
	}

#lastUpdated {
	float: right;
	text-align: center;
	width: 200px
	}


/* Nav styles */
	
#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 3%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.8em 15px;
	background-color: #132846;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #99ccff;
}

#navcontainer ul li a:hover
{
	background-color: #99ccff;
	color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	background: #8adbff;
	text-align: left;
}


/* sidebar styles */
	
.sidebarImg {
	width: 250px;
	font-size: 0.65em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
div.sidebarImg img { 
	border: 1px solid #000; 
	}


/*  footer styles */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	}
	
/* Float elements */

.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;
	}

.clearboth { clear: both; }em {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0;
	font-weight: bold;
}
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px;
	margin-left: 0px;
}
#middlebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px;
}
#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px;
}
#placesMap {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 520px;
}
.redButton {
	text-decoration: none;
}
.redButton a:hover {
	background: #FFFFFF;
	text-decoration: none; !important;
}
#lastUpdated p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

