
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
}

#sTitle {
	margin: 0 0 0 25px;
	}
#sliderContentRight {
	float: right;
	width: 350px;
	height: 290px;
	margin: 30px 0 0 0;
}



.learnMore {
	margin: 5px 0 0 0;
	}
	
#sliderContentLeft {
	float: left;
	width: 600px;
	margin: 5px 0 0 30px;
	_margin: 5px 0 0 15px;
}

#sliderContentLeft p {
	font-size: 15px;
	line-height: 1.5;
}

#sliderContentLeft ul {
	margin: 20px 0 0 0;
}

#sliderContentLeft li {
	background: url(images/graphics/orange-arrow-slider.png) 0 5px no-repeat;
	_background: url(images/graphics/orange-arrow-slider.gif) 0 5px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	font-size: 13px;
}

#statsList ul {
	margin: 20px 0 0 0;
	width: 230px;
}

#statsList li {
	background: url(images/graphics/orange-arrow-slider.png) 0 5px no-repeat;
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}


#statsList li.statsList-edit {
	background: url(images/graphics/page_white_edit.png) 0 3px no-repeat;
}

#statsList li.statsList-email {
	background: url(images/graphics/email.png) 0 3px no-repeat;
}

#statsList li.statsList-report {
	background: url(images/graphics/chart_bar.png) 0 3px no-repeat;
}

#statsList li.statsList-upgrade {
	background: url(images/graphics/cog_add.png) 0 3px no-repeat;
}

#statsList li.statsList-support {
	background: url(images/graphics/help.png) 0 3px no-repeat;
}

#statsList li.statsList-rss {
	background: url(images/graphics/feed.png) 0 3px no-repeat;
}

.statsListLeft {
	float: left;
}

.statsListRight {
	float: right;
}

.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: 10px 0 0 0;
    position: relative;
    width: 1000px;
	background: url(images/layout/sliderBG.jpg) 0px 55px no-repeat;
}

.slider-wrap p {
	margin: 25px 0 0 0;
}
/* These 2 lines specify style applied while slider is loading */ 

.csw {
    width: 1000px;
    height: 355px;
	overflow: hidden;
} 

.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 */
    width: 1000px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 355px;
    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: 1000px; /* 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;
} 

#stripNav01 {
	
	width: 1000px;
	height: 62px;
	background-color: #fff;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	background-color: red;
	background: url(images/layout/sliderNavBG.jpg) no-repeat;
	overflow: hidden;
} 

.stripNav ul { /* The auto-generated set of links */
    list-style: none;
} 

.stripNav ul li {
    float: left;
    margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width: auto;
} 

.stripNav a { /* The nav links */
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 40px 0 40px;
	_ padding: 3px 14px 0 14px;
	height: 37px;
	border-right: 1px solid #000;
	_width: 171px;
} 

.stripNav a:hover {
	_color: #ffffff;
}

.stripNav li.tab1 a {
   
} 

.stripNav li.tab2 a {
    
	
} 

.stripNav li.tab3 a {
    

} 

.stripNav li.tab4 a {
  
	
} 

.stripNav li.tab5 a {
    /*width: 96px;*/
	width: 114px;
	_width: 171px;
	
} 

.stripNav li a:hover {
    background: url(images/graphics/sliderOverBG.gif) repeat-x;
} 

.stripNav li a.current {
    background: url(images/graphics/sliderOverBG.gif) repeat-x;
    color: #fff;
} 

.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 230px;
    text-indent: -9000em;
} 

.stripNavL a, .stripNavR a {
    display: block;
    height: 40px;
    width: 40px;
} 

.stripNavL {
    left: 0;
} 

.stripNavR {
    right: 0;
} 

.stripNavL {
    background: url("images/arrow-left.gif") no-repeat center;
} 

.stripNavR {
    background: url("images/arrow-right.gif") no-repeat center;
}


#sliderNav  {
	display: none;
}

#sliderNav li {
	display: inline;
}

#sliderNav a {
	
	background-color: red;
	width: 100px;
	height: 64px;
}

.panel3List {
	float: left;
	padding-left: 60px;

}