/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #222;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #7ac142;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header {
	background: #7ac142;
	height: 88px;
}

#menu {
	background: #fdba13;
	height: 28px;
}

#main {
	background: #fff url(../images/main_bg.jpg) bottom right no-repeat;
	padding: 10px 221px 20px 5%;
	min-height: 370px;
	height: auto !important;
	height: 370px;
}

#footer {
	background: url(../images/footer_bg.gif) repeat-x top left;
	height: 100px;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 8px 0 0 4%;
}

#header #header_quotes {
	float: right;
	margin: 0 4% 0 0;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	padding-top: 3px;
	display: block;
	margin: 0 0 0 5%;
}

#menuMain li {
	float: left;
	display: block;
	padding: 0 30px 0 0;
}

#menuMain li a:link,
#menuMain li a:visited {
 	color: #2b1f6a;
 	font: 1.2em "Trebuchet Ms", Verdana, Arial, sans-serif;
 	font-weight: bold;
 	text-decoration: none;
 	text-transform: lowercase;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
 	color: #930b66;
}

#menuMain li a:hover {
	text-decoration: underline;
	color: #930b66;
}



/*	-------------------------------------------------------------
	PATHWAY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#pathway {
	height: 32px;
	margin-top: 5px;
}
	
#pathway ul li {
	padding: 0 3px 0 11px;
	margin: 0;
	list-style: none;
	display: inline;
	background: url(../images/pathway_bg.gif) no-repeat left 50%;
}

#pathway a:link,
#pathway a:visited {
	font-size: 1.1em;
	color: #4f772d;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#pathway a:hover {
	color: #1e77ac;
	border-bottom: 1px solid #1e77ac;
}




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	color: #485866;
	font-size: 1.6em;
	font-weight: bold;
	padding: 3px 0 7px 0;
}

#content h2 {
	color: #384753;
	font-size: 1.3em;
	font-weight: normal;
	padding: 3px 0 7px 0;
}

#content h3 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0 4px 0;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content a:link,
#content a:visited {
	color: #3a4c7f;
}

#content a:hover {
	color: #193ea9;
}

#content ul {
	padding: 5px 0 10px 15px;
}

#content ul li {
	padding: 2px 0 5px 13px;
	background: url(../images/li_bg.gif) 0 8px no-repeat;
	line-height: 1.3em;
}

#content ul.buggle li {
	padding: 3px 0 8px 32px;
	background: url(../images/bugLocations/icon_buggle.png) no-repeat top left;
}

#content ul.buggle li .location_name {
	font-weight: bold;	
}

#content ol {
	padding: 5px 0 8px 37px;
}

#content ol li {
	list-style-type: decimal;
	padding: 0px 0 10px 0;
	line-height: 1.4em;
}



/*	Home Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeBoxes {
	padding: 15px 0 0 0;
}

#content #homeBoxes ul {
	padding: 0;
	margin: 0;
	clear: both;
}

#content #homeBoxes ul li {
	display: block;
	margin: 0 20px 20px 20px;
	padding: 0;
	background: none;
	float: left;
	width: 200px;
	line-height: 1.2em;
	text-align: center;	
}

#content #homeBoxes p {
	padding: 4px 0 4px 0;
}

#content #homeBoxes a:link,
#content #homeBoxes a:visited {
	text-decoration: none;
	color: #333;
}

#content #homeBoxes h5 {
	padding: 0 0 5px 0;
}

#content #homeBoxes h5 a:link ,
#content #homeBoxes h5 a:visited {
	display: block;
	font-weight: normal;
	font-size: 1.3em;
}

#content #homeBoxes h5 a:hover {
	color: #1c9b22;
}

#content #homeBoxes p a:link,
#content #homeBoxes p a:visited {
	font-size: 0.9em;
}

#content #homeBoxes p a:hover {
	color: #1c9b22;
}


/*	Content Summarise
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #summariseSub {
	padding: 20px 0 10px 0;
	width: 99%;
}

#content #summariseSub .summariseBox {
	width: 25%;
	float: left;
	padding: 0 0 10px 20px;
	font-size: 0.9em;
	text-align: center;
}

#content #summariseSub .summariseBox.start {
	clear: left;
}

#content #summariseSub .summariseBox h2 {
	padding-top: 10px;
}

#content #summariseSub .summariseBox a:link,
#content #summariseSub .summariseBox a:visited {
	text-decoration: none;
}



/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contact_locations {
	float: left;
	width: 60%;
}

#contact_head {
	float: right;
	width: 35%;
}


/*	User Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	border: 1px solid #aaa;
	background: #ccc;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 5px;
}

#userMenu a:link,
#userMenu a:visited {
	color: #555;
}





/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	padding: 60px 0 0 0 ;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footer a:link,
#footer a:visited {
	color: #eee;
}






/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}