/* CSS Document */
/* Template Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5C60;
	background-color: #CCCCCC;
	background-image:url(/resources/qld/shared/background.gif);
	background-repeat:repeat-x;
	background-position: center;
}
/*Reset Div margin and padding*/
div {
	margin: 0;
	padding: 0;
}
#header {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: bottom;
	padding-top: 50px;
	padding-bottom: 17px;
}
#header #logo {
	float: left;
}
#header #mainmenu {
	float: right;
}
#page {
	width: 800px;
}
#bodyContainer {
	height: 310px;
}
#body * {
	font-size: 10px;
}
#homepage {
	margin-left: 165px;
}
#body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#body h1 {
	margin-bottom: 13px;
	font-size: 16px;
	letter-spacing: -1px;
	margin-top: 0px;
}
#body h2 {
	margin-top: 0px;
	margin-bottom: 13px;
}
#body p {
	margin-bottom: 13px;
	margin-top: 0px;

}
#footer {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-right: 20px;
	text-align: left;
}
#footerLinks {
	padding: 5px;
	color: #FFFFFF;
	font-size: .6em;
	text-align: left;
	padding-left: 21px;
	padding-right: 20px;
}
#footerLinks a {
/*	color: #5E5C60;*/
	color: #FFFFFF;
}
a, a:visited {
	color: #FF5200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pointer {
	color: #FF0B03;
	font-weight: bold;
}
#body .contactDetails h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1em;
}
.scollingOverviewBox {
	width:270px;
	height:200px;
	overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
	margin-bottom: 13px;
}
.contactDetails p {
	margin-top: 0px;
}
.contactInstructions {
	font-size: 0.85em;
}
.contacts td {
	font-size: 1.1em;
	color: #000000;
/*	border-bottom: 1px solid #CCCCCC;*/
}
.contacts th {
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
}
.contacts th {
	text-align: left;
	font-weight: bold;
}
.contacts tr.alternate td, .contacts tr.alternate th {
	background-color: #EFEFEF;
}
.contacts table {
	margin-bottom: 4px;
	border: 4px solid #CCCCCC;
	width: 100%;
}
/* Page Specific*/
.teamButton {
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

/* Porfolio */
.portfolioDetailCaption {
	margin-left: 5px;
}
.porfolioDetailButtons {
	margin-right: 5px;
}
.portfolioDetailNav {
	background-color: #ECECEC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 25px;
}
.porfolioDetailResource {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.portfolioButton img {
	margin-bottom: 7px;
}

/* Client Login */
#form1 table {
	border: 1px solid #CCCCCC;
}
#form1 table td {
	padding: 5px;
}
#form1 table td.alternate {
	background-color: #ECECEC;
}
form input {
	width: 150px;
}
form input.imageField {
	width: auto;
}
form {
	margin-bottom: 13px;
}
.errorMessage {
	padding: 10px;
	border-bottom: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	font-size: 1.1em;
	color: #FF5200;
}
.clearingDiv {
	clear: both;
}
/*To keep pages all the same height, add a fixed height-description*/
.scrollThis {
	height: 220px;
	width: 250px;
	overflow: auto;
}
.scrollThis p, .scrollThis h2 {
	padding-right: 15px;
}
/*special panel*/
#runningMan {
	width:180px;
	height:130px;
	position: absolute;
	padding-top: 223px;
/*	float:left;
	background-color: #00CCFF;*/
}