@charset "utf-8";
/* CSS Document */

html{
	padding:0;
	margin:0;
	scrollbar-face-color:#CFCED2;
	scrollbar-shadow-color:#CFCED2;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#E9E9E9;
	scrollbar-darkshadow-color:#919194;
	scrollbar-track-color:#E4E4E4;
}

body{
	padding: 0;
	margin: 0;
	background:url(../images/bkg_grad_01.jpg) repeat-x #A6BEEE;
}

p, li  {
  	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	list-style-image:url(../images/blt_01.jpg);
	margin: 15px 0;
	padding:0;
}

a:link, a:visited, a:active {
	color: #007DFF;
	text-decoration:underline;
}

a:hover{
	color: #06C;
	text-decoration:none;
}

h1{
	display: block;
  	color: #CC7700;
	font-family: "Trebuchet MS", Helvetica, Arial,  Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0;
	word-spacing: 0;
	padding: 0 0 0 25px;
	margin: 130px 3px 3px 35px;
	background:url(../images/blt_h1.png) left top no-repeat;
}

h2{
	font-size: 18px;
 	color: #806F4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0;
	padding:0;
}

h3{
	font-size: 15px;
 	color: #B36800;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin:0;
	padding:0;
}

h4{
	font-size: 18px;
 	color: #801500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0;
	padding:0;
}

h5{
	font-size: 16px;
 	color: #806F4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0;
	padding:0;
}

h6{
	display: block;
	font-size: 10px;
 	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	margin:10px 0;
	padding: 5px 7px;
	background: #FFC;
	border: 1px solid #FC3;
}

div#container{
	width:990px;
	height: auto;
	margin:0 auto;
	background:url(../images/bkg_main.jpg)  #A6BEED;
}

div#wrapper { 
	height: auto;
	margin: 0 auto;
	background-color:transparent; 
	
}

div#header {
	width:990px;
	height: 150px;
	clear: both;
	background:url(../images/bkg_header_id.jpg) no-repeat;
}

div#logo {
	width:250px;
	height: 145px;
	float: left;
}

div#topnav {
	width:auto;
	height: 50px;
	width: 720px;
	float: left;
	margin-top: 50px;
	padding: 3px 0 0 0;
	clear: right;
	background:url(../images/bkg_nav.jpg) no-repeat; 
}

#section {
	display: table;
	float: left;
	width: inherit;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	clear: both;
}

#section_banner {
	display: table;
 	width: 745px;
	height: 195px;
	margin: 0px;
	padding: 0px;
	background: #f5f5f5; 
	clear: both;
}

.navtabs{
	width: 100%;
	overflow: hidden;
}

.navtabs ul {
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}

.navtabs li {
	display: inline;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.navtabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 11px 10px; /*padding inside each tab*/
	border-right: 1px solid #4C86BF; /*right divider between tabs*/
	color: white;
	background: transparent; /*background of tabs (default state)*/
}

.navtabs li a:visited {
	color: white;
}

.navtabs li a:hover {
	background: url(../images/bkg_nav_btn.jpg) center top no-repeat; /*background of tabs for hover state */
}

.navtabs li.selected a {
	background: url(../images/bkg_nav_btn_sel.jpg) center top no-repeat; /*background of tab with "selected" class assigned to its LI */
}



div#separator{
	display: table;
	height: 1px;
	background-color: #CCC;
	width: auto;
	margin: 10px 0;
	padding:0;
	clear: both;
}

.left_pic {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.center_pic  {
	display: block;
	text-align: center;
	padding: 4px; 
	border: 1px solid #ccc; 
}

.intro_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	color:#806F4D;
}

#box_wrapper_01{
	border: 3px solid #f5f5f5;
	padding: 15px;
	margin: 5px 0;
	background: url(../images/bkg_box_grad_01.jpg) top repeat-x;
}

div#front_banner {
	display: table;
	background:url(../images/front_banner_01.jpg) no-repeat;
	width: 990px;
	height: 321px;
	margin-top: -25px;
	clear: both;
}

div#footer{
	width:990px;
	height: 75px;
	margin:0;
	padding: 40px 0 0 0;
	clear: both;
	background: url(../images/bkg_footer.jpg) no-repeat top; 
}

div#footer p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #333;
	padding: 0 25px;
}
 
div#content{
	display: table;
	min-height:500px;
 	height:auto !important;
 	height:500px;
	width: inherit;
	margin: 0;
	margin-top: -5px;
	padding: 0 20px;
	overflow:visible;
	background: url(../images/bkg_content_fill.jpg) repeat-y;
}

#column_01 {
	float: left; 
	margin:0;
	padding:0;
	overflow:visible;
}


#column_02 {
	float: left; 
	margin: 0;
	padding: 0; 
}
#iframe{
	display: table;
	float: left;
	min-height:600px;
 	height:auto !important;
 	height:600px;
	width: 100%;
	visibility:visible;
}

div#leftnav {
	display: table;
	float: left;
	width: 175px;
	height: 500px;
	margin: 0 10px 0 0;
	padding: 7px;
	overflow: visible;
	background: url(../images/bkg_leftnav.jpg) top repeat-x;
	clear: both;
	border-top: 3px solid #3078BF;
}

/* left side navigation */

ul#leftnav {
	display: block;
	width: 165px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#leftnav li {
	display: block;
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	line-height: 120%;
	margin: 5px 0;
	padding: 0; 
	border-bottom: 1px dotted #ccc;
	list-style-image: none; 
}

ul#leftnav li a { 
	display: block;
	margin: 0px;
	padding: 5px 10px;
	color: #595959;
	text-decoration: none;
	background: url(../images/blt_02.gif) top left no-repeat;
}

#leftnav>ul#leftnav li a {
}

ul#leftnav li#active a {
	color: #069;
	background: url(../images/blt_02_sel.gif) top left no-repeat;
}

ul#leftnav li a:hover {
	color: #069;
	background: url(../images/blt_02_sel.gif) top left no-repeat;
}

ul#leftnav {
	color: #069;
}

li#active a:hover {
	color: #069;
}

div#col_left{
	display: table;
	float: left;
	width: 650px;
	margin: 0 0 0 25px;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

div#callouts{
	display: table;
	width: inherit;
	height: 320px;
	background:url(../images/bkg_callouts.jpg) no-repeat;
	padding: 7px 10px;
	margin: 0;
	clear: both;
 }

div#callouts p{
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Geneva, sans-serif;
	color: #404040;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

div#component_01, div#component_02, div#component_03{
	display: block;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 10px;
	float: left;
	text-align: center;
}

div#component_01 {
	background: url(../images/bkg_component_01.jpg) no-repeat;}
	
div#component_02 {
	background: url(../images/bkg_component_02.jpg) no-repeat;}
	
div#component_03 {
	background: url(../images/bkg_component_03.jpg) no-repeat;}

div#content_front{
	display: table;
	height:auto;
	width:825px;
	margin: 0;
	padding: 15px 25px;
 	background: transparent;
}

  
 

 

.pic_left {
	float: left;
	margin: 0 10px 0 0;
}

.pic_right {
	float: right;
	margin: 0 0 0 10px;
}

 
