@charset "utf-8";
/* CSS Document */

img {
	visibility: hidden;
}

#mainz {
visibility: hidden;
}

.clear-fix {
	clear: both;
}
a.clicksy:link {
	font-weight: normal;
	cursor: pointer;
	/*color: #D63D15;*/
	color: #3399cc;
	font-size: 11px;
}
a.clicksy:visited {
	font-weight: normal;
	cursor: pointer;
	font-size: 11px;
	color: #3399cc;
}
a.clicksy:hover {
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #3399cc;
	font-size: 11px;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:10000000;
}
.popupContact {
	display:block;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:960px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:100000000;
	padding:12px 12px 20px 12px;
	font-size:17px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 10px 10px 5px #888;
	font-size: 12px;
	line-height: 1.3;
	color: #555555;
}
h1 {
	text-align:left;
	color: #555555;
	font-size:18px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:5px;
}
.options {
	text-align:left;
	color: #3399cc;
	font-size:18px;
	font-weight:700;
	border:1px dotted #D3D3D3;
	border-width: 1px 0px 1px 0px;
	margin-bottom:20px;
	background-color: #F8F8F8;

	height: 20px;
	display: none;
}
.options ul.optioned {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.options ul.optioned li.opt {
	float: left;
}
.options ul.optioned li.opt a {
	padding: 0px 7px 0px 7px;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	border:1px dotted #D3D3D3;
	border-width: 0px 0px 0px 0px;
	line-height: 1.9;
}
.options ul.optioned li.opt a:hover {
	background-color: #3399cc;
	background-image: url(/images/over-menu.png);
	color: #ffffff;
}
.options ul.optioned li.opt .related {
	position: absolute;
	border: 0px #555555 solid;
	width: 149px;
	z-index: 1000;
	display: none;
}
.options ul.optioned li.opt .related .relatedbot {
	background-image: url(/images/roundrelated.png);
	height: 7px;
}
.options ul.optioned li.opt .related ul.relatedul {
	list-style: none;
}
.options ul.optioned li.opt .related ul.relatedul li.relatedli {
	text-align: left;
	background-color: #86c9eb;
}
.options ul.optioned li.opt .related ul.relatedul li.relatedli a.relatedlink {
	font-size: 11px;
	color: #ffffff;
	border: 1px dotted #ffffff;
	border-width: 0px 0px 1px 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	text-align: left;
}
.options ul.optioned li.opt .related ul.relatedul li.relatedli a.relatedlink:hover {

}
h4 {
	margin: 10px 0px 3px 0px;
	font-weight: bold;
	color: #3399cc;
	font-size: 12px;
}
.abstract {
	width: 165px;
	float: left;
	margin: 0px 12px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/images/abstract-mid.jpg);
}
.abstract ul {
	margin: 0px 8px 0px 10px;
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #3399cc;
	border: 1px solid #555555;
	border-width: 1px 0px 1px 0px;
	border-top-color: #ffffff;
	border-bottom-color: #dddddd;
}
.abstract ul li {
	font-size: 10px;
	margin: 0px 0px 0px 15px;
	line-height: 1.2;
	font-weight: normal;
	color: #555555;
}
#legendary {
	width: 750px;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
}
a#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:11px;
	top:11px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: none;
}
a#popupContactClose:hover {
	background-image: url(/images/close-over.png);
}
#button {
	text-align:center;
	margin:0px;
}
/* slides */

* {
	margin: 0;
	padding: 0
}
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p, ul {
	font-size: 13px;
	line-height: 1.4em
}
p a, li a {
	color: #39c;
	text-decoration: none
}
p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
	display: none;
}
.maintitle {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
	/*color: #D63D15;*/
	color: #3399cc;
	width: 100%;
	display: block;
	font: bold 14pt arial;
}
body {
	font-family: Verdana, Arial;
	color: #000;
}
.selector-container {
	margin: 0px 0px 0px 0px;
	top: 10px;
	position: relative;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	width: 120px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0;
	position: relative;
	width: 300px;
}
/* These 2 lines specify style applied while slider is loading */
	.csw {
	width: 300px;
	height: 500px;
	background: #fff;
}
.csw .loading {
	margin: 0px 0px 0px 0px;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: absolute;
	_position:absolute; /* hack for internet explorer 6*/
	top: 1px;
	left: 143px;
	overflow: hidden;
	border: 1px solid #cacaca; /* this is the border. should have the same value for the links */
	border-width: 1px 1px 1px 0px;
	border-top-color: #f0f0f0;
	padding: none;
	width: 589px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	float: left;

	background-repeat: no-repeat;	
	background-color: #ffffff;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;


}
.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: 589px;
	height: 1600px;
	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: 175px;
	position: relative;
	width: 589px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	margin: 10px 15px 15px 15px;
}
.stripViewer .panelContainer .panel .wrapper table.success { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	font-size: 11px;
	color: #333;
}
.stripViewer .panelContainer .panel .wrapper table.success td.all { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-collapse: collapse;
}
.stripViewer .panelContainer .panel .wrapper table.success th.all { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	text-align: left;
	font-weight: normal;
}
.stripViewer .panelContainer .panel .wrapper table.success td#1s { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	font-weight: normal;
}
.stripViewer .panelContainer .panel .wrapper div.storytop { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 100%;
	background-image: url(/images/stop.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.stripViewer .panelContainer .panel .wrapper div.storybot { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 100%;
	background-image: url(/images/sbot.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px 0px 5px 0px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/smid.jpg);
	background-repeat: repeat;
	width: 100%;
	color: #666666;
	min-height: 80px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	float: left;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #ffffff;
	min-height: 80px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.problem { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 210px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.story { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	border-left: 0px;
	width: 100px;
	font-weight: bold;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.story .part { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	font-weight: normal;
	/*color: #D63D15;*/
	color: #3399cc;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.solution { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	border-right: 0px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.type { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width:60px;
}
.stripViewer .panelContainer .panel .wrapper ul.storymid li.platform { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 50px;
}

.stripViewer .panelContainer .panel .wrapper ul.headingmain { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	list-style: none;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	/*background-image: url(/images/smid.jpg);*/
	background-repeat: repeat;
	width: 100%;
	/*color: #666666;*/
	/*color: #D63D15;*/
	color: #3399cc;
	min-height: 20px;
}
.stripViewer .panelContainer .panel .wrapper ul.headingmain li { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	float: left;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #ffffff;
	min-height: 20px;
}

.stripViewer .panelContainer .panel .wrapper ul.headingmain li.story { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	border-left: 0px;
	width: 100px;
}

.stripViewer .panelContainer .panel .wrapper ul.headingmain li.problem { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 210px;
}

.stripViewer .panelContainer .panel .wrapper ul.headingmain li.solution { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	border-right: 0px;
}
.stripViewer .panelContainer .panel .wrapper ul.headingmain li.type { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width:60px;
}
.stripViewer .panelContainer .panel .wrapper ul.headingmain li.platform { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 50px;
}




.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0px;
	float: left;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 142px;
	height: 1603px; /*must be as tall as main structure*/
	background-color: #ffffff;
	border: 1px #cacaca solid;
	border-width: 0px 1px 0px 0px;
}
.stripNav ul li {
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width: 143px;
}
.stripNav a { /* The nav links */
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 37px;
	background: #c6e3ff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	color: #3399cc;
	/*color: #D63D15;*/
}
.stripNav li.tab1 a {
	background-image: url(/images/1unactive.jpg);
}
.stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a, .stripNav li.tab6 a, .stripNav li.tab7 a, .stripNav li.tab8 a, .stripNav li.tab9 a, .stripNav li.tab10 a {
	background-image: url(/images/midunactive.jpg);
}
.stripNav li.tab2 a.current, .stripNav li.tab3 a.current, .stripNav li.tab4 a.current, .stripNav li.tab5 a.current, .stripNav li.tab6 a.current, .stripNav li.tab7 a.current, .stripNav li.tab8 a.current, .stripNav li.tab9 a.current, .stripNav li.tab10 a.current {
	background-image: url(/images/midactive.jpg);
	font-weight: normal;
}

.stripNav li.tab11 a.current {
	background-image: url(/images/4active.jpg);
	font-weight: normal;
}
.stripNav li.tab11 a {
	background-image: url(/images/4unactive.jpg);
}
.stripNav li.tab1 a:hover {
	background-image: url(/images/1unactive.jpg);
}
.stripNav li.tab11 a:hover {
	background-image: url(/images/4unactive.jpg);
}
.stripNav li.tab1 a.current {
	background-image: url(/images/blueb.jpg);
	font-weight: normal;
	color: #ffffff; 
}
.stripNav li.tab11 a.current {
	background-image: url(/images/4active.jpg);
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display: none;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {

}
.stripNavR {
	
}

.intro-heading {
	color: #2a8bc3;
	display: block;
	font-size: 20px; 
}

.intro-para {
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	color: #555555; 
}
