/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 14px Verdana, Arial sans-serif;
	text-align: left;
	background: #cee1ed url(../images/bg_main.jpg) repeat-x top left;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	background: #fff;
	margin: 40px auto;
	width: 755px;
	border-top: 4px solid #75abcc;
	border-bottom: 8px solid #c4c4c4
}

#header {
	height: 94px;
	background: #5e94bb;
}

#logo {
	float: left;
	display: block;
	padding: 6px 0 0 5px;
}

#logoExt {
	float: right;
	display: block;
	padding: 25px 60px 0 0;
}

#content {
	clear: both;
	padding: 14px 10px 15px 10px;
}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	font-size: 0.8em;
	color: #666;
}
	
	
	
	
/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#logo {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	border: 0;
}

#header h1 {
	float: right;
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #fff;
	padding: 30px 34px 0 0;
	font-weight: normal;
}


/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	background: #76a8cb url(../images/bg_menu_main.jpg) repeat-x top left;
}

#menuMain li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#menuMain li a:link, #menuMain li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 8px;
	font-size: 0.9em;
	line-height: 29px;
	height: 29px;
	background: #76a8cb url(../images/bg_menu_main.jpg) repeat-x top left;
	border-left: 1px solid #6fa7cf;
	border-right: 1px solid #a8cbe3;
}

#menuMain li a:hover {
	background-color: #6c9ec1;
	background-image: url(../images/bg_menu_main_hover.jpg);
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited {
	background-image: url(../images/bg_menu_main_hover.jpg);
}





/*	-------------------------------------------------------------
	HEADERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content h1 {
	font-size: 2em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #3d748f;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
}	

h1#start_heading {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.6em;
	margin: 15px 0 4px 0;
	padding: 0;
	color: #3d748f;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
}	

#content h3 {
	font-size: 1.3em;
	margin: 10px 0 4px 0;
	padding: 0;
	color: #888;
	font-weight: strong;
	line-height: 1.2em;
	letter-spacing: 0;
}	



	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content p {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	padding: 0;
}	

#content em {
	font-style: italic;
}

#content a:link, #content a:visited {
	color: #5489b0;
	text-decoration: underline;
}

#content a:hover {
	color: #376c93;
}

#content ul {
	margin: 10px 0 17px 15px;
}

#content ul li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: url(../images/li_bg.gif) no-repeat 0 4px;
}

/*	Content summary
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #contentSum  h2 a {
	text-decoration: none;
	font-size: 1.2em;
}

#content #contentSum  p {
	padding-bottom: 15px;
}


/*	-------------------------------------------------------------
	CALL BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#contentCall {
	clear: both;
	background: #bcd7e6 url(../images/bg_start_call.jpg) no-repeat bottom right;
	height: 82px;
	margin-bottom: 15px;
}

#contentCall h2 {
	float: right;
	font-weight: bold;
	color: #fff;
	font-size: 4em;
	padding: 5px 110px 0 0;
	border-bottom: none;
	margin: 0;
}

#contentCall h3 {
	float: left;
	font-weight: normal;
	width: 320px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	padding: 15px 0 0 20px;
	letter-spacing: -1px;
	text-align: center;
}





/*	-------------------------------------------------------------
	VOLUNTEER APPLICATION FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contentVolApp h3 {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 0 8px 0;
	background: url(../images/volAppCorner.gif) top right no-repeat;
}

#contentVolApp {
	width: 400px;
	background: #9cc3df;
	margin: 0 auto;
}


#contentVolApp table {
	padding: 10px 10px;
	background: #c6dae8;
	width: 100%;
}

#contentVolApp table tbody td {
	display: table-cell;
	padding: 6px 0 4px 6px;
	vertical-align: top;
	border-bottom: 1px solid #acc8dc;
}

#contentVolApp table tbody tr.last td {
	border-bottom: none;
}

#contentVolApp .textbox {
	width: 180px;
	border: 1px solid #87b5d6;
	background: #ecf7ff;
	padding: 2px 2px;
}

#contentVolApp .textbox:focus { background: #fff; border: 1px solid #9cc3df; }

#contentVolApp .textarea {
	width: 180px;
	height: 100px;
	border: 1px solid #87b5d6;
	background: #ecf7ff;
	padding: 2px 2px;
}

#contentVolApp .textarea:focus { background: #fff; border: 1px solid #9cc3df; }

#contentVolApp div.submit {
	padding: 8px 0;
	text-align: center;
	background: #a7cbe5;
	border-bottom: 4px solid #9cc3df;
	border-top: 4px solid #9cc3df;
}





/*	-------------------------------------------------------------
	CONTACT PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table.contact {
	margin: 0 auto;
	border-collapse: collapse;
}

table.contact tr td {
	padding: 8px 10px;
	border-bottom: 1px solid #bbb;
}
	
#contactBoxes h2, #contactBoxes h3 { clear: both; }
	
#contactBoxes p {
	display: block;
	width: 300px;
	font-size: 0.9em;
	background: #bcd7e6 url(../images/contactBox_bg.jpg) no-repeat top left;
	padding: 0 0 5px 0;
	text-align: center;
	border: 2px solid #aacce5;
	float: left;
	margin: 10px 20px 10px 30px;
}

#contactBoxes p strong {
	display: block;
	background: #aacce5;
	color: #fff;
	padding: 2px 0;
	margin-bottom: 5px;
}




/*	-------------------------------------------------------------
	START PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.start_box {
	display: block;
	width: 362px;
	float: left;
	margin-bottom: 15px;
	background: #85b1a7 url(../images/bg_start_box_g.jpg) top right no-repeat;
	color: #fff;
}

#start_box_g { background-color: #85b1a7; background-image: url(../images/bg_start_box_g.jpg); }
#start_box_o { background-color: #d7b6a4; background-image: url(../images/bg_start_box_o.jpg); float: right; }
#start_box_p { background-color: #ccb0bd; background-image: url(../images/bg_start_box_p.jpg); clear: both; }
#start_box_b { background-color: #72a6c5; background-image: url(../images/bg_start_box_b.jpg); float: right; }

#content div.start_box h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 10px;
	margin: 0;
	border: 0;
}

#content div.start_box p {
	padding: 0 10px;
	text-align: justify;
}



/*	-------------------------------------------------------------
	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}