/* 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: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 950px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../images/outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-position: 0 0;
	height: 73px;
	margin: 0 auto;
	width: 950px;
}

#subheader {
	background-position: 0 0;
	margin: 0 auto;
	height: 160px;
	width: 950px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.1em;
	margin-left: 310px;
	padding: 27px 0 10px 0;
	width: 600px;
	color: #000000;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0 0 5px;
	color: #cc2229;
}

#content h3 {
	font-size: 80%;
	margin: 17px 0 0 5px;
	font-weight: bold;
	color: #37568a;
}

#content h4 {
	font-size: 80%;
	margin: 17px 0 0 -3px;
	padding: 10px;
	font-weight: bold;
	color: #37568a;
	background-color: #efefef;
}

#content p {
	font-size: 80%;
	padding: 5px 5px;
}

#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*/
}

a, a.visited {
	color: #a60007;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #cc2229;
}

#content ul {
	font-size: 80%;
	margin: 1.5em 3em 1.5em 3em;
	list-style: none;
}

#content li {
	list-style-image:url(../images/redBullet.gif);
	margin-bottom: 1em;
} 

.emphasis {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.pullQuote{
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666666;
	padding: 3px;
	float: left;
	width: 30%;
	margin-right: 10px;
	border-top: 2px solid #2678C9;
	border-bottom: 2px solid #2678C9;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

/****** 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: 260px;
	top: 255px;
	left: 23px;
}

#nav h3 {
	color: #0073c4;
	font-size: 110%;
	font-weight:bold;
	padding-bottom: 5px;
	margin-left: 3px;
	width: 250px;
	border-bottom: 1px solid #5a98c4;
}

#nav img {
	margin: 50px auto;
	bottom: 10px;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #5a98c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	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 solid #5a98c4; */
	margin-bottom: 0;
}

#nav li a {
	font-size: 100%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 8px 0 8px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #d8e0ec;
	color: #000000;
}

#nav li.current, #nav a.current {
 	/* background-color: #d8e0ec; */
	color: #0073c4;
	font-weight: bold;
}

#subNav {
	width: 260px;
	border: 0px;
}

div#subNav>ul li {
	/* font-size: 80%;
	margin-left: 10px;*/
}

#subNav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 0 5px 20px;
	background-image: url(../images/redBullet02.gif);
	background-repeat:no-repeat;
}


#subNav li a:hover, #subNav li a:focus {
	background-color: #d8e0ec;
	background-image: url(../images/redBullet03.gif);
	background-repeat:no-repeat;
	color: #000000;
}




/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat; 
   background-position: 0 0;
}


#footer p {
	font-size: 70%;
	text-align: center;
	padding: 6px 23px 25px 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 13px;
}
	
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	color: #afdeff;
}

.footnote {
	font-size: 60%;
}

/***** Ends the footers ********/

/***** Video Border ******/

#videoBorder {
	align: center;
	width: 450px;
	height: 338px;
	margin-left: 60px;
	border: solid 2px #000000;
}