/* 
-----------------------------
general styles
-----------------------------
*/
* {margin: 0; padding: 0; border: 0; }
html {background: #000;}

body { 	margin: 2px 0 0;  font: 75%/1.2  arial, verdana,  helvetica, sans-serif; color: #333; background: #000;}


h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin-top: 0; }

h1, h2, h3, h4, h5, h6 { color: #333; margin: 15px 0 10px 0; }

h1 { font-size: 145%; line-height: 18px; }
h2 { font-size: 130%; line-height: 16px; color: #bd380a; clear: both;}
h3 { font-size: 150%; color: #335861; text-align: center;}
h4 { font-size: 130%; color: #335861; }
h5 { font-size: 100%; color: #335861; }
h6 { font-size: 90%; }
img { border: none; }
a:link { color: #335861; }
a:visited { color: #e4720f; }
a:hover { color: #69920d; }
a:focus { color: #69920d; }
a:active { color: #69920d; }

table { margin: 1em 0; border-collapse: collapse; }

caption { text-align: left; padding: 0 0 .5em; font-size: 100%; font-weight: normal;}

th, td {text-align: left;  vertical-align: top; border: 1px solid #fff; padding: 5px; font-weight: normal; }

thead th { 	background: #dbf5fe; font-weight: bold; }

blockquote { margin-top: 10px; font-size: 130%; padding: 10px; text-align:center; background: #e8bbb4; border: 1px solid #cf5844; }

/*
-----------------------------
container styles
-----------------------------
*/

#container { margin: 0 auto; width: 830px;  }

/*
-----------------------------
header styles
-----------------------------
*/
#header {position: relative; float: left; width: 100%; height: 200px;  margin: 0; padding: 0;  }
html>body #header {position: relative; float: left; width: 830px; height: 200px;  margin-left: 0px; padding: 0px;  }

#header p {float: right; clear: both;  margin-right: 120px; margin-top: 100px; font-size: 100%; color: #fff; font-weight: normal; line-height: 30px;}
html>body #header p {float: right; clear: both;  margin-right: 240px; margin-top: 100px; font-size: 100%; color: #fff; font-weight: normal; line-height: 30px;}

#header ul	{  float: right; clear: both; margin-right: 120px; margin-top: 100px; font-size: 110%; color: #fff; font-weight: bold; line-height: 30px; }
html>body #header ul	{  float: right; clear: both; margin-right: 240px; margin-top: 100px; font-size: 100%; color: #fff; font-weight: normal; line-height: 30px; }
#header li {	list-style-type: none; 	display: inline; padding: 0 0 0 .5em; margin: 0 0 0 .5em; border-left: 1px solid #6cbdd9; background: none;}


#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #f6a621; }
#header a:focus { color: #f6a621; }
#header a:active { color: #f6a621; }

#header image {position: absolute; top: 0px; left: 0; display: inline;}

#header #skip { position: absolute; width: 810px; left: -2px; top: -1px; text-align: right; font-size: 80%; padding: 3px 0 0; }
#header #skip a{ color: #607e89; }

#header #link { position: absolute; width: 510px; left: 75px; top: 20px; text-align: left; font-size: 160%;  padding: 3px 0 0; }
body>html #header #link { position: absolute; width: 510px; left: 75px; top: 25px; text-align: left; font-size: 160%;  padding: 3px 0 0; }

#header #link a{ color: #e16d06; }

#header2 {position: relative; float: left; width: 100%; height: 30px;  margin: 0; padding: 0; background:  #464648;  border-bottom: 1px solid #fff; border-top: 1px solid #fff;}
#header2 ul	{  float: left; clear: both; margin-left: 75px; margin-top: 0px; font-size: 100%; color: #fff; font-weight: normal; line-height: 30px;  }
#header2 li { display: inline; padding: 0 0 0 25px; margin: 2px 0 2px 5px;}
#header2 a{ color: #fff; text-decoration: none; }
#header2 a:hover{ color: #f6a621; text-decoration: none; }

#printheader {display: none;}
/*
-----------------------------
content & breadcrumb styles
-----------------------------
*/

#content { float: left; width: 830px; clear: both; margin-top: 0px; padding: 0; background: #fff;}

#breadcrumb { margin-top: 0px; width: 780px; height: 20px; padding: 6px 20px; font-size: 90%; border-bottom: 1px dotted #ddd;}
body>html #breadcrumb { margin-top: 0px; width: 780px; height: 20px; padding: 6px 20px 5px 5px; font-size: 80%; border-bottom: 1px dotted #ddd;}
#breadcrumb img {float: right; margin-top: -10px; margin-right: 20px;}
#breadcrumb ol { margin-top: 5px; padding: 0; }
#breadcrumb ol li { display: inline; list-style-type: none; margin: 0 5px 0 0; }
#breadcrumb ol li a { padding: 0 15px 0 0; 	background: url(../images/site_images/arrow-breadcrumb.gif) no-repeat 100% .5em; color: #335861; text-decoration: none;}
#breadcrumb ol li a:hover { color: #f6a621; }


/*
-----------------------------
tools styles
-----------------------------
*/

#site-navigation #tools {float: right; text-align: right; width: 185px; margin: 0; padding: 0; }
#site-navigation #tools img { padding: 0 0 0 0px; }

/*
-----------------------------
left_side
-----------------------------
*/

#left_side {float: left; left: 0; width: 150px; margin: 10px; padding: 0; }
#left_side p { text-align: center;}
#left_side ul {margin-left: 20px; margin-top: 5px; padding: 0;}
#left_side li {margin-top: 10px;}

/*
-----------------------------
main content
-----------------------------
*/


#page_main { float: left; width: 550px; margin: 0px 10px 0 0; padding: 20px; line-height: 130%; background: #fff; border-left: 1px dotted #ddd; }
html>body #page_main { float: left; width: 550px; margin: 0; padding: 5px 20px 0 20px; line-height: 130%; background: #fff; border-left: 1px dotted #ddd;   }

#page_main p {line-height: 18px; margin-top: 10px;}
#page_main img { float: right; margin: 10px; }
#page_main ul {margin-left: 50px; margin-top: 15px;}
#page_main li {margin-top: 10px;}
#page_main img.left {float: left; margin-left: 0px;}

/*
-----------------------------
index page styles
-----------------------------
*/
#index-main { float: left; width: 450px; margin: 0px 10px 0 0; padding: 20px; line-height: 130%; background: #fff; border-left: 1px dotted #ddd; border-right: 1px dotted #ddd; }
h1.index { font-size: 150%; line-height: 16px; text-align:center;}
h2.index { font-size: 130%; line-height: 14px; text-align:center;}
p.index { text-align:center;}
p.caption {font-size: 90%; font-style: italic; text-align:left; margin-left: 190px; }


/*
-----------------------------
right side
-----------------------------
*/


#page_right { float: right; clear: both; width: 150px; margin: 5px; padding: 0;  }
html>body #page_right { float: right; width: 150px; margin: 5px; padding: 0 5px 0 6px;}

#page_right ul {margin-left: 10px; margin-top: 15px; list-style-type: none; }
#page_right ul li { display: block;   margin: 6px 0 15px 0; background-image: url(../images/site_images/bullet3.gif) ; background-repeat: no-repeat; background-position: 0 .4em; padding-left: 15px; }
#page_right ul ul {margin-left: 0px; margin-top: 5px; list-style-type: none; }
#page_right ul ul li { display: block;   margin: 5px 0 8px 0; background-image: url(../images/site_images/tiny_bullet.gif) ; background-repeat: no-repeat; background-position: 0 .4em; padding-left: 15px; }

#page_right a {text-decoration: none;}

/*
-----------------------------
index bottom section
-----------------------------
*/

#bottom-content { float: left; width: 830px; clear: both; margin-bottom:10px; padding: 10px; }
#bottom-content p {text-align: center;}


-----------------------------
footer styles
-----------------------------
*/
#footer { clear: left; background: #464648;  width: 95%; height: 20px; margin-left: -4px; margin-top: 0px; padding: 10px 20px 5px 20px; font-size: 90%; border-top: 1px solid #fff;}
html>body #footer { clear: left; background: #464648; width: 95.2%; height: 20px; margin-left: 0px; margin-top: -7px; padding: 10px 20px 5px 20px; font-size: 90%; border-top: 1px solid #fff;}
#footer ul { margin: 0; padding: 0; text-align: right;}
#footer ul li {	list-style-type: none; 	display: inline; padding: 0 0 0 .5em; margin: 0 0 0 .5em; background: none;}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #f6a621;  }
/*
-----------------------------
site index styles
-----------------------------
*/
#siteindex {}
#siteindex ul   {margin-left: 20px; margin-top: 10px; list-style-image: url(../images/site_images/bullet.gif);} 
#siteindex ul li { display: block; list-style-type: disc; padding: 0px; margin: 0px 0 0 0; background: none; }
#siteindex h3 a		{  color: #0086cc; text-decoration: none; }
#siteindex a		{  text-decoration: none; }
#siteindex a:hover	{   text-decoration: underline;}
#siteindex a:visited	{ }


/*
-----------------------------
class styles
-----------------------------
*/

.date { font-size: 85%; color: #666; }
.structural, .assistive { position: absolute; left: -500em;}
#content ul.bordered-list { padding: 0 0 20px; background: url(../images/line-horizontal.gif) no-repeat 0 100%; }
.image-container { 	float: right; width: 230px; font-size: 90%; color: #555; margin: 0 0 10px 10px; }
.image-subsection { float: right; margin: 0 0 1em 1em; }
.quote {font-size: 150%; color: #999999; text-align: left; line-height: 18px; width: 320; height: 125px; margin: 15px 30px 0 40px;}
.footnote { font-size: 85%; line-height: 12px;}
#next {clear: both; width: 100%;}
#next img {float: right; padding-right: 20px; margin-bottom: 10px;}
.img.left {float: left; margin-left: 10px;}

/*
-----------------------------
blockquote styles
-----------------------------
*/
p.bq { margin: 10px 20px 10px 20px; }
p.source {margin: 0; font-size: 90%; text-align: right; }
ul.bq  {  margin: 0px; list-style-type: disc;}
li.bq  { display: block;  padding: 0px; margin: 10px; list-style-image:none; }
