* {margin:0; padding:0;}

body, html {
	margin:0;
	padding:0;
	background:#eee;
	color:#000;
	font-family:helvetica, arial;
	font-size:90%;
    }

p {
	line-height:1.3em;
	}	

body {
    min-width:700px;				/* width equal to #wrap */
    }
	
#wrap {
	background:#fff;
	margin:10px auto 10px auto;
	width:700px;
	border:1px solid #111;
    }
	
#header {
	background:#333 url(images/page-header.jpg) repeat-x top left;
    xxheight:100px;
	xxmin-height:100px;
	text-align:center;
	}
	
	#header h1 {
	color:#FFFFFF;
    padding:20px;
    margin:0px;
    }

#nav {
	xxpadding:1em 0 1em 0;
	font-size:9pt;
	text-align:center;
	/*padding:5px;*/
    }
	
	
	
	
/* 2-TIERED NAV MENU 
==========================================*/


ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: .5em 0 .5em 0;
	padding: .5em 0 .5em 0;
	cursor: default;
	list-style-type: none;
	
}


ul.nav>li{
	position:relative;
	display: inline;
	padding: 1em .4em 1em .4em;
	text-align:center;
}

ul.nav>li:active, 
ul.nav>li:hover {
	padding: 1em .4em 1em .4em;
	background-color: #333;
	color: #fff;
}

ul.nav>li:link, 
ul.nav>li:visited {
	padding: 1em .4em 1em .4em;
	background-color: #fff;
	color: #333;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	left:0;
	width:200px;
	overflow:inherit;
	top:2em;
	display: none;
	position: absolute;
	text-align:left;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 5px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #333;
	
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #333;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #333;
	color: #fff;
}


.nav ul{
	border: 1px solid #333;
}

.nav a{
	text-decoration: none;
}


	

#main {
	background:#fff;
	float:left;
	width:600px;
	padding:20px 0 0 50px;
	margin-bottom:20px;
	}
	
	
	
	#main div.buttons {
	padding:1em;
	margin:0 20px 0 20px;
	text-align:right;
	}
	
	#main h1 {
	font-size:15pt;
	}
	
	
	
	
	
#sidebar {
	float:right;
	width:270px;
	padding-top:20px;
	display:none;
    }							/* width is 10px less than what would make the total width */
#sidebar h2, #sidebar p, #sidebar ul {
    padding:0 10px 0 10px;			/* padding - left is set to 0.  It would normally be 10px but the above width is 10px less.  This is the IE fix */
    }
	
	#sidebar ul {
    margin-bottom:0;
    margin:1em 0 1em 1em;
	}
	
	#sidebar li {
	padding:0 0 .5em 0;
	list-style-type:square;
	}
	
	
#footer {
	padding:.5em;
	background:#222;
	clear:both;
	text-align:center;
	color:#fff;
}

#footer a {
   color:#fff;
    }
	
/* CONTENT 
======================= */

div.item {border: 1px solid; padding: 5px; margin:10px 10px 0 10px;}
div.item img {float: left; margin: 5px;}

div.item_half {border: 1px solid; padding: 5px; display:inline; float:left; width:270px; margin:10px 0 0 10px}
div.item_half img {float: left; margin: 5px;}

div.item_sidebar{border: 1px solid; padding: 5px; margin:10px 10px 0 10px;}
div.item_sidebar img {float: left; margin: 5px;}

div.clear_left {clear: left; line-height: 0; height: 0;}

div.clear_right {clear: right; line-height: 0; height: 0;}

div.clear_both {clear: both; line-height: 0; height: 0;}

a:link, a:visited {color:#000000;}
a:hover, a:active {color:#f00;}


 
.tourPast {
	color: #ffffff;
}

.title {
	background-color: #333333;
	width: 100%;
	color:#FFFFFF; 
	border-bottom-size: 1px;
	font-size:165%;
  	font-family:Arial, Helvetica, sans-serif;
  }
  
  .subtitle {
  font-weight:bold;
  text-transform:uppercase;
	color:#000000; 
	size: 1.5em;
  	font-family:Arial, Helvetica, sans-serif;
  }
  
  .subtitle2 {
	color:#333333; 
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
  }
  
.mediumbox {
  width: 200px;
  }
.widebox {
  width: 560px;
  }
  

  
input {
	border: thin solid #333333;
	background:#fff url(input.jpg) repeat-x top left;
	padding:5px;
	font-weight:bold;
}
	
select {
	border: thin solid #333333;
	background: #F6F3EE;
	background-color: #F6F3EE;
	}  
  
label, .warning {
  font-weight: bold;
	}
  
.warning {
  color:#F00;
  } 


  
fieldset {
	width:580px;
	padding:1em;
	}
	
textarea {
	width:570px;
	height:200px;
	}  

/* 
REORDER 
========================= */


#item_list{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	
	}

#item_list li{
	font-weight: bold;
	margin: 2px;
	padding: .5em;
	float: left;
	width: 560px;
	border: 1px solid black;
	list-style-type: none;
}

#item_list li.hilite {
	background-color:#ececec;
}

.reorder_position{
	padding:0 .5em 0 .5em;
	xxwidth:100px;
	display:inline;
	float:left;
	}

.reorder_title{
	padding:0 .5em 0 .5em;
	xxwidth:100px;
	display:inline;
	float:left;
	}

.reorder_edit{
	padding:0 .5em 0 .5em;
	xxwidth:150px;
	display:inline;
	float:right;
	}

.reorder_delete{
	padding:0 .5em 0 .5em;
	xxwidth:150px;
	display:inline;
	float:right;
	}


