/* new styles for the updated home page design */

#content { border: none; }

#content th, #content td {
	padding: 5px;
}


#outer-left {
	min-height: 400px;
	height: 500px;  /* ### TEMP whilst in dev ### */
	background-color: #b1d9f4;
	width: 26%;
}

#inner-left {
	width: 18%; 
	background-color: #ebf5fc; 
	border-left: 1px dashed #cccccc; 
	background-image: url(http://www.med.monash.edu.au/assets/images/epidemiology/corner-br-50x50.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#inner-left ul, 
#quicklinks ul {
	list-style-type: none;
	margin-left: 1.5em;
}

#inner-left a,
#quicklinks a {
	display: block;
	background: transparent url(http://www.infotech.monash.edu.au/assets/images/home/nav-dot.gif) left no-repeat;
	text-decoration: underline;
	padding-left: 1em;
}

#inner-left a:hover,
#quicklinks a:hover {
	text-decoration: none;
	background: none;
	/* background: transparent url(http://www.med.monash.edu.au/assets/images/epidemiology/splash.gif) left no-repeat; */
}


#inner-left li, 
#quicklinks li {
       font-size: 115%;
	   font-weight: bold;
       padding-bottom: 0.5em;
}
#newscol {
	width: 40%;

}

#quicklinks {
	width: 16%;
	border-left: 1px dashed #cccccc;
}

#br {

}

.ad {
	border: 1px solid #75bdeb;
	background-color: #FFFFFF;
	/* margin: 3px; */
	padding: 8px;
	clear: both;
	font-size: 0.9em;
	min-height: 86px;
	margin-bottom: 5px;
}

.ad img {
	float: left;
	margin-right: 0.5em;
	border: 1px solid #000000;
}

.ad h3 {
	margin-top:0;
	margin-bottom:1em;
	font-size:1.1em;
	clear:none;
}

.ad p {
	margin:0;
}


/* left hand 'column' table cell 
   to hold news items */

#left {
	padding-right: 0.5em;
	background-color: #ebf5fc;
	border-right: none;
        background-image: url(http://www.med.monash.edu.au/assets/images/epidemiology/corner-br-50x50.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#centre {
        padding-left: 0.5em;
        padding-right: 0.5em;
	border-right: none;
	width: 25%;
}

#right {
	padding-left: 0.5em;
	width: 250px;
}

#right img {
	width:250px;
	height:250px;
	border: 1px solid black;
}

#news-box h2 {
	font-style: italic;
        font-size: 120%;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid black;
        background-color: #ebf5fc;
}

#news-box h3{
	display: block;
	clear:both;
	margin-top: .1em;
	padding-left: .2em;
	color: #2325BF;
	background-color: #ebf5fc;
	font-size: 1em;
}

#news-box h3 a:link, #news-box h3 a:visited {
	color: #2325bf;
}

#news-box h3 a:hover {
	text-decoration: none;
	color: #2325bf;
} 

#news-box p, ul{
	font-size: .85em;
	padding-left: 0.25em;
	margin-left: 5.2em;
	margin-bottom: 1.4em;
}

#news-box ul{ list-style-type: square;}
	

#for, #about, #links {
	width: auto;
	height: auto;
	padding: 0.2em 0.5em 0.5em 0.5em;
}

#doctoral {
	width: auto;
	height: auto;
	padding: 0.2em 0.5em 0.5em 0.5em;
	border: 1px solid #75bdeb;
	margin-top: 0.5em;
}

#for h2, #about h2, #links h2, #doctoral h2 {
	/*padding: .25em;
	background-color: #EBF5FC;
	border-top: 1px solid #75BDEB;
	border-left: 1px solid #75BDEB;
	margin-top: .2em;*/
        font-style: italic;
        border-bottom: 1px solid black;
        color: black;
}

#for ul, #about ul, #links ul, #doctoral ul {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0 0 0 .5em;
	padding: 0;
	font-size: 100%;
}

#for li, #about li, #links li {
	margin: 0 0 .1em 0;
	display: inline;
}

#for a, #about a, #links a, #doctoral a { 
	display: block;
	background: transparent url(http://www.med.monash.edu.au/assets/images/epidemiology/spot.gif) left no-repeat;
	text-decoration: underline;
	padding-left: 1em;
}

#for a:hover, #about a:hover, #links a:hover, #doctoral a:hover {
text-decoration: none;
background: transparent url(http://www.med.monash.edu.au/assets/images/epidemiology/splash.gif) left no-repeat;
}

#spacer-col {
	border-left: 1px dashed #ccc;
	vertical-align:top;
}

.home-heading { margin: 0.5em 0 0.25em 0; color: black; }


.guide-hbox {
	border: 1px solid #75BDEB;
	margin-top: 0;
}

.guide-hbox-header {
	background-color: #B1D9F4;
    color: #000;
    border-bottom: 1px solid #75BDEB;
	font-weight: bold;
	font-size: 105%;
	padding-left: 0.2em;
}

.guide-hbox-body {
	background-color: #fff;
	color: #000;
	padding: 2px;
}

.guide-hbox-body ul {
    background-color: #fff;
    color: #000;
	list-style-image: url("http://assets.monash.edu.au/images/black-arrow.gif");
	margin-left: 1.5em;
}

.guide-hbox-body a, .guide-hbox a:link {
    color: #339;
}
