/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #3f3e34;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	background: #f7f6f5;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 755px;
}

#headerTop {
	height: 25px;
	background: #3f3e34;
}

#header {
	clear: both;
	height: 150px;
	background: #f2f1ef url(../images/header_bg.gif) no-repeat top right;
}

#main {
	clear: both;
	background: #fff url(../images/main_bg.gif) repeat-x;
	padding-top: 40px;
	border-top: 1px solid #fff;
}

#content {
	float: right;
	padding: 10px 0 20px 0;
	width: 504px;
}

#side {
	width: 200px;
	padding-top: 10px;
	float: left;
}

#footer {
	clear: both;
	border-top: 1px solid #e8e6e2;
	padding: 15px 0 20px 0;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Header Top
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#headerTop {
	color: #929081;
	text-align: right;
	font-size: 0.8em;
}

#headerTop p {
	padding-top: 5px;
}
	
#headerTop a:link,
#headerTop a:visited {
	color: #a5a390;
}

#headerTop a:hover {
	color: #c8c6b0;
}

/*	Header Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#header .container {
	padding-top: 36px;
}
	
#header #logo {
	float: left;
}

#header #logoSide {
	float: left;
	margin: 16px 0 0 20px;
}




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	clear: both;
	height: 61px;
	line-height: 61px;
	padding: 0 0 0 10px;
	margin-bottom: 2px;
	background: #3f3e34 url(../images/h1_bg.gif) no-repeat;
	font-size: 2.2em;
	color: #fff;
	letter-spacing: -1px;
}

#content h2 {
	padding: 5px 0 2px 0;
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: 1.4em;
	color: #535245;
	border-bottom: 1px solid #d7d3cc;
}

#content h3 {
	padding: 4px 0 1px 0;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #f4be0b;
}

#content h4 {
	padding: 4px 0 1px 0;
	line-height: 1.2em;
	font-size: 1.3em;
	font-weight: normal;
	color: #a09a7f;
}


#content p {
	padding: 5px 0 8px ;
	line-height: 1.4em;
}

#content a:link,
#content a:visited {
	color: #9e7f15;
}

#content a:hover {
	color: #d1b968;
}


#content .quote {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #757465;
}

#content em {
	font-style: italic;
	color: #757465;
}

#content ul {
	padding: 5px 0 7px 20px;
}

#content ul li {
	padding: 2px 0 5px 22px;
	background: url(../images/li_bg.gif) no-repeat 0 2px;
}

#content #userMenu {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	text-align: right;
}

#content .imageSet {
	float: left;
	margin-left: 5px;
}


/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #latestNewsFront {
	font-size: 0.9em;
}

#content #latestNewsFront a:link,
#content #latestNewsFront a:visited {
	color: #f4be0b;
	font-size: 1.1em;

}

#content #latestNewsFront .itemDate {
	font-size: 0.9em;
	padding: 2px 0 0 0;
	font-weight: bold;
	color: #aa8816;
}
	
/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	padding-bottom: 10px;
}

/*	1st level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	padding: 9px 0 8px 36px;
	color: #b0a798;
	font-size: 1.3em;
	line-height: 1.2em;
	text-decoration: none;
	background: #fff url(../images/menuMain_li.gif) no-repeat left top;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #8e8678;
	background-position: 0 -176px;
}

#menuMain li a:hover,
#menuMain li a.active:hover  {
	background-position: 0 -88px;
	color: #787164;
}


/*	2nd level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain li ul {
	padding-bottom: 8px;
	background: #f9f9f8;
}
	
#menuMain li ul li {
	padding: 0 0 2px 38px;
}
	
#menuMain li ul li a:link,
#menuMain li ul li a:visited,
#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	background: #f9f9f8 url(../images/menuMain_li_li.gif) 0 9px no-repeat;
	padding: 3px 0 3px 13px;
	font-size: 1.1em;
	color: #787164;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	text-decoration: underline;
	color: #5e584c;
}

#menuMain li ul li a:hover ,
#menuMain li ul li a.active:hover {
	background-position: 2px 9px;
	color: #353222;
}


/*	-------------------------------------------------------------
	PAGINATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content .pagination {
	text-align: center;
	padding: 10px 0;
}

#content .pagination p { padding: 0; }

#content .pagination a:link,
#content .pagination a:visited {
	font: 12px Arial, Verdana;
	letter-spacing: 0px;
	font-weight: normal;
	color: #fff;
	background: #9f8e60;
	border: 1px solid #938459;
	padding: 1px 5px;
	text-decoration: none;
}

#content .pagination a.active:link,
#content .pagination a.active:visited {
	color: #e0dbcc;
	background: #ad9f77;
	border: 1px solid #a7986d;
	text-decoration: none;
}

#content .pagination a.pagePosition:link,
#content .pagination a.pagePosition:visited {
	font: 10px Arial, Verdana;
	color: #fff;
	border: 1px solid #938459;
	background: #9f8e60;
	padding: 1px 4px;
	text-decoration: none;
}





/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	font-size: 0.9em;
	color: #80735a;
	line-height: 1.5em;
}

#footer #pxLogo {
	float: right;
	margin: 25px 15px 0 0;
}

#footer #copyright {
	float: left;
	padding-top: 7px;
}

#footer #address {
	float: left;
	margin: 0 0 0 78px;
}

#footer #contact {
	float: left;
	margin: 0 0 0 80px;
}

#footer p a:link,
#footer p a:visited {
	color: #96886c;
}

#footer p a:hover {
	color: #5e5543;
}






/*	-------------------------------------------------------------
	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;
}