/*
/// GENERAL STYLES
*/

a
{
	font-weight:bold;
	color:#B4312E;
	text-decoration:none;
}
a:hover
{
	color:#B4312E;
	text-decoration:underline;
}
p
{
	margin-top:10px;
	margin-bottom:10px;
}
h2, h3, h4
{
	font-weight:normal;
	color:#435234;
	line-height:normal;
}
h2
{
	font-size:22px;
	line-height:auto;
}
h3
{
	font-size:18px;
	line-height:auto;
}
h4
{
	font-weight:bold;
	font-size:13px;
}
img.png
{
	behavior:url(/pngbehavior.htc);
}

/*
/// CALLOUT
*/

div.callout
{
	background-color:#DFCFA4;
	border-top:1px #BC8C0A solid;
	border-bottom:1px #BC8C0A solid;
	padding:10px;
}

/*
/// FORM FIELD STYLES
*/

p.error strong, span.form-req
{
	color:red;
	font-weight:bold;
}
span.form-req
{
	color:red;
	font-size:9px;
	font-weight:normal;
}
span.form-explain
{
	font-size:10px;
	color:#56720C;
}
td.formtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
}
input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#435234;
	margin:5px 0px 5px 0px;
}
input.off, select.off, textarea.off
{
	border:1px #435234 solid;
	background:#ffffff url(/images/formfield_bg.jpg) left top repeat-x;
}
input.on, select.on, textarea.on
{
	border:1px red solid;
	background-color:white;
}
input.off, textarea.off, input.on, textarea.on
{
	padding:3px 0px 0px 3px;
}
input.off, input.on
{
	height:15px;
}
input.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background:#5D0C00 url(/images/formbutton_bg.jpg) left top repeat-x;
	padding:3px;
	width:auto !important;
}
#content-text input, #content-text select, #content-text textarea
{
	width:300px;
	margin-bottom:5px;
}

/* 
///SIDENAV TABLE
*/

#sidenav
{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border:1px #859BB2 solid;
	border-top:3px #859BB2 solid;
	width:125px;
	overflow:hidden;
	float:right;
	background-color:#F2F5F6;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#sidenav a
{
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	margin:0px;
	text-align:center;
	display:block;
	padding:5px 5px 5px 5px;
	border-top:1px #F2F5F6 solid;
	border-bottom:1px #F2F5F6 solid;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#sidenav a:hover, #sidenav a.on
{
	color:white;
	background-color:#395C93;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}