﻿/* ******************************** */
/* General site-wide styles         */
/* ******************************** */

*
{
	outline: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
}

ul, li
{
	margin: 0;
	padding: 0;
}
a#logo
{
	float: left;
	padding-left: 15px;
}
html
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 13px;
	color: #696969;
	margin: 0;
	padding: 0;
}
p
{
	line-height: 18px;
	margin: 10px 0;
}
h1, h2, h3, h4, h5
{
	margin: 10px 0 0;
}
h1
{
	font-size: 18px;
	color: #328eb5;
	text-transform: uppercase;
}
h2
{
	font-size: 16px;
	color: #328eb5;
}
h3
{
	font-size: 14px;
}
.page_title
{
	font-size: 24px;
	color: #328eb5;
	text-transform: uppercase;
    font-weight: bold;
}

img
{
	border: 0;
}

a
{
	color: #328EB5;
}
a:hover
{
	text-decoration: underline;
}

li
{
	list-style-position: inside;
}


/* ******************************** */
/* Site graphics & banners          */
/* ******************************** */

#header { height: auto;}

#navContainer { background: #0091B9; }
#navigation { margin: 0 auto; height: 38px; max-width: 1170px; }


#headerWrapper
{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 15px;

}
#topHeader
{
	/*height: 67px;*/
	overflow: hidden;
}

.homeStory
{
	width: 31%;
	float: left;
	margin: 0 1%;
}

.homeStory p { width: 84%; }

#topBanner{
    margin: 1% 1%;
}

#topBanner p { width: 91%;}

.cancer
{
	background: transparent url('/Content/CustomViewsContent/_Shared/images/resultsHead.jpg') no-repeat;
}
.Home
{
	background: transparent url('/Content/CustomViewsContent/_Shared/images/resultsBanner.jpg') no-repeat;
	height: 184px;
	padding: 35px 0 0 330px;
}

/*#rightContent
{
	float: left;
	width: 690px;
	margin-top: 15px;
	margin-left: 10px;
}*/
/*#Home #rightContent
{
	margin-left: 0px;
    float: left;
}*/


.button, .searchboxgo
{
	text-align: center;
	background: #4b4b4b url('/Content/CustomViewsContent/_Shared/images/blkBTN.gif') repeat-x left top;
	border: 0px solid #81BFDA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white !important;
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.button:hover, .searchboxgo:hover
{
	background: #4b4b4b url('/Content/CustomViewsContent/_Shared/images/blkBTN_hover.gif') repeat-x left bottom;
	text-decoration: none !important;
}

.pageTitle
{
	font-size: large;
	color: #328EB5;
	border-bottom: 3px dotted #328EB5;
	margin: 15px 0px 10px;
}

#layout_Search
{
	float: right;
	width: 200px;
	clear: both;
}
#layout_SearchField
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #b7b7b7;
	height: 15px;
	padding: 4px 25px 3px 5px;
	width: 149px;
	margin-left: 15px;
	margin-top: 10px;
}
#layout_Search .search_btn
{
	position: relative;
	left: 177px;
	top: -19px;
}




/* ******************************** */
/* Site navigation                  */
/* ******************************** */

#topLinks
{
  float: right;
	margin: 0 29px 0 0;
	width: 260px;
}

#learnMoreButton {
background: url('/Content/CustomViewsContent/_Shared/images/learnMoreBTN.png') no-repeat;
height: 23px;
width: 85px;
position: relative;
text-indent: -99999px;
float: right;
margin: 10px 10px 0 15px;
}


#topLinks ul li
{
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #b7b7b7;
	padding: 0 5px;
}
#topLinks ul li a
{
	color: #6e6e6e;
	font-weight: bold;
	font-size: 11px;
}
#topLinks ul li.last
{
	border-right: none;
}

#navigation
{
	margin-top: 0px;
}
#navigation ul li
{
	list-style-type: none;
	float: left;
	display: block;
	border-left: 1px solid #b7b7b7;
	padding: 0 1%;
	text-decoration:none;
}
#navigation ul li.last
{
	border-right: 1px solid #b7b7b7;
}
#navigation ul li a
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 7px 9px;
	display: block;
	margin-top: 6px;
}
#navigation ul li a.active, #navigation ul li a:hover
{
	color: #3390b7;
	background: #FFFFFF;
	border: 1px solid #b7b7b7;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	padding: 4px 6px 11px;
	text-decoration: none;
}

#mainContent
{
    max-width: 1170px;
    margin: 10px auto;
}

.breadcrumbs
{
	font-size: 12px;
	font-style: italic;
	position: relative;
}


/* ******************************** */
/* Site footer                      */
/* ******************************** */

#footer
{
	min-height: 250px;
	background: #328eb5 url('/Content/CustomViewsContent/_Shared/images/footer.gif') repeat;
	color: #FFFFFF;
	clear: both;
}

#footer h2
{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#footer a
{
	color: #FFFFFF;
}

#ft
{
	max-width: 1170px;
	margin: 0 auto;
}
#footer ul
{
	margin: 5px 0;
}
#footer li
{
	list-style-type: none;
	padding: 3px 0;
	width: 98%;
	padding: 1%;
}

#footer
{
	min-height: 250px;
	background: #328eb5 url('/Content/CustomViewsContent/_Shared/images/footer.gif') repeat;
	color: #FFFFFF;
	clear: both;
}

#footer h2
{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#footer a
{
	color: #FFFFFF;
}

#ft
{
	max-width: 1170px;
	margin: 0 auto;
}
		#footer * { box-sizing: border-box}
		#footer {
				box-sizing:border-box;
		}
		#footer .w320 {
				width: 25%;
				float:left;
		}

		#footer .w640 {
				width: 70%;
				float: left;
				margin-left: 5%;
		}

		#footer .w640 ul {
				width: 33%;
				margin:5px 0 0 0 ;
				padding-left:10px;
				float:left;
		}

		#footer .w640 ul.first {  padding-left:0px; }

#footer strong
{
	color: #FFFFFF;
}


#footer strong
{
	color: #FFFFFF;
}
