@charset "UTF-8";
/* CSS Document */
/*The style sheet is grouped into 7 sections:
	PAGE STRUCTURE
	MAIN NAV BAR
	TOP LINKS and SEARCH
	MAIN CONTENT STYLES
	SIDEBAR STYLES
	GLOBAL
	BROWSER HACKS
*/

/*--PAGE STRUCTURE--*/
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	background: url(/images/bkgd-st.gif) repeat;
	text-align: center;
	color: #333;
}
#container { 
	width: 983px;  
	margin: 0 auto; 
	text-align: left;
} 
#header {
	background: url(../images/hdrBkgd_2.gif) no-repeat;
	margin: 0;
	position: relative;
	height: 96px;
} 
#page {
	background: #FFFFFF url(../images/pageBkgd3.gif) repeat-y;
	width: 983px;
	margin: 0px;
	padding: 0px;
}
#sidebarL {
	float: left;
	width: 237px;
	padding-top: 0px;
	margin:0;
}
#sidebarR {
	float: right;
	width: 261px;
	padding-top: 30px;
	margin: 0 0 0 10px;
	padding-bottom: 20px;
}
#mainContent {
	margin: 0 250px 0 238px; /*margins for 3-column page*/
	padding: 0 0 20px; 
} 
#mainContent.full {
	margin: 0 0 0 238px; /*zeroes out right margin for 2-column page*/
	padding: 0 0 20;
} 
#footer {
	padding: 0;
	background: url(../images/footer2.gif) no-repeat;
	height: 26px;
	margin-bottom: 10px;
} 
.clearfloat { /* this should be the final element before the close of a container that includes a floated element */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MAIN NAV BAR */
#nav {
	float:left;
	width:706px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 274px;
	}
	
/*adjust #nav ul padding-top for position relative to background*/
#nav ul {
	float:left;
	list-style: none;
	margin-top: 77px;
	margin-bottom: 0;
	margin-right: 6px;
	padding: 0;
	list-style:none;
}
#nav li {
	float:left;
	margin: 0 4px 0 4px;
	padding: 0;
	background: url(../images/tab.gif) no-repeat left top;
	border:1px solid #666;
	border-bottom: none;
}
#nav a {
	display: block;
	padding: 0;
	margin:0;
	padding: 3px 5px 2px 5px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	float:none;
	letter-spacing: .08em;
}
#nav li:hover, #nav li:hover a {
	color:#933;
  }
#nav a.current {
	border:none;
	padding-bottom:3px;
	color:#933;
	background: #fff;
  }



/* TOP LINKS AND SEARCH STYLES */
#topLinksSearch  {
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 12px;
}
.topLinks {
	color: #eee;
}
#topLinksSearch a {
	color:#ccc;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 4px 0;
	margin-bottom: 4px;
}
#topLinksSearch a:hover, #topLinksSearch .current {
	color: #C94343;
}
/*makes "Skip nav" message for screen readers invisible*/
.invisible {
	overflow: hidden;
	position: absolute; 
	left: -1200px;
	top: 0;
}
.options {
	text-transform: none;
	color: #3366CC;
	font-weight: normal;
}
#searchbox {
	background: #d7e4f3;
	padding-bottom: 4px;
}
#searchtable td {
	text-align: right;
}
#searchtable {
	vertical-align: top;
}

/* MAIN CONTENT STYLES */
#mainContent, #results,#result_report {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.5em;
}
#mainContent h1 {
	font-size: 190%;
	font-weight: normal;
	padding-top: 25px;
	margin: 0px 25px .7em 35px;
	padding-right: 10px;
	color: #333;
	line-height: 1.2em;
}
#mainContent h1 span {
	font-size: 70%;
	line-height: 1.2em;
	font-weight: normal;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #333;
	margin: 1em 10px 0.4em 35px;
}
#mainContent h2 span {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
	color: #555;
}

#mainContent h3 {
	margin: 1.2em 10px 0.5em 35px;
	font-size: 110%;
	font-weight: bold;
	color: #333;
}
#mainContent h4 {
	margin: 1.2em 10px 0.2em 35px;
	font-size: 90%;
	font-weight: bold;
	color: #333;
}
#mainContent p ,#mainContent div,#mainContent table {
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	margin: 0px 15px 0.5em 35px;
}
#mainContent ul, #mainContent ol {
	margin: 0px 35px 0.5em 35px;
	padding: 0px;
}
#mainContent li {
	margin-bottom: .5em;
	margin-top: .5em;
	margin-left: 20px;
}
#page a {
	color: #3366CC;
}
#mainContent p.large {
	font-size: 150%;
	line-height: 1.2em;
	padding-top: 25px;
	color:#333;
}
#mainContent p.smallgray {
	font-size: 90%;
	color:#666;
	margin-bottom: 1em;
}
#mainContent p em.title {
	font-size: 100%;
	font-weight: bold;
	color: #555;
	
}


/* SIDEBAR STYLES */
#sidebarL.menu a {
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	margin-left: 0;
}
#sidebarL.menu p {
	margin-bottom: 0.8em;
	margin-top: .8px;
}
#sidebarL .ind a {
	margin-left: 11px;
}
#sidebarL.menu a.this, #sidebarL.menu a:hover {
	color: #933;
}

#sidebarL, #sidebarR {
font-family: Arial, Helvetica, sans-serif;
}
#page a {
	color: #3366FF;
}
#sidebarL h2, #sidebarR h2 {
	font-size: 100%;
	background: url(../images/h2Bkgd.gif) no-repeat;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px 0 0.7em;
	color: #FFF;
}
#sidebarR h2  {
	background: url(../images/h2Bkgd-260.gif) ;
	margin: 0;
	color: #FFF;
}
#sidebarR h2.red  {
	background: url(../images/h2Bkgd-r.gif) no-repeat;
	margin: 0;
	color: #FFF;
}
#sidebarL p, #sidebarR p{
	font-size: 85%;
	margin: 0 10px .7em;
}

#sidebarL h3 {
	font-size: 100%;
	margin: .7em 10px 0 10px;
	color: #444;
}

#sidebarR h3  {
	font-size: 90%;
	margin: .7em 10px .2em 10px;
	font-weight: bold;
	color: #444;
}

#sidebarR h4 {
	font-size: 90%;
	padding: 0;
	margin: .7em 10px .2em 10px;
	font-weight: normal;
}

.sidebarRpic {
	margin: 4px 8px 10px 3px;
	float: right;
}
#sidebarL .indent {
	margin-left: 18px;
}
#sidebarL img, #sidebarR img {
	border: 1px solid #666;
	margin-bottom: 3px;
}
#sidebarR img {
	margin: 0px 10px 2px 10px;
	border-right:none;
}

#mainContent div.fltrt , #sidebarR div.fltrt {/*wrap this around a picture or graphic to move it to the right in the full page template. If a caption is needed, place a width declaration IN-LINE to avoid having caption expand the box beyond the picture width*/
	float: right;
	margin: 0 0 12px 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
    color:#444;
	line-height: 1.3em;
}

#mainContent div.fltrt img, #sidebarR div.fltrt img{ /* puts a border around images that are wrapped in a .fltrt div. To remove it in special cases, put a border=0 declaration inside specific image tag */
	margin-bottom: 3px;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

/* Site Map and Article List Formatting */

p.main_cat{
	font-weight:bold;
}

p.sub_cat{
	font-weight:bold;
	text-indent: 1em;
}
p.sub_sub_cat{
	font-weight:bold;
	text-indent: 2em;
}
div.main_ind{
	text-indent:.5em;
}
div.sub_ind{
	text-indent:1.5em;
}
div.sub_sub_ind{
	text-indent:2.5em;
}
#page p.sub_cat a, #page p.sub_sub_cat a, #page p.main_cat a,
#page p.sub_cat a:link, #page p.sub_sub_cat a:link, #page p.main_cat a:link,
#page p.sub_cat a:visited, #page p.sub_sub_cat a:visited, #page p.main_cat a:visited,
#page p.sub_cat a:hover, #page p.sub_sub_cat a:hover, #page p.main_cat a:hover,
#page p.sub_cat a:visited, #page p.sub_sub_cat a:visited, #page p.main_cat a:visited,
#page p.sub_cat a:active, #page p.sub_sub_cat a:active, #page p.main_cat a:active
{
	font-size: 90%;
	color:#666666;
	font-weight:normal;
}
p.sub_cat a, p.sub_sub_cat a, p.main_cat a{
	margin-left:8px;
}

#page div.sub_ind a:visited, #page div.sub_sub_ind a:visited, #page div.main_ind a:visited,
#page div.sub_ind a:hover, #page div.sub_sub_ind a:hover, #page div.main_ind a:hover,
#page div.sub_ind a:visited, #page div.sub_sub_ind a:visited, #page div.main_ind a:visited,
#page div.sub_ind a:active, #page div.sub_sub_ind a:active, #page div.main_ind a:active
{
}
/* GLOBAL */

#page a:hover {
color:#933;
}
strong {
	color: #444;
}
.caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #444;
	line-height: 1.3em;
}
.dropcap {
	float:left;
	color:#555;
	font-size:72px;
	line-height:56px;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	margin:.15em .02em 0 0;
} 
.fltleft {
	margin: 0px 12px 0px 0px;
	float: left;
	border:1px solid #999;
}
.small, a.small, .prnt_sub_cat a.small {
	font-size: 70%;
}

div.up_link{
	font-size: 90%;
	width:80%;
	text-align:left;
}
a.white_link,a.white_link:link,a.white_link:hover,a.white_link:active,a.white_link:visited{
	color: white;
}
#mainContent hr {
	color: #999;
	margin: 6px 25px 0 35px;
}


/*BROWSER HACKS*/

.ie7 body {
	font-size: small;
}
.ie7 #nav ul, .ie8 #nav ul {
	margin-top: 75px;
}
.ie7 #nav {
	margin-left: 240px;
	}
.ie7 #sidebar1 { 	
	padding-top: 50px;
 }
 .ie7 .dropcap {
 padding-top:0;
 margin:.6em .1em 0 0;
 }
 
 .win.gecko body {
  font-size: 80%;
}
 .win.gecko #nav ul {
  margin-top: 75px;
  
}
.gecko #nav ul {
  margin-top: 76px;
}

.ie6 body {
	font-size: ex-small;
}
.ie6 #nav {
	margin-left: 96px;
	}
.ie6 #nav ul { 
margin-top:75px;
}

.ie6 .dropcap {
 padding-top:8px;
margin:.2em .01em 0 0;
 }
.ie5 body {
	font-size: ex-small;
}
.ie5 #nav {
 margin-left: 100px;
 }
.chrome #nav ul { 
margin-top:75px;
}
