body{
	background:#469d2f url(/images/global/bg-page.gif) repeat-x top left;
	background:#aedde7 url(/images/global/bg-page-blue.gif) repeat-x top left;
	background:#ddb08b url(/images/global/bg-page-salmon.gif) repeat-x top left;
	background:#ff9833 url(/images/global/bg-page-orange.gif) repeat-x top left;
	background:#ded9ae url(/images/global/bg-page-tan.gif) repeat-x top left;
	margin:0;
	padding:0;
	font:normal 13px "Trebuchet MS",arial,sans-serif;
	}

#center-page{
	width:850px;
	position:relative;
	margin:15px auto 0px auto;
	padding:0px 12px;
	background:url(/images/global/page-shadow.jpg) no-repeat top left;
	background:url(/images/global/page-shadow-blue.jpg) no-repeat top left;
	background:url(/images/global/page-shadow-salmon.jpg) no-repeat top left;
	background:url(/images/global/page-shadow-tan.jpg) no-repeat top left;
	}

/*
	Top & Menu
-------------------------
*/

#p-top{
	background:url(/images/global/bg-top-round.gif) no-repeat top left;
	height:110px;
	border-bottom:1px solid #D8F7C8;
	}

/* Menu */

#p-menu{
	width:100%;
	margin:0;
	padding:0;
	background:#85C864 url(/images/global/bg-menu-off.gif) repeat-x bottom left;
	font-size:12px;
	font-weight:bold;
	}

/*\*/
* html #p-menu{height:1%;}
/**/

#p-menu:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}

#p-menu li{
	display:inline;
	}

#p-menu li a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:5px 25px;
	border-right:1px solid #8ec976;
	text-align:center;
	}

/*\*/
* html #p-menu li a{ height:1%; }
/**/

#p-menu li a:hover{
	color:#fff;
	background:#B7E29E url(/images/global/bg-menu-hover.gif) repeat-x bottom left;
	}

#p-menu li.on a, #p-menu li.on a:hover{
	background:#FAA91D url(/images/global/bg-menu-on.gif) repeat-x bottom left;
	color:#fff;
	}

/* Top Stripe */

#p-top-stripe{
	height:25px;
	/*background:#D8F7C8 url(/images/global/bg-top-stripe.gif) repeat-x top left;*/
	background:#D8F7C8 url(/images/global/bg-top-stripe-new.gif) no-repeat top left;
	/*border-bottom:1px solid #fff;*/
	}

/*
	Page Left, Sub-Menu
-------------------------
*/

#p-left{
	position:absolute;
	top:172px;
	left:22px;
	width:160px;
	font-size:12px;
	}

#p-left ul{
	padding:0;
	margin:0;
	list-style:none;
	}

#p-left ul li{
	border-bottom:1px solid #fff;
	padding:.3em .5em;
	}

#p-left ul li a{
	color:#445AB7;
	text-decoration:underline;
	}

#p-left ul li a:hover{
	color:#4386DA;
	}

#p-left ul li.on{
	background:#fff;
	}

#p-left ul li.on a{
	color:#E03128;
	text-decoration:none;
	font-weight:bold;
	}

#p-left ul li.on a:hover{
	color:#FF6600;
	}

/*
	Page Content
-------------------------
*/

#p-content{
	width:100%;
	background:#fff url(/images/global/bg-left-new.gif) repeat-y top left;
	min-height:400px;
	}

#content{
	position:relative;
	padding-top:20px;
	padding-bottom:40px;
	margin-left:200px;
	width:630px;
	}

#content a{
	color:#FF6600;
	}

#content a:hover{
	color:#ff3300;
	background-color:#ffffcc;
	}

#content h1{
	margin-top:0;
	padding-top:0;
	color:#E03128;
	font-size:20px;
/*
	border-bottom:1px solid #ccc;
	padding-bottom:.3em;
*/
	}

#content h1 div{
	font-size:17px;
	color:#41982a;
	text-transform:uppercase;
	}

#content h2{
	font-size:17px;
	color:#445AB7;
	clear:both;
	margin-bottom:-.5em;
	}

#content h2 a{
	color:#445ab7;
	}

#content h3{
	font-size:15px;
	padding-bottom:0px;
	margin-bottom:-1em;
	color:#41982a;
	}

#content p, #content ul, #content ol{
	line-height:1.6em;
	}

.p-gallery{
	}

.p-gallery td{
	background-color:#EAF3FF;
	text-align:center;
	vertical-align:middle;
	padding:12px;
	}

.p-gallery div{
	padding-top:.7em;
	}

/*
	Bottom of Page
-------------------------
*/

#p-bottom{
	padding:48px 20px 80px 20px;
	color:#fff;
	background:url(/images/global/bg-bottom-fade.gif) repeat-x top left;
	background:url(/images/global/bg-bottom-fade-blue.gif) repeat-x top left;
	background:url(/images/global/bg-bottom-fade-salmon.gif) repeat-x top left;
	background:url(/images/global/bg-bottom-fade-orange.gif) repeat-x top left;
	background:url(/images/global/bg-bottom-fade-tan.gif) repeat-x top left;
	height:68px;
	border-top:1px solid #fff;
	/*font-size:12px;*/
	}

#p-bottom p{
	margin-top:.7em;
	margin-bottom:0;
	}

#p-bottom a{
	color:#BCE0A9;
	color:#2e3192;
	}

#p-bottom a:hover{
	color:#6eb5e7;
	}

#p-bottom a.on{
	color:#fff !important;
	}
	
.red{
	color:#cc0000;
	}

#bottom-menu{
	color:#d0e3e7;
	}

/*
	Forms & Tables Used For Them
----------------------
*/

.input-table{
	margin-top:1em;
	}

.input-table td{
	padding:4px 0;
	border-bottom:1px solid #ddd;
	}

.input-table td.label{
	background:#F2EFF8 url(/images/tables/label.gif) repeat-y top left;
	text-align:right;
	width:150px;
	padding:6px;
	vertical-align:top;
	}

.input-table td.data{
	padding-left:10px;
	border-color:#f5f5f5;
	}

.input-table td.data div{
	padding:4px;
	font-size:1em;
	font-style:italic;
	color:#999;
	}

.red{
	color:#cc0000;
	}

input,select,textarea{
	font:normal 13px "Trebuchet MS",arial,sans-serif;
	}

textarea{
	width:80%;
	}

/* //////////// Listing Tables */

.listing-table{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-top:1em;
	}

.listing-table th{
	background:#f5f5f5;
	font-weight:bold;
	}

.listing-table td, .listing-table th{
	padding:4px 6px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

.listing-table td{
	}

.listing-table .left{
	text-align:left;
	}

.listing-table .right{
	text-align:right;
	}

.listing-table .center{
	text-align:center;
	}

/* Sorting */

.listing-table th a.sort-header{
	/*text-decoration:none !important;*/
	/*color:#5E81AE !important;*/
	}

a.sort-header span{
	color:#000 !important;
	}

a.sort-header:hover{
	color:#000 !important;
	}

.listing-table th .sortarrow{
	vertical-align:middle;
	}

.listing-table th .sortarrow img{
	vertical-align:middle;
	margin-left:2px;
	margin-top:2px;
	}

/* Misc */

.inset{
	display:inline-block;
	padding:15px;
	background:#f5f5f5;
	clear:both;
	}

.inset a{
	color:#ff3300 !important;
	}

/*\*/
* html .inset{
	height:1%;
	}
/**/

.book-thumbs td{
	text-align:center;
	}

.quote{
	background:url(/images/global/bg-quote.gif) no-repeat left 5px;
	padding-left:35px;
	}

/* Page Gallery */

.gallery-pages{
	text-align:center;
	display:inline-block;
	}

.gallery-pages a{
	display:block;
	float:left;
	margin:0px 8px 0px 8px;
	width:140px;
	height:35px;
	padding-top:115px;
	background-position:top center;
	background-repeat:no-repeat;
	/*color:#445AB7 !important;*/
	font-weight:bold;
	}

.gallery-pages a:hover{
	background-color:#fff !important;
	}

/* Sidebar */

#p-content .sidebar{
	width:150px;
	float:right;
	padding:10px;
	border:1px solid #efdb66;
	font-size:12px;
	margin-left:20px;
	background:#ffffd8 url(/images/global/bg-sidebar.gif) repeat-x top left;
	margin-bottom:20px;
	}

#p-content .sidebar h2:first-child{
	margin-top:0px;
	}

#p-content .sidebar h2{
	font-size:15px !important;
	margin-bottom:0px;
	}

#p-content .sidebar h3{
	margin:.4em 0px 0px 0px;
	padding-bottom:0px;
	font-size:13px !important;
	color:#E03128 !important;
	}

#p-content .sidebar p, #p-content .sidebar li{
	line-height:1.5em !important;
	padding-top:0px;
	margin-top:.2em;
	}

#p-content .sidebar a{
	color:#469D2F !important;
	}

#p-content .sidebar a:hover{
	background-color:#fff !important;
	}

/* Travel Guides */

.book-cover{
	padding-left:15px;
	padding-right:0px;
	padding-bottom:0px;
	}

#p-content .guides h1{
	margin-bottom:.4em;
	}

h1+p, .guides-intro{
	margin-top:0px;
	}