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

Title : Lindfield Family Dental
URL : www.lindfieldfamilydental.com.au

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

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */

html {
padding: 0;
margin: 0;
overflow: -moz-scrollbars-vertical;
}

body {
	margin: 30px 0px 15px 0px;
	padding: 0px;
	background-color: #859EE1;
	background-image:url(/persistent/templateimages/bg.jpg);
	background-repeat:repeat-x;
	font: normal 11px verdana;
	color: #6F6F6F;
	text-align: center;
	line-height:17px;
}

a {
	color: #6079BA;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
		color: #334F99;
}

H1 { color: #C40D02; font-size:19px; font-weight: normal; text-transform:uppercase;  }

H2 { color: #333; font-size:14px; font-weight:bold; }

H3 { font-weight:bold; }

input, select, textarea {
	font: normal 11px verdana;
	color: #6F6F6F;
}

ul { 
line-height:2;
 }


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

.hide {
	display: none;
	}
	
img { border: #cccccc; }

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
  width: 988px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF;
}

#banner {
	height: 328px;
}

#flash_banner {
	float: left;
	margin: 0px;
	padding: 0px;
}

#banner_footer {
	height: 8px;
	width: 988px;
	padding: 0px;
	margin:0px 0px 20px 0px;
}

#content_wrap {
	width: 988px;
	height:auto;
}


#content {
	float:left;
	width: 700px;
	margin-bottom: 20px;
	list-style-image:url(/persistent/templateimages/dot.gif);
	list-style-position:inherit;
}

/*
----------------------------------------------------------------------------- 
MENUS
-----------------------------------------------------------------------------*/

#lhs {
float:left;
width: 250px;
margin-bottom:20px;
}

ul#menu {
  position: relative;
  top:0px;
  left: 30px;
  margin: 0;
  padding: 0px;
  width: 250px;
  list-style: none;
	}

ul#menu a {
  	padding: 0px;
  	display: block;
  	color: #5E5E5E;
  	font: bold 11px/32px Verdana;
  	text-decoration: none;
	border-bottom: 1px solid #6C83C1;
  	height: 32px;
	cursor: pointer;
	text-align:left;
	padding-left:20px;
	list-style: none;
	width: 185px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 165px;}
	
html>ul#menu a {
	width: 165px;
	}

ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color:#fff;
	background: url('/persistent/templateimages/button_over.jpg') no-repeat;
	list-style: none;
	}
ul#menu li.selected a {
	color:#fff;
	background: url('/persistent/templateimages/button_over.jpg') no-repeat;
	list-style: none;
	}

ul#menu ul,
ul#menu li.selected ul {
	margin: 0;
  padding: 0;
	width: 186px;
  list-style: none;
	}


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

#footer { 
	width: 965px;
	padding-top:15px;
	height: 120px;
	background-image:url(/persistent/templateimages/toothbrush_apple.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}

.hr_footer {
width:700px;
height: 1px;
color:#CCCCCC;
}

