body {background-color: #C3D2DE;
		
		text-align: center;
		min-width:1000px;
		margin: 0;
		padding: 0;
		color: #434343;
	  }

#content{ 
			width: 997px;
			margin: 0 auto;
			padding: 0px;
			background-color: #ffffff;
			border: 1px solid #434343;
			
			}
html>body #content{ width: 1000px; }
			

#top	{
			background-image: url("travelogueheader.jpg");
			margin-top: 0;
			width: 1000px;
			text-align: center;
			height: 290px;
			border: 0px solid #434343;
			padding-top: 0;
		}

#right {
			float: left;
			width: 500px;
			margin-left: 5px;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-right: 10px;
			background-color: #ffffff;
			text-align: justify;
			align: center;
			padding-left: 5px;
			passing-right: 5px;
			min-height: 400px;
			_height: 400px;
		}
		

#left {
			width: 452px;
			margin-left: 535px;
			margin:right:5px;
			margin-top: 5px;
			background-color: #ffffff;
			text-align: left;
			
		}
html>body #left{
			width:455px;
		}
		
#footer {
			background-color: #FFFFFF;
			clear:both;
			padding-top: 5px;
			font-size: smaller;
			min-height: 25px;
			_height: 25px;
			}

h2		{
		 	color: #7db2de;
	font-size: 20pt;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: none;
		}
		
		
h3		{
		 	color: #7db2de;
	font-size: 16pt;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: none;
		}
		
		
.hr	{
		  float: right;
		  margin-bottom: 0;
		}

h4.about	{
		  color: #594b7d;
		  margin-top: 2px;
		  margin-bottom: 2px;
		  border-bottom: 2px solid #a9a194;
		  font-size:medium;
		  text-align: center;
		}

h4.links	{
		  color: #FFD200;
		  margin-top: 2px;
		  margin-bottom: 2px;
		  background-color: #2275c3;
		  text-align: center;
		}


A {
	color: #7db2de;
	text-decoration: none;
}

A:hover {
	color: #7db2de;
	text-decoration: underline;
}

A.collapse {
	color: #7db2de;
	font-size: 20pt;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: none;
}

A.collapse:hover {
	color: #7db2de;
	font-size: 20pt;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: underline;
}

A.nav {
	color: #ffffff;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: none;
}

A.nav:hover {
	color: #ffffff;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: underline;
}

#info{
		text-align: right;
		font-family: "lucida sans", arial, sans-serif;
		font-size: 16px;
		color: #ffffff;
		margin: 0 0 0 0;

		padding-top: 20px;
}




#topnav li {
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		vertical-align: bottom;
}


#navigation{
		text-align: left;
		padding-left: 45px;
		padding-top: 15px;
		
		font-family: "lucida sans", arial, sans-serif;
		font-size: 24px;
		color: #ffffff;
}


#medianav {
		margin-top: 5px;
		
}

#medianav li {
		list-style-type: none;
		padding-left: 80px;
		padding-top:5px;
		font-size: 20px;
		
		
}


td {
	text-align: center;
}

#daynav {
	text-align: center;
	color: #777777;
	font-size: 20pt;
	font-family: "lucida sans", arial, sans-serif;
	text-decoration: none;
}


#colnav li {
		list-style-type: none;	
}


/* From here down is the lightbox CSS - don't mess with it */

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

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
	
/*domCollapse CSS starts here */
		.trigger{
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#fff;
		}		
		.expanded{
			background:#fff;
			cursor:pointer;
		}
		.expanded:hover{
			background:#fff;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
