@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;	
}

html {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e3e8eb;
	height: 100%;
}

div {
	display: block;	
}

.wrapper {
	min-height: 100%;
	width: 960px;
	margin: 0 auto -30px;
	height: auto !important;
	height: 100%;
}

.col-left {
	float: left;
	width: 232px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #000;
	background-image: url(../images/hdr_logo_breast.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 330px 10px 0 20px;
}

.col-right {
	float: right;	
}

.header {
	width: 698px;
	height: 197px;
	background-image: url(../images/hdr_breastcancer.gif);
	background-repeat: no-repeat;
}

.footer, .push {
	height: 30px;
	float:none;
	clear:both;
}

.footer {
	background-color: #f181b3;
	position: relative;
	bottom: auto;
	/*text-align: right;
	padding-right: 30px;
	vertical-align: middle;*/
}

.footer div.footerinfo {
	color: #FFF;
	display: block;
	width: 960px;
	margin: auto;
	height: 14px;
	text-align: right;
	padding-top: 8px;
}

.content { 
	background-color: #fff;	
	padding: 20px;
	width: 657px; /* Reduced from 658 to fix Firefox & IE redraw issues */
}

.content ul {
	margin: 0 0 15px 30px;
	/*padding-left: 30px;*/
	display: block;
	list-style-position: outside;	/*white-space: normal;*/
}

.content ul li {
	line-height: 18px;
	/*margin-left: 50px;
	display: block;*/
}

.col-left ul {
	padding-left: 15px;	
}

.col-left ul li {
	line-height: 24px;
	list-style-type: none;	
}

.col-left ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
}

.col-left ul li a:hover {
	background-image: url(../images/nav_arrow-pink.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fab7d5;
}

.col-left ul li.newsletter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
}

.col-left ul li.newsletter a:hover {
	background-image: url(../images/nav_arrow-pink.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fab7d5;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

.content p strong, .content ul li strong {
	font-family: Arial, Helvetica, sans-serif;	
}

.content p {
	padding-bottom: 10px;
	line-height: 16px;	
}

.bar-right {
	float: right;
	width: 135px;
	text-align: center;
	padding-left: 15px;
	font-size: 12px;
}

.insidebar {
	width: 280px;
	text-align: center;
	padding-left: 15px;
	font-size: 12px;
	float: right;
}

.left {
	float: left;
	margin: 5px 25px 15px 0;
}

.right {
	float: right;
	margin: 5px 0 15px 25px;
}

.photoholder {
	width: 250px;	
}

.dialog-error, .dialog-success {
	padding: 7px;
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

.dialog-error {
	border-color: #900;
	background-color: #F99;
	color: #600;
	font-size: 12px;
}

.dialog-success {
	border-color: #063;
	background-color: #0F6;
	color: #030;
	font-size: 12px;
}

.questionform {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	background-color: #e3e8eb;
	/*border: 1px solid #628ca6;*/
	font-size: 12px;
	margin: 15px;
}

.questionform .forminput {
	margin: 0 4px 4px 4px;
	padding: 3px;
	border: 1px solid #628ca6;
	background-color: #FFF;
	width: 300px;
}

.questionform #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0E6FA0;
	padding: 3px 5px;
	border: 1px solid #FFF;
	margin-right: 4px;
}

.questionform #button:hover {
	background-color: #336;
}

body#questionaire {
	font-family: Arial, Helvetica, sans-serif;
	/*padding: 8px;*/
	background-color: #e3e8eb;
	background-image: none;
/*	width: 100%;
	height: 100%;*/
	padding-right: 20px;
}

.questionform h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

.questionform h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

.questionform h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

.questionform h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

ul.teamlist strong {
	margin-right: 12px;	
}

.clear {
	clear: both;	
}

.flag {
	color: #F00;	
}