/* CSS Document */

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

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

#box2 {
	float:left;
	width: 882px;
	background-image: url(../images/bg-full3.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-bg3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	}
	
/*----Left Content Column---*/	
	
#one {
	width:303px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 	}
	
#one p {
	padding-left: 45px;
	padding-right: 15px;
}

/*----Left Column Images---*/	

#one img {
	border: thin none #243D8F;
	margin-bottom: 15px;
	}
	
/*----Left Column Navigation Arrows---*/	
	
#arrows1 {
	width: 100px;
	height: 18px;
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 0px;
}

#arrows1 img {
	border: none;
	margin-bottom: none;
}

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

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

/*----Left Column Unordered Lists---*/	
	
#one ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#one 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: 52px;
	}

/*----Center Content Column---*/	

#two {
	color:#333333;
	width:286px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
 	}
	
#two p {
	padding-left: 21px;
	padding-right: 30px;
	}
	
/*----Center Column Images---*/	

#two img {
	border: 1px none #243D8F;
	margin-bottom: 15px;
	}
	
/*----Center Column Navigation Arrows---*/	
	
#arrows2 {
	width: 100px;
	height: 18px;
	margin-top: 15px;
	margin-left: 21px;
	margin-bottom: 0px;
}

#arrows2 img {
	border: none;
	margin-bottom: none;
}
	
/*----Center Column Headers---*/	

#two h1, #two h2, #two h3, #two h4, #two h5, #two h6 {
	padding-left: 21px;
	padding-right: 30px;
}

/*----Center Column Unordered Lists---*/	
	
#two ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#two 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;
	}
	
/*----Right Content Column---*/	
	
#three {
	width:293px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
 	}
	
#three p {
	padding-left: 7px;
	padding-right: 40px;
	}
	
/*----Right Column Images---*/	

#three img {
	margin-bottom: 15px;
	}
	
/*----Right Column Navigation Arrows---*/	
	
#arrows3 {
	width: 100px;
	height: 18px;
	margin-top: 15px;
	margin-left: 7px;
	margin-bottom: 0px;
}

#arrows3 img {
	border: none;
	margin-bottom: none;
}
	
/*----Right Column Headers---*/	

#three h1, #three h2, #three h3, #three h4, #three h5, #three h6 {
	padding-left: 7px;
	padding-right: 40px;
}

/*----Right Column Unordered Lists---*/	
	
#three ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#three 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: 13px;
	}
	
/*----End Box containing 3 Columns and top content background---*/	

/*----End Main Content---*/	
