@charset "utf-8";
*,html {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #D9CF9F;
	margin-top:4px;
	background-image: url(images/bg.gif);
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #004539;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 40px;
}
#nav {
	background-color: #004539;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0px;
}

#nav a, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 8px;
}
#nav a:hover {
	background-color: #001800;
}
#nav a.current {
	color: #000000;
	background-color: #FFFFFF;

}
#footer a, #footer a:visited {
	color: #E6DFBD;
}
#content {
	padding: 40px;
}
#content h1,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	color: #998233;
}
#content h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9C991;
}
#content p {
	margin-bottom: 24px;
	line-height:124%;
	text-align: left;
}
#content blockquote {
	font-size: 10pt;
	padding-top: 24px;
	padding-right: 48px;
	padding-bottom: 24px;
	padding-left: 48px;
	background-color: #EBE8CD;
	border: 1px solid #D0C088;
	background-image: url(wcms_icons/info.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#wrapper {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
}
#page {
	margin: auto;
	padding: 10px;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(images/header.jpg);
	height: 164px;
	background-repeat: no-repeat;
}
#login {
	margin: auto;
	width: 900px;
	font-size: 10px;
	color: #C7D5C1;
	text-align:right;
	padding-bottom:4px;
}
#login a, #login a:visited {
	color:#FFFFFF;
	text-decoration:none
}
#login a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#content #sidebar {
	float: right;
	width: 260px;
	margin-left: 24px;
}
#sidebar div.article {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:12px;
}
#sidebar div.article p {
	text-align:left;
}
#sidebar div.container, #sidebar div.container2 {
	background-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;	
	margin-bottom:24px;
}
#sidebar div.container2 {
	background-color:#E1E1E1;
}
#sidebar ul {
	margin-left:16px;
}
#content #leftcontent {
	float: left;
	width:520px;
}
#content #leftcontent ol, #content ol, #content ul, #content #leftcontent ul {
	margin-left:36px;
	margin-bottom:24px;
}
li {
	margin-bottom:2px;
}

#login input.field {
	font-size:10px;
	border: 1px solid #012501;
	background-color: #394933;
	width: 96px;
	color: #FFFFFF;
}
#login input.button {
	background-color: #978242;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 8px;
	padding: 2px;
	border:none;
}
.articledate {
	font-size:11px;
	display:block;
	padding-bottom:4px;
}
.imageright {
	margin-left:16px;
	margin-bottom:16px;
	float:right;
}
.imageleft {
	margin-right:16px;
	margin-bottom:16px;
	float:left;
}
a.button {
	text-decoration: none;
	text-decoration:none;
	display:block;
	margin-bottom:12px;
}
#quoteform td, #quoteform input.field, #quoteform textarea, #quoteform select {
	font-size:12px;
}
hr {
	margin-top: 8px;
	margin-bottom: 12px;
}
.errormessage {
	background-image: url(images/notice.png);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E10000;
	border-bottom-color: #E10000;
	background-position: 4px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #990000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.successmessage {
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-bottom-color: #009900;
	background-position: 4px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0E650A;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 16px;
}
