/* ==================== Main Styles ==================== */
body {
	text-align: center;
	margin: 0;
	background-color: #343539;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 5px 0;
}
a {
	color: #006bb1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0086DF;
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 784px;
}
#main {
	min-height: 350px;
	background-image: url(../images/main.png);
	background-repeat: repeat-y;
	padding: 10px;
}

/* ==================== Header ==================== */
#header {
	background-image: url(../images/header.png);
	height: 162px;
	background-repeat: no-repeat;
}
#header h1 {
	text-indent: -900px;
	margin: 0px;
}

/* ==================== Sidebar ==================== */
#sidebar {
	width: 117px;
	float: left;
}
#sidebar #slogan {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 110px;
	color: #666666;
}
/*#sidebar #slogan a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#sidebar #slogan a:hover {
	text-decoration: underline;
}*/



/* ==================== Content ==================== */
#content {
	margin: 0px 10px 0px 127px;
	padding: 0 10px 5px 10px;
	background-color: #eaeaea;
	min-height: 320px;
}
#content h2 {
	margin: 0;
	padding: 2px 0 5px 0;
	color: #333333;
	font-size: 16px;
}
.contact_form fieldset {
	margin: 0 0 5px 0;
	padding: 5px 30px 5px 30px;
}
.contact_form fieldset legend {
	color: #006BB1;
}
.contact_form label {
	width: 175px;
	display: block;
	float: left;
}
.contact_form input[typpe=text], .contact_form textarea {
	border: solid 1px #CCCCCC;
}
.contact_form input[type=submit] {
	width: 150px;
	height: 40px;
}

/* ==================== Footer ==================== */
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/footer.png);
	height: 31px;
	line-height: 31px;
	color: #333333;
}
#footer a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#footer p {
	margin: 0px;
	padding: 0px;
}
