/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #464646;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #fff;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#topBar {
	background: #f1f1f2 url(../images/topBar_bg.gif) repeat-x bottom left;
	height: 60px;
}

#topBar-i {
	width: 960px;
	margin: 0 auto;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#main {
	padding-top: 40px;
}

#content {
	width: 720px;
	float: left;
}

#side {
	width: 200px;
	float: right;
}



/*	-------------------------------------------------------------
	TopBar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#topBar #topBar_text {
	float: left;
	margin: 26px 0 0 0;
}

#topBar #topBar_twitter {
	float: left;
	margin: 12px 0 0 214px;
}


/*	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#topBar_search {
	background: #fff url(../images/topBar_search_left.gif) top left no-repeat;
	height: 30px;
	padding-left: 10px;
	float: right;
	margin-top: 14px;
	width: 210px;
}

#topBar_search-i {
	background: url(../images/topBar_search_right.gif) top right no-repeat;	
	height: 30px;
	padding-right: 10px;
}

#topBar_search_input {
	float: left;
	margin-top: 10px;
	border: 0;
	background: #fff;
	color: #adadad;
	font-size: 0.9em;
	font-weight: bold;
	width: 160px;
	padding: 0;
}

#topBar_search_button {
	float: right;
	margin: 4px 0 0 10px;	
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #header_logo {
	float: left;
	margin-top: 42px;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header_menu {
	float: right;
	padding-top: 45px;
}

#menuMain li {
	display: block;
	float: left;
	margin-left: 25px;
	max-width: 130px;
}

#menuMain li.start {
	margin-left: 0;	
}

#menuMain h3 {
	font: 1.2em Georgia, serif;
}

#menuMain h3,
#menuMain h3 a:link,
#menuMain h3 a:visited {
	color: #636363;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/*	Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain ul.childs {
	padding-top: 5px;
}

#menuMain ul.childs li {
	float: none;
	margin: 0;
	padding: 0 0 4px 0;
}

#menuMain ul.childs li a:link,
#menuMain ul.childs li a:visited {
	font-size: 1.0em;
	line-height: 1.0em;
	color: #adb62b;
	text-decoration: none;
}

#menuMain ul.childs li a:hover {
	color: #a1a650;
	text-decoration: underline;
}





/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content p {
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

#content p.intro {
	line-height: 1.0em;
	padding: 0 0 15px 0;
}


#content h1 {
	font: 2.4em Georgia;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 0 2px 0;
}

#content h1.quote {
	font-size: 2.1em;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#content h2 {
	font: 2em Georgia;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 8px 0 1px 0;
}

#content h2.quote {
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	border: 3px solid #a9b21c;
	border-left: 0;
	border-right: 0;
	padding: 20px 20px 18px 20px;
	margin: 10px 0 10px 0;
	text-align: center;
}

#content h3 {
	font: 1.5em Georgia;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 0 1px 0;
}


#content a:link,
#content a:visited {
	color: #9ea718;
	text-decoration: none;
}

#content a:hover {
	color: #98a01f;
	text-decoration: underline;
}

#content ul {
	padding: 10px 0 10px 17px;
}

#content ul li {
	padding: 0 0 5px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 3px;
	line-height: 1.4em;
}

#userMenu {
	font-size: 0.9em;
	border: 1px solid #aaa;
	background: #ddd;
	padding: 3px 5px;
	margin: 2px 0 10px 0;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#side h1 {
	font: 1.5em Georgia;
	color: #a9b21c;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

#side h4 {
	font-weight: bold;
	color: #464646;
	padding: 8px 0 1px 0;
}

#side p {
	padding: 3px 0 10px 0;
}

#side a:link,
#side a:visited {
	color: #a1aa19;
}

#side p.more {
	font: 1.3em Georgia;
	font-weight: bold;
	color: #636363;
}

#side p.more a:link,
#side p.more a:visited {
	font-weight: bold;
	color: #636363;	
	text-decoration: none;
}





/*	-------------------------------------------------------------
	SIDE - NEWS EVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#newsEvents_box {
	
}

/*	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#newsEvents_box #newsEvents_buttons {
	height: 35px;
}

#newsEvents_box #newsEvents_buttons a:link,
#newsEvents_box #newsEvents_buttons a:visited {
	display: block;
	float: left;
	height: 35px;
	width: 100px;
	text-indent: -10000px;
	background: 0 -35px no-repeat;
}

#newsEvents_box #newsEvents_buttons a.active:link,
#newsEvents_box #newsEvents_buttons a.active:visited {
	background-position: 0 0;
}

#newsEvents_box a#newsEvents_news_button:link,
#newsEvents_box a#newsEvents_news_button:visited {
	background-image: url(../images/newsEvents_news_button.jpg);
}

#newsEvents_box a#newsEvents_events_button:link,
#newsEvents_box a#newsEvents_events_button:visited {
	background-image: url(../images/newsEvents_events_button.jpg);
}

/*	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#newsEvents_box .newsEvents_content {
	background: #f1f1f2 url(../images/newsEvents_bg.jpg) bottom left no-repeat;
	padding: 6px 13px 20px 13px;
	font-size: 0.9em;
	color: #464646;
}

#newsEvents_box #newsEvents_events {
	display: none;
}



/*	-------------------------------------------------------------
	SIDE BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side .side_box {
	background: #f3f3f3 url(../images/side_box_bg.jpg) no-repeat bottom left;
	font-size: 0.9em;
	color: #464646;
}

#side .side_box .inner {
	background: url(../images/side_box_head.jpg) no-repeat top left;
	padding: 0 13px 20px 13px;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	margin-top: 30px;
	background: url(../images/footer_bg.gif) no-repeat top left;
	padding: 0 20px;
	height: 102px;
	font-size: 0.9em;
}

#footer p {
	padding: 15px 0 0 0;
}

#footer p.footer_col {
	padding: 10px 0 0 0;
	width: 230px;
	float: left;
}

#footer_boots {
	margin-top: 5px;
	float: right;
}


/*	-------------------------------------------------------------
	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;
}