/*    Global Styling
/*^-----------------------------------------------------------------------------------------------------------------*/

* { margin:0; padding:0; border: 0; }

html, body { color: #333; background: #fff; height: 100%; }

html { font: 12px/130% Verdana, Arial, sans-serif; }

input, select, textarea { font: 150% Arial, Verdana, helvetica, sans-serif; }

a { color: #00573D; text-decoration: underline; }

#header { width: 913px; height: 74px; margin: 0 auto; position: relative; }
#logo { width: 370px; height: 74px; background: url(../images/header.gif) no-repeat; }

div#globalnav { width: 915px; height: 19px; background: #00573d; margin: 0 auto; }
div#globalnav_l { float: left; width: 8px; height: 19px; background: url(../images/main.png) -294px -22px no-repeat; }
div#globalnav_c { float: left; width: 898px; height: 17px; background: #00573d; border-bottom: #40816e 1px solid; border-top: #bfd5cf 1px solid; }
div#globalnav_r { float: left; width: 9px; height: 19px; background: url(../images/main.png) -302px -22px no-repeat; }
div#globalnav_c a { color: #fff; font-size: 10px; margin-right: 14px; text-decoration: none; }
div#globalnav_c a:hover { color: #c8b26d; }

div#head_search { position: absolute; right: 7px; top: 34px; }

#head_search label { color: #00573D; font-size: 10px; font-weight: bold;}

#searchbox { background: #d8e6e1; border: 1px solid #bcbdc0; color: #00573D; width: 105px; min-height: 16px; font-size: 10px; margin-left: 10px; padding-left: 3px; }

div#footer { width: 916px; height: 22px; background: #b5d0c7; margin: 0 auto; }
div#footer_l { float: left; width: 24px; height: 22px; background: url(../images/main.png) -294px 0 no-repeat; }
div#footer_c { color: #3d7e6e; font-size: 9px; float: left; text-align: center; width: 868px; height: 16px; background: #b5d0c7; padding: 3px 0 2px 0; border-top: #dae8e3 1px solid; }
div#footer_r { float: left; width: 24px; height: 22px; background: url(../images/main.png) -318px 0 no-repeat; }

.hidden	{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}







/**/

