/* - - - - - - - - - - - - - - - - - - - - -

Title : Whitehouse
URL : http://www.whitehouse.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

body { background: #FFFFFF; color:#545454; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: normal; text-align: center; }

fieldset { border: 0; }

img { border: 0; }

h1,h2,h3,h4,h5,h6 {}

p, td {color:#545454; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 18px;}

p {margin: 0 0 15px 0;}

ul,li {margin-left: 10px; padding-left: 10px; margin-bottom: 15px; list-style:outside square;}

a:link, a:visited {}

a:hover, a:focus {}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }



/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#header {
	width: 760px;
	margin: 0 auto;
	height: 131px;
	background: url(/persistent/templateimages/header_bg.jpg) no-repeat top right;
	text-align: left;
	}


#nav_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 51px;
	background: url(/persistent/templateimages/nav_wrapper_bg.jpg) repeat-x;
	margin-bottom: 1px;
	text-align: left;	
	}
	
	#nav {
		margin: 0 auto;
		width: 760px;
		height: 51px;
		background: url(/persistent/templateimages/nav_bg.jpg) repeat-x;
		}
	

#banner_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 145px;
	background: url(/persistent/templateimages/banner_bg.jpg) repeat-x;
	text-align: left;
	}	
	
	#banner {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		height: 145px;
		background: #EAEAEA;
		background-image: url(/persistent/templateimages/bluebannergradient.jpg);
		background-repeat: repeat-x;
		}
		
		/*#banner img {
			float: left;
			display: block;
			margin: 0;
			padding: 0;
			}*/
			
		#bannermainimage {
			width: 559px;
			float: left;
			display: block; 
			}
		
		#editable_image {
			width: 201px;
			float: right; 
			display: block;
			padding: 8px 0px 0px 0px; 
			}
			
			#editable_image img {
				border: 1px #FFFFFF solid;
				padding-left: 0;
				text-align: left; 
				}
	
#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	text-align: left;
	}
	
	#content {
		width: 760px;
		margin: 0 auto;
		padding: 20px 0;
		background: #FFFFFF;
		min-height: 300px;
		}
		
		#contents {
			float: left;
			width: 520px;
			padding: 0 15px 0 20px;
			margin: 0;
			}
			
		#subnav {
			float: left;
			width: 200px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

		
		
#footer_wrapper	 {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 51px;
	background: url(/persistent/templateimages/footer_wrapper_bg.jpg);
	text-align: left;
	}

	#footer  {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		height: 51px;
		background: url(/persistent/templateimages/footer_bg.jpg);
		}
	
#stats {display: none;}


/*
----------------------------------------------------------------------------- 
MAIN NAVIGATION MENU
-----------------------------------------------------------------------------*/


#nav ul {
	width: 760px;
	height: 51px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	}
	
#nav li {
	float: left; 
	padding: 0px; 
	margin: 0;
	color: #FFFFFF;
	list-style: none;
	}

#nav li a {  /*top level item*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	list-style: none;
	text-decoration: none;
	padding: 19px 18px 18px 18px;
	font-weight: normal; 
	}

.normal {
	color: #FFFFFF;
	}
.selected {
	color: #FFFFFF;
	}
	
#nav li a:hover {  
	text-decoration: underline;
	}




/*-- Sub Navigation (default) --*/



#subnav ul{
	width: 200px;
	padding: 0 8px 0 0;
	margin: 0;
	list-style-type: none;
	}

	#subnav li {
		float: left;
		display: inline;
		width: 195px;
		text-align: left;
		margin: 0 0 4px 0;
		} 

	#subnav li a  {
		margin: 0px;
		width: 176px;
		padding: 8px;
		display: block;
		background: #5793da;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-transform: capitalize;
		text-decoration: none;
		border-top: 1px solid #eee;
		}
	
	#subnav li a.active, #subnav li a.active:hover {
		background: #3d6fab;
		color: #FFFFFF;
		}

	#subnav li a:hover { background-color: #8ABAF4; }


	#subnav ul {  				/* Second Level */
		width: 175px;
		margin: 0;
		padding: 4px 0 0 0;
		list-style-type: none;
		}
		
		#subnav ul li {
			width: 175px;
			padding: 0;
			margin: 0;
			}

		#subnav ul li a {
			margin: 0px;
			width: 175px;
			padding: 8px 3px 8px 13px;
			display: block;
			background: none;
			color: #6C6C6C;
			text-transform: capitalize;
			text-decoration: none;
			border: none;
			}
		
		#subnav ul li a:hover {
			background: #EAEAEA;
			}
			
		#subnav ul li a.active2 {	
			color: #4fac25;
			}

/*
----------------------------------------------------------------------------- 
FOOTER STYLES
-----------------------------------------------------------------------------*/

.copyright {
	float: left;
	width: 350px;
	text-align: left;
	}

.sitesuite {
	float: right;
	width: 300px;
	text-align: right;
	}
	
#footer p {
	padding: 17px 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}


/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/


h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #4fac25;
	text-transform: none;
	margin: 0 0 20px 0;
	}
	
h2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	text-transform: uppercase;
	}

h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #334e73;
	padding: 0;
	}
	



/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/


td, p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #545454;	
	/*margin: 0;
	padding: 0;*/
	}
	
p {
	margin-bottom: 15px;
	}
	

hr {
	border: none;
	border-top: 1px solid #7eaadd;
	color: #FFFFFF;
	}
	
	
/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a, a b, a strong { 
	text-decoration: underline;
	color: #0066CC;
	}
	
a:hover, a:hover b, a:hover strong{
	text-decoration: none;
	}



/*
----------------------------------------------------------------------------- 
CONTENT STYLES
-----------------------------------------------------------------------------*/

.imageRight {
	float: right;
	margin: 0 0 10px 20px;
	}
	
.imageLeft {
	float: left;
	margin: 0 10px 20px 0;
	}	

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=65);   
	-moz-opacity: 0.65;   
	opacity: 0.65;
	}



