html {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #800E04;
	height: 100%;
	}

body {
	margin: 0px;
	background-image: url(../images/center_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
img {
	border: 0;
}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
#wrapper {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#header {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		}
		
		#header_wrapper {
			width: 648px;
			float: left;
			}
			
		#tagline {
			width: 100%;
			float: left;
			}
			
			#tagline_left {
				width: 384px;
				float: left;
				padding-top: 25px;
				}
				
			#tagline_right {
				width: 264px;
				float: left;
				}
				
				.phone {
				 	float: right;
					padding-top: 10px; 
					padding-bottom: 8px;
					padding-right: 25px;
					}
					
				.search_form {
					float: right;
					margin: 0px;
					padding-right: 25px;
					}
					
				.search_field {
					float: right;
					margin: 0px;
					border: 1px solid #999999;
					font-size: 11px;
					height: 14px;
					width: 130px;
					padding-left: 2px;
					}
					
				.search_button {
					float: right;
					margin: 0px 0px 0px 5px;
					}
			
		#navigation {
			width: 100%;
			float: left;
			}
			
			#navigation ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				}
				
			#navigation ul li,
			#navigation ul li a {
				float: left;
				display: block;
				}
				
			
	#flash {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		}
		
	#content {
		width: 100%;
		float: left;
		background-color: #FFFFFF;
		background-image: url(../images/index_content_background.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		}
		
	#interior_content {
		width: 100%;
		min-height: 200px;
		float: left;
		background-color: #FFFFFF;
		background-image: url(../images/interior_background.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		padding: 15px 0px 15px 0px;
		}
		
		#interior_content_wrapper {
			width: 100%;
			float: left;
			min-height: 200px;
			background-image: url(../images/interior_navigation_background.gif);
			background-position: top left;
			background-repeat: repeat-y;
			}
			
			#left {
				width: 213px;
				float: left;
				padding: 0px 1px 20px 0px;
				}
				
				/* LIST NAVIGATION */
				
				#left ul {
					margin: 0px;
					padding: 0px;
					list-style: none;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #454545;
					line-height: normal;
				}

				#left li {
					width: 100%;
					float: left;
					}
				
				.sub1 a:link, .sub1 a:visited, .sub1 a:active {
					padding: 5px 20px 5px 20px;
					display: block;
					text-decoration: none;
					color: #454545;
					background-image: url(../images/sidenav_bottom.jpg);
					background-position: bottom;
					background-repeat: no-repeat;
					margin: 0px;
				}
				
				#logout {
					color: #454545;
					width: 200px;
					background-image: url(../images/sidenav_bottom.jpg);
					background-position: bottom;
					background-repeat: no-repeat;
					background-color: #fff;
					border: none;
					text-align: left;
					padding: 5px 20px 5px 18px;
				}
				
				.sub2 a:link, .sub2 a:visited, .sub2 a:active {
					padding: 5px 20px 5px 40px;
					display: block;
					text-decoration: none;
					color: #454545;
					background-image: none;
					background-color: #D9D9D9;
					border-bottom: 1px solid #FFFFFF;
					margin: 0px;
					}
			
				.sub3 a:link, .sub3 a:visited, .sub3 a:active {
					padding: 5px 20px 5px 60px;
					display: block;
					text-decoration: none;
					color: #454545;
					border-bottom: 1px solid #666666;
					background-color: #F2F2F2;
					background-image: url(../images/level3bull.jpg);
					background-position: left;
					background-repeat: no-repeat;
					margin: 0px;
					}
					
				.sub1 a:hover, .sub2 a:hover, .sub3 a:hover {
					color: #B5121B;
					}
					
				a.on:link, a.on:visited, a.on:active, a.on:hover {
					color: #B5121B;
					font-weight: bold;
					} 							
				
				/* END LIST NAVIGATION */
				
			#right {
				width: 675px;
				float: left;
				padding: 10px 30px 50px 30px;
				}
		
		#index_left {
			width: 722px;
			float: left;
			}
			
			.index_buttons {
				width: 100%;
				float: left;
				cursor: pointer;
				}
				
				.tabs {
					float: left;
					}
				
			.index_box {
				width: 662px;
				padding:  20px 30px 10px 30px;
				height: 220px;
				float: left;
				background-image: url(../images/switching_box_background.jpg);
				background-repeat: repeat-x;
				background-position: top center;
				}
			
		#index_right {
			width: 230px;
			float: left;
			}
			
			.index_news {
				width: 100%;
				float: left;
				}
			
			#index_news_text {
				width: 186px;
				padding: 15px 22px 15px 22px;
				float: left;
				}						
		
	#footer {
		width: 100%;
		float: left;
		background-color: #550404;
		}
	
	#signup {
		clear: both;
		padding: 12px 0 6px 30px;
	}
	
		.clear {
			clear: both;
		}
		
		#signup p, #signup input {
			float: left;
		}
		
		#signup p {
			color: #fff;
			font-size: 15px;
		}
		
		#signup input#box {
			background: #fff;
			border: none;
			margin:-2px 20px 0;
			padding:3px;
			width:320px;
		}
		
		#signup img#submit-signup {
			cursor: pointer;
			margin-top:-2px;
		}
		
		.formSubWrapper {
			width: 400px;
			float: left;
			background-color: #EEEEEE;
			padding: 10px 10px 0px 10px;
			}

			.formSubWrapperColumn {
				width: 204px;
				float: left;
				}

				.formSubWrapperTitle {
					width: 408px;
					float: left;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #72AD2D;
					font-weight: bold;
					padding-bottom: 10px;
					}

				.formSubWrapperContent {
					width: 408px;
					float: left;
					}

			.formSubWrapperColumnSmall {
				width: 102px;
				float: left;
				}

		.formWrapperClear {
			width: 408px;
			float: left;
			padding: 10px;
			}

		.formText {
			width: 100%;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			float: left;
			padding-right: 10px;
			}

		.formRow {
			width: 100%;
			float: left;
			padding: 0px 0px 10px 0px;
			}

		.formRow1 {
			width: 408px;
			float: left;
			padding: 0px 0px 10px 0px;
			}

			.formCheckbox {
				width: 30px;
				float: left;
				}
			.subButton {
				border: 1px solid #999;
				margin-left: 10px;
			}
		.formField {
			padding: 0px 0px 10px 0px;
			}

			.inputSize0 {
				width: 400px;
				border: 1px solid #CCCCCC;
				}

			.inputSize1 {
				width: 394px;
				border: 1px solid #CCCCCC;
				}

			.inputSize2 {
				width: 190px;
				border: 1px solid #CCCCCC;
				}

			.inputSize3 {
				width: 88px;
				border: 1px solid #CCCCCC;
				}
#loginbox {
	background-color: #e6e6e6;
	width: 300px;
	height: 150px;
	margin: 50px auto 0 auto;
}
	#loginbox table {
		margin: 15px 40px 20px 40px
	}
	#loginbox td {
		color: #800e04;
		font-weight: bold;
		width: 200px;
		padding: 3px;
	}

		.formInputSmall {
			background-color: #fff;
			border: 1px solid #999;
			width: 200px;
		}
		#submit {
			background-color: #800e04;
			border: 2px solid #550404;
			color: #fff;
		}
#member-directory td {
	text-align: center;
}
#tabletop {
	background-color: #DDD;
}