/* CSS Document */

h1 {
	color: #333333;
	font-size: 18px;
	margin: 0px 10px 10px 0;
		font-weight: bold;
}

h2 {
	/*font-size: 14px !important;*/
	font-size: 16px;
	color: #333333;
	line-height: 20px;
		color: #990000;
		font-weight: bold;
	margin: 0px 0px 4px;
}

h3 {
		font-size: 13px;
		font-weight: bold;
	line-height: 20px !important;
	margin: 0px;
}

h4 {
		font-size: 11px;
		color: #990000;
		font-weight: bold;
}

h5 {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
}

h6 {
		font-size: 11px;
		font-weight: bold;
		color: #555555;
}


p {
	margin:0 0 10px;
	font-size: 11px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #990000;
}

a:hover{
	text-decoration: none;
}

a.gray_link:hover, a.gray_link:link, a.gray_link:visited {
	color: #555555;
	font-weight: bold;
	padding: 0 4px;
	text-decoration: none;
}

a.link_external{
	background: transparent url('http://www.murdoch.edu.au/_image/navigation/external_link_icon.png') no-repeat scroll left center;
	padding-left: 20px;
}

a.link_internal{
	background: transparent url('http://www.murdoch.edu.au/_image/navigation/internal_link_icon.png') no-repeat scroll left center;
	padding-left: 10px;
}

ul.linear {
	list-style-type: none;
}

ul.linear li{
	float: left;
	display: inline;
}

.submit {
	background-color: #767676;
	border: medium none;
	color: white;
	cursor: pointer;
	margin-left: 4px;
	padding: 2px 5px;
	border: medium none !important;
	width: auto !important;
}

div.promo {
	background-color: #EFE5C9;
}

div.promo h2{
	padding: 4px 10px;
	background-color: #E4CFA8;
	border-bottom: 1px solid white;
	color: #333333;
	margin: 0;
	font-size: 1.2em;
}

div.promo div{
	margin: 10px;
	clear: both;
}

div.promo span.img img{
	position:relative;
	width: 225px;
	height: 121px;
	overflow: hidden;
}

div.promo p.right_align_bottom {
	padding-top: 5px;
	padding-right: 12px;
	border-top: 1px solid white;
}

p.right_align_bottom {
	text-align: right;
}

.accessible_show {
	display: none;
}

.accessible_hide {
	display: block;
}

.btn {
	background-color: #767676;
	border: 1px solid #767676;
	color: white !important;
	cursor: pointer;
	font-size: 11px;
	margin-left: 4px;
	padding: 0 2px 1px;
	text-decoration: none;
}
