/* @override 
	http://revision.millstream.com.au/css/revision.css
	http://www.revision.net.au/css/revision.css
*/

/* @group Panels */

#container {
	width: 780px;
	margin: 10px auto;
	border: 1px solid #ccc;
	background-image: url(../upload/template/revision/body_background.gif);
	background-repeat: no-repeat;
	position: relative;
}

#banner {
	height: 120px;
	background-image: url(../upload/template/revision/logo.gif);
	background-repeat: no-repeat;
}

#banner h1 {
	text-indent: -1000em;
}

#content {
	padding: 15px;
	width: 555px;
	border-right: 1px solid #ccc;
	min-height: 330px;
}

#footer {
	padding: 15px 15px 15px 15px;
}

#footer a {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 5px;
}

.quote {
	float: right;
	padding-left: 10px;
}

/* @end */

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content p, #content li {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 1em;
	color: #444;
}

#content a {
	color: #d98a2e;
}

#content li p, #content li li {
	font-size: 1em;
}

#content ul {
	list-style-type: disc;
	padding: 0 0 0 4em;
}

blockquote {
	margin: 0 4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #d98a2e;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	color: #333;
}

h3 {
	font-size: 1.2em;
	color: #333;
}


/* @end */

/* @group Navigation */

#navlist {
	position: absolute;
	right: 15px;
	top: 120px;
	width: 160px;
}

#navlist li {
	padding: 0;
}

#navlist li.d1 {
	padding: 0 0 15px 0;
}

#navlist li.d2 {
	padding: 6px 0 0 15px;
	background-image: url(../upload/template/revision/revision-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
}

#navlist.depth-0 a {
	color: #D98A2E;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#navlist li.selected>a {
	font-weight: bold;
}

/* Level 1 */

#navlist .depth-1 a {
	font-size: 11px;
	color: #000;
}

#navlist .depth-1 a:hover {
	color: #999;
}

#content ul.depth-2 {
	list-style-type: none;
	padding: 5px 0 0 0;
}

ul.depth-2 li {
	float: left;
}

ul.depth-2 a {
	float: left;
	font-size: 11px;
	color: #d98a2e;
	text-decoration: none;
	border-right: 1px solid #d98a2e;
	padding-right: 10px;
	margin-right: 5px
}

#navlist a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Newslist */

#newslist .item {
	margin-bottom: 1.5em;
}

#newslist .itemtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#newslist .itemdescription {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

#newslist .itemlink {
	font-size: 1.1em;
	line-height: 1.2;
	color: #d98a2e;
}

/* @end */

/* @group Tables */

td, th {
	vertical-align: top;
}

/* @end */