/***** Standard.css for Margaret River Macs *****/

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 52px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 62.5%;
}
.clear {
	clear: both;
}	






/***** Container *****/
#container {
	width: 979px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #b3b3b3;
}






/***** Header *****/
#header p {
	font-size: 1em;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 8px;
}
#banner {
	margin-bottom: 16px;
}






/***** Columns *****/
#content {
	background: url(../images/interface/column_bg.gif) repeat-x left bottom;
	padding-bottom: 13px;
}
#wrapper {
	background: url(../images/interface/content_bg.gif) repeat-y 0 0;
}
#colMain {
	float: right;
	width: 675px;
	padding: 0 45px 0 0;
}
#colNav {
	float: left;
	widht: 203px;
}







/***** Nav ******/
#colNav ul {
	padding: 59px 22px 22px 22px;
	list-style-type: none;
	text-transform: uppercase;
}
#colNav a {
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 11px 0;
}
#colNav a:hover,
#colNav a.selected {
	color: #a80000;
}






/***** Content *****/
.quote {
	text-align: center;
}
h1 {
	font-size: 1.5em;
	color: #990000;
	padding-bottom: 16px;
}
h2 {
	font-size: 1.3em;
	padding-bottom: 16px;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 16px;
}
h4 {
	font-size: 1.0em;
	padding-bottom: 16px;
}
p {
	font-size: 1.2em;
	padding-bottom: 16px;
	line-height: 1.4em;
}
.featureimage {
	float: left;
	width: 70px;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 4px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
	background-color: transparent;
}
.sub_arrow_list {color: #990000;
	font-weight: bold;
}
.footNote {
	font-size: 95%;
	font-weight: bold;
}
#colMain ol,
#colMain ul {
	padding-left: 16px;
}
#colMain li {
	font-size: 1.2em;
	line-height: 1.4;
	padding-bottom: 16px;
	list-style-image:url(../images/icons/bullet_arrow.gif);
}


/***** Footer *****/
#footer {
	width: 979px;
	text-align: center;
	margin: 0 auto;
	font-size: 90%;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .terms {
	float: left;
}
#footer .copyright {
	float: right;
}










