/*
Design : Adrian Anderson
URL : http://www.greengrassbluesky.com.au
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	color: #555;
	font: 14px/150% Georgia, "Times New Roman", Times, serif;
}

blockquote {
	color: #999;
	padding: 26px 40px;
	margin: 10px 5px 10px 40px;
	text-align: left;
	font: italic bold 18px/130% Georgia, "Times New Roman", Times, serif;
	border-left: 2px solid #666666;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 3px 0 0 0;
	padding: 4px 0 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 200%;
	font-weight: normal;
	color: #135293;
}

h1.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 150%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed ul, .boxed ol {
	line-height: 130%;
}

.orange {
	margin: 20px 30px;
	background: #f3ad27 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}

ol {
	margin: 0 0 5px 15px;
	list-style-position: inside;
	padding: 0;
}

dl {
	font-size: 14px;
	line-height:120%;
	margin: 15px 0 25px 15px;
	padding: 0;
}

dt {
	margin: 0 7px 5px 0;
	color: #135293;
	list-style: none;
	float:left;
}

dd {
	margin: 0 0 5px 7px;
	color: #666666;
	list-style: none;
}


/* Tables */

table
{
	font-size: 12px;
	background: #fff;
	margin: 0 40px 40px 40px;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
th
{
	font-size: 15px;
	font-weight: normal;
	padding: 25px 8px 10px 8px;
	border-bottom: 2px solid #6678b1;
}
td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
tbody tr:hover td
{
	color: #333;
	background-color: #f9f9f9;
}



/* Images */

/*   Fix to avoid fugly Firefox linked image boxes   */
img {
border: none;
}

/*   Specifically for floated images to give space for wrapping text   */
img.image_leftfloat {
	float:left;
	margin: 0px 15px 5px 0px;
	text-align:left;
	border: 7px solid #eaeaea;
}

img.image_rightfloat {
	float:right; 
	margin: 0px 0px 5px 10px;
	text-align:left;
	border: 7px solid #eaeaea;
}

#footer img {
	float:right;
	margin: 15px 25px 5px 15px;
	width: 50px;
	height: 50px;
	border: none;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(images/logo.gif) no-repeat;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	background: none;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 10px 0 20px 0;
	background: #85C329 url(images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	background: url(images/img05.gif) repeat-x;
}

#menu li.first {
	background: #a1d650;
}

#menu a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	background: #a1d650;
}

/* sidebar2 */

#sidebar2 {
	padding: 10px 20px 20px 20px;
	background: url(images/img06.gif) repeat-x;
}

#sidebar2 h2 {
	font-size: 130%;
	color: #fff;
	font-weight: normal;
}

#sidebar2 ul {
	color: #d9e0fe;
	list-style-type: square;
}

#sidebar2 ul li a {
	text-decoration: none;
	color: #d9e0fe;
	padding-bottom: 2px;
	border-bottom: 1px dotted #d9e0fe;
}

#sidebar2 ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#sidebar2 form {
	margin: 0;
	padding: 20px 0 0 0;
}

#sidebar2 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar2 label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 630px;
	height: 45px;
	padding: 35px 0 0 20px;
}