/* 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; 
}
html {
	background: #D0DFA7;
}
body {
	background: #D0DFA7 url(images/body_bg.jpg) repeat-x;
	text-align: center;
	color: #333;
	font: 100.01%/1.4 Arial, Helvetica, sans-serif;
}

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

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

#outercontent {
	margin-left: 1px;
}


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

/***** Begin laying out the headers *****/
#topbanner {
	margin: 0 auto;
	width: 766px;
	background: url(images/outercontent_bg.jpg);
	height: 49px;
}

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

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

#subheader {
	height: 42px;
	width: 746px;
	background: url(images/subheader_image.jpg) no-repeat;
	text-align: right;
	padding-top: 70px;
	padding-right: 20px;
}

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

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

#content {
    /*margin-left: 230px;*/
	padding: 12px 30px 10px 0;
	width: 490px;
	float: right;
}
a {
	color: #037291;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: #037291;
	margin: 12px 0 0;
}
#content h1 {
	font-size: 115%;
	margin-top: 5px;
}
#content h2 {
	font-size: 100%;
}
#content h3 {
	font-size: 90%;
}
#content p, #content ul, #content ol {
	font-size: 80%;
	padding: 5px 0;
}
#content ol li {
	margin-bottom: 10px;
}
#content ol ul li {
	margin-bottom: 4px;
}
ul ul, ul ol, ol ul {
	font-size: 100% !important;
}
#content #machu {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 3px 5px;
}

#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; 
	top: 170px;
	left: 23px;*/
	width: 180px;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 500px;
}

/*#nav h3 {
	color: #39355A;
	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;
	border-top: 1px solid #C5AEA6;/*plain border for IE pc*/
	/*margin-left: 20px;*/
}

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;
}
div#nav>ul {
	border-top: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
}
#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #037291;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #EDF5D6;
	color: #7A982A;
}

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

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

#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	padding-bottom: 5px;
}


#footer p {
	font-size: 70%;
	text-align: right;
	padding: 10px 23px 25px 0;
	color: #7A982A;
	border-top: 1px solid #94B533;
	margin: 0 13px;
}


/***** Ends the footers ********/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #94B533;
	padding: 1px;
}
.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #94B533;
	padding: 1px;
}.right {
	float: right;
}
