/* www.ausinsurance.com.au -> .css */


*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #e0e0e0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#outerbox
{
	width: 840px;
	margin: 0px auto 0px auto;
	background: #fff url(images_layout/sb_bkgnd.gif) left repeat-y;
/*	border: solid #000080 1px;	*/
	text-align: center;
}

#topofpage
{
	height: 120px;
	width: 840px;
	padding: 0px;
	background: url(images_layout/slq_banner.jpg) top no-repeat;
}

#toplinks
{
	width: 840px;
	height: 24px;
	background: #fff url(images_layout/content_bkgnd.jpg) left repeat-y;
	text-align: right;
}


#menuparent
{
	position: relative;
	display: block;
	float: left;
	text-align: left;
	left: 0px;
	width: 1px;
	height: 0px;
}

#menucontainer
{
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 12px;
	padding: 0px;
	width: 135px;
	text-align: left;
	line-height: 200%;
}



#contentouter
{
	clear: both;
	width: 840px;
	margin: 0px;
	padding: 0px;
	background: url(images_layout/content_bkgnd.jpg) left repeat-y;
}

#contentinner
{
	width: auto;
	min-height: 500px;			/* This works in compliant browsers  */
	padding: 20px 20px 20px 170px;
	text-align: left;
}


/* This works in non-compliant browsers	*/
#verticalpadding
{
	height: 500px;
	width: 1px;
	float: left;
	margin-left: -3px;
}


#footerbox
{	
	width: 840px;
	height: 85px;
	background: url(images_layout/footer_bkgnd.jpg) bottom no-repeat;
	text-align: left;
	margin-top: 0px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #004080;
	text-align: left;
	margin-left: 5px;
	margin-top: 20px;
}

h1
{
	font-size: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2, h3, h4, h5, h6 { margin-bottom: 2px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }



p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}

li
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 150%;
}


.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.links { font-size: 11px; }
.black { color: #000; }
p.neat { margin: 0px;}

p.small
{
	font-size: 11px;
	line-height: 150%;
}


.contact
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}


a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }


a.primnavi, .pseudonavi
{
	display: block;
	width: 130px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pseudonavi
{
	color: #e0e0e0;
	background: #2088d0;
	border-top: solid #0080a0 1px;
	border-bottom: solid #80a0b8 1px;
	border-right: solid #4080a0 1px;
	line-height: 190%;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
	background: #2072b8;
	border-top: solid #60a0c2 1px;
	border-bottom: solid #004060 1px;
	border-right: solid #0080d0 1px;
	line-height: 190%;
}

a.primnavi:hover
{
	color: #ffef60;
	background: #2088d0;
	border-top: solid #0040a0 1px;
	border-bottom: solid #80a0c2 1px;
	border-right: solid #6080a0 1px;
}

a.primnavi:active
{
	color: #ff0;
	background: #80b8ef;
	border-top: solid #0af 1px;
	border-bottom: solid #0af 1px;
	border-right: solid #0af 1px;
}


a.bannerlink, a.bannerlink:visited, span.pseudobannerlink
{
	color: #0040b2;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 15px 1px 0px;
}
span.pseudobannerlink

{
	color: #808080;
}


a.bannerlink:hover
{
	color: #0080d8;
	text-decoration: underline;
}

a.bannerlink:active
{
	color: #d80000;
	background: #fff;
	text-decoration: underline;
}

a.footerlnk:link, a.footerlnk:visited 
{
	color: #fff;
	padding: 1px 3px;
	text-decoration: none;
}

a.footerlnk:hover
{
	color: #ffe000;
	text-decoration: underline;
}

a.footerlnk:active
{
	color: #a00000;
	background: #fdd;
	text-decoration: none;
}


table { empty-cells: show; }

th
{
	background: #d8efff;
	text-align: center;
}

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

input, textarea
{
	background: #f0f0f0;
	color: #002020;
	font-size: 12px;
	text-align: left;
}
input
{
	font-family: helvetica, sans-serif;
	padding: 4px 2px 0px 2px;
}