/***** Shared Styles for what ever page *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}

a {
	color: #3e3e3e;
}

a:visited {
	color: #e1b83a;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	padding-top: 30px;
	width: 825px;
	text-align: right;
	margin: 0 auto;
}

#header {
	background: #fff url(../images/header.jpg) 0 0 no-repeat;
	height: 164px;
	display: block;
	text-align: left;
}

#main {
	background: #fff url(../images/bg.gif) 0 0 repeat-y;
	text-align: left;
	min-height: 250px;
	padding: 10px 75px 25px;
}

#main a {
	color: #055C9F;
}

#footer {
	clear: both;
	background: #fff url(../images/footer.gif) 0 0 no-repeat;
	height: 53px;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 4px 0;
}

#footer p a {
	font-weight: 700;
	color: #3e3e3e;
	margin: 0 5px;
	text-decoration: none;
	border-bottom: 1px dotted #3e3e3e;
}

#logo {
	margin-left: 75px;
	float: left;
}

h1, h2, h3, h4 {
	color: #c29842;
}

h1, h2 {
	border-bottom: 1px dashed #cacaca;
	padding-bottom: 3px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

h1 {
	margin-left: 8px;
	margin-right: 20px;
}

h2 {
	border: none;
}

p {
	margin: 12px 0;
	line-height: 1.6em;
	letter-spacing: 0.3px;
}

a img {
	border: none;
}

p.clockwork {
	font-size: 10px;
	margin-right: 26px;
}

div#content_left {
	float: left;
	width: 312px;		/* 460 - padding */
	padding: 20px 30px 0 10px;
}

div#content_right {
	width: 312px;
	float: right;
	padding: 20px 10px 0 0;
}

div#onecol {
	padding: 20px 10px;
}

div#left {
	margin-left: 32px;
}

div#right {
	margin-left: 6px;
}

div.menu {
	float: left;
	margin-top: 15px;
	width: 168px;
	height: 146px;
	display: block;
}

div.menu:hover {
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
}

div.menu li {
	list-style: none;
}

div.menu h2 {
	color: #fff;
	padding-top: 50px;
	margin-left: 21px;
	margin-bottom: 0;
	width: 125px;
	text-align: center;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

div.menu a {
	color: #fff !important;
	font-size: 18px;
	text-decoration: none;
}

div.menu a:hover {
	color: #eccc45 !important;
}

div#content_left ol, div#content_left ul, div#onecol ul, div#onecol ol, div#content_right ul, #div_contentright ol {
	margin-left: 20px;
}

div#content_left li, div#onecol li, div#content_right li {
	line-height: 1.6em;
}