body {
	background-image: url("../images/CoverBg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-size: 100% 100%;
	background-color: #1e65cc;
}

* {
  outline: none;
}

a {
	color: #07f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #04d;
	text-decoration: underline;
}

#blueHeader {
	width: 100%;
	height: 180px;
	/*
	background-image: url("../images/CoverBg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 500%; */
	z-index: 1000;
	text-align: left;
}

.centerDiv {
	width: 974px;
	text-align: left;
}

#blueHeader .centerDiv #PainPointerLogo {
	position: relative;
	left: 40px;
	top: 55px;
	float: left;
}

#wrapperDIV {
	width: 974px;
	min-height: 800px;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
	padding-top: 20px;
	overflow: hidden;
}

.roundedBox {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	background-color: #fff;
}

.roundedBox_top {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	background-color: #fff;
}

#painImgContainer {
	float: left;
	width: 320px;
	font-size: 100%;
}

#painImgContainer img#painImg {
	padding-top: 9px;
}

#painImgContainer #bodyZone {
	padding: 30px;
	color: #777;
	font-size: 120%;
}

#painImgContainer #bodyZone font {
	color: #666;
	font-size: 160%;
	padding-top: 10px;
	display: block;
}

#painCauseDesc dt {	
	padding: 8px 0 8px 0;
	width: 100%;
	background-color: #fb6e6e;
	height: 40px;
	margin-bottom: 20px;
	font-size: 100%;
}

#painCauseDesc dt a.prv_next_btns {
	background-image: url("../images/next_prev_btns.gif");
	color: #fff;
}

#painCauseDesc dt a.prv_next_btns:hover {
	color: #555;
}

#painCauseDesc dt a.prv_next_btns:active {
	color: #fff;
}

#painCauseDesc dt a#prev {
	margin: 3px 13px 3px 15px;
	background-position: 0 0;
	float: left;
}

#painCauseDesc dt a#prev:hover {
	background-position: 0 33px;
}

#painCauseDesc dt a#prev:active {
	background-position: 0 0;
}

#painCauseDesc dt a#next {
	margin: 3px 15px 3px 10px;
	background-position: 33px 0;
	float: right;
}

#painCauseDesc dt a#next:hover {
	background-position: 33px 33px;
}

#painCauseDesc dt a#next:active {
	background-position: 33px 0;
}

a.cause {
	background-color: #d65e5e;
	width: 510px;
	height: 40px;
	float: left;
	color: #fcc;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-size: 110%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

a#causeTitle {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-repeat: no-repeat;
}

a.cause:hover {
	background-color: #e76565;
	color: #fff;
}

a.cause:active {
	color: #fcc;
	background-color: #d65e5e;
}

a#selectedPain {
	background-color: #cb5454;
}

a#selectedPain:hover {
	background-color: #e76565;
}

a#selectedPain:active {
	background-color: #d65e5e;
}

#painCauseDesc dt h1, #painCauseDesc dt h2 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

h1 a.cause {
	padding: 0;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
}

h2 a.cause  {
	padding: 0;
	margin: 0;
	font-size: 130%;
	font-weight: normal;
}

#painCauseDesc dt ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	position: relative;
}

#painCauseDesc dt ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

#painCauseDesc dt ul li ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
	float: left;
	position: absolute;
	top: 40px;
	left: 0;
	
	background-color: #fb6e6e;
	background-image: url("../images/painCauseMenuRoundCorners.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}

#painCauseDesc dt ul li:hover ul {
	padding: 0 0 8px 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

#painCauseDesc dt ul li ul li {
	max-height: 0;
    overflow: hidden;
	width: 490px;
    margin: 0 10px 0 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#painCauseDesc dt ul li:hover ul li {
	max-height: 41px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#painCauseDesc {
	float: right;
	padding:  0 0 11px 0;
	width: 633px;
}

#painCauseDesc dd {
	padding: 30px;
	background-color: #fff;
	line-height: 150%;
	text-align: justify;
	font-size: 100%;
	color: #000;
}

#painCauseDesc dd h3 {
	margin: 0;
	font-weight: bold;
	padding: 15px 0 5px 15px;
	font-size: 100%;
	color: #dd5858;
}