/*------------------------- global elements -------------------------*/
*{margin:0; padding:0}

body
{	text-align:center;
	font: 13px Arial;
	margin: 0 auto;
	padding:0;
	color:#FFFFFF;
	background: url(images/bkg.png) center center repeat-y;
	
}

/* A */
a:link{text-decoration: none;color: #3366FF;}

a:hover{color:#fff}

a:visited {color: #CCCCCC}

a:active {color: #FFFFFF;}

.textheader {
	font-size: 16px;
	font-weight: bold;
	
}
.textsubheader {
	font-size: small;
	font-weight: bold;
}

#container{width:865px;margin:0 auto;text-align:center;}

/* TOP MENU */
#header {margin:0 auto;text-align:center}
#hdrimg {}

#wrap {background:#092D5D;width:860px;margin-left:2px}
#hleft {width:234px;padding-left:1px;float:left;}
#hright {width:623px;float:left}
#content {background:#092D5D;width:610px}
#contentxt {text-align:justify;padding:5px}

#footer{background:#1C4269;width:100%;padding:5px 0}
#menu{
	margin:0 auto;
	font-family: Verdana;
	width:859px;
	height:61px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:80%;
		margin:0px;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:61px;
			line-height:61px;
			margin:0 1px;
		}
			#menu li a{
				display:block;
				float:left;
				height:61px;				
				color:#FFFFFF;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 10px;				
			}
				#menu li a:hover{	
					background:url(images/fm_hover_bg.jpg) repeat-x;
					color:#0C2543;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.jpg) no-repeat top;
						height:61px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:61px;				
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#FFFFFF;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 10px;		
					}

#footertext {
	font-family: Arial;
	font-size:10px; color:#FFFFFF;
}

#bodyheader {
	font-family: Arial;
	font-size:18px;
	color:#FFFFFF;
	height: 0%;
}

#clear {clear:both}

ul,ol{margin-left:15px}

.textbox
{
	margin-right: -10px;
	margin-left: 10px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	width: 255px;
	padding-left: 2px;
	padding-right: 2px;
}

.textarea
{
	margin: 0 -10px 8px 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.contactbutton
{
	height: 26px;
	width: 60px;
	margin-right: 8px;
 	padding-bottom: 2px;
}


/*------------------------- end global elements -------------------------*/

