/* yui reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}


*{margin:0;padding:0}

/* yui un-reset */
h1 { font-size:138.5%; }
h2 { font-size:123.1%; }
h3 { font-size:108%;  }
h1,h2,h3 { margin:0 0 1em 0; }
h4,h5,h6 { margin: 0 0 0.2em 0;}
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }
abbr,acronym { border-bottom:1px dotted #000;	cursor:help; } 
em { font-style:italic; }
blockquote,ul,ol,dl {	margin:1em; }
ol,ul,dl { margin-left:2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd {	margin-left:1em; }
th,td {	/*border:1px solid #000;*/ padding:.5em; }
th { font-weight:bold; text-align:center; }
caption {	margin-bottom:.5em;	text-align:center; }
p,fieldset,table { margin-bottom:1em; }



body{
 margin:0;padding:0
 color:#000;
cursor:default;
 font-size:11px;
 line-height:16px;
 text-align:center;
font: 100% Verdana, Arial, Helvetica, sans-serif;
background:#ffffff url(images/home_bg.jpg); background-repeat:repeat-x;
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 */
 background-position:50% 0;
 }
a:link,a:visited{
 color:#000;
 text-decoration:none;
}
a img{
 border:0;
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#container.logo{ padding:44px 0 38px 0; position: relative }

 img, div, input { behavior: url("iepngfix.htc") }


 /*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */

div.wrap{
 width:930px;
 margin:0 auto;
 text-align:left;
}
 div#top div#nav{
  float:left;
  clear:both;
  width:930px;
  height:52px;
  margin:22px 0 0;
  background:url url(images/nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:930px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }
 
div#header{
 margin:0; padding:0;
}
div#video-header{
 height:683px;
 margin:-1px 0 0;
}
 div#header div.wrap{
   height:462px; width:930px; background-image:url(images/homebasepx.png); background-repeat:no-repeat;
  /*background:url(images/header-bg.png) 50% 0*/
 }
 div#header div#slide-holder{
  z-index:40;
  width:930px;
  height:462px;
  position:absolute;
  
 }
  div#header div#slide-holder div#slide-runner{
   top:0px;
   left:0px;
   width:930px;
   height:462px;
   overflow:hidden;
   position:absolute;
  }
  div#header div#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
  }
  div#header div#slide-holder div#slide-controls{
   left:0;
   bottom:0px;
   width:930px;
   height:138px;
   display:none;
   position:absolute;
   background:url(images/slide-bg.png) 0 0;
  }

/*div#header div#slide-holder p.text{
    float:left; 
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:14px;
    margin:2px 0 0 20px;
    text-transform: capitalize;
   }*/
   
div#header div#slide-holder p {
    
    display:none;
    
   }
   

   div#header div#slide-holder div#slide-controls p#slide-nav{
    float:right;
    height:12px;
    display:inline;
    margin:11px 15px 0 0;
   }
    div#header div#slide-holder div#slide-controls p#slide-nav a{
     float:left;
     width:12px;
     height:12px;
     display:inline;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1em;
     margin:1px 4px 0 0;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
     background-position:0 0;
     background-repeat:no-repeat;
    }
    div#header div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position:0 -12px;
    }
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(images/silde-nav.png);}
div#nav ul li a{background:url(images/nav.png) no-repeat;}

/* tagline float */
#tagline {
	margin-bottom: 5px;
	float: left;
	position: absolute;
	display: inline;
	clear: both;
	z-index: 41;
	width:671px;
	height:50px;
	left: 20px;
	top: 350px;
	}

/* Menu */

#menu {
	float: left; display: inline; clear: both; 
	position: relative;
	z-index: 41;
	background:url(images/topbar.jpg); background-repeat:no-repeat;
	width:924px; height:35px;
   	margin-left: 1px; 	margin-top: 6px; 
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 5px 160px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}


#menu li.home {
	color: #39674A;
	padding-left: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.3px;
	line-height: 1.5em;
}

#menu a.home {
	color: #3C3F3B;
	padding-left: 46px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.3px;
	line-height: 1.5em;
}


#menu li.selected {
	color: #39674A;
	padding-left: 56px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.3px;
	line-height: 1.5em;
}

#menu a.last  {
	padding-left: 74px; 
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.3px;
	line-height: 1.5em;
	color: #3C3F3B;
}


#menu a {
	padding-left: 65px; 
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.3px;
	line-height: 1.5em;
	color: #3C3F3B;
}

#menu a:hover {
	text-decoration: underline;
}


/* -- Search block -- */
#searchbox
	{
	border: 1px solid #b2c7e1;
	background: #fff;
	padding: 2px 4px;
	float: right;
	position: absolute;
	top: 5px;
	right: 11px;
	z-index: 41;
	}
	
#searchbox #searchfield { border: 0; font-size: 0.9em; color: #888; width: 145px; 	}
#searchbox #searchfield.active { color: #333; }
#searchbox #searchbutton
	{
	background: url(images/search_submit.gif) no-repeat;
	border: 0;
	width: 56px;
	height: 15px;
	text-indent: -9999px;
	cursor: pointer;
    cursor: hand; /* for IE 5.x */
	}


/* -- four tabs -- */

	.clear {clear: left;}
	
	.clearing {clear: both; font: 1px/1px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; 
}

	.tab_container {
	margin:0 auto;
	width: 930px; height: 50px;
	
	
}
	#tabMenu{
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	float: left;
	z-index: 41;
	left: 0px;
	top: 406px;
}
#tabMenu li{
	float: left;
	display: inline;
	padding-left: 18px; padding-bottom: 10px;  padding-top: 2px; 
}

a.tabNew, a.navNew_a{
	display:block;
	float:left;
	width:210px;
	height:49px;
	background: url("images/new_button.jpg");
	background-repeat:no-repeat;
	border:none;
	
}
a.tabNew:hover{

	background: url("images/new_button.jpg") 0 98px;
}
a.tabNew_a{

	background: url("images/new_button.jpg") 0 49px;
}

a.tabProg, a.navProg_a{
	display:block;
	float:left;
	width:210px;
	height:49px;
	background: url("images/prog_button.jpg");
	background-repeat:no-repeat;
	
}
a.tabProg:hover{

	background: url("images/prog_button.jpg") 0 98px;
}
a.tabProg_a{

	background: url("images/prog_button.jpg") 0 49px;
}


a.tabComm, a.navComm_a{
	display:block;
	float:left;
	width:210px;
	height:49px;
	background: url("images/comm_button.jpg");
	background-repeat:no-repeat;
	
}
a.tabComm:hover{

	background: url("images/comm_button.jpg") 0 98px;
}
a.tabComm_a{

	background: url("images/comm_button.jpg") 0 49px;
}


a.tabPeop, a.tabPeop_a{
	display:block;
	float:left;
	width:210px;
	height:49px;
	background: url("images/people_button.jpg");
	background-repeat:no-repeat;
	
}
a.tabPeop:hover{

	background: url("images/people_button.jpg") 0 98px;
}
a.tabPeop_a{

	background: url("images/people_button.jpg") 0 49px;
}




.clearing { clear:left;}

/* footer */
#footer {
	
	text-align:right;
	margin-top:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#555555;
	border-top:1px solid;
	padding-top: 15px; padding-left: 5px;
	border-color:#CCCCCC;
	width:99%; height: 30px;
}
#footer p {font-style:normal;float:right;}
#footer ul{margin:0;padding:0;list-style:none;float:left;}
#footer ul li{display:inline;margin:0 1px 0 2px;}
#footer ul li a{color:#555555;text-decoration:none;}
#footer ul li a:hover{color:#555555;text-decoration:underline;}

