body {
 margin: 0;
 padding:0;
 background: white url("/images/body.bg.gif") top left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #445565;
 text-align:center;
 font-size: 11px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background: transparent url("/images/wrapper.bg.gif") top left repeat-y;
	z-index: 0;
}
#wrapper.hp { 	background: transparent url("/images/wrapper_fr.bg.gif") top left repeat-y; }

#menu { position: absolute;margin: 30px 0 0 20px;z-index:1;}
#logo {background: url("/images/logo.bg.jpg") top left repeat-x;height: 127px;clear:both;}
#logo img { position:relative;float: right;margin-right: 60px; }
#logo img.front { margin-left: 50px;position:relative;float:left;}

#content {
	clear:both;
	padding: 10px 40px 0 185px;
	background: transparent url("/images/content.bg.gif") top left no-repeat;
}
#content.hp { 	clear:right;background: url("/images/content_fr.bg.gif") top left no-repeat;padding-top:0px;padding-left: 90px; }
#footer {
	clear: both;
	background: url("/images/footer.bg.gif") top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	padding: 34px 10px 3px 10px;
	height: 27px;
	line-height:27px;
	font-size: 10px;
	color: #EAEDF2;
}
#footer.hp { background: url("/images/footer_fr.bg.gif") top left no-repeat;}

#subfooter { background: #F0F0F0; padding: 10px; font-size: 10px;}

#footer a,#footer2 a { color: white;text-decoration: none; }
#footer a:hover,#footer2 a:hover { color: #CCCCCC; text-decoration: underline; }

#footer2 {
	clear: both;
	background: url("/images/footer.bg.gif") top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	padding: 34px 10px 3px 10px;
	line-height: 27px;
	height: 27px;
	font-size: 10px;
	color: #EAEDF2;
}
#footer2.hp { background: url("/images/footer_fr.bg.gif") top left no-repeat; background-color:#002855;}

img{border:0;}


a { color: #333333;text-decoration: underline; }

#intro{ width: 300px;height: 315px;float:left; } 


/* LEFT MENU LIST ITEMS */
#leftnav {
	position: relative;
	list-style: none;
	overflow: hidden;
	height: 309px;
	width: 145px;
	margin: 0;
	padding:0;
}
#leftnav a {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 30px 0 0 0;
	width: 135px;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	/*\*//*/
	padding-top: 17px;
	text-indent: -999px;
	/**/
	vertical-align: bottom; 
	}
#leftnav li {
	padding:0;
	margin:0;
	height: 30px;
	list-style: none;
}
#leftnav a:hover {background-position: 0 -30px;}
#leftnav a:active, #leftnav a.selected,#leftnav a.selected:hover {background-position: 0 -30px;}

#leftnav #li-contact a:hover { background-position: 0 -39px;}
#leftnav #li-contact { height: 39px;}
#leftnav #li-contact a {		padding: 39px 0 0 0;
height: 0px !important;
	height /**/: 39px; /* for IE5/Win only */
 }


.col { width:50%;float: left; }

/* FORMS */
label { display:block;clear:both;margin-bottom:3px; }
label.no { display: block;width: auto;float:none;}
label.inline { display: inline;float: none;width: auto;margin-left: 5px;margin-right: 5px;}
label em { font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #990000; }
.input,.formerror,.form { font-family: Arial, Helvetica, sans-serif;background: white;font-size:12px;color:gray;margin-bottom:5px;}
.formerror { background-color: #FCDFD6;color: black;}
.button { background-color: #445565; color:white;font-weight:bold;font-size: 10px;}

/* These are standard sIFR styles... do not modify */
h1 { margin-top:0;margin-bottom: 2px;}
h2 { margin: 5px 0;}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 37px;
	letter-spacing:-4px;

}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 17px;
	letter-spacing: -9px;
}
