* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	/*background: url(../628275777/images/headerbg-blue.gif) repeat-x;*/
	color: #101373;	
	text-align: center;		
}

#travels{
padding:30px 30px 30px 40px;}
/* links */
a {
	background: inherit;
	color: #3182C0; 
	text-decoration:none;
}
a:hover {
	background: inherit;
	color: #72A545;
	text-decoration:none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.1em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1 {
	padding: 3px 0 2px 5px;
	margin: 0px 0 0 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	background-color: #BCAE81;
	color: #000000;
	clear: left;
}	
#rightbar h1{
	padding: 3px 0px 3px 5px;
	margin: 0px 0 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FF9900;
	color: #000000;
	clear: left;
	text-align: left;
}
#rightbar a{
	font-size:14px;
}
#rightbar1 h1{
    padding: 3px 0 3px 5px;
	margin: 0px 0 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FF9900;
	color: #000000;
	clear: left;
}
#sidebar h1 {
	padding: 3px 0px 4px 15px;
	/*background: url(../628275777/images/square_arrow.gif) no-repeat 2px 12px;*/
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

p, h1, h2, h3 {
	margin: 8px 3px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 15px;
	color: #3182C0;
	font-size: 13px;
}
ul span, ol span {
	color: #666666;
}

/* images 
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}*/
a img {  
  border: 0px solid #FFFFFF;
}
a:hover img {
	border: 0 !important; /* IE fix*/
	border: 0px solid #FFFFFF;
	
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../628275777/images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 950px;  	
	text-align: left;		
	background: #FFF;
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 100%;	
}

/* header */
#header {
	position: relative;
	background: url(../628275777/images/headerbg-blue.gif) repeat-x;
	height: 94px;	
	border-color:#000;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 2px;
	padding: 0;
	width: 56%;	
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(../628275777/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../628275777/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../628275777/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/*background: url(../628275777/images/arrow.gif) no-repeat 2px 5px;*/
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 20%;
	padding: 0;
	font-size:12px;
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(../628275777/images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 950px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }

div.style {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.style div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
/*div.style div:first-child {
	background: url(toptitle.gif) no-repeat;
}*/
div.style div.collapsed {
	height: 25px;
}
div.style div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.style div.collapsed span {
	background-image: url(collapsed.gif);
}
div.style div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.style div a.current {
	background : #ccc;
}
div.style div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #fff;
	text-decoration: none;
}
#menu1 a {
	background:url(title.gif);
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(collapsed.gif) no-repeat 10px center;
	border-bottom: 0px;
}
#menu1 a:hover{
	/*background : url(linkarrow.gif) no-repeat right center;*/
}
#menu #current a{
    display: block;
	color:#FFFFFF;
	cursor: default;
	border-bottom: 0px;
}

		/*this is the css for the vertical version*/
		#vertical {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			width: 166px;
			padding: 0px;
			margin: 0px;
			
		}
		.vertical h1 {
			display: block; 
			background-color:#FF9900;
			
			/*padding: 0px 0 2px 10px;*/
			/*border: 1px solid #000000;*/
			color: #000000;
			margin: 0px;
			width:160px;
			font:bold 1em "Trebuchet MS", Tahoma, sans-serif;
			font-size:13px;
			text-align:left;
			
		}
		.vertical ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
			border: none;
			/*list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 204px;*/
			
		}
		.vertical img{
			background-color: white;
			color: #FFFFFF;
			border-color: #FFFFFF;
			text-decoration: none;
					
		} 
		.vertical li a{
			font-size: 85%;
			display: block;
			border-bottom: 1px dashed #C39C4E;
			padding: 6px 8px 5px 0px;
			text-decoration: none;
			color: #666666;
			width:166px;	
			
			/*display: block;
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;*/
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2em;
			margin-left: 170px;
			
			
		}
				
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 0em;
		
		font-size: 12px;  
		}
		.arrow a:hover span{
		padding-left: 0em;
	
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
			font-size:12px;
		}
		.blackwhite li a:hover{
	background-color:#FFB062;
	color: #000;
	border-color: black;
	font-size: 12px;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
	#dhtmltooltip{
		position: absolute;
		left: -300px;
		width: 150px;
		border: 1px solid black;
		padding: 2px;
		background-color:#e5e4fd;
		visibility: hidden;
		z-index: 100;
		}
	#dhtmlpointer{
		position:absolute;
		left: -290px;
		z-index: 101;
		visibility: hidden;
		}
		
	/* Image Effect */
	
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(images/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

<b><font size="2"></font></b>

