*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fff;
	color: #50514D;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

a
{
	text-decoration: underline;
	color: #834f4f;
}

a:hover
{
	text-decoration: none;
	color: #834f4f;
}

strong
{
	background: inherit;
	color: #834f4f;
}


/* Header styles */

#header
{
	width: 100%;
	height: 104px;
	background-color: #4d4d4d;
	background: url('images/a1.gif') repeat-x;
	color: #ffffff;
}

#header_inner
{
	position: relative;
	width: 680px;
	height: 104px;
	margin: 0px auto;
}

#header_inner h1
{
	background: inherit;
	position: absolute;
	left: 0px;
	bottom: 10px;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	display: none;
}

#header_inner h1 span
{
	background: inherit;
	color: #DADADA;
}

#main
{
	padding-top: 20px;
	position: relative;
	width: 680px;
	margin: 0px auto;
	padding-bottom: 10px;
}


/* Menu styles */

#menu ul
{
	list-style: none;
	margin: 0px;
}

#menu li
{
	background: none;
	padding: 0px;
	font-weight: bold;
}

#menu a
{
	display: block;
	position: relative;
	width: 168px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	padding-left: 17px;
	padding-top: 11px;
	color: #834f4f;
	font-size: 13px;
}

#menu a span
{
	position: absolute;
	right: 0px;
	margin-top: 5px;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	background: url('images/x1.gif') no-repeat; 
}

#menu a:hover span
{
	position: absolute;
	right: 0px;
	margin-top: 5px;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	background: url('images/x2.gif') no-repeat;
}

#menu a:hover
{
	background: inherit;
	color: #fff;
	background-image: url('images/bbg1.gif');
}


/* Headline styles */

h1
{
	background: inherit;
	color: #50514D;
	font-size: 26px;
}

h1 span
{
	display: none;
}

h1 span sup
{
	background: inherit;
	color: #834f4f;
	font-size: 14px;
}

h3
{
	margin-top: 30px;
	background: inherit;
	color: #50514D;
	font-size: 15px;
	height: 34px;
}

h3 span
{
	background: inherit;
	color: #834f4f;
}

h3.first
{
	margin-top: 0px;
}


/* Column styles */

#lcol
{
	position: relative;
	width: 185px;
	float: left;
}

#lcontent
{
	position: relative;
	padding: 0px 15px 0px 15px;
}

#lcontent ul li
{
	padding-left: 5px;
	border-left: 1px solid #bbbbbb;
	list-style: none;
}

#rcontent
{
	position: relative;
	padding: 0px 20px 10px 20px;
}

ul
{
	list-style: none;
}

p
{
	margin-bottom: 25px;
	line-height: 20px;
}

#lcol p
{
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

.divider
{
	position: relative;
	height: 1px;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.sig
{
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

ul.divided li
{
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 0px 9px;
}

ul.divided li.first
{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 5px;
}

#rcol
{
	position: relative;
	margin-left: 190px;
	width: 485px;
	background-repeat: repeat-x;
}

#slogan2
{
	font-size: 14px;
	position: relative;
	top: -5px;
}


/* Intro box styles */

.box
{
	position: relative;
	border: solid 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #50514D;
}

.box h2
{
	background: inherit;
	color: #834f4f;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

.box p
{
	font-size: 12px;
	line-height: 16px;
	margin: 12px auto;
}

.box_inner
{
	border: solid 1px #fff;
	padding: 15px;
	background: #ffffff url('images/a4.gif') repeat-x;
	color: inherit;
}

.box_inner span
{
	background: inherit;
	color: #834f4f;
	font-weight: normal;
	font-size: 18px;
}

.captioned_image
{
	position: relative;
	padding-bottom: 5px;
	float: left;
	margin-right: 17px;
}

.captioned_image div
{
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	left: 0px;
}

.captioned_image_right
{
	position: relative;
	padding-bottom: 5px;
	float: right;
}

.captioned_image_right div
{
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	left: 0px;
}


/* Footer Styles */

#footerbg
{
	width:100%;
	height:126px;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(images/footerbg.jpg);
	background-repeat:repeat-x;
}

#footerblank
{
	width:1004px;
	height:126px;
	float: none;
	margin:0 auto;
	padding:0px;
}

#footer
{
	width:1004px;
	height:126px;
	float: left;
	margin:0px;
	padding:0px;
}

#footerlinks
{
	width:1004px;
	float: left;
	margin:20px 0 0 0;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	color:#c8c8c8;
	text-align:center;
}

.footerlinks
{
	font-family:Arial;
	font-size:11px;
	color:#c8c8c8;
	text-align:center;
	text-decoration:none;
	padding:0 3px 0 3px;
}

.footerlinks_big
{
	font-family:Arial;
	font-size:14px;
	color:#c8c8c8;
	text-align:center;
	text-decoration:none;
	padding:0 5px 0 5px;
}

.footerlinks:hover
{
	font-family:Arial;
	font-size:11px;
	color:#c8c8c8;
	text-align:center;
	text-decoration: underline;		
	padding:0 3px 0 3px;
}

#copyrights
{
	width:1004px;
	float: left;
	margin:12px 0 0 0;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#c8c8c8;
	text-align:center;
}


<!-- Contact Form Styles -->

fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #BFBAB0;  
background-color: #F2EFE9;
}
legend {  
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;
}
label {  
float: left;  
width: 10em;  
margin-right: 1em;
}
