/*
	AU Content module styles (MEM 11/13/08)
*/

div.content-container {
	float: left;
}

.content-container-margin {
	margin: 10px 0;
}

.content-module {
	margin: 0 0 10px;
	padding: 0 10px;
}

/* 3/4/09:KKB - to accomodate news landing page 3-col top story section */
.content-module-9-column {
	margin: 0 11px 10px;
	padding: 0 10px 10px;
}

.content-module-6-column {
	margin: 0 11px 10px;
	padding: 0 10px 10px;
}

.content-module-4-column {
	margin: 0 11px 10px;
	padding: 0 10px 10px;
}

.content-module-3-column {
	margin: 0 11px 10px;
	padding: 0 10px 10px;
}

.content-module-4-column h2 {
	margin: 0 0 11px;
}

.content-module-3-column h3, .content-module-2-column h3 {
	margin: 0 0 11px;
}

.content-module-2-column {
	margin: 0 11px 10px;
	padding: 0 5px;
}

.content-module-border {
	border: 1px solid #ddd;
}

.content-module-border-thick {
	border: 2px solid #EEEEEE;
}

.content-module-tout {
	margin: 0 11px 10px;
}

.news-landing-tout {
	width: 230px;
	float: left;
}

.top-stripes {
	margin: 0 -5px;
	height: 10px;
	background:transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
}

.content-module-2-column .top-stripes {
	margin: 0;
}

.content-container b,
.content-container strong {
	font-weight: bold;
}

.content-container i,
.content-container em {
	font-style: italic;
}

.profile-au-expert b,
.profile-au-expert strong {
	font-weight: bold;
}

.profile-au-expert i,
.profile-au-expert em {
	font-style: italic;
}

.main-container {
	width: 985px;
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
	position: relative;
	border-left: 1px solid #b4ae95;
	border-right: 1px solid #b4ae95;
	background-color: #fff;
	height: auto;
}

li.nolines {
	border: 0;
}

#school-top-nav-holder {
	height: auto;
	/* width: 654px; */
}

#school-top-nav {
	overflow: hidden;
	width: 100%;
}

#school-top-nav li {
	border-bottom: medium none;
	border-right: 1px solid #DDDDDD;
	float: left;
	height: 20px;
	padding: 4px 14px 0;
}

div.textblock-m16 {
	padding-bottom: 0;
}
.textblock-m16 ul {
	margin-top: 10px;
}

.textblock-m16 li {
	margin: 0;
	padding: 10px 0;
}

/* AU By the Numbers */
.sifr-stat-large {
	font-size: 84px;
	letter-spacing: -3px;
	color: #333;
	float: left;
}

.sifr-stat-small {
	padding-top: 10px;
	font-size: 30px;
	color: #333;
	float: left;
}

.by-the-numbers p {
	margin-top: 0;
}

p.photo-caption {
	margin: 0;
	padding: 0 0 10px;
}

/* 3/4/09:KKB - CALENDAR FORMATTING (/spa/key subsite ticket: AUGW-7VXSFM)
--------------------------------------------------------- */
#students-faculty, #events-calendar, #au-pedia, #arts-more {
	background:transparent url(/images/bottom-shadow.png) no-repeat scroll center bottom;
	height:auto;
	padding:10px 10px 30px;
}

.wrap.arts-more, .wrap.capital-campaign, .wrap.events-calendar, .wrap.au-pedia, .wrap.students-faculty, .wrap.career-success {
background:transparent url(/images/top-bar-shadow-4col.png) no-repeat scroll center top;
/*overflow:hidden;
width:223px;*/
}

/* END - CALENDAR */


/* FILMSTRIP CAROUSEL / HERO IMAGES
------------------------------------------- */
#filmstrip {
	height: 346px;
	position: relative;
	/* float: left; */
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

#filmstrip.col-8 {
	width: 654px;
}

#filmstrip.col-9 {
	width: 724px;
}

#filmstrip .container {
	height: 346px;
	overflow: hidden;
	position: relative;
	float: left;
}

#filmstrip.col-9 .container {
	width: 724px;
}

#filmstrip.col-8 .container {
	width: 654px;
}

#filmstrip .container ul {
	height: 346px;
	left: 0;
	top: 0;
	position: relative;
	width: 1000000px;
}	

#filmstrip .container li {
	height: 346px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#filmstrip.col-9 .container li {
	width: 724px;
}

#filmstrip.col-8 .container li {
	width: 654px;
}

#filmstrip img {
	position: relative;
	top: 0;
	left: 0;
}
	
#hero.single-img {
	height: 245px;
	width: 654px;
	margin: 20px 0 0 11px;
	background-color: #395989;
}
#hero .col-6 {
	height: 245px;
	width: 465px;
	overflow: hidden;
	float: left;
}

#hero .col-2 {
	height: 225px;
	width: 169px;
	_margin: 0 0 0 465px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	float: right;
}

#hero h3 {
	font-size: 26px;
}
.heroContent {
	z-index: 100;
	position: absolute;
	color: #ffffff;
}
.heroContent.upper-left {
	width: 350px;
	top: 40px;
	left: 40px;
}

.heroContent.lower-left {
	width: 350px;
	bottom: 40px;
	left: 40px;
}

.heroContent.upper-right {
	width: 300px;
	top: 40px;
	right: 40px;
}

.heroContent.lower-right {
	width: 300px;
	bottom: 40px;
	right: 40px;
}

.heroContent span {
	margin-bottom: 10px;
	color: #f5c52f;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.heroContent strong {
	margin: 0;
	padding: 0 0 0 2px;
	color: #FFF;
	font-size: 22px;
	display: block;
}

.heroContent h3 {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	background: none;
	border-bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
}
	
.heroContent p {
	display: block;
	margin: 15px 0 20px 0;
}
	
.heroContent .learn-more {
	margin-top: 10px;
	background: url(/images/carousel-learn-more.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel-learn-more.png', sizingMethod='scale');
	width: 127px;
	height: 19px;
	text-indent: -9999px;
	display: block;
}

.heroContent .read-more {
	margin-top: 10px;
	background: url(/images/carousel-read-more.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel-read-more.png', sizingMethod='scale');
	width: 127px;
	height: 19px;
	text-indent: -9999px;
	display: block;
}
	
.heroContent .apply-now {
	margin-top: 10px;
	background: url(/images/carousel-apply-now.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel-apply-now.png', sizingMethod='scale');
	width: 127px;
	height: 19px;
	text-indent: -9999px;
	display: block;
}

#filmstrip .previous_button {
	position: absolute;
	top: 150px;
	left: 3px;
	background: #fff;
	z-index: 100;
	background: url(/images/carousel-arrows.png) no-repeat 0px 0;
	_background: url(/images/carousel-arrows-notrans.gif) no-repeat 0px 0;
	width: 22px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}

#filmstrip .next_button {
	position: absolute;
	top: 150px;
	right: 7px;
	_right: 100px;
	background: #fff;
	z-index: 100;
	background: url(/images/carousel-arrows.png) no-repeat -22px 0;
	_background: url(/images/carousel-arrows-notrans.gif) no-repeat -22px 0;
	width: 22px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}
	
#filmstrip .next_button_disabled,
#filmstrip .previous_button_disabled {
	display: none !important;
}
	
.show-buttons .previous_button, .show-buttons .next_button {
	display: block !important;
}

/* Carousel NAVIGATION
---------------------------------------- */
#carousel-direct-nav.hero-filmstrip {
	height: 70px;
	position: relative;
	top: -4px;
	/* float: left; */
}

#carousel-direct-nav.col-9 {
	width: 725px;
}

#carousel-direct-nav.col-8 {
	width: 655px;
}

#carousel-direct-nav a {
	float: left;
	position: relative;
}

#carousel-direct-nav .btn {
	color: #333;
}

#carousel-direct-nav.hero-filmstrip .btn {
	height: 67px;
	font-weight: bold;
}

#carousel-direct-nav .btn p {
	padding: 0 5px;
}

#carousel-direct-nav div.row {
	display: table-row;
}

#carousel-direct-nav div.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#carousel-direct-nav.col-8 .btn {
	background: url(/images/filmstrip-nav-8.png) no-repeat 0 0;
	width: 131px;
}

#carousel-direct-nav.col-8 div.cell {
	width: 131px;
	height: 67px;
}


#carousel-direct-nav.col-9 .btn {
	background: url(/images/filmstrip-nav-9.png) no-repeat 0 0;
	width: 145px;
}

#carousel-direct-nav.col-9 div.cell {
	width: 145px;
	height: 67px;
}

#carousel-direct-nav .btn:hover,
#carousel-direct-nav .btn.active {
	height: 70px;
	top: -3px;
	color: #FFF;
	overflow: visible;
}

#carousel-direct-nav.col-8 .btn:hover,
#carousel-direct-nav.col-8 .btn.active {
	background: url(/images/filmstrip-nav-8.png) no-repeat 0 -67px;
}

#carousel-direct-nav.col-9 .btn:hover,
#carousel-direct-nav.col-9 .btn.active {
	background: url(/images/filmstrip-nav-9.png) no-repeat 0 -67px;
}

#carousel-direct-nav .btn:hover div.cell p,
#carousel-direct-nav .btn.active div.cell p {
	position: relative;
	top: 3px;
}

.ie-cell {
	position: relative;
	top: 5px;
}

/* --------------------------------------------
		 titles 
-------------------------------------------- */
div.content-container .school-news-title-holder {
	width:945px;
	display: block;
	background :#fff;
	float:left;
	padding: 29px 20px 0 20px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

div.content-container .school-news-title-holder h1 {
	background: none;
	border-bottom: 4px solid #999;
	color: #333;
	font-size: 30px !important;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
	/* letter-spacing: -.5px; */
	padding:0 0 15px 0;
	margin: 0;
	font-weight: normal;
}

/* --------------------------------------------------
	Page Hero
----------------------------------------------------*/
#news-listing-headline {
	width: 704px;
	margin: 0 0 0 20px;
	/* background:transparent url(/images/yellow-arrow-large.png) 670px 44px no-repeat; */
}

#news-listing-headline h3 {
	font-size: 26px;
	font-family: Arial;
	text-transform: none;
	padding: 2px 10px 5px 0;
	border-bottom: none;
}

#news-listing-headline a {
	font-size: 26px;
}

#news-listing-headline img {
	margin-top: 0;
}

#news-listing-headline h3 img{
	padding: 0 0 0 8px;
	border: none;
	position: absolute;
}

div.content-container #headline h4 {
	margin-bottom: 7px;
	padding-bottom: 0;
}

/* --------------------------------------------------
	Recent News
----------------------------------------------------*/
div.content-container #news-listing-recentnews {
	background: transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
	margin: 20px 0 0 20px;
	padding: 15px 0 0 0;
	width: 704px;
	
}

div.content-container #news-listing-headline p, #recentnews p {
	line-height: 18px;
}

div.content-container #news-listing-recentnews ul li {
	margin: 13px 0;
	padding: 0;
}

div.content-container #news-listing-recentnews li.last {
	border-bottom: none;
	
}

div.content-container #news-listing-recentnews img {
	margin: 0 20px 13px 0;
	float: left;
}

div.content-container #news-listing-recentnews h3.articletitle {
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 0;
}

div.content-container #news-listing-recentnews a {
	font-size: 18px;
	text-decoration: none;
}
div.content-container #news-listing-recentnews a:link {
	color: #2588c6;
}

div.content-container #news-listing-recentnews a:hover {
	color: #003260;
}
div.content-container #news-listing-recentnews a:visited, div.content-container #news-listing-recentnews a:active {
	color: #3399CC;
	font-weight: 500;
}

/* --------------------------------------------
		PAGINATION <- same as search result
-------------------------------------------- */
.results-numbers {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

.pagination-holder {
	width: 684px;
	height: auto;
	margin: 10px 0 0 20px;
}

.pagination-holder ul  {
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.pagination-holder ul li {
	float: left;
	height: 15px;
	margin: 0;
	border: none;
	padding: 0 2px 0 2px;
	display: block;
}

.pagi-line-top {
	height: 5px;
	border-bottom: 1px solid #ddd;
	width: 300px;
	overflow: hidden;
}

.pagi-line-bottom {
	height: 5px;
	border-bottom: 1px solid #ddd;
	width: 480px;
	display: block;
}

.pagination-holder.bottom {
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}

/* --------------------------------------------------
	Article Classes
----------------------------------------------------*/

div.content-container .article-content {
	margin: 0 20px;
}

div.content-container .article-content.news-success-story {
	margin-top: 20px;
/*	margin-left: 69px;*/
}

div.content-container .article-content.news-success-story h1{
	margin: 0;
	color: #666;
	background: none;
	padding: 0;
	clear: both;
	font-size: 30px;
	border-bottom: 0px;
	letter-spacing: 0px;
}

div.content-container .article-content p {
	line-height: 20px;
	margin: 10px 0;
}

div.content-container .article-content h1 {
	margin: 0px;
	color: #666;
	background: none;
	padding: 0 0 0 0;
	clear: both;
	font-size: 24px;
	border-bottom: 0px;
	letter-spacing: 0px;
	line-height: 28px;
	
	/*Original:
	margin: 0;
	color: #666;
	background: none;
	padding: 0;
	clear: both;*/
}

div.content-container .article-content .top-admissions-info h1 {
	margin: 0;
	color: #666;
	font-size: 24px;
	background: none;
	font-weight: normal;
	padding: 0;
	line-height: 26px;
}

div.content-container .article-content h4 {
	margin-top: 4px;
}

div.content-container .article-content h4.subhead {
	margin: 0;
	font-size: 14px;
	color: #666;
	background: none;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	width: 525px;
	line-height: 18px;
}

div.content-container .article-content ul.byline {
	margin: 20px 0;
	width: 231px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.content-container .article-content li {
	line-height: 18px;
	border-bottom: none;
}

div.content-container .article-content li.noline {
	border-bottom: none;
}

div.content-container .article-content ul.press-release-list {
	width: 40%;
	float: left;
	margin-bottom: 13px;
}

div.content-container .article-content h3.subtitle {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: none;
	border-bottom: none;
	background: none;
	color: #333;
}

div.content-container .news-success-story .article-copy {
/*	width: 480px; */
	width:524px;
}

div.content-container .article-copy ul {
	margin-left: 30px;
	list-style-type: disc;
}

/* 07/09/10 MEM - class for bullet-less indented ul for degrees */
div.content-container .article-copy ul.no-bullet-indent {
	padding-left: 18px;
	list-style-type: none;
}

div.content-container .article-copy ol {
	margin-left: 30px;
	/* list-style-type: decimal; 05/13/10 MEM */
}
/* 05/05/10:SVK - added new ID ol_alpha */
#ol_alpha
{
	margin-left: 30px;
	list-style-type: lower-alpha;
} 

div.content-container .article-copy ol li {
	margin-top: 8px;
	margin-bottom: 8px;
}

div.content-container .article-copy blockquote{
	margin:22px 40px;
	upadding:3px;
	padding: 0 50px;
	
}

div.content-container .dateline-backlink {
	width: 400px;
	float: left;
}

div.content-container .press-release {
	margin: 0 0 20px 0;
	padding: 13px 0 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* --------------------------------------------------
	Article Image Holder
----------------------------------------------------*/
div.content-container .image-holder {
	margin: 0 20px 10px 0;
	float: left;
}

div.content-container .image-holder.image-holder-large-landscape {
	width: 300px;
}

div.content-container .image-holder.image-holder-large-portrait {
	width: 184px;
}

div.content-container .image-holder.image-holder-medium-landscape {
	width: 141px;
}

div.content-container .image-holder.image-holder-medium-portrait {
	width: 108px;
}

div.content-container .image-holder.image-holder-small-landscape {
	width: 72px;
}

div.content-container .image-holder.image-holder-small-portrait {
	width: 48px;
}

div.content-container .image-holder.news-success-story {
/*	margin-left: -60px;*/
	margin-left: 0;
}

div.content-container .image-holder p {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}
/* --------------------------------------------------
	Media Gallery Module
----------------------------------------------------*/
div.content-container #media-gallery {
	background:transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
	margin: 11px 0 20px 0;
	padding: 15px 0 0 0;
}

div.content-container #media-gallery ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	list-style: none;
}

div.content-container #media-gallery img {
	margin: 0 7px 0 0;
}

div.content-container #media-gallery p {
	margin: 10px 0;
	padding: 0;
}

/* --------------------------------------------------
	Article Tools
----------------------------------------------------*/
div.content-container .article-tools {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	/* position: absolute;
	top: 10px;
	right: 20px; */
	float: right;
	display: inline;
	width: 250px;
}

div.content-container .article-tools li {
	margin-top: 0;	
	border: 0;
	display: inline;
	float: left;
}

div.content-container .article-tools li a{
	padding: 2px 13px 2px 23px;
}

/* --------------------------------------------------
	Right Sidebar Module
----------------------------------------------------*/

div.content-container #sidebar {
	width: 162px;
	margin: 0 0 11px 11px;
	float: right;
}

div.content-container #sidebar.sidebar-admissions {
	margin-top: 60px;
}

div.content-container #sidebar ul {
	margin-bottom: 20px;
}

div.content-container #sidebar ul.inbox {
	margin-bottom: 0;
}

div.content-container #sidebar p {
	line-height: 18px;
	margin: 0 0 8px 0;
}

div.content-container #sidebar li.last {
	margin-bottom: 0;
	border-bottom: 2px solid #b2b2b2;
}

.content-module h3 {
	margin: 0 0 11px 0;
}

div.content-container .quicklinks-m16-sidebar {
	/*background:transparent url(/images/top-bar-shadow2.png) no-repeat scroll center top;*/
	margin: 0 0 10px 0;
}

/* Content Navigation customizations
---------------------------------------*/
ul.content-navigation li.questions a {
	background:none;
	color: #000;
	font-weight: bold; 
}

ul.content-navigation li.questions {
	border-top:4px solid #a9a9a9;
	padding-top:12px;
	margin-top:-1px;
	background-color:#f2f2f2;
}

/* Anchor Replacements
---------------------------------------*/
a.comparitive-overview-btn {
	height:0;
	display:block;
	width:225px;
	border:none;
	margin:9px 0 0 -10px !important;
	padding:35px 0 0 0 !important;
	background:url(/images/comparitive-overview-btn.gif) top left no-repeat !important;
	overflow:hidden;
}

/* Call to Action Arrow Buttons
---------------------------------------------- */
.cta-btn {
	width: auto; 
	/* float: left; */
	color: #fff !important;
	display: block;
	margin-bottom: 5px;
	padding: 0 12px 0 6px;
	font-family: trebuchet ms, sans-serif;
	font-size:11px !important;
	height: 15px;
	line-height: 14px;
	font-weight: bold !important;
	text-transform: uppercase;
}

/* Call to Action Yellow general
------------------------------------ */
.cta-btn {
	background: #f4c52f url(/images/cta-arrows-white.png) right 0 no-repeat;
}
.cta-btn:hover {
	background: #d49d15 url(/images/cta-arrows-white.png) right -15px no-repeat;
}

/* News and Success Stories
---------------------------------------*/
.bottom-border {
	height: 2px;
	width: 293px;
	background-color: #b2b2b2;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 0 4px;
}

.news-module ul{
	margin-top: 20px;
}

.news-module strong {
	color: #231f20;
	font-weight: bold;
	display: block;
}
	
.news-module li {
	border: 0;
	margin-bottom: 30px;
}

.sidebar-module {
	border: 1px solid #ddd;
	padding: 0 5px;
	margin: 0 0 20px 0;
}

.sidebar-module h3 {
	margin-bottom: 10px;
}

/* --------------------------------------------------
	Top Admissions Module
----------------------------------------------------*/
.wrap.top-admissions-info {
	border-bottom: 1px solid #ddd;
	width: 525px;
	_width: 525px;
	margin: 0;
	float: left;
	padding: 0;
	height: auto;
	min-height: 300px;
}

ul.bullet-list {margin: 0 0 20px 20px; width: 100%;}	
ul.bullet-list li{list-style-type: disc;border: none; padding: 2px 0 2px 0; line-height: 18px;}

.top-admissions-content { width: 280px; height: auto;}

/* --------------------------------------------------
	SCHOOL SPECIFIC UNDERGRAD INFO 
----------------------------------------------------*/
div.content-container .undergrad-info { width: 525px; height: auto;}
div.content-container .undergrad-info-content {
	width: 290px;
	_width: 280px;
}

div.content-container .undergrad-important-dates {
	background: #f1eee4 url(/images/top-bar-shadow2.png) repeat-x scroll left top;
	width: 222px;
	height: 226px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

div.content-container .undergrad-important-dates ul{
	width: auto;
	padding: 0 20px 0 20px;
	margin: 0;
}

div.content-container .undergrad-important-dates li {
	padding: 2px 0 10px 0;
	border-bottom: 1px solid #DDD;
}

div.content-container .undergrad-important-dates .last-li {
	border-bottom: 0 none;
}
div.content-container h2.important-dates-title {
	text-indent: -3000px;
	background: url(/images/important-dates-title.gif) no-repeat;
	background-position: 15px 0;
	height: 40px;
	border: none;
	padding: 0 0 0 10px;
	width: 210px;
	margin: 0;
}

div.content-container ul.bullet-list-sidebar {margin: 0 0 20px 20px; width: 100%;}	
div.content-container ul.bullet-list-sidebar li{list-style-type: disc;border: none; padding: 0; line-height: 12px;}

div.content-container .department-questions {
	background:transparent url(/images/top-bar-shadow2.png) repeat-x !important;
	padding: 10px 0 0 0;
	margin: 10px 0 0 20px;
	width: 220px;
}

.wrap.department-questions p{
	margin: 0;
	padding: 5px 0 5px 0;
}

.bottom-tab {
	background: url(/images/bottom-tab.gif) top left no-repeat;
	height: 23px;
	width: 220px;
	display: block;
	padding: 5px 0px 0px 17px;
}

#undergraduate-students-alt {
	margin:10px 0;
}

#undergraduate-students-alt, #financial-aid-alt {
	background:#F1EEE4 url(/images/top-bar-shadow2.png) repeat-x scroll center top;
	padding:0 10px;
	width:200px !important;
}

/* AU DEGREE */

.article-title {
	margin: 60px 0 0 0;
	width: 480px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 35px 0;
}

h1.article-title-h1 {
	font-size: 36px;
	background: none;	
}

.center-info {
	width: 480px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
	color: #333;
	font-size: 12px;
}

.center-info li {
	border: 0;
	margin: 0;
	padding: 15px 0 15px 0;
}

.center-info img {
	float: left;
}

.center-info-header {
	margin: 0 0 0 11px;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.center-info-text {
	margin: 0 0 0 11px;
	padding: 0;
}

.story-content {
	/* width: 480px; */
	font-size: 12px;
}

.story-content p{
	line-height: 18px;
}

.au-degrees-box {
	background:transparent url(/images/top-bar-shadow2.png) no-repeat scroll center top;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 140px;
	font-size: 11px;
}

/*Profile modules
 *--------------------------*/
.m82 h2, .m83 h3{
	border-bottom:0px;
	display:inline;
	}
 
 .m82 img{float:left; margin-right:8px; border:1px solid black;}
 .m83 img{margin-bottom:4px; border:1px solid black;}
 .m83 p{margin:4px; width:90%}
 .m82 p{ margin:4px;}
 .contact-m83 { margin:4px;}


.m60{float:left;width:245px;margin:0px; padding:0px;margin-bottom:5px;}

.m60bottom{float:left;width:145px;margin:0px; padding:0px;margin-bottom:5px;}

.m60 img {border:1px solid black; float:left; margin-right:6px;width:60px;heigth:60px;}

.m60bottom img {height:100%;width:100%;}

.m60 p {margin:0px; padding:0px;}


.m60bottom img{border:0px;float:none;display:block;margin:right:0px;}

/*Publication modules
 *--------------------------*/
.publication-logo {
	margin: 0 0 10px;
}

.m135 img {margin-top:5px;}

/* Contact Us */
.contact-us {
	margin-top: 20px;
}

/*
	AU table styles - 09/20/10 Michael Mendelson
*/

table.standard {
	margin: 10px 0;
	border: 1px solid #000;
}

table.standard td, table.standard th {
	padding: 5px;
	border: 1px solid #000;
}

table.accordion {
	margin: 10px 0;
}

table.accordion td, table.accordion th {
	padding: 0 5px 8px;
	vertical-align: middle;
	text-align: left;
	font: 11px normal Trebuchet MS,sans-serif;

}

table.accordion tbody td {
	padding-bottom: none;
	height: 44px;
	background-image: url(/images/accordion-bg.png);
}
