body {
	padding: 0;
	margin: 20px;
	font-family: Arial, helvetica, sans-serif;
	background-color: #ABB49F;
	text-align: center;
}

.hide {
	display: none;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url("images/head_back.jpg");
	background-repeat: no-repeat;
	border: 10px solid #fff;
}

	#header {
		height: 120px;
		position: relative;
	}

		#header h1, #header h2 {
			margin: 0;
			padding: 0;
			position: absolute;
			width: 240px;
			height: 50px;
			text-indent: -10000px;
		}

			#header h1 {
				top: 35px;
				left: 15px;
			}

				#header h1 a {
					display: block;
					height: 50px;
				}

			#header h2 {
				top: 35px;
				right: 15px;
			}



	#nav {
		height: 60px;
		position: relative;
	}

		#nav ul {
			position: absolute;
			top: 17px;
			left: 100px;
			margin: 0;
			padding: 0;
			list-style-type: none;

			font-size: 80%;
		}

			#nav ul li {
				display: inline;
			}

				#nav ul li a {
					border-right: 1px solid #fff;
					display: block;
					float: left;
					padding: 5px 10px;
					color: #004887;
					text-decoration: none;
					font-weight: bold;
				}

					#nav ul li a.last, #nav ul li a.home {
						border-right: none;
						margin-right: 215px;
					}

						#nav ul li a.home {
							margin-right: 0;
						}

					#nav ul li a:hover {
						text-decoration: underline;
						color: #f06;
					}

	#content {
		margin: 30px 0 0 0;
		padding: 0px 0px 10px 50px;
		float: left;
		width: 425px;
	}

		#content h3 {
			margin-top: 0;
			color: #8B9281;
			font-size: 120%;
			font-weight: normal;
		}

		#content p {
			color: #111;
			font-size: 80%;
			line-height: 1.8em;
		}

		#content ul {
			color: #111;
			font-size: 80%;
			line-height: 1.8em;
		}

		#content form {
			background-color: #eee;
			padding: 10px;
			margin: 0;
			width: 350px;
		}

			#content form input, #content form textarea {
				width: 100%;
			}

			#content form textarea {
				height: 100px;
			}

			#content form input.clickable {
				cursor: pointer;
				width: auto;
			}
		
		#content table.directory {
			border-collapse: collapse;
		}

			#content table.directory tr td {
				padding: 5px;
				border-top: 1px solid #ccc;
				font-size: 80%;
				vertical-align: top;
			}

				#content table.directory tr td p {
					font-size: 100%;
					margin: 0 0 0 0;
				}

				#content table.directory tr.first td {
					border-top: none;
				}

				#content table.directory tr td.title {
					padding-top: 9px;
					font-weight: bold;
					/* width: 70%; uncomment if its looking scrappy */
					border-right: 1px solid #eee;
				}

				#content table.directory tr.stripe td {
					background-color: #ffc;
				}

		#content dl.faq {
			font-size: 80%;
			line-height: 1.8em;
		}

			#content dl.faq p{
				font-size: 100%;
			}


			#content dl.faq dt {
				font-weight: bold;
				background-color: #F2FFE1;
				padding: 2px 5px;
			}

			#content dl.faq dd {
				margin-bottom: 20px;
			}


	#side {
		margin: 0;
		float: right;

		width: 275px;
	}

		#side ul {
			margin: 30px 0 0 0;
			padding: 0;
			list-style-type: none;
		}

			#side ul li {
				display: inline;
			}

				#side ul li a {
					margin: 0 0 5px 5px;
					float: right;
					display: block;
					height: 129px;
					width: 129px;

					color: #fff;
					text-decoration: none;

					position: relative;
				}

					#side ul li a span {
						position: absolute;
						cursor: pointer;
						font-weight: bold;
					}

				#side ul li a:hover {
					color: #4C4C4C;

				}

		#side div.image {
			height: 130px;
			background-color: #eee;
			margin: 30px 20px 0 0;
		}

#footer {
	width: 790px;
	margin: 0 auto;
	text-align: right;
}

	#footer ul {
		margin: 10px 0 0 0;
		list-style-type: none;
		font-size: 70%;
		color: #575B4E;
	}

		#footer ul li {
			display: inline;
		}

			#footer ul li a {
				color: #575B4E;
				text-decoration: none;
			}

				#footer ul li a:hover {
					text-decoration: underline;
				}

