/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #333;
	font: 14px "Lucida Sans Unicode", "Lucida Grande",  Arial, Verdana, sans-serif;
	text-align: left;
	background: #fff url(../images/bg.jpg) repeat-x;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y 50% 0;
}

#wrapper-i {
	background: url(../images/wrapper-i_bg.jpg) no-repeat 50% 0;
}
	
#container {
	width: 951px;
	margin: 0 auto;
}

#header {
	height: 152px;
}

#main {
	margin-top: 25px;
	background: #fff;
	min-height: 790px;
	height: auto !important;
	height: 790px;
}

#footer {
	clear: both;
	background: #fff url(../images/footer_bg.jpg) no-repeat 50% 0;
	height: 150px;
	text-align: center;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 15px 0 0 -5px;
}

#header #tagline {
	float: right;
	margin: 94px 26px 0 0;	
}


/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#main #side {
	float: left;
	width: 222px;
	margin-left: 12px;
}

#main #content {
	float: right;
	width: 680px;
	padding: 5px 0 20px 0;
	margin-right: 10px;
}

#main #content-i {
	margin: 0 5px;
}


/*	-------------------------------------------------------------
	MENU MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	First Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	margin: 5px 0 10px 0;
}
	
#menuMain li {
	display: block;
	background: #f2f7db url(../images/menuMain_li.jpg) no-repeat;
	height: 51px;
	margin-bottom: 2px;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	background: url(../images/menuMain_li_a.gif) 12px 19px no-repeat;
	font-size: 1.2em;
	height: 51px;
	line-height: 51px;
	padding-left: 39px;
	color: #ed2a7b;
	text-transform: uppercase;
	text-decoration: none;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #636363;
}




#menuMain li.active.hasChilds a:link,
#menuMain li.active.hasChilds a:visited {
	background-position: 13px -40px;
	color: #ed2a7b;
}

#menuMain li a:hover,
#menuMain li.active a:hover {
	color: #e566a6;
	background-position: 15px 19px;
}

/*	Second Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain li.active.hasChilds {
	background: #f2f7db url(../images/menuMain_li-active.jpg) no-repeat;
	height: auto;
	margin: 0;
}

#menuMain li ul {
	background: url(../images/menuMain_li_ul.jpg) no-repeat bottom left;
	padding: 0 0 14px 0;
	margin: -6px 0 0 0;
}

#menuMain li ul li {
	background: none;
	height: auto;
	margin: 0;
	padding-left: 44px;
}

#menuMain li.active.hasChilds ul li a:link,
#menuMain li.active.hasChilds ul li a:visited {
	display: block;
	background: url(../images/menuMain_li_ul_li_a.gif) 0 8px no-repeat;
	font-size: 1.0em;
	height: auto;
	line-height: 1.1em;
	padding: 0 0 4px 13px;
	color: #636363;
	text-transform: none;
	text-decoration: none;
}

#menuMain li.active.hasChilds ul li a.active:link,
#menuMain li.active.hasChilds ul li a.active:visited {
	color: #e566a6;
}

#menuMain li.active.hasChilds ul li a:hover,
#menuMain li.active.hasChilds ul li a.active:hover {
	color: #e566a6;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #ed2a7b;
	padding: 2px 0 5px;
}	

#side p {
	font-size: 0.9em;
	padding: 4px 0 6px 0;
}
	
/*	SideBox
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side .sideBox {
	margin: 10px 0 5px 0;
	background: #f2f7db url(../images/sideBox_top.jpg) top left no-repeat;
}

#side .sideBox .inner {
	padding: 17px 17px 20px 17px;
	background: url(../images/sideBox_bot.jpg) bottom left no-repeat;
}


/*	Follow
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side #side_admintuitionSubscribe {
	
}

#side #side_admintuitionSubscribe .textbox {
	width: 150px;
	border: 1px solid #cfcfc1;
	padding: 2px 2px;
	color: #807f74;
}

#side #side_admintuitionSubscribe table tr td {
	display: table-cell;
	vertical-align: top;
	padding: 0 3px 0 0;
}

/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	color: #ed2a7b;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 3px 0 8px 0;
	font-weight: bold;
	background: url(../images/h1_bg.gif) repeat-x 0 90%;
}

#content h2 {
	color: #ed2a7b;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 2px 0 6px 0;
}

#content h3 {
	color: #848e5a;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 2px 0 6px 0;
}

#content h4 {
	color: #777;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 2px 0 6px 0;
}


#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content strong {
	font-weight: bold;
	color: #ee2a7b;
}

#content a:link,
#content a:visited {
	color: #ee2a7b;
	text-decoration: underline;
}

#content a:hover {
	color: #e566a6;
	text-decoration: underline;
}

#content ul {
	padding: 5px 0 10px 0;
}

#content ul li {
	padding: 2px 0 2px 13px;
	line-height: 1.3em;
	background: url(../images/li_bg.gif) 0 5px no-repeat;
}

/*	User Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#userMenu {
	margin: 5px 0 6px 0;
	border: 1px solid #d7e0b1;
	background: #eaf1c5;
	padding: 3px 6px;
	font-size: 0.9em;
}
	
/*	Home Intro
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#homeIntro {
	background: #f2f7db url(../images/homeIntro_bg.jpg) top left no-repeat;
	height: 314px;
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

#content #homeIntro h1 {
	font-size: 1.5em;
}

#homeIntro .inner {
	padding: 16px 276px 0 20px;
}

#content #homeIntro p {
	padding: 2px 0 2px 0;
}

/*	Home Admintuition
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content .admintuition_browse_item {
	padding: 10px 0 20px 0;
}

#content .admintuition_browse_item .date {
	float: left;
	background: url(../images/admintuition/date_bg.gif) no-repeat;
	width: 48px;
	height: 35px;
	text-align: center;
	color: #626940;
	line-height: 1.1em;
	margin-right: 10px;
}

#content .admintuition_browse_item .date .date_num {
	display: block;
	padding: 3px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}	

#content .admintuition_browse_item .date .date_month {
	display: block;
	font-size: 0.8em;
}

#content .admintuition_browse_item h3 a:link,
#content .admintuition_browse_item h3 a:visited {
	font-weight: bold;	
	color: #626940;
}

#content .admintuition_browse_item .intro {
	clear: left;
	padding-bottom: 4px;
	border-bottom: 1px dotted #bbb;
}

#content .admintuition_browse_item .read_more {
	float: right;
	margin: -17px 10px 0 10px;
}

#content .admintuition_browse_item .read_more a:link,
#content .admintuition_browse_item .read_more a:visited {
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

/*	Pathway
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #pathway {
	height: 32px;
}
	
#content #pathway li {
	float: left;
	background-position: 4px 6px;
}








/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 0.8em;
}

#footer #pxLogo {
	float: right;
	margin: 12px 50px 0 0;
}

#footer p {
	float: left;
	margin: 4px 0 0 50px;
	text-align: left;
	color: #666;
}

#footerInfo {
	height: 36px;
}

/*	Menu Other
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #menuOther {
	margin: 0 0 0 300px;
	padding-top: 18px;
}

#footer #menuOther li {
	float: left;
	padding: 0 10px;
}

#footer #menuOther li a:link,
#footer #menuOther li a:visited {
	display: block;
	float: left;
	color: #666;
}



/*	-------------------------------------------------------------
	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;
}
	

