/* CSS Document */

/*------------------------------Reset All Styles--------------------------------*/

body, blockquote, div, p, em {
	padding: 0;
	margin: 0;
}
a img, iframe { border: none; }

/* Lists
覧覧覧覧覧*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Forms
覧覧覧覧覧*/
form, fieldset {
margin: 0;
padding: 0;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select {
padding: 0;
}
	
/*------------------------------End Reset All Styles--------------------------------*/

/*----Begin Slider Styles---*/	

p { text-align: left; margin: 15px 0 0 5px; }

#right p { text-align: left; margin:0; }

p, ul {
font-size: 11px;
line-height: 130%
} 

p a, li a { text-decoration: none }

p.intro { border-bottom: none; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: left; width: 600px }

noscript p, noscript ol { color: inherit; font-size: 11px; line-height: 130%; text-align: left }
noscript a { text-decoration: none }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

h3 {
margin:5px 0 0 5px;
padding:0;
text-align: left
}

.stripViewer .panelContainer .panel ul {
text-align: left;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
width: 580px;
height: 800px;
overflow: hidden
}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
border: 1px solid #a7cf49; /* this is the border. should have the same value for the links */
margin: auto;
width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 800px;
clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; top: 0;
width: 600px;
list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
height: 100%;
position: relative;
width: 600px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 15px 20px 15px 15px;
}

#tableofcontents p {
	padding: 0;
	margin: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin:0;
padding:0;
width:600px;
}

.stripNav ul { /* The auto-generated set of links */
list-style: none;
}

.stripNav ul li {
float: left;
background-image: none;
list-style-image:none;
margin:0;
padding:0;
}

.stripNav a { /* The nav links */
font-size: 10px;
font-weight: bold;
text-align: center;
text-decoration: none;
display: block;
padding:0;
margin:0 2px 5px 0;
color:#373737;
width:20px;
height:20px;
line-height: 200%;
}

.stripNav li a { 
background: url("/images/square.gif") no-repeat center; 
}

.stripNav li a:hover {
color:#373737;
background: url("/images/square2.gif") no-repeat center; 
}

.stripNav li a.current {
color:#373737;
background: url("/images/square2.gif") no-repeat center; 
}

.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 0px;
text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
display: block;
height: 20px;
width: 20px;
}

.stripNavL {
margin: 0 auto;
position: relative;
}

.stripNavR {
margin: 0 auto;
position: relative;
}

.none {
	display:none;
	}

/*----Outline Base Styles---*/

ol {
	padding:12px;	
}
	
ol li {
	padding:0 0 0 0;
	position:relative;
	margin-left:25px;
	color:#525252;
	}
	* html .byfloatedimage{float: left;} /* IE Only Hack */
	
ol ul {
	margin:0 0 0 25px;
	padding:0 0 0 15px;
	}

ol ul li {
	margin:0 0 0 50px;
	padding:0 0 0 15px;
	}
	
/*----End Slider Styles---*/