/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #666;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	background: #031e3d url("../images/body_bg.gif") repeat-y top center;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	clear: both;
	margin-top: 10px;
	height: 265px;
	background: url("../images/header_banner.jpg") no-repeat top center;
}

#main {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 1px #4e5c6b solid;
	background: #fff;
}

#content_side {
	float: left;
	width: 220px;
}

#sidemenu {
	width: 220px;
}

#content_main {
	float: right;
	width: 700px;
}

#content {
	clear: both;
}

#footer {
	clear: both;
	padding: 1px;
	font-size: 0.8em;
	color: #fff;
	background: #fff;
}

#userMenu {
	margin: 3px 0;
	padding: 4px 5px;
	background: #ddd;
	border: 1px solid #bbb;	
	font-size: 0.9em;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#top_search {
	margin: 0 0 10px 0;
	padding: 6px 10px 3px 6px;
	background: #cdd5dd;
}

#top_search .inner {
	float: right;
}

#top_search span {
	float: left;
	padding: 4px 10px 0 0;
	font-size: 0.9em;
	color: #aaa;
}

#top_search .textbox {
	float: left;
	padding: 4px 3px 3px 3px;
	margin: 0 10px 0 0;
	color: #818181;
}

#htop_search .search_btn {
	float: right;
	color: #919191;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header .logo {
	float: left;
}

#header .header_logo {
	float: left;
	padding: 22px 0 0 0;
}

#header h1 {
	clear: both;
	padding: 15px 0 7px 28px;
	font-style: italic;
	text-decoration: underline;
	font-size: 1.1em;
	color: #ddd;
}


	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	padding: 10px 0 6px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #2e4c6e;
}

#content h2 {
	padding: 10px 0 4px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

#content h3 {
	padding: 10px 0 4px 0;
	font: 1.1em Georgia, serif;
	color: #256ec7;
}

#content p {
	padding: 5px 0 8px 0;
	line-height: 1.4em;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #2e4c6e;
}

#content a:hover {
	text-decoration: none;
}

#content strong {
}

#content ul li {
	padding: 0 0 5px 15px;
	background: url("../images/ul_li.gif") no-repeat 0 5px;
	line-height: 1.1em;
}

#content ol li {
	padding: 5px 0 2px 0;
	list-style-type: decimal;
}



/*	-------------------------------------------------------------
	CONTENT SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content_side a:link,
#content_side a:visited {
	color: #fff;
}

#content_side a:hover {
	text-decoration: none;
}



/*	Menu Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	border-top: 1px #1f4d87 solid;
}	

#menuMain li {
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	padding: 0 10px 0 15px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Georgia, serif;
	color: #dee6f0;
	text-shadow: #072344 1px 1px 1px;
	background: #13447f url("../images/menuMain_bg.gif") repeat-x;
	background-position: 0 -46px;
}

#menuMain li a:hover {
	text-shadow: none;
	color: #b2bbc5;
	background-position: 0 -0;
}

#menuMain li a:link.active,
#menuMain li a:visited.active {
	text-shadow: none;
	color: #ffaf37;
	background-image: none;
	background-color: #0f417d;
}

#menuMain li ul li a:link,
#menuMain li ul li a:visited {
	padding: 0 0 0 15px;
	color: #dee6f0;
	text-shadow: none;
	border-bottom: 1px #0a3466 solid;
	border-top: 1px #1d59a2 solid;
	background-image: none;
}

#menuMain li ul li a:hover {
	padding: 0 0 0 15px;
	color: #b2bbc5;
	border-top: 1px #0a3466 solid;
	background: #0c315e;
}



/*	Latest News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content_side #latestnews {
	margin: 20px 0 10px 0;
	padding: 15px 14px;
	color: #d9e6bd;
	border: 1px #6f863b solid;
	background: #79953a;
}

#content_side #latestnews h3 {
	font: 1.35em Georgia, serif;
	color: #fff;
}

#content_side #latestnews span {
	font-size: 0.9em;
	color: #fff;
}

#content_side #latestnews p {
	padding: 4px 0 2px 0;
}
	
	
	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #footer_main {
	border-top: 1px #05254b solid;
	background: #14336c url("../images/footer_divider.gif") repeat-y top center;
}


/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #footer_main .links {
	float: left;
	padding: 10px 20px;
}

#footer #footer_main .links ul {
	float: left;
	padding: 0 20px 0 0;
}

#footer #footer_main .links a:link,
#footer #footer_main .links a:visited {
	display: block;
	padding: 2px 0;
	font-size: 1em;
	color: #a3c1e6;
}

#footer #footer_main .links a:hover {
	text-decoration: none;
}


/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #footer_main .contact {
	float: right;
	padding: 0 60px 0 0;
}

#footer #footer_main .contact p {
	float: left;
	padding: 0 25px 0 0;
}

#footer #footer_main .contact h2 {
	padding: 8px 0 6px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}


/*	Sub Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #footer_sub {
	height: 35px;
	background: #174988 url("../images/footer_bg.gif") repeat-x top left;
}

#footer #footer_sub a:link,
#footer #footer_sub a:visited {
	color: #fff;
}

#footer #footer_sub a:hover {
	text-decoration: none;
}

#footer #footer_sub .copy {
	float: left;
	padding: 10px 0 0 130px;
}


/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
}

#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: 1px solid #5fa349;
	border-left: 0;
	border-right: 0;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border: 1px solid #e5ca47;
	border-left: 0;
	border-right: 0;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}
	

