/* INDEX */

#index_about_us{
	margin-bottom: 0px;
}

#index_about_us h1{
	font-size: 16px;
	color: #c42126;
	margin-bottom: 5px;
	float: left;
	width: 700px;
}

#index_about_us #read_more_button{
	float: right;
	font-size: 14px;
	clear: right;
	text-decoration: none;
}

#index_about_us #index_vignettes{
	clear: both;
	display: none;
	height: 250px;
}

#index_about_us #index_vignettes .vignette{
	width: 250px;
	height: 250px;
	margin: 5px 12px 5px 0px;
	padding: 10px 15px 10px 15px;
	float: left;
	background: #e4e4e4;
		
}


#index_about_us #index_vignettes .vignette.last{
	margin-right: 0px;
}


#index_about_us #index_vignettes .vignette a.learn{
	float: right;
	color: #c42126;
	text-decoration: none;
	font-size: 11px;
	margin-top: 2px;
}



#index_about_us #index_vignettes .vignette a.learn:hover{
	text-decoration: underline;
}

#index_about_us #index_vignettes .vignette h2{
	font-size: 16px;
	color: #222;
	margin-bottom: 8px;
	width: 160px;
	float: left;
}

#index_about_us #index_vignettes .vignette p{
	font-size: 11px;
	line-height: 18px;
	clear: both;
}

#index_about_us #index_vignettes .vignette p a{
	color: #c42126;
}

#content #left_column{
	float: left;
	width: 500px;
	margin: 10px 10px 0px 0px;
	
}

#content #left_column h3{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#content #left_column h3 a{
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

#content #left_column h4 a{
	text-decoration: none;
}

#content #left_column h4 a:hover{
	text-decoration: underline;
}

#content #left_column h5{
	font-size: 11px;
	margin-bottom: 7px;
}

#content #left_column p{
	margin-bottom: 7px;
}

#content #left_column p a{
	text-decoration: none;
	color: #c42126;
}

#content #left_column p a:hover{
	text-decoration: underline;
}

#content #right_column{
	float: right;
	width: 304px;
}

#content #right_column ul#network_buttons li{
	list-style: none;
	display: inline;
	margin: -5px 20px 5px -2px;
}

#content #right_column ul#network_buttons li.last{
	margin-right: 0px;
}


#content #right_column #quote_button{
	margin: 35px 0px 0px 0px;
}

/* 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: 10px auto;
	position: relative;
	width: 930px;
	text-align: center;
	clear: both;
}


/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 320px; background: transparent; 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 #cfcfcf; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 865px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
	clear: both;
	background: transparent;
	text-align: left;
	
}

.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: 865px; /* 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;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 15px auto 30px auto;
	height: 20px;
	
}

.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-weight: bold;
	text-align: center;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px;
	border: #999 1px solid;
	height: 4px;
	width: 12px;
}



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

.stripNav li a.current {
	background: #999;
	color: #fff;
	border: #999 1px solid;
}

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

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

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("/wp/wp-content/themes/sandbox/img/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("/wp/wp-content/themes/sandbox/img/arrow-right.gif") no-repeat center;
}
