/* 
    Document   : content
    Created on : 20/05/2009, 3:37:41 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	color: #5F5E5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

h1 {
	color: #690;
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 1em;
}

h2 {
	color: #5F5E5E;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .9em;
}

h3 {
	color: #5F5E5E;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .9em;
}

a {
	color: #690;
}

/* setup content */
p {
	font-size: 1.15em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
}

ol, ul {
	margin-bottom: 15px;
	margin-left: 35px;
	margin-top: 10px;
}

li {
	margin-bottom: .5em;
	font-size: 1.05em;
}

ul li {
	list-style-type: disc;
}

ul li ul li {
	list-style-type: circle;
}

ol li {
	list-style-type: lower-roman;
}

blockquote {
	background: #E7E7E7 url('/css/images/blockquote-bg.png') no-repeat right bottom;
	border-left: 1px solid #669900;
	margin: 0 160px 1em 35px;
	padding: 15px 15px 1px;
}

/* forms */
form {
	
}

form .formErrorMessage {
	color: red;
	padding-left: 8px;
	padding-top: 2px;
}

form ul {
	margin: 0;
	padding: 0;
}
form ul li {
	list-style-type: none;
	margin-bottom: 9px;
}

form label {
	
	display: block;
	font-weight: bold;

	padding-bottom: 4px;
	padding-left: 7px;
}

fieldset {
	background: #E7E7E7 url('/css/images/blockquote-bg.png') no-repeat right bottom;
	border-left: 1px solid #669900;
	margin: 0 35px 1em 35px;
	padding: 15px;
}

fieldset legend {
	color: #5F5E5E;
	font-size: 1.3em;
	font-weight: bold;

}

input, textarea {
	border: 1px solid #5F5E5E;
	letter-spacing: .03em;
	padding: 5px;
}

input.button {
	color: #5F5E5E;
	font-weight: bold;
}

input:hover, 
input:focus,
textarea:hover,
textarea:focus {
	border-color: #669900;
}

#side-bar ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#side-bar ul li {
	list-style: none;
	float: left;
}

#side-bar ul li a {
	outline: none;
}

#side-bar ul li.move-system a {
	background: url('/css/images/move-system-button.gif') no-repeat 0 -90px;
	display: block;
	height: 90px;
	text-indent: -10000px;
	width: 215px;
}

#side-bar ul li.move-system a:hover {
	background-position: 0 0;
}

#side-bar ul li.move-e-learning a {
	background: url('/css/images/move-e-learning-button.gif') no-repeat 0 -90px;
	display: block;
	height: 90px;
	text-indent: -10000px;
	width: 215px;
}

#side-bar ul li.move-e-learning a:hover {
	background-position: 0 0;
}

p.back-to-top {
	clear: both;
	display: block;
	position: relative;
}

p.back-to-top a {
	background: url('/css/images/sprite.png') no-repeat 0 0;
	display: block;
	height: 17px;
	outline: none;
	text-indent: -3000px;
	width: 42px;
}

p.back-to-top a:hover {
	background-position: 0 -17px;
}

#enquiry fieldset legend {
	display: none;
}
#contact-details li {
	list-style: none;
}
#contact-details span.street-address {
	line-height: 1.8em;
	display: block;
}
#enquiry form label {
	float: left;
	width: 150px;
}
#enquiry fieldset {
	border: none;
	background: none;
}
#enquiry input, #enquiry textarea {
	border: 1px solid #7CB027;
	padding: 2px;
}
#enquiry div.input-area {
	float: left;
	width: 280px;
	padding:0 0 8px 20px;
	margin: 0;
}

#enquiry form ul li {
	clear:both;
	padding: 0;
	margin: 0;
}

#enquiry input.button {
	margin:0 0 0 177px;
}

#enquiry .formErrorMessage {
	padding: 0;
}

#footer a {
	color: #808080;
}

#banner img {
	height: 210px;
}

th, td {
	font-size: 1.05em;
}
input.faq-submit {
	color: #5F5E5E;
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:1px;
	width: 95px;
}
input.faq-search {
	display:block;
	float:left;
	height:15px;
	line-height:1em;
	margin-left:285px;
	padding:5px;
	width:218px;
}
form.faq-form hr {
	color: #e6e6e6;
	background: #e6e6e6;
	border: 0;
	height: 1px;
	margin: 0;
	text-align: left;
}
form.faq-form fieldset {
	background: transparent;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 5px 0;
	text-align:right;
}
form.faq-form legend {
	display: none;
}
form.faq-form fieldset p {
	clear:both;
	color: #669900;
	font-weight: bold;
	margin:0 7px 0 0;
}
form.faq-form fieldset p a {
	font-weight: normal;
}
form.faq-form fieldset p span.separator {
	color: #e6e6e6;
	font-weight: normal;
}

#content li {
	font-size: 1.15em;
}

p.contact-submitted {
	font-weight:bold;
	color:#669900;
}

table.mkt-summary th {
	background-color:#d2ebb4;
	font-weight:bold;
	text-align:center;
}

table.mkt-summary td, table.mkt-summary th {
	padding:3px;
}

table.mkt-summary td ul {
	margin:0 5px;
	padding-left:12px;
	font-size:0.85em;
}

table.mkt-summary tr.total {
	background-color:#d2ebb4;
	font-weight:bold;
}



table.format-vi th {
	background-color:#d2ebb4;
	font-weight:bold;
	text-align:center;
}

table.format-vi td, table.format-vi th {
	padding:5px;
	font-size:1.15em;
}

table.format-vi td ul {
	margin:0 5px;
	padding-left:12px;
	font-size:1em;
}

