/* CSS Stylesheet */

body {
	background: url(../images/background1.png) no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	clear: both;
	font: 2em bold Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

h2, h3 {
	font: 1.4em bold Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
h3 {
	text-align: left;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	
}

.email a {
	color: #666666;
	background: url(../images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}

/* ID */

#wrapper {
	width: 760px;
	margin: 20px auto 0 auto;
	background: #fff url(../images/wrapper_bg.gif) no-repeat center top;
	padding: 0;
}

#banner {
	background: url(../images/banner-bg.gif) no-repeat;
	padding: 30px 0 60px 100px;
	color: #fff;
	font-weight: bold;
}

#logo {
	background: url(../images/askfirstlogo.JPG) right center no-repeat;
	height: 5em;
}

#main {
}

#legal {
}

ul.nav  {
	list-style-type: none;
	padding-left: 0;
	margin-left: 20px;
}

ul.nav li { 
	float: left;
	background: url(../images/drop_shadow.gif) right bottom no-repeat;
	margin-right: 10px;
	padding: 1px;
}

ul.nav a {	
	display: block;
	border: 1px solid #000;
	padding: 5px 15px 5px 15px;
	margin-right: 3px;
	text-decoration: none;
	position: relative;
	top: -5px;
	left: -3px;
}

.nav a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}

p.copyright {
	color: #AE00F6;
	font-size: 0.9em;
	text-transform:uppercase;
	border-top: solid 1px #ccc;
	clear: both;
}

ul.example {
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	margin-left: 20px;
}

ul.example li {
	padding-bottom: 10px;
}

ul.example a {
	color: #FF0066;
	text-decoration: none;
}

ul.example a:hover {
	color: #FF0066;
	background-color: #FFCC66;
}

/* styles for the "you are here" buttons */
#home #main a#homeLink,
#example #main a#exampleLink,
#IT #main a#ITLink,
#contact #main a#contactLink {
	background: #66FFFF  url(../images/bg_here.gif) no-repeat 95% 30%;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#itineraryLink:hover {
	color: #B2F511;
}
