/* 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-top-color: #243D8F;
	border-right-color: #243D8F;
	border-bottom-color: #243D8F;
	border-left-color: #243D8F;
}

.float_right {
	border: 1px solid #243D8F;
	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 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	padding-left: 55px;
	padding-right: 15px;
}
#main h1 {
	color: #7A7A7E;
	font-size: 14px;
}
#main h2 {
	color: #7A7A7E;
	font-size: 13px;
	padding-top: 12px;
	margin-bottom: 12px;
}
#main h3 {
	color: #7A7A7E;
	font-size: 12px;
	padding-top: 12px;
	margin-bottom: 12px;
}

#main h4 {
	color: #7A7A7E;
	font-size: 11px;
	padding-top: 12px;
	margin-bottom: 12px;
}

/*----These 2 Header styles have no top margin or padding---*/	

#main h5 {
	color: #7A7A7E;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 12px;
}

#main h6 {
	color: #7A7A7E;
	font-size: 11px;
	padding-top: 0px;
	margin-bottom: 12px;
}

/*----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;
	}
	
/*----Form Elements---*/	

form {
	padding:0;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 55px;
}

label {
	line-height:normal;
	width:100px;
	float:left;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-right: 3px;
	padding-bottom: 3px;
	height: 1px;
}

#buttons {
	text-align: left;
}

#buttons input {
	width:61px;
	height:18px;
	line-height:0;
	font-size:0;
	border:0;
	margin:3px 5px;
}

#submit {
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
}

#reset {
	background-image: url(../images/clear.gif);
	background-repeat: no-repeat;
}

input, textarea {
	font-size:11px;
	color: #767676;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-bottom: 3px;
}

textarea {
}

fieldset legend {
	padding: 0;
	color: #8b8a8e;
	font-weight: bold;
}

fieldset { 
	border: 1px solid #8b8a8e; 
	padding-left: 10px;
}

/*----End Form Elements---*/
	
/*----End Main Content---*/	
