body {
	margin: auto; padding: 0;
	background-color: #FFFFFF;
}
body { overflow: -moz-scrollbars-vertical; }

/* standard font styling */
body, p, h1, h2, input, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a { color: #00A8FF; text-decoration: none; }
a:hover { color: #0033CC; text-decoration: none; }

img {
	 border: 0px;
}
ul.block_nav,ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
ul.block_nav li,ul.nav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
ul.block_nav a, ul.nav a {
	background-repeat: no-repeat;
	background-position: top left;
}
ul.nav li {
	text-indent:-8000px;
}
ul.nav a {
	display: block;
}
ul.block_nav li { float: left; }

.main
{
	position:relative;
	width:900px;
	margin:0 auto;
}
#header {
	width:100%;
	height:100px;/* 140 */
}
#content {
	border-top: 1px solid #f0f0f0;
}
#footer {
	border-top: 1px solid #f0f0f0;
	
}

#header .logo,
#header a {
	display:block;
	overflow:hidden;
	text-indent:-999px;
}
#header a {
	/*float: left;
	height: 14px;
	width: 99px;*/
	background-repeat: no-repeat;
}
#header .logo {
	position:absolute;
	top:10px; /* 21 */
	left:60px;
	width:236px;
	height:80px; 
	background-image:url(images/logo.gif);
	
}

#header ul { position: absolute; left: 720px; top: 38px; }
#header li { width: 178px; margin-bottom: 1px;  }
#header .contact_us {
	background-image:url(images/contact_us2.gif);
}
#header .text_summary {
	background-image:url(images/text_summary2.gif);
}
#content .main
{
	padding-left: 80px;
	width:820px; 
	min-height:487px;
	height:auto !important;
	height:487px;
	text-align:left;
}
#flash_container { margin-left: -80px; }
#welcome_isobar { padding-left: 80px; }
/*ul.nav { float: left; margin-right: 20px; width: 140px;  }
ul.nav li {  }
ul.nav a { width: 91px; height: 14px;}
ul.nav a:hover { background-position: 0 -14px; }
ul.nav li.selected a { background-position: 0 -14px; }

ul li.bold { font-weight: bold; }
/* home */
#welcome_isobar { padding-top: 65px; }

#welcome_isobar h1 { font-size:12px; color:#0033CC; font-weight:bold; padding: 0; margin: 0; font-family:Arial, Helvetica, sans-serif;}
#welcome_isobar p { color: #0033CC; width: 500px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
