@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img {
	border:none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #FF0000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.top-nav-right {
	background: url("images/top_nav_right_bg.gif") right top;
	height: 39px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("images/top_nav_left_bg.gif") left top;
	height: 39px;
	width: 6px;
	float: left;
}

#top_nav {
	background: #777777 url("images/ezpages_bg.gif");
	font: bold 14px arial;
	margin: 0em;
/*	padding: 0.5em;*/
	height: 39px;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	background: url("images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;
	border-right: 1px solid #999999;
}
#tab_nav li a {
	display: block;
	background: url("images/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 10px 10px 9px;
}

#tab_nav li:hover {
	background-position: left -40px;
}
#tab_nav li:hover a {
	background-position: right -40px;
}

#tab_nav #tab_active{
	background-position: 0 -78px;
}
#tab_nav #tab_active a {
	background-position: right -78px;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	background: url("images/home_tab.gif") no-repeat left 0;
	padding: 0px 20px 10px 18px;
	height: 27px;
	width: 2px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}
.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
/* FOOTER PANEL */
#mainfooterbody{height:114px; background:url(images/footer-bg.gif) 0 0 repeat-x #4D4D4D; color:#fff; padding:90px 0 0 0; position:relative; margin:0 auto; clear:both;}
#footerPan{
	width:650px;
	height:90px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#footerPan ul{
	width:330px;
	display:block;
	position:absolute;
	right:0px;
	top:20px;
	padding:0;
	list-style-type:none;
}
#footerPan li{float:left; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#footerPan ul li a{
	padding:0 0 0 10px;
	color:#ffffff;
	background:#424242;
	text-decoration:none;
}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a.padl{padding:0 0 0 14px;}

#footerPan p{
	background:#484848;
	margin:54px 45px 0 0;
	display:block;
	position:absolute;
	top:0px;
	right:40px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#footerPanleft{
	width:285px;
	height:87px;
	float:left;
	background:url(images/vertical-dot.gif) 100% 0 repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footerPanleft img{
	margin-top: 10;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
}
.galleryh {
	font-size:18px;
	margin-bottom:10px;
	margin-top: 100px;
	text-align: center;
}
.galleryhimg {
	background-color:#EFEFEF;
	margin-bottom: 25px;
}
.galleryhimg img {
	margin-right: 10px;
	margin-left: 10px;
}
#menu{
	width:100%;
	height:61px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
#menu ul{
	width:95%;
	margin:0 auto;
	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 5px;
}
#menu li a{
	display:block;
	float:left;
	height:61px;				
	color:#99a2b7;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px;				
}
#menu li a:hover{	
	background:url(images/fm_hover_bg.jpg) repeat-x;
	color:#fff;
}
#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:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px;		
}