/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield, div,img {  
 margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

html,body {height: 100%;}
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;*/
	color: #322F2C;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 1130px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	display: table; /*** For non-IE browsers ***/
  	height: 100%;
	background-image: url(../images/outercontent_bg6.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/header_bg6.jpg);/*Main machu picchu image*/
	/*background-position: -1px 0; */
	height: 180px;
	margin: 0 auto;
	width: 1130px;
}

#homepop p{
line-height:24px;
}
#content {
  
	padding: 7px 0 10px 0;
	width: 980px;
	/*margin: 0 auto;*/
	margin:0px 0px 0px 65px;
}


#menu{width:220px; float:left; padding-top:30px;}

#mainContent {margin:0px 0px 0px 220px;  padding:2em;}

.status {
font-size:16px; 
color:#00648f;
font-weight: bold;
}

#mainContent  h1{font-size:20px; color:#114F6A;}
#mainContent  h2{font-size:16px; color:#00648f;}
#mainContent  h3{font-size:14px;}
#mainContent  h4{font-size:14px;  color:#00648f;}
#mainContent  h5{font-size:14px;}

#mainContent  ul{padding-left: 30px;}

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute;
	width: 200px;
	top: 150px;
	left: 180px;
}

#menu h3 {
	color: #39355A;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #C5AEA6;
}

#menu img {
	margin: 25px auto;
	padding-left:10px;
	
}
#orgs {
	width: 350px;
	float:left;
}

#graph {
	float:right;
}


#menu ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#menu ul li {
	border-bottom: 1px solid #C5AEA6;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#menu>ul li, #menu>h3 {
	border-bottom: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#menu li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	padding: 9px 0 9px 12px;
	margin: 0;
	background-color:#F8EBE9;
}

#menu li a:hover, #menu li a:focus {
	background-color: #DB988E;
	color: #333333;
}

/***** Ends the navigation *****/

/***** footers *****/



.footstyle {
	font-size: 70%;
	color: #660000;
	text-align: center;
	padding: 40px 0px 5px 0px;
}


#footer {
	/*height: 34px;*/
	background-image: url(../images/footer_bg5.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
  /* background-position: -1px 0; */
}


#footer p {
	font-size: 70%;
	text-align: center;
	padding: 40px 0px 5px 120px;
	color: #660000;
/*	border-top: 1px solid #000;*/
	margin: 0 13px;
	
}


/***** Ends the footers ********/

