/* 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;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #876e3f;
	font-size: 11px;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

legend {
	display: none;
}

a {
	color: #3a748b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content h1 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005675;
	padding-bottom: 16px;
	font-weight: normal;
}

.content h2 {
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005675;
	padding-bottom: 8px;
	font-weight: normal;	
}

.content h3 {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005675;
	padding-bottom: 8px;
	font-weight: bold;
}

.content h4 {
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005675;
	padding-bottom: 8px;
	font-weight: normal;	
}

.content h2 span.morelink {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-weight: bold;
}

#homeCol1 .content h3 {
	font-size:12px;
	color: #7e6a3d;
	padding-bottom: 5px;
	font-weight: bold;
}

.content {
	min-height: 350px;
}

.content p {
	line-height: 15px;
	padding-bottom: 15px;
}

#homeCol1 .content p {
	line-height: 13px;
	padding-bottom: 8px;
}

.listLatestNews {
	border-top: 1px solid #eee6ca;
	padding-top: 4px;
	
}

.listLatestNews li {
	background: transparent url("/assets/images/dotted-brown.gif") left bottom repeat-x;
	padding: 5px 0 13px 0;
	font-size: 10px;
}

.listLatestNews a {
	text-decoration: none;
}


.listDownloads li {
	padding-bottom: 16px;	
}


/* Contact Form */
#contactForm h1 {
	font-size: 11px;
	margin: 0;
	padding: 4px 0 5px 24px;
	background: #ECE2BF url("/assets/images/icon-notepad.gif") 6px 2px no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contactForm label.labelLeftInline {
	display: block;
	float: left;
	width: 70px;
}

#contactForm fieldset {
	padding: 20px 0 25px 26px;
	position: relative;
}

#contactForm p {
	padding: 0 0 6px 0;
}

#contactForm .note {
	display: block;
	position: absolute;
	left: 290px;
	top: 0;
	line-height: 13px;
}

.form-text200 {
	width: 180px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 11px;
}

.form-select180 {
	width: 184px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 11px;
}

.form-textarea180 {
	width: 180px;
	height: 80px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 11px;
}

#userInfo {
	background: #E1D2AD;
	border: 1px solid #C1B084;
	margin-bottom: 20px;
	padding: 16px;
	text-align: center;
}

#userInfo h1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}

#userInfo p {
}

.userMenu {
	font-size: 9px;
	text-transform: uppercase;
}

#loginError {
	font-size: 10px;
	background: red;
	color: #fff;
	position:absolute;
	left: auto;
	top: 26px;
	padding: 2px 4px 3px 4px;
}

.form label {
	display: block;
	float: left;
	width: 85px;
	padding: 2px 0 0 0;
}
.form .field-item {
	display: block;
	float: none;
	padding-bottom: 5px;
}

.form-text-160 {
	width: 160px;
	margin: 0;
	padding: 2px 0 2px 0;
	border: 1px solid #ccc;
	font-size: 11px;
	
}

.form-radio {
	margin: 0;
	padding: 0;
	float: left;
}

.form-radio-text {
	float: left;
	display: block;
	padding: 1px 20px 0 2px;
}


.table th {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	border-right: 1px solid #fff;	
	border-bottom: 1px solid #fff;
	background: #c5b488 url("/assets/images/bg-table-header.png") left top repeat-x;
	color: #fff;
}

.table td {
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #E6D8AC;
}

.table {
	width: 100%;
	background: #fff;

}

#formChangePassword label {
	width: 118px;
}

.form-note {
	font-size: 10px;
	display: block;
	padding: 4px 200px 0 85px;

}

.adminMessage {
	border: 1px solid #5a9fba;
	padding: 10px 15px 10px 15px;
	background: #ffc;
	font-weight: bold;
	color: #3a748b;
	margin-bottom: 10px;
}

#formError {
	border: 1px solid red;
	background:#ffc;
	padding: 12px 12px 4px 12px;
	margin-bottom: 25px;
	color: red;
}

#formError b {
	display: block;
	padding-bottom: 10px;
}

.errorItem {
	color: red;
	padding-bottom: 8px;
}


.value {
	display: block;
	padding: 2px 0 0 0;
}