/*
Pursuant Splash Page
February 5, 2009
Caleb White
*/

/*CSS Reset from Erik Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********GENERAL STYLES********/
body  {
	background: url(http://www.pursuant.net/images/splash/fullbg-2.jpg) 0px 0px repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
}
h1, h2, h4{
	text-indent:-10000px;
	margin: 0 auto;
}
#mainwrap {
	width:780px;
	margin:0 auto;
}
h1 {
	background:url(/images/splash/platform.jpg) top left no-repeat;
	width:580px;
	height:50px;
	margin-top:60px;
}
h4 {
	background:url(/images/splash/slogan.jpg) top left no-repeat;
	width:191px;
	height:10px;
	margin-top:6px;
}
#logo {
	margin-top:31px;
}
.pursuantlogo {
	background:url(http://www.pursuant.net/images/splash/mainlogo-horiz.jpg) top left no-repeat;
	display: block;
	width:290px;
	height:64px;
	text-indent:-10000px;
	margin: 0 auto;
}
#pp {
	margin-top:60px;
}
a.platform {
	background:url(/images/splash/platform.jpg) top left no-repeat;
	width:580px;
	height:50px;
	display:block;	
	text-indent:-10000px;
	margin: 0 auto;
}
/*******TEXT SECTIONS*******/
#acquicern {
	font-size:13px;
	margin: 0 auto;
	padding-top:33px;
	text-align:center;
}
#acquicern a {
	color: #DA6700;
	text-decoration:none;
}
#acquicern a:hover {
	text-decoration:underline;
}
#copyright {
	margin: 0 auto;
	font-size:10px;
	text-align:center;
	height:50px;
}

/****** CODA SLIDER *******/
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 40px 0 30px 0;
	position: relative;
	width: 100%;
	/* background:url(/images/splash/lines.jpg) top center no-repeat; */
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 620px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 335px;
	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: 100%;
	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: 620px; /* Also specified in  .stripViewer  above */
}

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

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	padding-top:23px;
}

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

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-indent:-10000px;
	color: #fff;
	text-decoration: none;
	display: block;
	width:101px;
	height:55px;
}

.stripNav li.tab1 a { background: url(/images/splash/tab_pursuant.jpg) top right no-repeat;}
.stripNav li.tab1 a:hover, .stripNav li.tab1 a.current { background: url(/images/splash/tab_pursuant.jpg) bottom right no-repeat; }

.stripNav li.tab2 a { background: url(/images/splash/tab_rsi.jpg) top right no-repeat;}
.stripNav li.tab2 a:hover, .stripNav li.tab2 a.current { background: url(/images/splash/tab_rsi.jpg) bottom right no-repeat; }

.stripNav li.tab3 a { background: url(/images/splash/tab_ketchum.jpg) top right no-repeat; margin-right:2px;}
.stripNav li.tab3 a:hover, .stripNav li.tab3 a.current { background: url(/images/splash/tab_ketchum.jpg) bottom right no-repeat; }

.stripNav li.tab4 a { background: url(/images/splash/tab_cp.jpg) top right no-repeat;margin-right:3px; }
.stripNav li.tab4 a:hover, .stripNav li.tab4 a.current { background: url(/images/splash/tab_cp.jpg) bottom right no-repeat; }

.stripNav li.tab5 a { background: url(http://www.pursuant.net/images/splash/tab_agency.jpg) top right no-repeat;margin-right:12px;}
.stripNav li.tab5 a:hover, .stripNav li.tab5 a.current { background: url(http://www.pursuant.net/images/splash/tab_agency.jpg) bottom right no-repeat; }

.stripNav li.tab6 a { background: url(/images/splash/tab_sports.jpg) top right no-repeat;margin-right:12px;}
.stripNav li.tab6 a:hover, .stripNav li.tab6 a.current { background: url(/images/splash/tab_sports.jpg) bottom right no-repeat; }

.stripNav li.tab7 a { background: url(/images/splash/tab_unifyer.jpg) top right no-repeat;}
.stripNav li.tab7 a:hover, .stripNav li.tab7 a.current { background: url(/images/splash/tab_unifyer.jpg) bottom right no-repeat; }

.stripNav li a:hover {
	background: #333;
}

/*.stripNav li.tab1 a.current {
	background: #000;
	color: #fff;
}*/

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

.stripNavL a, .stripNavR a {
	display: block;
	height: 30px;
	width: 30px;
}
.stripNavL a:hover{
	background: url(/images/splash/leftarrow.jpg) no-repeat top left;
}
.stripNavR a:hover{
	background: url(/images/splash/rightarrow.jpg) no-repeat top left;
}

.stripNavL {
	left: 30px;
}

.stripNavR {
	right: 30px;
}

.stripNavL {
	background: url(/images/splash/leftarrow.jpg) no-repeat bottom left;
}

.stripNavR {
	background: url(/images/splash/rightarrow.jpg) no-repeat bottom left;
}
.wrapper img {
	float:left;
	width:202px;
	height:141px;
	margin:50px 35px 0 40px;
}
.wrapper p {
	float:left;
	font-size:13px;
	line-height:18px;
	width:300px;
}
.sevenlines {
	margin-top:55px;
}
.sixlines {
	margin-top:65px;
}
.fivelines {
	margin-top:65px;
}
.fourlines {
	margin-top:75px;
}
.threelines {
	margin-top:80px;
}
.wrapper a {
	color:#DA6700;
	text-decoration:none;
}
.wrapper a:hover {
	text-decoration:underline;
}