/* ------------------------------------------
NCC print stylesheet V1 - 20/11/2007
Author - benbailey.com.au
------------------------------------------ */
#wrapper {
	position: relative;
	width: auto;
	overflow: hidden;
}

#header form, #skip, .structureLabel {
display: none;
}

/* =navigation - primary navigation of the website 
--------------------------------------------------------------------------
*/
#primaryNavigation {
display: none;
}

/* =navigation - primary navigation of the website 
--------------------------------------------------------------------------
*/

#banner {
	position:relative;
	clear: both;
	min-height: 13em;
}

#banner blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#banner form {
display: none;
}

/* =secondary-navigation 
--------------------------------------------------------------------------
*/
#applicationProcess {
	float: left;
	width: 230px;
	margin-right: 20px;
	padding-bottom: 45px;
}

#secondaryNavigation {
display: none;
}

.step {
	color: #666;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #CCC;
}

.step h3 { margin-top: 0; }

.step p, .step li { font-size: 1.14em; margin-top: -5px; }

.step div {
	float: left;
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	padding-right: 10px;
	color: #999;
	margin-top: -9px;
}

#applicationProcess .current {
	background: #FFF url(../i/bgSecondaryNav.jpg) repeat-x;
	color: #333;
}

#applicationProcess h2 {
	padding-top: 0;
	padding-bottom: 7px;
}

/* =container - allows me to absolute positon the right hand column
--------------------------------------------------------------------------
*/
#container {
	position: relative;
	clear: both;
}

/* =content - Main content of the website
--------------------------------------------------------------------------
*/
#content {
	margin-top: 2em;
	padding-bottom: 0;
}

#content .feature {
	float: left;
	width: 98%;
	margin-bottom: 20px;
	padding: 0 15px;
}

#content .feature h3 { margin-top: 0; }

#content .feature p, #content .feature li { padding-left: 0; }

#content .feature img {
	float: left;
	border: 1px solid #D6C2AA;
	padding: 4px;
	margin: 0 10px 0 0;
}

#content .currentStatus { font-size: 1.1em; }

#content ul#breadCrumbs {
padding-left: 20px;
}

#breadCrumbs {
display: none;
}
/* =related - usually the right hand column of most layouts
--------------------------------------------------------------------------
*/
#related p, #related li {
	font-size: 1.14em;
	line-height: 1.25em;
}

/* =footer
--------------------------------------------------------------------------
*/

#footer {
	display: none;
}

/* =form layout
--------------------------------------------------------------------------
*/
form label { display: block; }

form input, form textarea {
	margin-bottom: 14px;
	margin-top: 3px;
	border: 1px solid #ddd;
}

form input:focus, form textarea:focus { border: 1px solid #333; }

/* =html - all html elements here. they are listed alphabetically.
--------------------------------------------------------------------------
*/
dt, dd, label, li, p, th, tr { font-size: 1.25em; }

p, ol, th, tr, ul, dl {
	line-height: 1.35em;
	margin-bottom: 1.25em;
}

a:link {
	color: #666;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	color: #000;
	font-size: 62.5%;
}

blockquote {
	font-size: 1.4em;
	padding: 1em 20px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

dd { margin-bottom: 1.25em; line-height: 1.5em; }
dt { margin-bottom: 0.2em; line-height: 1.35em; }

hr { display:none; }

h1, h2, h3, h4, h5, h6 { color: #61411E; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 1.25; }
h1 { font-size: 1.9em; margin: 0 0 0.6em 0; }
h2, h3, h4, h5, h6 { font-size: 1.7em; margin: 1em 0 0.5em 0; }
h3, h4, h5, h6 { font-size: 1.5em; }

img { border:0; }

legend {
	font-weight:bold;
	font-size:1.25em;
	color:#666;
}

th { font-weight: bold; }

td { padding: 5px; }

dt label, dl dl dt, dl dl dd, td p,td li,ul p,ol p,ol li ul li,ul li ol li,ul li ul li,ul h3,ul h4,ol h3,ol h4 { font-size:100%; }