@charset "utf-8";
body {	margin: 0px;	background-image: url(../images/bg.gif);	background-repeat: repeat-x;	background-position: top; font-family:Tahoma,Arial, Helvetica, sans-serif; font-size:13px; text-align:justify;
color:#666;
}
.subbody {	margin: 0px;	background-image: url(../images/subbg.gif);	background-repeat: repeat-x;	background-position: top; font-family:Tahoma,Arial, Helvetica, sans-serif; font-size:12px; text-align:justify;
color:#333;
}
.container { width:954px; margin:0px auto 0px auto; overflow:hidden;}
.topbanner { width:954px; height:133px; background:url(../images/topbanner.jpg) center  top no-repeat;}
.flsbanner { width:954px; height:286px; background:url(../images/fls1.jpg) center  top no-repeat;}
.subflsbanner { width:954px; height:199px; background:url(../images/fls1.jpg) center  top no-repeat;}
.homehead { width:296px; height:37px; background:url(../images/headbg.jpg) left top no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:21px; font-weight:bold; color:#FFFFFF; padding-left:22px; padding-top:25px;}
.box1 {
	background-color: #ffffff;
	margin: 0 auto 15px auto;
	padding: 30px 0px 30px 0px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	color:#333;
}
.btmbg { width:863px; height:43px; padding-top:0px; padding-right:20px; padding-left:20px; background:url(../images/btmbtnbg.jpg) center top no-repeat;}
.white { color:#FFFFFF; font-weight:bold; font-family:Tahoma, Arial, Verdana, Georgia, "Times New Roman"; font-size:11px; text-decoration:none;}
.white:hover { color:#000000;}
.black { color:#000000; font-weight:bold; font-family:Tahoma, Arial, Verdana, Georgia, "Times New Roman"; font-size:11px; text-decoration:none;}
.black:hover { color:#0796d4;}

/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:105px;
			/*background:#ccc; */
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:6px 5px 0 5px; 
			font-weight:700;  
			height:31px; 
			text-decoration:none; 
			color:#ffffff; 
			text-align:center; 
			font-family:Tahoma, Arial, Verdana, Georgia, "Times New Roman";
			font-size:11px;
			
			
		}

		#nav li a:hover {
			color:#000;
			
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#ffffff;
			
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			
		}
		
		#nav ul li {
			width:150px; 
			float:left; 
			border-top:1px solid #000;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px 5px 16px; 
			color:#ffffff;
			background-color:#078fd2;
			text-align:left;
			
		}
		
		#nav ul a:hover {
			text-decoration:none;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

.txtfld {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000;	height: 15px;	width: 200px;	border: 1px solid #CCCCCC;}
.txtarea {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000;	width: 196px;	border: 1px solid #CCCCCC;	font-size: 11px;}
.button {	font-family: Tahoma, Arial, Verdana;	font-size: 11px;	font-weight: bold;	color: #FFFFFF;	background-color: #0066FF;	margin: 0px;	padding: 0px;	height: 18px;	width: 130px;	border: 1px solid #0e4883;	text-align: center;	vertical-align: middle;}
.button:hover {	background-color: #000;}
.staffrow{
	clear:left;
	width:590px;
	padding:5px;
	padding-top:40px;	
}
.staffphoto{
	float:left;
	width:210px;	
}
.staffprofile{
	width:350px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	background-color:#f3f3f3;
	height:250px;
	
}
