/*_________________________________________________________
	
	Created for: Milparinka 
	Copyright &copy; Milparinka Disability Services.
	All Rights Reserved.
	www.milparinka.org.au
	File Name: global.css
	DO NOT MODIFY THIS DOCUMENT WITHOUT
	NOTIFYING THE AUTHOR FIRST
	(mail.wilwylie.com)
_________________________________________________________*/


/*----------  LAYOUT   ----------*/


@import "reset.css";
@import "clearfix.css";

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e29;
}

body {
	background:url(../images/site/bg-body.jpg) 0 0 no-repeat;
}

#container {
	width:950px;
	margin:25px auto 0 auto;
}

#contentContainer {
	background:url(../images/site/content-middle.gif) repeat-y top right;
}

#header {
	width:720px;
	height:280px;
	margin-left:2px;
	overflow:hidden;
	background:#f0f1f1;
}

#topMenu {
	padding:5px 0px;
	text-align:right;
	width:945px;
	height:13px;
}

.font {
	background:url(../images/site/a.gif) no-repeat 0 0;
	width:12px;
	height:13px;
	display:inline-block;
	float:right;
}

.increase,
.decrease {
	width:20px;
	display:inline-block;
	float:right;
}
.increase a {
	background:url(../images/site/increase.gif) no-repeat 0 -13px;
	width:14px;
	height:13px;
	display:block;
	float:right;
	overflow:hidden;
}
.increase a:hover {
	background:url(../images/site/increase.gif) no-repeat 0 0;
}
.decrease a {
	background:url(../images/site/decrease.gif) no-repeat 0 -13px;
	width:14px;
	height:13px;
	display:block;
	float:right;
	overflow:hidden;
}
.decrease a:hover {
	background:url(../images/site/decrease.gif) no-repeat 0 0;
}

#leftColumn {
	width:193px;
	float:left;
}

#contentWrap {
	width:730px;
	float:right;
}

#middleColumn {
	padding:0 20px;
	float:left;
	width:439px;
	margin:0 0 0 0px;
	display:inline-block;
}


#middleColumn ul,
#middleColumnWide ul {
	margin:5px 0 0 10px;
	list-style:outside none;
}
#middleColumn ul li,
#middleColumnWide ul li {
	padding:4px 0 4px 20px;
	line-height:18px;
	background:url(../images/site/arrow-li.gif) 0 7px no-repeat;
}
#middleColumn ol,
#middleColumnWide ol {
	margin:5px 0 0 20px;
	list-style:outside decimal;
}
#middleColumn ol li,
#middleColumnWide ol li {
	margin:0 0 0 10px;
	padding:4px 0 4px 10px;
	line-height:18px;
}

#middleColumnWide {
	padding:0 20px;
	float:left;
	width:680px;
	margin:0 0 0 0px;
	display:inline-block;
}

#middleColumnWide ul.pagination-vs {
	list-style:none;
	float:right;
}
#middleColumnWide ul.pagination-vs li {
	border:none;
	list-style:none;
	line-height:10px;
}
#middleColumnWide ul.pagination-vs li.active {
	color:#333;
	background:#fff;
	border:1px solid #CCC;
	padding:3px 5px;
	margin:0 1px;
	line-height:11px;
}
#middleColumnWide ul.pagination-vs li.pages a {
	color:#333;
	background:#ddd;
	border:1px solid #CCC;
	padding:3px 5px;
	margin:0 1px;
	list-style:none;
}
#middleColumnWide ul.pagination-vs li.pages a:hover {
	background:#fff;
}

#middleColumnWide ul.pagination-vs li.pages {
	background:none;
	margin:0;
	padding:0;
}
#middleColumnWide ul.pagination-vs li.prev,
#middleColumnWide ul.pagination-vs li.next {
	background:none;
	padding:0;
	border:none;
}
#middleColumnWide ul.pagination-vs li.prev-off,
#middleColumnWide ul.pagination-vs li.prev a {
	background:url(../images/site/arrow-prev.gif) 0 5px no-repeat;
	padding:3px 5px 3px 16px;
	margin:0 5px;
	line-height:14px;
	color:#999;
	border:none;
}
#middleColumnWide ul.pagination-vs li.prev a:hover {
	color:#333;
}

#middleColumnWide ul.pagination-vs li.next-off,
#middleColumnWide ul.pagination-vs li.next a {
	background:url(../images/site/arrow-li.gif) 100% 5px no-repeat;
	padding:3px 16px 3px 5px;
	margin:0 5px;
	line-height:14px;
	color:#999;
	border:none;
}
#middleColumnWide ul.pagination-vs li.next a:hover {
	color:#333;
}

#middleColumnWide .action_list ul,
#middleColumnWide .action_list li,
#middleColumnWide ul.clientList,
#middleColumnWide ul.clientList li {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
	

#rightColumn {
	float:left;
	width:244px;
	margin:0;
	padding:0;
}

#pageTitle {
	display:block;
	width:730px;
	padding:78px 0 50px 20px;
}

.latestBlock {
	background:url(../images/site/latest-col-middle.png) 0 0 repeat-y;
	width:214px;
	float:right;
	padding:15px;
	margin:0;
}

.latestBlock li {
	width:214px;
	margin:0;
}

.latestTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	margin:0 0 15px 0;
	display:block;
}

.latestSynopsis {
	line-height:18px;
	font-size:12px;
}

.latestBlockBottom {
	background:url(../images/site/latest-col-bottom.png) 0 0 repeat-y;
	display:block;
	height:20px;
	padding:0;
	margin:0 0 5px 0;
}

.rightBlock {
	background:url(../images/site/right-col-middle.png) 0 0 repeat-y;
	width:240px;
	float:right;
	padding:0 0 0 4px;
}
.rightBlockHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	padding:15px 15px 0 15px;
}
.rightBlockContent {
	padding:0 15px;
	line-height:18px;
}
.rightBlockContent a {
	line-height:18px;
}

#tickerControls {
	padding:20px 0 0 156px;
}

#tickerControls .prev {
	float:left;
	background: url(../images/site/bg-ticker-arrow-left.gif) no-repeat;
	width:18px;
	height:14px;
	cursor:pointer;
	margin-right:20px;
}
#tickerControls .next {
	float:left;
	background: url(../images/site/bg-ticker-arrow-right.gif) no-repeat;
	width:18px;
	height:14px;
	cursor:pointer;
}

.rightBlockBottom {
	background:url(../images/site/right-col-bottom.png) 0 0 repeat-y;
	display:block;
	height:20px;
	padding:0;
	margin:0 0 5px 0;
}

#logoTitle {
	margin-bottom:35px;
}

#menuTop {
	background:url(../images/site/bg-main-menu-top.png) bottom no-repeat;
	height:4px;
	padding:0;
	margin:0;
}

#menu {
	background:url(../images/site/bg-main-menu.png) bottom no-repeat;
	padding:5px 0 8px 0;
	margin:0;
}

#menuPortal {
	background:url(../images/site/menu-user-protal.png) no-repeat;
	height:44px;
}

#menuPortalLoggedin {
	background:url(../images/site/menu-user-protal.png) no-repeat;
	height:38px;
}

#portalLoggedin ul {
	margin:0;
	padding:0;
}

li.loggedin,
#menu ul,
#menuPortal ul {
	margin:0px 0px 0px 3px;
}

#portalLoggedin ul li,
#menu ul li,
#menuPortal ul li {
	list-style:none;
}

#menu ul li a {
	font-size:13px;
	padding:5px 10px;
	display:block;
	width:163px;
	color:#3e3e29;
	line-height:16px;
}

#menu ul li a:hover {
	background:#e9eced;
}

#menuPortal ul li a {
	font-size:13px;
	padding:10px 10px;
	display:block;
	width:163px;
	color:#3e3e29;
	line-height:16px;
}

#portalLoggedin ul li a {
	font-size:13px;
	padding:5px 10px;
	display:block;
	width:162px;
	color:#3e3e29;
	line-height:16px;
}

#portalLoggedin ul li a:hover {
	background:#fada00;
}

li.loggedin {
	font-size:13px;
	padding:10px 10px;
	display:block;
	width:163px;
	color:#3e3e29;
	line-height:16px;
}

#portalExpanded { 
	margin:0 0 0 1px;
	display:none;
}
#portalList {
	background:url(../images/site/yellow-menu-hr.png) repeat-y;
	padding:5px 15px 10px 12px;
}

#portalExpandedTop {
	background:url(../images/site/yellow-menu-top.png) no-repeat;
	padding:0 15px 0 15px;
	height:8px;
}

#portalExpandedBot {
	background:url(../images/site/yellow-menu-bot.png) no-repeat;
	padding:0px 15px 0 15px;
	height:9px;
}

#portalLoggedin {
	background:url(../images/site/yellow-menu-hr.png) repeat-y;
	padding:10px 0 10px 3px;
}

#forgotPassword a,
#forgotUsername a,
#createAccount a {
	font-size:11px;
	color:#8f893f;
	line-height:16px;
}

#forgotPassword a:hover,
#forgotUsername a:hover,
#createAccount a:hover {
	border-bottom:1px dotted;
	color:#3e3e29;
}

.welcomeMessage {
	font-style:italic;
	padding:0 8px;
}
.welcomeMessage p {
	line-height:17px;
}
.welcomeUserName {
	font-weight:bold;
}

#portalLoggedin a.vcenter {
	padding:0 10px;
}

.adminMenuTitle {
	background:url(../images/site/hr-yellow.gif) 0 100% repeat-x;
	padding:3px 0 5px 0;
	margin:10px 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	width:163px;
}

label.formLabel {
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:5px 0 2px 0;
	display:block;

}

input.formInput {
	border:1px solid #d2d2cd;
	margin-bottom:5px;
	padding:3px;
	font-size:12px;
	color:#333;
	width:250px;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

label {
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 0 2px 0;
	display:block;
}

input.text {
	border:1px solid #d2d2cd;
	margin-bottom:11px;
	padding:3px;
	font-size:12px;
	color:#333;
}

#portalExpanded input.text {
	width:153px;
}

.hrYellow {
	background:url(../images/site/hr-yellow.gif) 0 0 repeat-x;
	margin:13px 0 10px 0;
	line-height:1px;
	height:1px;
	display:block;
}

p {
	line-height:18px;
	margin:7px 0;
}

strong, b {
	color:#000;
	font-weight:bold;
}

p strong, p b {
	color:#000;
	font-weight:bold;
	line-height:18px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#3e3e29;
}

#middleColumn a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #ddd;
	background:#fff;
}

#middleColumn a:hover {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #ddd;
	background:#FEED1D;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	font-style:normal;
	font-weight:normal;
	color:#3e3e29;
}

h2,
.editingTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	margin:30px 0 10px 0;
	color:#3e3e29;
}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	color:#3e3e29;
}

h3, h4 {
	margin:15px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

#footer {
	background:url(../images/site/content-bottom.gif) no-repeat top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a6a691;
	text-align:right;
	height:230px;
	float:right;
	display:block;
	width:750px;
}

#footer p {
	font-size:10px;
	text-align:right;
	padding:170px 22px 0 3px;
}

#tooltip {
	position:absolute;
	font-size:11px;
	border:1px solid #000;
	background:url(../images/site/bg-60k.png);
	padding:2px 5px;
	color:#fff;
	display:none;
	z-index:2;
}

.profileListing {

}
.profileLinksWrap {
	float:left;
	width:500px;
}
.profileImage {
	float:left;
	display:block;
	margin:0 15px 0 0;
}
.profileImage a {
	border:1px solid #ccc;
	padding:2px;
	display:block;
	width:100px;
	min-height:100px;
	background:url(../images/site/profile-generic.png) no-repeat 3px 3px #fff;
}

.profileGeneric {
	
}

.profileImage a:hover {
	border:1px solid #333;
}
.profileName{
	margin:5px 0 15px 0;
}

.listing {
	height:100%;
	width:100%;
	display:block;
	padding:0;
	margin:0;
}

.listing a {
	width:100%;
	height:100%;
	display:block;
}

.listing a:hover .listingTitle {
	text-decoration:underline;
}

.listingImage {
	float:left;
	margin:0 15px 0 0;
	width:106px;
}

.listingImage img {
	border:1px solid #ccc;
	background:none;
	padding:2px;
}
.listingImage img:hover {
	border:1px solid #333;
	background:#fff;
}

.listingText {
	float:left;
	width:540px;
}

.listingTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	display:block;
	margin:5px 0 10px 0;
}
.listingSynopsis {
	line-height:18px;
	font-size:12px;
}
.listingBody {
}

.detailImage {
	float:left;
	display:inline-block;
	margin:10px 10px 10px 0;
}
.detailImage img {
	border:1px solid #CCC;
	padding:2px;
	width:200px;
}

.newsBack {
	margin-top:35px;
}
.newsBack a {
	background:url(../images/site/arrow-prev.gif) 0 5px no-repeat;
	padding:3px 5px 3px 16px;
	margin:0 5px;
	line-height:14px;
	color:#999;
	border:none;
}
.newsBack a:hover {
	color:#333;
}

ul.clientList li {
	display:inline;
	float:left;
}
ul.clientList li a {
	display: inline-block;
	height:38px;
	width:38px;
	margin:0 15px 0 0;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:30px;
}
ul.clientList li a:hover {
	color:#000;
}
li.friendsFamily a {
	background:url(../images/site/icon-friends-family.png) no-repeat 0 -38px;
}
li.friendsFamily a:hover {
	background:url(../images/site/icon-friends-family.png) no-repeat 0 0;
}
li.personalInfo a {
	background:url(../images/site/icon-personal-info.png) no-repeat 0 -38px;
}
li.personalInfo a:hover {
	background:url(../images/site/icon-personal-info.png) no-repeat 0 0;
}
li.communicating a {
	background:url(../images/site/icon-communication.png) no-repeat 0 -38px;
}
li.communicating a:hover {
	background:url(../images/site/icon-communication.png) no-repeat 0 0;
}
li.healthFitness a {
	background:url(../images/site/icon-fitness.png) no-repeat 0 -38px;
}
li.healthFitness a:hover {
	background:url(../images/site/icon-fitness.png) no-repeat 0 0;
}
li.funRecreation a {
	background:url(../images/site/icon-recreation.png) no-repeat 0 -38px;
}
li.funRecreation a:hover {
	background:url(../images/site/icon-recreation.png) no-repeat 0 0;
}


table.registration,
.action_middle {
	width:100%;
}

select {
	margin:0 10px 0 0;
	background:#d8d8d8;
}

.valMessage,
.valError,
.messagetext {
	background:url(../images/site/iconbar_light.png) no-repeat 10px 10px #fffdbd;
	padding: 5px 10px 8px 40px;
	border: 1px solid #fbe997;
	min-height:25px;
	line-height:18px;
	margin:10px 0;
}

.valError {
	color:#C30;
}

#post-buttons input,
input.styled-button,
input.button,
input.buttonYellow,
input.buttonGreen {
	background:url(../images/site/button.gif) no-repeat 0 -1px;
	display:inline-block;
	overflow:hidden;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
	height:20px;
	padding:0 10px 0 22px;
	border:#666 solid 1px;
	line-height:21px;
	text-transform: uppercase;
	letter-spacing:1px;
	cursor:pointer;
}

.button a,
.buttonGreen a,
.buttonYellow a {
	background:url(../images/site/button.gif) no-repeat 0 0;
	display:inline-block;
	overflow:hidden;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
	height:20px;
	padding:0 10px 0 22px;
	border:#666 solid 1px;
	line-height:22px;
	text-transform: uppercase;
	letter-spacing:1px;
}
.buttonYellow a:hover,
.button a:hover,
input.buttonYellow:hover {
	background:url(../images/site/button.gif) repeat-x 0 -20px;
	color:#333;
	border: 1px solid #edad00;
}
#post-buttons input:hover,
.buttonGreen a:hover,
input.buttonGreen:hover,
input.styled-button:hover{
	background:url(../images/site/button.gif) repeat-x 0 -40px;
	color:#333;
	border: 1px solid #73af13;
}


.hr, hr {
	border-top:1px dotted #ccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:10px 0;
	margin:20px 0 0 0;
	line-height:1px;
	display:block;
}

.navContent {
	padding:10px;
}

div.errortext {
	background-color:#f4b4b4;
	padding:10px;
	display:block;
	border:1px solid #de7575;
	margin:5px 0;
}

div.errortext_img {
	float: left;
	background-image: url(/images/warning.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
}

.listing_data {
	display:block;
	border:1px solid #ddd;
	padding:5px;
	margin-top:12px;
	background:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#333;
}
.listing_data:hover {
	background:#fff; 
}

#contactDetails {
	float:left;
	width:165px;
	padding:0 50px 0 0;
}

#contactForm {
	float:left;
	width:430px;
}