@charset "UTF-8";
@import url(http://reset5.googlecode.com/hg/reset.min.css);
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background-color: #a9b1be;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #466ca4;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0.5em;
}

p, dl {
	padding: 0px 10px;
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0px 10px 0px 20px;
	margin-bottom: 0.5em;
}

ul, ol {
	padding: 0px 10px 0px 40px;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

a img {
	border: none;
}

a:link {
	color: #a66b46;
	text-decoration: underline;
}

a:visited {
	color: #a69246;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* Sometimes I don't want the visited links to change colors - for menu-like lists... */

.menu a:visited {
	color:#a66b46;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1280px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header{
	background-color: #d8e7fd;
	height: 150px;
}

header img {
	float: left;
}

/* Top navigation drop-down menu from http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/
*/
/* ~~ Starts with the main menu styles ~~ */

#topnav {
	list-style: none;
	width: 1180px;
	height: 31px;
	padding: 0px 50px;
	margin-bottom:0em;
	
	/* gradient */
	background: #fff9e0;
	background: -moz-linear-gradient(top, #fff9e0, #ffe579);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#fff9e0), to(#ffe579));
	
	/* borders */
	border-bottom: 2px solid #466ca4;
	
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;
}

#topnav li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 4px 30px 0px 30px;
	margin: 0px 30px 0px 0px;
	border: none;
}

#topnav li:hover {
	border: 1px solid #bfbb8a;
	padding: 3px 29px 3px 29px;
	
	/* background color and gradients */
	background: #a69246;
	background: -moz-linear-gradient(top, #bfbb8a , #a69246);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#bfbb8a), to(#a69246));
	
	/* rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #000;
	display: block;
	outline: 0;
	text-decoration: none;
}

#topnav li a:hover {
	color: #fff7d6;
}

#topnav li .drop {
	padding-right: 18px;
	background: url("../images/drop.png") no-repeat right; /* don't need hover state because no change in our case  */
}

/* ~~ Then styles for the drop down divs (rather than uls) ~~ */

/* this formats the menu and hides it off screen - left: -999em;  */
.dropdown {
	margin: 4px auto;
	position: absolute;
	left: -999em;
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #a69246;
	border-top: none;
	width: 148px;
	
	/* gradient background */
	background: #a69246;
	
	/* rounded corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

#topnav li:hover .dropdown {
	left:-1px;top: auto;
	z-index:999;  /* Make sure the dropdown is on TOP of anything else... */
}

.dropdown p {
	margin: 10px 10px;
}




.maincontent {
	width: 100%;
	background: url("../images/PTG-Body-1280.png") repeat-y;
	overflow: auto;
}

.maincontent h1 {
	font-size: 2em;
}

.maincontent h2 {
	font-size: 1.5em;
}

.maincontent h3 {
	font-size: 1.17em;
}

.maincontent h4 {
	font-size: 1em;
}

.maincontent h5 {
	font-size: .83em;
}

.maincontent h6 {
	font-size: .75em;
}

.sidebar1 {
	float: left;
	width: 298px;
	background-color: #eaf2fe;
	padding-bottom: 10px;
	border-right: 2px solid #466ca4;
}

.content {
	padding: 10px 0px;
	width: 980px;
	float: right;
}

/* Styles for main itinerary page - reused for other 3-column layout? */

.threecolumn {
	float:left;
	width:320px;
	padding:10px 0px;
}

.middlecolumn {
	float:left;
	width:320px;
	padding:10px 0px;
}

.rightcolumn {
	float:left;
	width:320px;
	padding:10px 0px;
}

/* Styles for main routes page */

#index-nav {
	list-style:none;
	width:980px;
	display:block;
}

#index-nav li	{
	display:block;
	float:left;
	text-align:center;
	margin:0px 10px;
}

#index-nav li	a, #index-nav li a:visited {
	color:#466ca4;
	display:block;
}

#index-nav li a:hover, #index-nav li a:active, #index-nav li a:focus {
	color:#a69246;
	text-decoration:none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

/* Styles for the "hidden" glossary links */
.glossary a, .glossary a:visited {
	color:#000000;
	text-decoration:none;
}

.glossary a:hover {
	color:#a66b46;
}

/* Style the contact us form - the only form on the site... */
form    {
	/* background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px); */
	margin:30px;
	position:relative;
	width:550px;
	height:450px;
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input    {
	width:375px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea#feedback {
	width:375px;
	height:150px;
	display:block;
}


textarea.message {
	display:block;
} 

input.button {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#09C;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1p solid #999;
}
input.button:hover {
	background:#fff;
	color:#09C;
}



/* ~~ The footer ~~ */
footer {
	height: 20px;
	padding: 10px 50px;
	
	/* gradient */
	background: #fff9e0;
	background: -moz-linear-gradient(top, #ffe579, #fff9e0);
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#ffe579), to(#fff9e0));
	
	border-top: 2px solid #466ca4;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

footer p {
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #bfbb8a;
}

footer a:link, footer a:visited {
	color: #a69246;
	text-decoration:none;
}

footer a:hover {
	color: #a69246;
	text-decoration:underline;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}