@charset "UTF-8";

/* --------------
* Filename: layout.css
* Version: 1.0.0 (2008-04-09)
* Website: www.atcavendish.com.au
* Author: Ari Rizos
* Description: Handles the site layout
*/


body {
	background:url(../images/background_repeat.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5B5D;
	line-height:13px;
	margin:0;
	padding:0;
}
a:link {
	color: #5A5B5D;
}
a:visited {
	color: #5A5B5D;
}
a:hover {
	color: #5A5B5D;
}
a:active {
	color: #5A5B5D;
}

.oneColFixCtrHdr #container {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/backgroundbox.gif);	
}
.oneColFixCtrHdr #header {
			
}

.oneColFixCtrHdr #mainContent {
	padding: 15px 42px 0px 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 425px;;

}
.oneColFixCtrHdr #mainContent p {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 400px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 width: 280px;
 display: inline;
 }


.oneColFixCtrHdr #footer {
	background: #B50027;
	height: 70px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	
}
.footertext {
	font-size: 9px;
	color: #FFFFFF;
	padding: 0px 10px;
}
.footerlinks a {
	font-size: 9px;
	color: #FFFFFF;
}
.footerlinks a:link {
	text-decoration: underline;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.redtext {
	color:#B50027;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.mandatoryfields {
	color:#990000;
	font-size:9px;
}