/*   
Theme Name: LPPACS v1
Author: David Knight
Version: 1.0
*/

body {
	background-image: url('images/bg_main.gif');
	background-repeat: repeat-x;
	background-color: #486815;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

	.wrapper {
		width: 800px;
		position: relative;
		left: 50%;
		margin-left: -400px;
		margin-top: 60px;
	}

		.menu {
			width: 520px;
			height: 15px;
			background-image: url('images/bg_menu.png');
			background-repeat: no-repeat;
			padding: 5px;
			float: right;
		}

			.menu a:link {
				color: #486815;
				font-size: 10px;
				margin-left: 13px;
				font-weight: bold;
				text-decoration: none;
			}

			.menu a:visited {
				color: #486815;
				font-size: 10px;
				margin-left: 13px;
				font-weight: bold;
				text-decoration: none;
			}

			.menu a:hover {
				color: #993300;
				font-size: 10px;
				margin-left: 13px;
				font-weight: bold;
				text-decoration: none;
			}

		.content {
			width: 800px;
			font-size: 12px;
			text-align: justify;
			background-color: #ffffff;
			float: left;
		}

			.hmcontent_place {
				width: 505px;
				height: 240px;
				font-size: 12px;
				padding: 10px;
				background-color: #ffffff;
				float: left;
			}

				.hmcontent_place p {
					margin-top: 10px;
					margin-bottom: 10px;
				}

			.content_place {
				width: 505px;
				font-size: 12px;
				padding: 10px;
				background-color: #ffffff;
				float: left;
			}

			.side_bar {
				width: 265px;
				border-left: 10px solid #ffffff;
				border-top: 10px solid #ffffff;
				margin-top: 10px;
				float: right;
			}

				.side_bar ul {
					display: inline;
					list-style: none;
				}

					.side_bar li {
						height: 20px;
						padding: 5px;
						margin-bottom: 10px;
						background-image: url('images/bg_tab.gif');
					}

						.side_bar a:link {
							color: #486815;
							outline: none;
							text-decoration: none;
						}

						.side_bar a:visited {
							color: #486815;
							outline: none;
							text-decoration: none;
						}

						.side_bar a:hover {
							color: #993300;
							outline: none;
							text-decoration: underline;
						}

		.hm_slide {
			width: 515px;
			height: 250px;
			border-left: 10px solid #ffffff;
			border-right: 10px solid #ffffff;
			background-color: #ffffff;
			margin-bottom: 20px;
			float: left;
		}

			#homeslide {
				cursor: pointer;
				overflow: hidden;
				position: relative;
				float: left;
				width: 515px;
				height: 250px;
			}

			#homeslide img {
				position: absolute;
				border: 0px;
				cursor: pointer;
				width: 515px;
				height: 240px;
				top: 0px;
				left: 0px;
			}

			#homeslide a img {
				display: none;
			}

			#homeslide a.firstslide img {
				display: block;
			}

		.hm_status {
			width: 265px;
			height: 250px;
			float: right;
		}

		.footer {
			width: 800px;
			height: 30px;
			background-image: url('images/bg_footer.gif');
			background-repeat: no-repeat;
			float: left;
		}