/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #007359;
	font-weight: 600;
}
h2 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 13px;
}

h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0D0D0D;
	font-size: 12px;
	font-weight: 600;
}
span {
    width:140;
    margin-left: 2px;
	margin-right: 2px;
    font-weight: 600;
	font-size: 11px;
	
}
#highlight_green{
	background-color: #C0D9AF;
}
#highlight_blue3{
	background-color: #A5B8C6;
	
}
#highlight_blue2{
	background-color: #7894A8;
	
}
#highlight_blue1{
	background-color: #6996AD;
	
}
#highlight_blue{
   background-color: #8DB6CD;
   
}

#regular_text {font-size:11px;
               font-weight:300;
			   color:#333333;
}			   

#container {
	width: 800px;
	height: auto;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #F9FBFB;
	border: 1px;
	border-style: solid;
	border-color: #C1CDCD;
	position: relative;
}

#banner {
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FBFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	color: #333333;
	z-index: 1;
	}
#topstory {
	width: auto;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #F8FCFF;
	border-style: none;
	border-color: #3333FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	color: #333333;
	}
#topstory a {
	color: #535394;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 16px;
}

#topstory a:hover {
	color: #191970;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 16px;
}
#content {
	width: 775px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F0F0F;
	background-color: #FAFAFA;
	border-left: 1px  solid #C1CDCD;
	border-top: 1px solid  #C1CDCD;
	border-bottom: 1px solid  #C1CDCD;
	text-align:left;
	padding: 0px;
	position: relative;
	top: 1px;
	z-index: 5;
}
#content a {
	color: #4372AA;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 14px;
}

#content a:hover {
	color: #396191;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 14px;
}
#content #sidebar_right {
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	line-height: 14px;
	width: 150px;
	padding: 1px;
	z-index: 0;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	background-color: #EEEEEE;
	
}



/* begin styles for RSS Feed */

#content #sidebar_right .rss-box {
	 margin: 0.5em;
	 width: 135px;
	 background-color: #EEEEE0;
         border: 2px solid #5C4033;
	 
}
#content #sidebar_right .rss-items {
	margin-top:0px;
	padding:0.5em; 
	margin-left:0px;
	color: #FFFFFF;
}
#content #sidebar_right p.rss-title {padding:0.5em;}
#content #sidebar_right .rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 11px;
	background-color:#5C4033;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

#content #sidebar_right .rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 9px;
  color:#669900;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

#content #sidebar_right .rss-item a {
	text-decoration : none;
	color: #8A360F;
	font-size: 9px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
#content #sidebar_right .rss-item a:visited {
	color:green;
}

#content #sidebar_right .rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #6F4242;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
/* Footer region */
#footer {
	width: 775px;
	height: auto;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	font-size: 9px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	background-color: #FBFCFC;
	border-left: 1px  solid #C1CDCD;
	border-top: 1px solid  #C1CDCD;
	border-bottom: 1px solid  #C1CDCD;
}

#footer a {
	color: #333333;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

#footer a:active {
	color: #75AADB;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

#footer a:hover {
	color: #75AADB;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 0;
}

#button {
	color: #000000;
	background: #98C0E4;
	font-size: x-small;
}
#review {
   font-size: 12px;
   z-index:2;
   margin-left: 3px;
   padding: 5px;
   text-indent: 2px;
 }
/* LIS navigation */
/* Source: http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#lisnav, #lisnav ul {
	list-style: none;
	padding: 0;
	margin:0;
	width: 100%;
	height: 20px;
	background-color: #ECECEC;
	border: solid #CCCCCC;
	border-width: 1px 0px 1px 0px;
	text-align: center;
	z-index:50;
}

#lisnav a { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	width: 100%;
	color: #224E7A;
	text-decoration: none;
	padding: 2px;
}

#lisnav li {
	float: left;
	padding: 5;
	width: 22%;
	list-style: none;
	font-weight: bold;
	background-color: #ECECEC;
	border: solid #CCCCCC;
	border-width: 0px 0px 0px 0px;
}

#lisnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	
}

#lisnav li:hover ul, #lisnav li.sfhover ul {
	left: auto;
}

#lisnav li li {
	padding-right: 1em;
	width: 12em
}

#lisnav li ul a {
	width: 12em;
	text-align: left;
	font-weight: normal;
}

#lisnav li ul ul {
	margin: -1em 0 0 5em;
}

#lisnav li:hover ul ul, #lisnav li:hover ul ul ul, #lisnav li.sfhover ul ul, #lisnav li.sfhover ul ul ul {
	left: -999em;
}

#lisnav li:hover ul, #lisnav li li:hover ul, #lisnav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#lisnav li:hover, #lisnav li.sfhover {
	background: #CCCCCC;
}
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width: 800px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#ff7a01; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:140px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d0d0d3 url(/Images/nav_drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#71718f url(/Images/nav_drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#71718f url(/Images/nav_drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#afafcb;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#71718f;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d0d0d3; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#333365;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#333365;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
#toc
    {background-color: #F0F0F0;
	border: 1px  solid #C1CDCD;
	line-height: 16px;
	float: left;
	
	margin-right: 5px;
	font-size:10px;
    font-weight:300;
	width: 150px;
	padding: 5px;
	
		
	}
	
#toc ul {
  list-style-type: none;
	
}
