/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background: #AC5803 url(../images/body_bg.jpg) repeat-x;/* fix for IE scaling error at small font sizes*/
	text-align: center;
	color: #4A5C15;
	font: 100.01% "Trebuchet MS", Arial, Helvetica, sans-serif;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;
	background: #FFFFFF url(../images/content_bg.jpg) repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/header_bg.jpg);/*Main machu picchu image*/
	background-position: -1px 0;
	height: 48px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#subheader {
	background-image: url(../images/subheader_image.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 114px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #4E5827;
}
.questions {
	color: #333333;
	font-size: 100%;
	font-style: italic;
}
#nav p {
	font-size: 80%;
}

#content p {
	font-size: 85%;
	padding: 5px 5px;
	line-height: 140%;
}

#content li {
	font-size: 85%;
}
#content ol {
	margin-left: 30px;
}

#content #machu {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 3px 5px;
}

.disclaimer {
	font-style: italic;
	color: #666666;
	padding: 10px;
	border: 2px dotted #999;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 170px;
	left: 23px;
}

#nav h3 {
	color: #4A5C15;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #C5AEA6;
}

#nav img {
	margin: 25px auto;
	border: 1px solid #4D562E;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	margin-bottom: 20px;
	/*margin-left: 20px;*/
}
#info {
	background: #DCE0CA;
	padding: 5px;
	border: 1px solid #666666;
	color: #4F6217;
}
#info h3 {
	border-style: none;
	margin-top: 10px;
}

div#nav ul li {
	border-bottom: 1px solid #C5AEA6;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #4F6217;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #516416;
	color: #FFFFFF;
}
#content a {
	color: #516416;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	background: url(../images/footer_bg.jpg) no-repeat -1px 0;
}


#footer p {
	font-size: 70%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #4A5C15;
	border-top: 1px solid #000;
	margin: 0 13px;
	
}


/***** Ends the footers ********/
/* Add this class to an image to float it right and wrap text around it. Add a value for the margin in place of the X. */
.fltrt {
	float: right;
	margin-left: 10px;
	border: 1px solid #516416;
	margin-right: 10px;
}

/* Add this class to an image to float it left and wrap text around it. Add a value for the margin in place of the X. */
.fltlft {
	float: left;
	margin-right: 7px;
	border: 1px solid #4B5624;
	margin-top: 5px;
}
#content h1 {
	color: #B35902;
	margin-left: 5px;
	font-size: 1.2em;
	border-bottom: 2px dotted #B05802;
}
#content input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #A1520C;
	margin-left: 5px;
}
#content textarea {
	height: 175px;
	width: 300px;
	border: 1px solid #A1520C;
}
#content label {
	font-size: 1em;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
#content form {
	margin-top: 10px;
	background: #DCE0CA;
	border: 1px solid #333333;
	margin-right: 100px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.clearit {
	clear: both;
	padding-top: 5px;
}
#info a:link, #info a:visited {
	color: #9C4F0A;
}
.imgbrdr {
	border: 1px solid #000000;
}
.listindented {
	margin-left: 20px;
}
