﻿body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

form {
	margin:0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #f00;
	margin-top: 5px;
	margin-bottom: 15px;
}
#pageContainer {
	width: 100%;
}
#headerContainer {
	margin: 0 auto;
	width: 1000px;
}
#headerLogo  {
	width: 548px;
	float: left;
	margin-right: 0px;
	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#headerLogo h1	{
	margin: 0px;
	display: block;
	width: 548px;
	height: 74px;
	text-indent: -9009px;
	background-color: transparent;
	background-image: url(/images/logos/PAINWeek_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
#headerLogo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	outline: none;
}
#headerLinks {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 25px;
}
#headerLinks a {
	color: #333;
}
#headerLinks a:hover {
	text-decoration: none;
}
#headerLinks p {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#globalNavigationContainer {
	height: 45px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#globalNavigation {
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/menu_seperator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#siteNav {
	float: left;
	width: auto;
}
#registrationButton {
	float: right;
}	
#registrationButton a {
	display: block;
	width: 151px;
	height: 43px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/register_btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 12px;
}
#registrationButton a:hover {
	background-image: url(images/register_btn_bg_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}
#hpFeatureContainer {
	height: 355px;
	width: 100%;
	background: #000000;
	margin-bottom: 10px;
}
#hpFeatureMessage {
	width: 1000px;
	margin: 0 auto;
}
#hpFeatureMessage h2 {
	margin: 0px;
	display: block;
	width: 1000px;
	height: 355px;
	text-indent: -9009px;
	background-color: transparent;
	background-image: url(/images/hp_quote_multidisciplinary.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
#hpFeatureMessage h2 a {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	outline: none;
}
#contentContainer {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}
#contentContainer li {
	margin-bottom: 8px;
	line-height: 16px;
	list-style-image: url(/Images/icons/triangle_bullet.png);
}
#contentContainer ul {
	margin-bottom: 20px;
}
#threeCol {
	width: 100%;
}
#threeCol .col1 {
	width: 260px;
	float: left;
	margin-right: 20px;
}
#threeCol .col2 {
	width: 420px;
	float: left;
	margin-right: 20px;
}
#threeCol .col3 {
	width: 260px;
	float: right;
}
#twoCol {
	width: 100%;
}
#twoCol .col1 {
	width: 290px;
	float: left;
	border-right: 1px dashed #CCCCCC;
	margin-right: 25px;
	padding-right: 25px;
}
#twoCol .col2 {
	width: 630px;
	float: right;
}
#footerContainer {
	width: 100%;
	height: 120px;
	background: #000;
	margin-top: 20px;
}
#footer {
	margin: 0 auto;
	width: 1000px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#footer p {
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer p a {
	color: #FFF;
}
.clearAll {
	clear: both;
}
.arrowLink {
	padding-left: 13px;
	background-image: url(images/arrow_link.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
blockquote {
	
}
#preFooterContainer {
	width: 1000px;
	margin: 0 auto;
}
#preFooterContainer a {
	color: #333333;
	margin-bottom: 0px;
}
#preFooterContainer h4 {
	font-size: 14px;
	color: #f00;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#preFooterCol1 {
	padding: 15px;
	width: 470px;
	float:left;
	background: #dbdbdb;
	height: 285px;
}
#preFooterCol2 {
	padding: 15px;
	width: 468px;
	float:left;
	border-left: 2px solid #FFFFFF;
	background: #dbdbdb;
	height: 285px;
}
#registrationCalloutBox {
	background: #DFDFDF;
	padding: 14px;
	margin-bottom: 20px;
}
#registrationCalloutBox h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#registrationCalloutBox a  {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f00;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	margin-top: 15px;
}
#registrationCalloutBox a:hover  {
	background: #FF6600;
}

#abstractsCalloutBox {
	background: #dddada;
	padding: 14px;
	margin-bottom: 20px;
}
#abstractsCalloutBox h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#abstractsCalloutBox a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #990000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	margin-top: 15px;
}
#abstractsCalloutBox a:hover {
	background: #FF6600;
}


a img {
	border: none;
	margin: 3px;
}


p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}
.note {
	font-size: 100%;
	color: #666666;
	line-height: normal;
}
.note a {
	color: #666666;
	text-decoration: underline;
}

h3 {
	display: block;
	width: 98%;
	border-top: 7px solid #000;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 8px; 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #f00;
}
a:hover {
	text-decoration: none;
}

.tableDataHeader {	
	border-bottom: 3px solid #990000;
	border-top: 1px solid #990000;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding: 0;
}

.tableDataHeader h4 {	
	margin-top: 9px;
}

.tableDataHeader h5 {	
	margin-bottom: 9px;
}

.tableData {
	border-bottom: 1px solid #999999;
	font-size: 11px;
}

.sf_listItemTitle, .sf_listItemTitleexp {
	border: none;
	margin-bottom: 15px;
	font-size: 12px;
}
.sf_listTitle {
	font-size: 14px;
}
.sf_controlListItems {
	margin: 0px;
}
.alertMsg {
	color: #CC0000;
	font-weight: bold;
}