/* 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(body_bg.jpg) repeat;
	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: #0001FF;

}

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

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: justify;
	position: relative;/*set for the positioning of the nav*/
	background-image:  url(content_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}

/*
#headerBelow {
	top: 10px;
	left: 500px;
	position: relative;
	float: left;
}
*/
/***** Ends the wrappers *****/

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

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


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

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

#content {
	margin-left: 230px;
	/*padding: 7px 0 10px 0;*/
	width: 510px;
	background-image: url(header_below_bg.jpg);
	background-position: 422px 0px;
	background-repeat: no-repeat;
}

#contentHelp {
	margin-left: 30px;
	/*padding: 7px 0 10px 0;*/
	width: 710px;
	background-image: url(header_below_bg.jpg);
	background-position: 622px 0px;
	background-repeat: no-repeat;
}

#content h1, #content h2, #content h3, #nav h3, #content h4, #content h5 {
	color: #0001FF;
	text-align: left;
}

#content h1 {
	font-size: 150%;
	text-align:left;
}

#content h2 {
	font-size: 125%;
	margin-top:0.5em;
}

#content h3 {
	font-size: 110%;
}

#nav h3 {
	font-size: 100%;
}

#content h4 {
	font-size: 90%;
}
#content h5 {
	font-size: 75%;
}

#content p {
	font-size: 80%;
	padding: 5px 5px;/*top & bottom then right & left*/
}

#content ul {
	list-style:none;
	font-size: 80%;
	padding: 0px 5px 5px 25px;/*top,right,bottom left*/
	
}

#content li {
	
	padding: 0px 5px 5px 25px;/*top,right,bottom left*/
	
}


#content .imgright{
	float: right;
	border: 1px solid #0001FF;
	margin: 5px 0px 3px 10px;
}

#content .imgleft{
	float: left;
	border: 1px solid #0001FF;
	margin: 5px 10px 3px 0px;
}

#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: 140px;
	left: 23px;
	text-align:left;
	margin-top: 3em;
}

#nav h3 {
	color: #0001FF;
	/*font-size: 90%;*/
	/*padding-bottom: 5px;*/
	padding-top:10px;
	margin-left:10px;
	/*width: 179px;*/
	/*border-bottom: 1px solid #cee3cf;*/
}

#nav img {
	margin: 25px auto;
	border: 1px solid #0001FF;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
	
}


div#nav ul li {
	border-bottom: 1px solid #cee3cf;
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: 179px;
	margin-top:0;
	margin-bottom: -2px;
	
	
}

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

#nav li a {
	font-size: 100%;
	height:40px;
	/*height: 1%;*/
	display: block;
	text-decoration: none;
	color: #0001FF;
	margin: 0;
	background: url(nav_bg.jpg) right center no-repeat;
	
}

#navHelp {
	position: absolute;
	width: 180px;
	top: 140px;
	left: 23px;
	text-align:left;
	/*margin-top: 3em;*/
}
/*
#navHelp ul {
	list-style-type: none;
	padding-left: 2px;
		
}

*/
div#navHelp ul li {
	font-size: 80%;
	width: 179px;
	margin-top:0;
	margin-bottom: -2px;
}


#navHelp li a{
	font-size: 100%;
	/*height:40px;*/
	display: block;
	text-decoration: none;
	color: #0001FF;
	margin: 0;
	
}

#navHelp li a:hover, #navHelp li a:focus{
	font-size: 100%;
	/*height:40px;*/
	display: block;
	text-decoration: none;
	color: #FF00FF;
	margin: 0;
	
}



li#below a {
	/*
	font-size: 100%;
	height:50px;
	display: block;
	text-decoration: none;
	color: #0001FF;
	padding:0;
	margin: 0;
	*/
	background: url(nav_below_bg.jpg) right center no-repeat;
}

#nav li a:hover, #nav li a:focus {
	color: #0001FF;
	background: #e6f0e7 url(nav_hover_bg.jpg) right center no-repeat;
}

li#below a:hover, li#below a:focus {
	/*color: #0001FF;*/
	background: #e6f0e7 url(nav_hover_below_bg.jpg) right center no-repeat;
}

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

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

#footer {
	/*height: 34px;*/
	background-image:  url(footer_bg.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
	background-position: 0 0;
	padding-bottom: 20px;
}


#footer p {
	font-size: 70%;
	text-align: center;
	padding: 4px 23px 4px 0;
	color: #660000;
	border-top: 1px none #000;
	margin: 0 13px;
	
}


/***** Ends the footers ********/


/* copied form vienna*/

body#homepage li#home a, 
body#downloadpage li#download a, 
body#blogpage li#blog a,
body#supportpage li#support a,
body#contactpage li#contact a{
	color: #0001FF; 
	font-weight: bold; 
	background: #90b991 url(nav_this_bg.jpg) right center no-repeat;
}


body#contactpage li#blank a {
	background: url(nav_blank_below_bg.jpg) right center no-repeat;
}

#nav p{
	text-align:center;
	font-size:60%;
}

#navHelp p{
	text-align:left;
	font-size:60%;
}

#navHelp h3{
	text-align:left;
	font-size:80%;
}

#navHelp p a,#navHelp h3 a{
	text-decoration:none;
}

/*end of vienna*/

.helpImage{
	text-align:right;
	font-size:50%;
}

.clearImage{
	float:right;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:-10px;
	
	
}

fieldset{
	border:0;
}

