/* Maclarens.com.au style sheet 
   Copyright 2008 KwikWeb Solutions */

/* General style */
html, body { 
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color:#333333;	
	background:url(images/bg.gif);		
}

p {
    margin-top:0;
	margin-bottom:1em;
}

a, a:visited, a:active {
    text-decoration:none; 
    color: #323941;
}

a:hover {
    color: #b80708;    
}

hr {
	border: 0;
	background:url(images/dotted.gif) no-repeat center;
	margin: 2em 0;
}

#wrap, #header, #navban, #banner, #mainnav, #maincontainer, #leftcol, #sidenav, #contentDiv {
	background:#FFFFFF;
}


/* Headings */
h1 {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    background:url(images/dotted.gif) no-repeat bottom;
    padding:0 0 0.4em 0;
    margin: 0 0 0.7em 0;      
}

h2 {
	font-weight:bold;
	font-size:12px;
    margin:0 0 0.5em 0; 
	color:#003366;	
/*	color:#CC0000;	*/
/*	color:#336699;		*/

}

h3 {
	font-size:11px;	
/*    font-size:12px;*/	
    padding:0;
    margin:0 0 1em 0;    
/*	color:#336699;*/
/*	color: #b80708;  	*/
}

h4 {
/*	font-size:11px;	*/
    font-size:12px;
    padding:0;
    margin:0 0 0.5em 0;    
}


/* Main navigation menu */
#mainnav a:hover span {
	color:#FFFFFF;
}

#mainnav .active span {
	color:#FFFFFF;
}

#mainnav span {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
} 


/* Side nav */
#sidenav {
	background:url(images/sidenavbg-long.gif) repeat-x;
    font-size:11px;   
}


/* Profile & Quote box */
#quote {
	background:#6a6f75;
	color:#CCCCCC;
	line-height:1.4em;
}
#quote strong {
	color:#FFFFFF;
}
#quote a, #quote a:visited, #quote a:active {
	color:#FFFFFF;
}
#quote a.profilelink, #quote a:visited.profilelink, #quote a:active.profilelink {
	font-weight:bold;
	background: url(images/profile-icon.gif) no-repeat right;
	padding-right:1.5em;
}
#quote a:hover {
    color: #b80708; 
}


/* Main content */
#contentDiv {
    line-height: 1.4em;	
}

#contentDiv ul {
    list-style-type: square;
    margin: 0 0 1.5em 0; 
	padding-left:3.5em;
}

#contentDiv ul li
{
    padding-bottom:0.5em;
}

#contentDiv h2.link {
	background-image: url(images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.5em;	
}

#contentDiv ul.links {
    padding-left: 2em;
    list-style-type: none;
}
#contentDiv ul.links li {
	background-image: url(images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.5em;		
}
#contentDiv ul.links li ul {
    list-style-type: none;
	padding:1em 0 0 0;
}


#contentDiv ul.noindent {
	padding-left:0;
}

#contentDiv ul.backlink {
    list-style-type: none;
}
#contentDiv ul.backlink li {
	background-image: url(images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left:0;		
}


#contentDiv a, #contentDiv a:visited {
    text-decoration:none; 
    color: #b80708;
}

#contentDiv a:hover {
    color: #b80708;    
    text-decoration:underline;	
}

#contentDiv h2 a.dotted, #contentDiv h3 a.dotted {
/*	color:#333333;*/
    border-width: 0 0 1px 0;
    border-style:none none dotted none;	
	padding-bottom:0px;
}
#contentDiv h2 a, #contentDiv h2 a:visited, #contentDiv h3 a, #contentDiv h3 a:visited {
/*	color:#333333;*/
	color:#003366;
}
#contentDiv h2 a:hover, #contentDiv h3 a:hover {
	color:#b80708;
    border-width: 0;
}

#contentDiv a.contact, #contentDiv a.contact:visited {
	color:#333333;
	font-weight:bold;
}

#contentDiv a.contact:hover {
	color:#b80708;
}



/* Footer */
#footer, #footer a {
    color:#b3b3b3;
}

#footer a:hover {
    color: #b80708;    
}