/* CSS Document */

/*----This file contains the main content formatting styles for 1 column pages ---*/	

/*----Start Main Content---*/	
	
/*----Box containing the main column and top content background---*/	
	
#box-main {
	float:left;
	width: 882px;
	background-image: url(../images/top-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	}
	
/*----This box places the main content background image---*/		

#box2-main {
	float:left;
	width: 882px;
	background-image: url(../images/bg-full1.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	}
	
/*----This places the content bottom background image---*/		

#bottom {
	width: 882px;
	height: 51px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/bottom-bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	}
	
/*----Main Content ---*/	
	
#main {
	width:850px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
 	}
	
#main p {
	padding-left: 55px;
	padding-right: 15px;
}

/* images */

.float_left {
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
	border-color: #FFFFFF;
}

.float_right {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	float: right;
}
	
/*----Navigation Arrows---*/	
	
#arrows-main {
	width: 100px;
	height: 18px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#arrows-main img {
	border: none;
	margin: 0;
	float: none;
}

/*----Column Headers---*/	

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	padding-left: 55px;
	padding-right: 15px;
}

/*----Unordered Lists---*/	
	
#main ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	}

#main ul li {
	background-image: url(../images/bullet-gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
	margin-top: 1px
	margin-bottom: 1px;
	margin-left: 27px;
	}
	
/*----Child Unordered Lists---*/	
	
#child ul { 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
#child ul li { 
	background-image: url(../images/bullet-gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 27px;
	}
	
/*----End Main Content---*/	

form {
	margin-bottom: 20px;
	margin-left: 55px;
	}
