/******************** common styles ********************/
body
{
	text-align: center;
	margin: 0;
	background: #1d2c47;
	font: normal 62.5% Tahoma, Arial, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
}

h1							/* wrapper for title images */
{
	margin: 0 0 11px;
}

p
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 11px;
}

strong
{
	color: #86521f;					/* brown */
}

b
{
	color: #32658E;					/* blue */
}

a
{
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

ul
{
	margin: 11px 0 0 0;
	padding: 0 6px 4px 0;
}

ul li
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
	color: #333333;
	list-style-type: none;
	background: url(../images/bullet.gif) 0 5px no-repeat;
}


	
/******************** container styles ********************/
#container
{
	width: 740px;
	padding: 0 9px;
	margin: 0 auto;
	text-align: left;
	background: #f2f2ea url(../images/background_container.gif) repeat-y;
	position: relative;
}

* html #container
{
	\width: 758px;
	w\idth: 740px;
}


	
/******************** header styles ********************/
#header p
{
	padding: 19px 17px 0 28px;
}


	
/******************** mainnav styles ********************/
#mainnav
{
	background: #f2f2ea;
}



/******************** central styles ********************/
#central
{
	padding: 19px 17px 20px 28px;
	min-height: 250px;
}

* html #central
{
	height: 250px;
}

#sidebar
{
	float: right;
	width: 220px;
	padding-bottom: 45px;
	background: #ede4c5 url(../images/background_sidebar.gif) top no-repeat;
	padding: 19px 12px 20px 28px;
}

* html #sidebar
{
	\width: 260px;
	w\idth: 220px;
}

.feature
{
	margin-right: 260px;
	padding: 21px 1px 20px 28px;
	clear: left;
	background-color: #b6cddf;
	background-position: right top;
}

.form .col1
{
	float: left;
	width: 230px;
}

* html .form .col1
{
	width: 220px;
	overflow: hidden;
}

.form .col2
{
	float: left;
	width: 201px;
}

* html .form .col2
{
	width: 210px;
	overflow: hidden;
}

.form input 
{
	font-size: 11px;
	width: 208px;
	height: 20px;
	color: #3d250d;
	border: #3d250d 1px solid;
	padding: 3px 0 0 7px;
	background-color: #f2f2ea;
	margin-bottom: 2px;
}

html[xmlns*=""] body:last-child .form input 
{
	margin-bottom: 6px;		/* safari only */
}

.form textarea 
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 201px;
	height: 107px;
	color: #3d250d;
	overflow: auto;
	border: #3d250d 1px solid;
	padding: 3px 0 0 7px;
	background-color: #f2f2ea;
	margin: 0;
}



/******************** news styles ********************/
.news
{
}
	
.news dl
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}
	
.news dl dt
{
	line-height: 5px;
	padding-left: 13px;
}
	
.news dl dd
{
	margin: 0 0 -4px;
	position: relative;
	top: -11px;
	background: url(../images/bullet.gif) 0 6px no-repeat;
	padding-left: 70px;
}

.news dd a
{
	color: #86521f;
	font-weight: normal;
	text-decoration: underline;
}



/******************** footer styles ********************/
#footer 
{
	width: 740px;
	padding: 0 9px 15px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/background_footer.gif) top no-repeat;
	position: relative;
	top: -10px;
	text-align: center;
}

* html #footer
{
	\width: 758px;
	w\idth: 740px;
}

#footer .bottomnav
{
	font: 1.1em/1.5em Georgia, 'Times New Roman', Times, serif;
	margin: 0 20px 1px;
	padding-top: 28px;
	color: #466e89;
}

#footer .bottomnav a
{
	font-weight: normal;
	color: #466e89;
	text-decoration: none;
}

#footer .bottomnav a:hover
{
	text-decoration: underline;
}

#footer p
{
	font: 1.1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #767676;
}

#footer a
{
	font-weight: normal;
	color: #b6461a;
}

.clearfix:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* end hide from IE-mac */
