/*
	SCCC TEMPLATE
	Green: #bdd232
	Orange: #efc43b
	Red: #eb6a2b
*/

* {
	margin: 0;
	padding: 0;
}

*
body {
	margin: 0;
	/*background: #fff url(../images/bg.gif) repeat-x;*/
	font: .65em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
}

body.secondary {
	background: #fff url(../images/bg-secondary_short.gif) repeat-x;
}

a {
	color: #9D2900;
}

a:hover {
	color: #fbc600;
	text-decoration: none;
}

img {
	border: 0;
}

.red {
	color: #9D2900;
}

.wrap {
	width: 900px;
	margin: 0 auto;
}

.content-wrap {
	width: 100%;
	background: url(../images/content-bg.gif) no-repeat left bottom;
}

.wrap a {
	font-size: 14px;
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}

#navMenu {
	float: right;
	padding: 0;
	list-style: none;
}

ul#navMenu {
	margin: 0 20px 0 0;
	padding: 0;
}

#navMenu li {
	display: inline;
}

#navMenu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 7px 4px;
	text-decoration: none;
	font-size: 14px;
	color: #9C0;
}

#navMenu a:hover {
	color: #eee;
	background: #444444;
}

#navMenu .active a {
	color: #fff;
	background: #444444;
}

#teaser {
	clear: both;
	height: 240px;
	background-color: #EAF8E5;
}

.secondary #teaser {
	clear: both;
	height: 150px;
	background: none;
}

#image {
	float: left;
	width: 183px;
	position: relative;
	top: 16px;
	background: url(../images/logo_short.png) no-repeat top right;
	height: 260px;
	margin-right: 10px
}

.secondary #image {
	float: left;
	width: 250px;
	position: relative;
	top: 16px;
	background: url(../images/logo-horizontal.png) no-repeat top right;
	height: 125px;
	margin-right: 10px
}

.box {
	float: left;
	padding: 50px 0 0 0;
	margin-left: 0;
	width: 620px;
	color: #5f5945;
/*	background: url(../images/header.jpg) no-repeat center; No background created yet */
}

.secondary .box {
	float: left;
	padding: 50px 0 0 0;
	margin-left: 20px;
	width: 620px;
	color: #5f5945;
}

#bar {
	height: 95px;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
	text-align: left;
}

.step {
	cursor: pointer;
	color: #FAFDDD;
	padding: 4px 0 0 11px;
	margin: 0 35px 0 0;
	font-size: 1.4em;
	float: left;
	text-align: center;
	background: url(../images/step.gif) no-repeat;
	height: 30px;
}

.step a {
	color: #fff;
	margin: 0 10px 0 0;
}

#content {
	width: 900px;
	margin-top: 2px;
}

.col {
	float: left;
	width: 276px;
	margin: 0 30px 16px 0;
}

.colspan-2 {
	float: left;
	width: 522px;
	margin: 0 30px 16px 0;
}

.last {
	float: right;
	margin: 0;
}

.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
	margin: 10px 0;
}

#footer {
	clear: both;
	width: 870px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	background: #fff url(../images/small_logotype.gif) no-repeat right 13px;
}

#footer .right {
	float: right;
	margin: 0 55px 0 0;
}

#footer a {
	color: #808080;
	font-weight: bold;
}


/* //////////////////////////////////////////////////
MEMBER BAR 
////////////////////////////////////////////////// */

#bar .wrap a, #bar .wrap a:hover {
	margin: 0;
	padding: 0;
	padding: 0;
	margin-left: 15px;
	border: none;
	float: left;
	clear: none;
}

a.caloundra {
	background: url(../images/caloundra-community-logo-sml.gif) no-repeat left;
}
a.caloundra:hover {
	background: url(../images/caloundra-community-logo-sml-hover.gif) no-repeat left;
}
a.hcdac {
	background: url(../images/hcdac-logo-sml.gif) no-repeat;
}
a.hcdac:hover {
	background: url(../images/hcdac-logo-sml-hover.gif) no-repeat;
}
a.maroochydore {
	background: url(../images/maroochydore-neighbourhood-logo-sml.gif) no-repeat;
}
a.maroochydore:hover {
	background: url(../images/maroochydore-neighbourhood-logo-sml-hover.gif) no-repeat;
}
a.nambour {
	background: url(../images/nambour-community-logo-sml.gif) no-repeat;
}
a.nambour:hover {
	background: url(../images/nambour-community-logo-sml-hover.gif) no-repeat;
}



/* //////////////////////////////////////////////////
TYPOGRAPHY
 ////////////////////////////////////////////////// */

.wrap h1 {
	margin: 20px 0 10px 0;
}

#header h1 {

}

.box h1 {
	letter-spacing: -1px;
	padding: 15px 10px 5px 10px;
	margin: 0;
	color: #4a2709;
	font: normal 2.4em/100% Georgia, "Times New Roman", Times, serif;
}

.logotype-color {color: #9a8f83}

#header h1 img {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

h2 {
	color: #5F5945;
	padding: 8px 10px 0 10px;
	margin: 0;
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
}

.info h2 {
	padding: 4px 10px 0 10px;
}

.box h2 {
	padding-top: 0;
	margin-top: 0;
	color: #49403d;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 20px 5px 5px 10px;
	margin: 0;
}

#bar h3 {
	float: left;
	clear: none;
	padding: 0;
	margin: 35px 0 0 0;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 10px 5px 10px;
	margin: 0;
}

h5 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 10px 5px 10px;
	margin: 0;
}

p {
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 10px;
}

.box p {
	font-size: 140%;
	line-height: 150%;
}

span.logo-biline {
	color: #eb6a2b;
	font-style: italic;
}

ul, ol, dl {
	margin: 0 20px 0 15px;
	padding: 0 10px;
	font-size: 1.3em;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}

li, dd {
	margin-top: 2px;
	margin-bottom: 4px;
}

ol {
	list-style-position: inside;
}
ol.coop-aims {
	font-size: 140%;
	margin-left: 0;
}
dt {
	color: #5f5945;
	float: left;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {
	
}

blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #ECF8FE;
	background: #ECF8FE url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e3522;
}

/* //////////////////////////////////////////////////
IMAGES
 ////////////////////////////////////////////////// */

img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

#bar img {
	background: none;
	border: none;
	padding: 0;
	margin-left: 15px;
}
.col img {
	margin: 10px 10px 5px 0px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
	float: right;
}

img.float-left {
	margin: 5px 10px 10px 0px;
	float: left;
}

/* //////////////////////////////////////////////////
TABLES
 ////////////////////////////////////////////////// */

table {
	border-collapse: collapse;
	margin: 15px 10px;
	font-size: 1.1em;
}

table#calendar {
	border-collapse: collapse;
	margin: 0 10px 15px 10px;
}

th {
	background: #6c8dc1 url(header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #EDEDED;
	border-bottom: solid 2px #fff;
	font-size: 1.2em;
}

tr {
	height: 34px;
	background: #fff;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;
}

/* end - table */

/* //////////////////////////////////////////////////
FORMS
 ////////////////////////////////////////////////// */

form {
	margin: 15px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}

input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}

input.submit {
	background-color: #fcf;
}

textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}

input, textarea, select {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #555;
	background: #FCF;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 12px 0 15px 8px;
	width: 250px;
}

.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}

.searchform input.textbox {
	width: 170px;
	color: #777;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* //////////////////////////////////////////////////
 CALENDAR
 ////////////////////////////////////////////////// */

#calendar a {
	color: #DF9496;
}

#calendar {
	width: 200px;
	padding: 0;
	margin-bottom: 25px;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#calendar caption {
	margin: 0;
	padding: 0;
	width: 200px;
	background: #6c8dc1;
	color: #fff;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	background: none;
	height: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	text-align: center;
	border-left: none;
	

/* The

above is to overide the default table styling */
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar .today,#calendar td.today a,#calendar td.today a:link,#calendar td.today a:visited {
	color: #fff;
	font-weight: bold;
	background: #bdd232;
}

#calendar tr {
	width: 0;
	height: 0;
	background: none;
}

#calendar td {
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 25px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link,#calendar td a:visited {
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}

#calendar td a:hover,#calendar td a:active {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}

/* End Calendar CSS */



/* Tooltips */

#tt {
	position: absolute;
	display: block;
	background: url(../images/tt_left.gif) top left no-repeat;
	font: 11px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_top.gif) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #333;
	color: #FFF
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_bottom.gif) top right no-repeat;
	overflow: hidden
}
