/*==========
* UNIVERSITY
* ==========
*
* Pantone 2945 C (blue)
* #00528B
*
* Black
* #393938
*
* Pantone Cool Gray (9C)
* 4B4B4C
*
* Pantone Cool Gray (4C)
* #7C7C7D
*
* Pantone 296 C (black/blue)
* #021E2F
*
* =======
* FACULTY
* =======
* Dark Burgandy
* #911C11
*
* Light Pink
* #CFA19C
*
* Lighter Pink (Pale Pink)
* #F4E8E7
*/

/*
* Stylesheet for Faculty of Arts 
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt) 
*/



/* Page header */

#global-nav, #global-nav a, #global-nav a:link, #global-nav a:visited, #global-nav a:hover {
    background-color: #911C11;
    color: #fff;
}

/*----------------------------------------------------------------------------------------------------
 * I changed this next style to nicer background colour for header utility row
 ----------------------------------------------------------------------------------------------------*/

#global-utils, #global-utils a, #global-utils a:link, #global-utils a:visited, #global-utils a:hover, #global-utils-form {
    background-color: #CBCAC5;
    color: #000;
}

/* Highlight boxes */

.highlight {
    border: 1px solid #CFA19C;
    margin-top: 1em;
}

.section-highlight {
    border: 1px solid #CFA19C;
    margin-top: 4em;
}

.highlight-header {
	background-color: #CFA19C;
	color: #000;
	border-bottom: 1px solid #CFA19C;
}

.highlight-body {
   background-color: #fff;
   color: #000;
}

.highlight-body ul {
    background-color: #fff;
    color: #000;
}

/* Section navigation */

#section-nav {
	background-color: #f3f3f3;
	color: #000;
	border-left: 1px solid #ccc;
	border-right: 1px dashed #ccc;
}
.section-nav-body ul, .section-nav-body a, .section-nav-body a:link {
    background-color: #f3f3f3;
    color: #000;
}

/* Sitemap */

.sitemap-dark-header {
    background-color: #911C11;
    color: #fff;
   border: 1px solid #339;
}

.sitemap-dark-header a, .sitemap-dark-header a:link, .sitemap-dark-header a:visited {
   color: #fff;
}

.sitemap-dark-body {
   background-color: #fff;
   color: #000;
   border: 1px solid #ccc;
}

.sitemap-light-header {
   background-color: #666;
   color: #fff;
   border: 1px solid #666;
}

.sitemap-light-header a, .sitemap-light-header a:link, .sitemap-light-header a:visited {
   color: #fff;
}

.sitemap-light-body {
   background-color: #fff;
   color: #999;
   border: 1px solid #ccc;
}

.sitemap-light-body a, .sitemap-light-body a:link  {
   color: #666;
}

/* Footer styles */

#footer, #section-nav-footer {
	clear:both;
	background-color: #fff;
	color: #666;
	border-top: 1px solid #ccc;
}

#footer a, #footer a:link, #footer a:visited, #section-nav-footer a, #section-nav-footer a:link, #section-nav-footer a:visited {
   background-color: #fff;
   color: #666;
}

/* New from K-Tel */
.section-nav-body div.current-page {
   background-color : #ccc;
}
.section-nav-body div.nav-heading {
   font-weight : bold;
   padding-top : 12px;
   list-style-type : none;
}
.section-nav-body hr {
   height : 1px;
   background-color : #000;
   color : #000;
}
.section-nav-body a {
    text-decoration : none;
}
.section-nav-body a:hover {
   text-decoration : underline;
}

/*
* Additional Stylesheet for Faculty of Arts
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt)
*/

/*
* Important Notes
* ===============
*
* Faculty colours
* ---------------
*
* Dark Burgandy = #923D3D
* Light = #cfa19c
* Lighter (Pale Pink) = #F7F5F4
*
* Sizes
* -----
* Contry to sugested by central don't use ems for padding/ margins around
* objects IE does not handel them well.
*/

/* Resetting  tags here because central has set them to solid backgrounds*/

h1, h2, h3, h4, h5, h6 {
		background-color: transparent;
}

p {
    color: #000;
    background-color: transparent;
	line-height: 1.25;
}

#highlight-col {
    border-left: 1px dashed #ccc;
    padding-left: 12px;
}

#content-col {
    padding-right: 12px;
}

.highlight-header {
    font-size: 1.0em;
}

.highlight-body {
   padding: 0.25em 0.5em 0.25em 0.5em;
}

.highlight-body p {
   padding: 0.25em 0.5em 0.25em 0.5em;
}

/* Lowlight boxes */

.lowlight {
    border: 1px solid #ccc;
    margin-top: 1em;
}

.section-lowlight {
    border: 1px solid #ccc;
    margin-top: 4em;
}

.lowlight-header {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-left: 0.25em;
    background-color: #ccc;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.lowlight-body {
   background-color: #fff;
   color: #000;
   font-size: 0.95em;
   padding: 0.25em 0.5em 0.25em 0.5em;
}

.lowlight-body ul {
    background-color: #fff;
    color: #000;
    margin-top: 0.25em;
    margin-left: 1.5em;
    list-style-image: url("http://assets.monash.edu.au/images/blue-arrow.gif");
}

.lowlight-body li {
    margin: 0;
    border: 0;
    padding-top: 0.1em;
}

.lowlight-body a:hover {
    text-decoration: none;
}
.lowlight-body ul {
   padding-left: 0.5em;
}

.lowlight-body li {
   padding: 0.11em;
}

#lowlight-top .lowlight-header h2, .lowlight .lowlight-header h2 {
   background-color: #36c;
   color: #fff;
   font-size: 1.2em;
   margin: 0;
   padding: 0;
   padding-left: 0.25em;
}

#lowlight-top .lowlight-body, .lowlight .lowlight-body {
   padding: 0.25em;
}

/* noticeboard */

.noticeboard {
    border: 1px solid #923D3D;
    width: 100%;
    padding-top: 0;
	margin: 0;
	padding: 0;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.notice-head {
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-left: 0.25em;
    background-color: #923D3D;
    color: #FFF;
    border-bottom: 1px solid #ccc;
}

.notice-head a,
.notice-head a:hover,
.notice-head a:active,
.notice-head a:focus,
.notice-head a:link,
.notice-head a:visited {
    font-size: 0.8em;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}

.notice-head a:hover {
    font-size: 0.8em;
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
}

.notice-body {
   background-color: #F7F5F4;
   color: #000;
   font-size: 0.95em;
   text-align: left;
   padding: 0 0.5em 0 0.5em;
}

.notice-body p {
    text-align: left;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

.notice-body h1, .notice-body h2,
.notice-body h3, .notice-body h4 {
    background-color: #F7F5F4;
    color: #000;
}

/* section nav */

.section-nav-body span.current-page {
    color: #999;
}
.section-nav-body div.seperator {
    width: 90%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #CCC;
    margin-top: 6px;
    margin-bottom: 6px;
}
.section-nav-body ul { /* Don't Change */
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-nav-body div.nav-heading { /* Don't Change */
    font-weight: bold;
    color: #000;
    background-color: #f3f3f3;
    padding: 0px;
}
.section-nav-body a,
.section-nav-body a:hover,
.section-nav-body a:active,
.section-nav-body a:focus,
.section-nav-body a:link,
.section-nav-body a:visited {
    background-color: #f3f3f3;
    color: #000;
    text-decoration: none;
}
.section-nav-body a:hover {
    text-decoration: underline;
}


/*----------------------------------------------------------------------------------------------------
 * psi menu styles
 ----------------------------------------------------------------------------------------------------*/

.nav {
	margin: 5px 0px -5px 5px;
}

.nav-box {
	padding: 17px 0px 0px 3px;
}

.nav-box li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	line-height: 1.1em;
	font-size: 0.9em;
	margin: 0px 0px 3px -2px;
}

.nav-box a {
	list-style: none;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------------*/


caption {
    /* font-family: Arial, Helvetica, sans-serif; /* Added because of Netscape 4.79 table inheritance issue */
    font-weight: normal;
    text-align: left;
}
.footer, .fine-print, .font-small {
    font-size:0.8em;
}

/* The note class can be used to highlight a block of text */
/* e.g. an example, a recommendation, a note, etc.        */
.note {
    padding: .5em;
    background: #F4E8E7;
    margin-top: .25em;
    margin-bottom: .25em;
    border: 1px solid #000;
}

/* New Additions 2004-07-14 > */

hr {
    height: 1px;
    color: #CCC;
    background-color: inherit;
}

/* Higlighters to be used with span/div tags to highlight sections */

span.highlight-ltgray, div.highlight-ltgray{
    color: inherit;
    background-color: #CCC;
}

/*Experimental style used in research*/
.title-block h1{
    color: #111111;
    border-bottom:solid 1px #111111;
    background:#ffffff;
    font-size: 1.6em;
    line-height: 0.7em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1em;
}

.margin-lr {
   margin-left: 25px;
   margin-right: 25px;
}

/* added for news items 20050513 */
div.float-right {
	float: right;
	padding-left: 1em;
}

/* added for symetry */
div.float-left {
	float: left;
	padding-right: 1em;
}

/* For lists that aren't bulleted or indented, replaces <p><br /> lists. */
ul.bulletless-list {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 0px 0px;
}
ul.bulletless-list li {
	padding-top: 5px;
	padding-bottom: 5px;	
}

/* Spaced Bulletless List : Like Bulletless list, but with 1em spacing after each element. For replacing long lists of one line paragraphs */
ul.spaced-bulletless-list {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.spaced-bulletless-list li {
	margin-bottom: 1em;	
}

/* A clearly defined and deliniated list */
ul.obvious-list {
	list-style: square;
}

ul.obvious-list li {
	margin-bottom: 0.5em;
}


/* an ordered list of lower case alphabet characters */
ol.list-alpha {
	list-style: lower-alpha;
}

/*----------------------------------------------------------------------------------------------------
 * a bunch of table settings moved down near other table stuff - Tom, 14/04/2011
 ----------------------------------------------------------------------------------------------------*/

.align-left,
table.grid1 tr.align-left td,
table.grid2 tr.align-left td,
table.grid1 tr.align-left th,
table.grid2 tr.align-left th {
    text-align: left;
	vertical-align: top;
}

.align-center,
table.grid1 tr.align-center td,
table.grid2 tr.align-center td,
table.grid1 tr.align-center th,
table.grid2 tr.align-center th {
    text-align: center;
	vertical-align: top;
}

.align-right,
table.grid1 tr.align-right td,
table.grid2 tr.align-right td,
table.grid1 tr.align-right th,
table.grid2 tr.align-right th {
    text-align: right;
	vertical-align: top;
}

.align-top, 
table.grid1 th, table.grid1 td, 
table.grid2 th, table.grid2 td,
table.grid1 tr.align-top td,
table.grid2 tr.align-top td,
table.grid1 tr.align-top th,
table.grid2 tr.align-top th {
	vertical-align: top;
}

.align-bottom,
table.grid1 tr.align-bottom td,
table.grid2 tr.align-bottom td,
table.grid1 tr.align-bottom th,
table.grid2 tr.align-bottom th {
	vertical-align: bottom;
}

.align-middle,
table.grid1 tr.align-middle td,
table.grid2 tr.align-middle td,
table.grid1 tr.align-middle th,
table.grid2 tr.align-middle th {
	vertical-align: middle;
}


table.grid1 tr td.align-left,
table.grid2 tr td.align-left,
table.grid1 tr th.align-left,
table.grid2 tr th.align-left {
    text-align: left;
}

table.grid1 tr td.align-center,
table.grid2 tr td.align-center,
table.grid1 tr th.align-center,
table.grid2 tr th.align-center {
    text-align: center;
}

table.grid1 tr td.align-right,
table.grid2 tr td.align-right,
table.grid1 tr th.align-right,
table.grid2 tr th.align-right {
    text-align: right;
}

table.grid1 tr td.align-top,
table.grid2 tr td.align-top,
table.grid1 tr th.align-top,
table.grid2 tr th.align-top {
	vertical-align: top;
}

table.grid1 tr td.align-bottom,
table.grid2 tr td.align-bottom,
table.grid1 tr th.align-bottom,
table.grid2 tr th.align-bottom {
	vertical-align: bottom;
}

table.grid1 tr td.align-middle,
table.grid2 tr td.align-middle,
table.grid1 tr th.align-middle,
table.grid2 tr th.align-middle {
	vertical-align: middle;
}

/*----------------------------------------------------------------------------------------------------
 * modified table padding, font size and background colour - Tom, 14/04/2011
 ----------------------------------------------------------------------------------------------------*/

/* Table head1 and head2 whatever that is */

th {
	background-color:#FFF;
	text-align: left;
	vertical-align: top;
	color:#000;
}
td {
	vertical-align: top;
}

.TblHead1 th, .tbl-head1 th, .TblFoot th, .tbl-foot th {
    background-color: #D6D5D1;
    color: #000;
    vertical-align: top;
    text-align: left;
    border: none;
	font-size: 0.9em;
	padding: 0.5em;
}

.TblHead1 td, .tbl-head1 td, .TblFoot td, .tbl-foot td {
    font-size: 0.85em;
	padding: 0.5em;
}

.TblHead2 th, .tbl-head2 th {
    background-color: #F7F5F4;
    color: #000;
    vertical-align: top;
    text-align: left;
    border: none;
	font-size: 0.9em;
}

.TblHead2 td, .tbl-head2 td {
    font-size: 0.85em;
	padding: 0.5em;
}

.TblSlat, .tbl-slat {
    background-color: #F7F5F4;
    color: #000;
	vertical-align: top;
}

/* Table grid1 whatever that is */

table.grid1, table.grid1 th, table.grid1 tf, table.grid1 td {
	border: 3px solid #FFFFFF;
	padding: 0.5em;
}

table.grid1 caption {
 	font-size: 0.9em;
 	color: #000;
 	text-align: center;
}

table.grid1 th {
 	text-align: left;
 	background-color: #D6D5D1;
 	font-size: 0.9em;
}

table.grid1 td {
 	background-color: #F7F5F4;
 	font-size: 0.85em;
}

table.grid1 {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  margin-left: 1px;
  margin-right: 1px;
  display: table;
}


/*----------------------------------------------------------------------------------------------------
 * grid1 and grid2 now should be identical - Tom, 14/04/2011
 ----------------------------------------------------------------------------------------------------*/

table.grid2 {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  margin-left: 1px;
  margin-right: 1px;
  display: table;
}

table.grid2, table.grid2 th, table.grid2 tf, table.grid2 td {
	border: 3px solid #FFFFFF;
	padding: 0.5em;
}

table.grid2 caption {
 	font-size: 0.9em;
 	color: #000;
 	text-align: center;
}

table.grid2 th {
 	text-align: left;
 	background-color: #D6D5D1;
 	font-size: 0.9em;
}

table.grid2 td {
 	background-color: #F7F5F4;
 	font-size: 0.85em;
}


/*----------------------------------------------------------------------------------------------------
 * complex table
 ----------------------------------------------------------------------------------------------------*/

table.complex {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  margin-left: 1px;
  margin-right: 1px;
  display: table;
}

table.complex, table.complex th, table.complex tf, table.complex td {
	border: 3px solid #FFFFFF;
	padding: 0.5em;
}

table.complex caption {
 	font-size: 0.9em;
 	color: #000;
 	text-align: center;
}

table.complex th {
 	text-align: left;
 	background-color: #D6D5D1;
 	font-size: 0.9em;
}

table.complex td {
	background-color: #F7F5F4;
 	font-size: 0.85em;
}

table.complex td.high {
	background-color: #E2DBD8;
 	font-size: 0.85em;
}


/*----------------------------------------------------------------------------------------------------
 * table for arts admin structure
 ----------------------------------------------------------------------------------------------------*/

table.admin {
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
	margin: 0px 8px 25px 0px;
	font-size: 0.8em;
}

table.admin th {
	border: 3px solid #FFFFFF;
	background: #D6D5D1;
	font-weight: strong;
	text-align: center;
	padding: 6px 6px 6px 6px;
	
}

table.admin td {
	border: 3px solid #FFFFFF;
	background: #C7D9C4;
	padding: 6px 6px 6px 6px;
}
	
table.admin td.contrast-01 {
	border: 3px solid #FFFFFF;
	background: #ECE4AE;
	padding: 6px 6px 6px 6px;
	
}

table.admin td.contrast-02 {
	border: 3px solid #FFFFFF;
	background: #D0A46C;
	padding: 6px 6px 6px 6px;
	
}


/*----------------------------------------------------------------------------------------------------
 * table for supervision lists in psi
 ----------------------------------------------------------------------------------------------------*/

table.supervision {
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
	margin: 0px 8px 25px 0px;
	font-size: 0.8em;
}

table.supervision th, table.supervision th.cell-even, table.supervision th.cell-odd {
	border: 3px solid #FFFFFF;
	background: #D6D5D1;
	font-weight: strong;
	text-align: center;
	padding: 6px 6px 6px 6px;
	
}

table.supervision td,  table.supervision td.cell-even, table.supervision td.cell-odd {
	border: 3px solid #FFFFFF;
	background: #F7F5F4;
	padding: 6px 6px 6px 6px;
	
}

/*----------------------------------------------------------------------------------------------------
 * table for unit guides
 ----------------------------------------------------------------------------------------------------*/

table.units-table {
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
	margin: 0px 8px 25px 0px;
	font-size: 0.9em;
}

table.units-table th, table.units-table th.units-table-shaded, table.units-table th.units-table {
	border: 3px solid #FFFFFF;
	background: #D6D5D1;
	font-weight: strong;
	text-align: center;
	padding: 6px 6px 6px 6px;
	
}

table.units-table td,  table.units-table td.units-table-shaded, table.units-table td.units-table {
	border: 3px solid #FFFFFF;
	background: #F7F5F4;
	padding: 6px 6px 6px 6px;
	
}


/*----------------------------------------------------------------------------------------------------
 * staff list divs for psi discipline staff pages
 ----------------------------------------------------------------------------------------------------*/

div.staff-list{
	clear: both;
	width: 780px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-size: 0.8em;
}

div.staff-list .list-photo {
	float: left;
	width: auto;
	text-align: center;
	padding: 0px;
	margin: 0px 3px 3px 0px;

}
div.staff-list .list-photo img {
	border: 1px solid #A37372;
	background-color:#C0BDB6;
	padding: 7px 4px 7px 4px;

} 
 
div.staff-list .list-details {
	border: 1px solid #C7A9A7;
	background-color: #FAF9F8;
	float: left;
	width: 450px;
	height: 90px;
	padding: 7px 10px;
	margin: 0px 3px 3px 0px;
}

div.staff-list .list-details p {
	vertical-align: middle;
	
}

div.staff-list .list-contact {
	border: 1px solid #C7A9A7;
	background-color:#EDEAE7;
	float: left;
	width: 160px;
	height: 90px;
	padding: 7px 10px;
	margin: 0px 2px 3px 0px;
}

div.clear {
	clear: both;
}


/*---------------------------------------------------------------------------------------------------
 * staff list divs for admin staff list pages
 ----------------------------------------------------------------------------------------------------*/

div.staff-list-02{
	clear: both;
	width: 839px;
	padding: 0px;
	margin: 5px 0px 8px 0px;
	/*----- font-size: 0.8em; -----*/
}

div.staff-list-02 .list-photo {
	float: left;
	width: auto;
	text-align: center;
	padding: 0px;
	margin: 0px 3px 8px 0px;

}
div.staff-list-02 .list-photo img {
	border: 1px solid #A37372;
	background-color:#C0BDB6;
	padding: 7px 7px 7px 7px;

} 
 
div.staff-list-02 .list-details {
	border: 1px solid #C7A9A7;
	/*----- background-color: #FAF9F8; -----*/
	float: left;
	width: 644px;
	height: 226px;
	padding: 7px 10px;
	margin: 0px 3px 8px 0px;
}

div.staff-list-02 .list-details p {
	vertical-align: middle;
	
}

div.staff-list-02 .list-contact {
	border: 1px solid #C7A9A7;
	background-color:#EDEAE7;
	float: left;
	width: 160px;
	height: 90px;
	padding: 7px 10px;
	margin: 0px 2px 3px 0px;
}

div.clear {
	clear: both;
}


/*----------------------------------------------------------------------------------------------------
 * ecps conference table styles
 ----------------------------------------------------------------------------------------------------*/

table.conference {
	font-size: 0.9em;
}

table.conference th { 
	background-color:#DBBCB9;
	text-align:left;
	padding: 6px 6px 6px 6px;
}

table.conference col.col1 { 
	background-color:#f4e8e7;
	color: #fff;
	padding: 6px 6px 6px 6px;
}

table.conference col.col2 { 
	background-color:#F0ECEC;
	color: #fff;
	padding: 6px 6px 6px 6px;
}

table.conference td { 
	padding: 6px 6px 6px 6px;
}

/*----------------------------------------------------------------------------------------------------
 * table style for contact pages (or other)
 ----------------------------------------------------------------------------------------------------*/
 
.table-contact, .table-contact-borderless {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 0.85em;
}
.table-contact tr td {
	padding: 10px;
	border: 1px solid #F4E8E7;
}

.table-contact a:visited, .table-contact-borderless a:visited {
		color: #57004A;
		text-decoration: none;
}

.table-contact a:link, .table-contact-borderless a:link {
		color: #002C57;
		text-decoration: none;
}

.table-contact h1, .table-contact h2, .table-contact h3, .table-contact h4, .table-contact-borderless h1, 
	.table-contact-borderless h2, .table-contact-borderless h3, .table-contact-borderless h4 {
		font-weight: bold;
		font-size: 1.1em;
		color: #720603;
}

.table-contact-borderless tr td {
	border-style:none;
	padding: 10px;
}

/*----------------------------------------------------------------------------------------------------
 * psi hr styles
 ----------------------------------------------------------------------------------------------------*/

.psi-hr {
	width:95%;
	color:rgb(190,164,126);
	background-color:rgb(190,164,126);
	height:1px;
	border:none;
}

.psi-hr-full {
	width:100%;
	color:rgb(190,164,126);
	background-color:rgb(190,164,126);
	height:1px;
	border:none;
}

.psi-hr-pale {
	width:95%;
	color:#F9F9F7;
	background-color:#E4D2CB;
	height:1px;
	border:none;
}

/*----------------------------------------------------------------------------------------------------
 * ecps image profile styles
 ----------------------------------------------------------------------------------------------------*/

img#profile {margin-left:30px;margin-bottom:75px; float:right;}


/*----------------------------------------------------------------------------------------------------
 * list class for a spaced out list
 ----------------------------------------------------------------------------------------------------*/
.list-spaced li {
		margin-bottom:10px;
}


/*----------------------------------------------------------------------------------------------------
 * Misc. styles to tidy things up - added 12/08/2011
 ----------------------------------------------------------------------------------------------------*/

/* tighten up spacing below banner */
#home-sections { margin-top:0.2em;}

/* enforce consistency with h2s */
#home-sections h3 { margin: 10px; }

/* avoid the need to link each heading in an accordion */
#accordion h3, .accordion h3 { padding-left: 2.2em; }

/* add some nice margin to the bottom of the accordion */
#accordion, .accordion { margin-bottom: 1em; }

/* add better padding */
div.distinct-region { padding: 6px; }

/* alternative distinct region for landing pages */
.announce-box { width: 958px; margin: -25px 0px -20px 0px; border: 1px solid #A37372; }
.announce-content { margin: 8px; font-size: 0.8em; }

/* easy image floats */
div.image-right img { float: right; margin: 1em; }
div.image-left img { float: left; margin: 1em; }
div.multiple img { clear: both; }


/*----------------------------------------------------------------------------------------------------
 * Misc. styles to correct problems in the arts stylesheet - added 12/08/2011
 ----------------------------------------------------------------------------------------------------*/

/* avoid extra divs or other goofy clear fixes -- these should be tested */
#home-sections, #content, .image-right, .image-left { overflow: auto; } 
#content table.supervision { 
	margin: 0; 
	padding: 0;
}


/*----------------------------------------------------------------------------------------------------
  * Some styles used for two column images and text - added 1/09/2011
 ----------------------------------------------------------------------------------------------------*/

.table-image { width:419px; float:left;  margin-top:10px; }
.table-text { width:360px; float:left; margin-top:10px;padding-right:59px; }


/*----------------------------------------------------------------------------------------------------
 * jQuery slideshow (set the height and width of the .slideshow div manually to match your images (psi)
 ----------------------------------------------------------------------------------------------------*/

.slideshow { 
	margin-bottom: 1em;
	position: relative;
}
.slideshow img { 
	position: absolute; 
	top: 0; left: 0; 
}



/* avoid unnecessary hrs */

/*---------------- #home-sections h2 { 
	border-bottom: 1px solid #F4E8E7;
	padding-bottom: .5em;  
}  --------------*/


/* Removes the need to wrap everything in <div id="arts-portal-page"></div> */


/*---------------- #content #main-content { 
	padding-left: 1em;
	border-right: 1px dashed #CCCCCC;
}

#main-content #portal-col1, #main-content #portal-col2 {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 49%;
}
#main-content #portal-col2 { float: right; }
#content #main-content.feature { border: 0; }  --------------*/
