/********* Main site styles *********/

/*Normalizing Pages*/
body, div, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin:0;
	padding:0;
}
/*set text family and initial size*/
body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a img {
	border:none;
}
/*End Normalizing*/

p {
	margin: 5px 0;
}

/***** core styles *****/

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 890px;
	/*border: solid red 1px; remove*/
}

a {
	text-decoration: none;
	color: #0000ff;
	border-bottom: dotted #0000ff 1px;
}
a:hover {
	color: #ff0000;
	border-bottom: dotted #ff0000 1px;
}
a.blank {
	border: none;
}

.clear {
	clear: both;
}

#contentWrapper {
	width: 860px;
	padding: 10px 20px 10px 10px;
	/*border: solid green 1px; remove*/
}

#content {
	float: right;
	padding: 0 10px 25px;
	width: 665px;
}

#leftColumn {
	float: left;
	padding: 0 5px 0 0;
	width: 170px;
	/*border: solid orange 1px; remove*/
}

#pageFooter {
	margin: 0 20px 0 185px;
	padding: 10px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	border-top: solid #00f 1px;
}
#pageFooter a {
	color: #666666;
	border-bottom: dotted #666666 1px;
}

#pageHeader {
	position: relative;
	width: 890px;
	height: 169px;
	background: url("/images/pageHeader.jpg") no-repeat top left;
}

#pageHeader-holiday {
	position: relative;
	width: 890px;
	height: 169px;
	background: url("/images/pageHeader-holiday.jpg") no-repeat top left;
}

/****** //core styles *********/

.alert1 {
	color: #ff0000;
}
.alert2 {
	color: #0000ff;
}

.alignCenter {
text-align:center;
}

.bottomline {
	border-bottom: solid #0000ff 1px;
	z-index: 1;
}

.boxBlueRounded {
margin:20px 0 30px;
padding:10px;
background-color: #e5e5ff;
border:solid #00f 2px;

-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.btnBlue {
position:relative;
padding: 3px 5px 7px 20px;
background: url('/images/sprite-btns.png') no-repeat 0px -34px;
font-size: 12px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border: none;
}
.btnBlue .btnEnd {
display:block;
position:absolute;
right:0;
margin-right: -15px;
width:15px;
background: url('/images/sprite-btns.png') no-repeat right -34px;
height: 30px;
top: 0px;
}

.btnRedLrg {
position:relative;
padding: 5px 5px 8px 20px;
background:url('/images/sprite-btns.png') no-repeat top left;
font-size: 15px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border: none;
}
.btnRedLrg .btnEnd {
display:block;
position:absolute;
right:0;
margin-right: -15px;
width:15px;
background:url('/images/sprite-btns.png') no-repeat top right;
height: 30px;
top: 0px;
}

.btnBlue:hover, .btnRedLrg:hover { border:none; color:#eee; }


h1 {
	margin: 5px 0 20px;
	padding: 0 0 3px 0;
	color: #ff0000;
	font-size: 18px;
	border-bottom: solid red 1px
}

h2 {
	color: #0000ff;
	font-size: 14px;
}

h3 {
	color: #f00;
	font-size: 13px;
}

hr.red {
margin: 31px 0;
border:none;
border-top:solid red 1px;
}

#leftColumn hr {
	clear: both;
	margin-left: 0;
	width: 90%;
	height: 3px;
	border: none;
	background-color: #0000ff;
}

#leftColumn #interview {
	margin: 20px 0;
	text-align: left;
}

#leftColumn #cancerBoot {
	margin: 20px 0;
	text-align: center;
}
#leftColumn #cancerBoot a {
	border-bottom: none;
}

.note {
	margin: 15px 0;
	font-size: 11px;
	color: #666666;
}

ol li, ul li {
	line-height: 2em;
}

.V1RLine {
	border-right: solid #0000ff 1px;
}

#peBanner {
margin: 0 0 20px 0;
}
#peBanner a{
border-bottom: none;
}

.txt16 { font-size:16px; }
.txt18 { font-size:18px; }

.underlined { border-bottom:solid #00f 1px; }

/* img replacement */
.imgrep {
  display:-moz-inline-box;
  display:inline-block;
  background:transparent none 0 0 no-repeat;
  text-indent:-3000px;
  font:0/0 Arial;
  overflow:hidden;
  color:rgba(255,255,255,0);
  vertical-align:bottom;
}
