@charset "utf-8";
/* CSS Document */
div.sectionBackpageHeader {
	background-image:URL(/images/billboard/header.png);
	background-position:top;
	background-repeat:repeat-x;
        background-color:white;
	opacity: .9;
	filter: alpha(opacity = 90);
	position:relative;
	width:100%;
	height:28px;
	text-align:left;
	z-index:100;
	border-top-color:#7F878F;
	border-top-width:2px;
	border-top-style:solid;
}


div#spacer20 {
	background: url(/images/backpage/contentBottomBG.jpg) #3A4652;
	position:relative;
	float:left;
	width:100%;
	min-height:25px;
}

/************************************************************************************************************
*  These styles are used only on the navigation section on the right hand side of every page                *
*************************************************************************************************************/


/* Adds the borders to the content sections of the page */
div#backpageNavContent {
	position:relative;
	float:left;
	width:208px;
	margin:0;
	padding:0;
	margin-top:-3px;
	border-right-color:#7F878F;
	border-right-width:2px;
	border-right-style:solid;	
	border-left-color:#7F878F;
	border-left-width:2px;
	border-left-style:solid;	
	text-align:left;
	
	background-color:#FFFFFF; 
	color:#3A4652;
	/*min-height:100%;*/
}

div#backpageNavContent ul{
	margin:0;
	padding:0;
	width: 190px;
}

div#backpageNavContent li{
	margin:0;
	padding:0;
	border-top-color:#7F878F;
	border-top-width:1px;
	border-top-style:solid;
	display:block;
	list-style:none;	
}

/* h3 is what is shown no matter what and has an arrow inside of it */
div#backpageNavContent h3{
	margin:0;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:10px;
	padding:12px;
	padding-top:15px;
	padding-bottom:15px;
}

div#backpageNavContent h3:hover{
	background-image:url(http://66.113.133.193/images/backpage/sectionBackpageContentHover.png);
	background-position:right;
	background-repeat:repeat-y;
}

/*Man, this one is a mouthful*/
div#backpageNavContent span.arrow{ 
	background-image:url(http://66.113.133.193/images/backpage/arrow.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center left;
	vertical-align:middle;
}


div#backpageNavContent a{
	text-decoration:none;
	color:#3A4652;
	text-transform:uppercase;
}

div#backpageNavContent a:hover{
	text-decoration:underline;
}

/************************************************************************************************************
*  Where the actual information is displayed                *
*************************************************************************************************************/

div#infoSection {
	position:relative;
	float:left;
	margin-left:20px;
	width:728px;
        min-height:448px;
}

div#infoSection img.header{
	border-color:#7F878F;
	border-width:2px;
	border-style:solid;	
	width:724px;	
}	

div#infoSection div#infoContent {
	background-color: white;
	color:#233C52;
	padding:20px;
	margin-top:-2px;
	padding-bottom:10px;
	border-left-color:#7F878F;
	border-left-width:2px;
	border-left-style:solid;	
	border-right-color:#7F878F;
	border-right-width:2px;
	border-right-style:solid;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:684px;
	position:relative;
	display:block;
	float:left;
}
div#infoSection div#infoContent div#text{
	position:relative;
	float:right;
	display:block;
	width:477px;
	margin-top:0px;
}
div#infoSection div#infoContent div#text p{
	margin: 12px;
}
div#infoSection div#infoContent div#images{
	position:relative;
	float:left;
	width:auto;
	display:block;
}
div#infoSection div#infoContent img{
	position:static;
	width:auto;
	border:none 0px;
	margin-bottom:20px;
}
div#infoSection a{
	color:#233C52;
	text-decoration:underline;
}
.resultRowOne {
	background-image:URL(http://66.113.133.193/images/slideshow/header.png);
	background-repeat:repeat;
        background-color:white;
	opacity: .9;
	filter: alpha(opacity = 90);
}
.resultRowOne, .resultRowTwo  {

	border-top-color:#3A4652;
	border-top-width:1px;
	border-top-style:solid;
        padding:4px;
}