@charset "utf-8";

/* 	CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*	Template Properties
*/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #4C3D1E;
}

.container {
	width: 951px;
	margin: auto;
}

.leftpanel {
	float: left;
	width: 220px;
	height: 484px;
	background-image: url(images/bg_left.jpg);
	background-repeat: no-repeat;
}
	.logo img {
		width: 220px;
		height: 70px;
	}
	.menu {
		border-collapse: collapse;
		margin: 49px 0 0 30px;
	}
		.menu td {
			padding: 15px 5px 5px 20px;
			font-size: 1.2em;
		}
		.menu a {
			color: #FFFFCC;
			text-decoration: none;
		}
			.menu a:hover {
				text-decoration: underline;
			}


.rightpanel {
	float: left;
	width: 691px;
	padding: 0 20px;
}
	.tagline {
		border-bottom: 1px solid #E5B75C;
		text-align: right;
		padding-top: 20px;
	}
	.content {
		padding: 20px 0;
	}
	.footer {
		border-top: 1px solid #E5B75C;
		text-align: right;
		margin-top: 100px;
		font-size: 0.9em;
		padding-top: 5px;
	}








/*	Content Properties
*/

a {
	color: #A92C0E;
}

p {
	padding-bottom: 15px;
	line-height: 1.5em;
}

ul, table {
	margin-bottom: 15px;
}

ul {
	padding-left: 30px;
}

li {
	line-height: 1.5em;
	list-style: disc;
}

td {
	padding: 5px;
}

h1 {
	color: #D65B15;
	font-size: 2em;
	font-weight: normal;
	font-family: Tahoma;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.1em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.highlight {
	background-color: #D55B26;
	padding: 5px;
	color: #FFFFCC;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.highlight-box {
	background-color: #FFD176;
	border: 1px solid #E5B75C;
	padding: 15px;
	color: #990000;
	text-align: center;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgborder {
	border: 2px solid #4C3D1E;
}

.tblaccomm {
	border: 2px solid #330000;
}
	.tblaccomm th {
		background-color: #330000;
		color: #FFFFCC;
		padding: 5px;
		font-weight: bold;
	}
	.tblaccomm td {
		padding: 5px;
		font-weight: bold;
	}

.tblcontact {
	border-collapse: collapse;
}
	.tblcontact th {
		text-align: left;
		color: #990000;
		padding: 5px;
		font-weight: bold;
	}
	.tblcontact td {
		padding: 5px;
	}













