/* Normalize Everything */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul{
	margin: 0 0 0 25;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-family: Arial, Helvetica, sans-serif;
}
table{
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img{
	border: none;
}
caption, th{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
q:before, q:after{
	content: '';
}

/* Body & HTML */
html{
	background-color: #FFF;
}
body{
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#AHRAContent{
	width: 960px;
	margin: auto;
	margin-top: 5px;
	position: relative;
}

/* Top Images */
#AHRAImages{
	height: 110px;
	position: relative;
}
#AHRALIImage{
	position: absolute;
	top: 0px;
	left: 0px;
}
#AHRALeadershipInstitute{
	position: absolute;
	top: 0px;
	left: 360px;
}
#AHRALogo{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

/* Top Navigation */
#AHRAHeader{
	background-color: #F27257;
	border: 2px solid #EF533D;
	left: 0px;
	text-align: left;
}
.TopNavOn,.TopNavOff,.TopNavSelected{
	width: 100%;
	border-right: 2px solid #EF533D;
	font: normal normal bold 13pt/normal Arial, Helvetica, sans-serif;
}
.TopNavOn a, .TopNavOff a, .TopNavSelected a{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 103px;
	padding: 5px 0px;
}
.TopNavOn,.TopNavSelected{
	background-color: #FFF;
}
.TopNavSelected a,.TopNavOn a:hover{
	color: #F27257;
}

/* Drop Shadow Box for main content */
#AHRAPageContent_Top{
	background: transparent url(/AM/Graphics/bgContentTop.png) no-repeat scroll top left;
	margin-top: 5px;
	height: 25px;
}
#AHRAPageContent{
	background: transparent url(/AM/Graphics/bgContentSides.png) repeat-y scroll left;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#AHRAPageContent_Bottom{
	background: transparent url(/AM/Graphics/bgContentBottom.png) no-repeat scroll bottom left;
	height: 28px;
}
#AHRAInnerPageContent{
	margin: -15px -10px;
}

/* General Settings */
#AHRAPageContent td table td{
	padding: 4px;
}
#AHRAPageContent td{
	padding: 0px;
}
p, th, td{
	color: #666;
}
p{
	margin: 8px 0px;
}
a{
	color: #EF533D;
}
input[type="radio"]{
	margin: 3px 4px;
}

/* eSeries Styles */
h1,h2,h3,.EH2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
	color: #EF533D;
}
.EBW10{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.EN10{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.ETH{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.ETD{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* Page Specific */
.mainPageImage{
	float: right;
}

/* Content Boxes */
#AHRAContentBoxes{
	width: 100%;
	height: 220px;
	position: relative;
}
#AHRANewsHighlights,#AHRAFeaturedCourses,#AHRAImportantDates{
	width: 306px;
	position: absolute;
	top: 0px;
	left: 5px;
}
#AHRAFeaturedCourses{
	left: 326px;
}
#AHRAImportantDates{
	left: auto;
	right: 8px;
}
#AHRANewsHeader,#AHRACoursesHeader,#AHRADatesHeader{
	background: transparent url(/AM/Graphics/NewsAndHighlights_r1_c1.png) no-repeat scroll top left;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#AHRACoursesHeader{
	background: transparent url(/AM/Graphics/FeaturedCourses_r1_c1.png) no-repeat scroll top left;
}
#AHRADatesHeader{
	background: transparent url(/AM/Graphics/ImportantDates_r1_c1.png) no-repeat scroll top left;
}
#AHRANewsHeader h3,#AHRACoursesHeader h3,#AHRADatesHeader h3{
	display: none;
}
#AHRANewsContent,#AHRACoursesContent,#AHRADatesContent{
	margin: -8px 0px;
	background: transparent url(/AM/Graphics/NewsAndHighlights_r2_c1.png) repeat-y scroll left;
	height: 180px;
	text-align: left;
	padding: 0px 8px;
}
#AHRANewsFooter,#AHRACoursesFooter,#AHRADatesFooter{
	background: transparent url(/AM/Graphics/NewsAndHighlights_r3_c1.png) no-repeat scroll bottom left;
	height: 10px;
}

/* Footer */
#AHRAFooter{
	margin-top: 10px;
	background: transparent url(/AM/Graphics/bgFooter.png) no-repeat scroll bottom;
	height: 40px;
	padding-top: 5px;
}
#AHRAFooter p{
	font: normal normal normal 8pt/10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
}

/* Welcome Box */
#welcomeBox{
	height: 25px;
	width: 95%;
	padding: 0px 20px;
	color: #EF533D;
	font-size: 12pt;
}
#welcomeBox p{
	color: #EF533D;
	font-weight: bold;
}