/* Design by S. Todd McKee - tmckee@uams.edu   */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #ECECEC;
	background-image:  url("/programs/conferences/BP_Hip_Fractures/images/bg_grad.jpg");
	background-repeat: repeat-x;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #9B165C;
	text-decoration: underline;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #9B0051;
 margin: 0px 0px 0.5pc 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #9B0051;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Arial,sans-serif;
 color: #9B165C;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 85% Arial,sans-serif;
 color: #9B165C;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 80% Arial,sans-serif;
 color: #9B165C;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************ standard text styles ************/

#content p, #content td, #content li{
font-size:80%;
margin-top:0px;
}

table {
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
}

td {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#content{
	padding: 0px 10px 10px 10px;
	margin:0px 0px 0px 150px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: 149px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#btl {
	position:absolute;
	bottom: -1px;
	left: 149px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#btr {
	position:absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead{
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 75px;
}

#banner{
	position: relative;
	width: 100%;
	height:75px;
	background-color:#DE1F82;
	min-width: 600px;
	padding: 0px;
}
#banner img {
	margin-bottom: -4px;
}
#mr {
	position:absolute;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#stripe{
	position: absolute;
	top: 85px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height:18px;
	border-top:1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color:#ececec;
	padding: 0px;
	margin: 0px;
}

#str {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#stl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float:left;
	left: 2%;
	width: 120px;
	padding: 0px;
	font: small Verdana,sans-serif;
}

#footer{
	margin:20px 10% 0px 10%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ECECEC;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #9B165C;
	width : 100%;
	margin:1px 0px 1px 0px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFE6F3;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	width : 100%;
}

/************ stripe styles **************/

#stripe {
	font-size:65%; font:Verdana, Arial, Helvetica, sans-serif; text-indent:8px; line-height:1.6em;
}

/************ footer styles **************/

#footer a:link, #footer a:visited{
	font-size:65%; font:Verdana, Arial, Helvetica, sans-serif;margin-right: 10px; margin-left:10px;
}
