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

body {
	color: #444;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #f1eff0;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	border-top: 13px solid #575757;
}
	
.container {
	width: 852px;
	margin: 0 auto;
}

#header {
	height: 84px;
	background: #fff url(../images/header_bg.gif) repeat-x 0 82px;
}

#banner {
	clear: both;
	padding: 8px 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #b7b7b7;
}

#main {
	background: #fff;
	border-bottom: 1px solid #d1d1d1;
}

#userBar {
	position: absolute;
	right: 2%;
	font-size: 0.8em;
	padding: 10px 0 0 0;
}

#content {
	padding: 10px 0 20px 0;
	width: 534px;
	float: right;
	line-height: 1.3em;
}

#side {
	width: 207px;
	display: inline; /* for ie6 */
	float: left;
	padding: 12px 0 20px 0;
	margin: 0 0 0 96px;
	text-align: left;
}

#footer {
	padding: 15px 0;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 16px 0 0 0;
}

/*	-------------------------------------------------------------
	MENUS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	float: right;
	padding: 57px 0 0 0;
}

#menuMain li {
	float: left;
	padding: 0 15px;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	display: inline-block; /* ie6 fix */
	font-size: 16px;
	padding: 0 3px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #575757;
}

#menuMain li a.active:link,
#menuMain li a.active:visited,
#menuMain li a:hover {
	color: #222;
	border-bottom: 3px solid #b7b7b7;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {

}

/*	Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMainChilds {
	display: block;
	width: 160px;
}

#menuMainChilds li {
	padding: 0 0 2px 0;
}

#menuMainChilds li a:link,
#menuMainChilds li a:visited {
	display: block;
	border: 1px solid #808080;
	font-size: 0.8em;
	padding: 3px 0 3px 22px;
	text-transform: uppercase;
	line-height: 1.2em;
	background: url(../images/menuMainChilds_li_bg.gif) top left;
	text-decoration: none;
	color: #111;
}

#menuMainChilds li a:hover {
	background-position: 0 -40px;
	color: #444;
}

#menuMainChilds li a.active:link,
#menuMainChilds li a.active:visited {
	background-position: 0 -80px;
	color: #444;
}



/*	-------------------------------------------------------------
	BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#frontBanners {
	padding-left: 96px;
	height: 291px;
}

#bannerImage {
	float: right;
}

#bannerLeft,
#frontBannerLeft {
	float: left;
}

#bannerRight,
#frontBannerRight {
	float: right;
}


#frontBannerRight {
	width: 535px;
}

#frontBannerRight img,
#frontBannerLeft img {
	display: none;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 1.6em;
	display: inline;
	margin: 3px 0 3px 0;
	padding: 1px 8px;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #fff;
	background: #cfa400;
}

#content h2 {
	font-size: 1.5em;
	color: #0a6200;
	padding: 8px 0 4px 0;
}

#content h3,
#content h4,
#content h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 2px 0;
}
#content h3 { color: #b79005; }
#content h4 { color: #0a6200; }
#content h5 { color: #888; }

#content p {
	padding: 4px 0 8px 0;
}

#content a:link,
#content a:visited {
	color: #d0a300;
}

#content ul {
	margin: 8px 0 5px 0;
	padding-left: 16px;
}

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



/*	-------------------------------------------------------------
	LATEST NEWS FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #latestNewsFront .latestNewsItem {
	clear: both;
	padding: 4px 0 14px 0;
	border-bottom: 1px solid #ccc;
}

#content .itemImage {
	float: right;
	border: 1px solid #d0b280;
	padding: 1px;
	margin: 0 0 3px 10px;
}

	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	color: #666;
	font-size: 0.8em;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color: #666;
}

#footer #pointLogo {
	float: right;
	margin: 28px 20px 0 0;
}




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