/*
v4.6

160806 : major mods to sitemenu, bmenu and others for iewin compatability :
150806 : major mods to sitemenu, bmenu and others for iewin compatability. 

footer bg colours made darker
css developed by dave agius : holycow[dot]com[dot]au  :  2005 - 2006.
read bug and hack notes.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TAGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  text
+++++++++++++++++++
*/
html {height: 100%;
      }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525051;
	background-color: #C6C6C6;
      }
a:link, a:visited{
	color: #A0C804;text-decoration: none;
      }
a:hover{
	color: #339933;text-decoration: none;
      }
h1,h2,h3,h4,h5,h6{margin:0px 10px 0px 10px; padding: 0px;
      }
p{margin:0px; padding: 10px 10px 0px 10px;
      }
p,ul,ol ,td{
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
      }
h1{
	display:block;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #A0C804;
	padding-bottom: 4px;
      }
h2{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
      }
h3{
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
      }
h4{
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
      }
h5{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
      }
h6{
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #A0C804;
      }
/* 
  table cells
++++++++++++++++++++++++++++++++
*/
table{
	margin:10px 0px 0px 0px;
      }
table p{
	line-height:20px;
	color: #6B6B6B;
      }
/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#page{
	margin:0px auto 0px auto;
	width:740px;
	padding:0px 0px 0px 0px;
	background-color:#F9F9F8;
      }
#header{
	padding:0px;
	margin:0px;
	height:152px;
	background-image: url(../images/graphics/menu_bg.gif);
	background-position: 0px 44px ;
	background-repeat: no-repeat;
      }
#header a {cursor:pointer;}
#content{clear:both;
	margin: 0px 0px 0px 0px;
      }
			



/* 
 subMenu
++++++++++++++++++++++++++++++++
*/
#subMenu{
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px 0px 1px 0px;
	background-color: #ffffff;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	height: 18px;
	width:732px;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
      }
#subMenu ul{
	font-size:9px;	
	margin: 0;
	padding: 0px 0px 0px 184px;
	list-style-type: none;
      }
#subMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
      }
#subMenu li a, #subMenu li a:visited{
	text-decoration: none;
	padding: 0px 3px 0px 5px;
	margin:0px;
	color: #646263;
      }
#subMenu li a:hover {color: #A0C804;
      }
/* +++++ search field  +++++ */
#subMenu form{	
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
      }
#subMenu input{
	margin: 0px;
	padding: 0px;
	font-size:9px;
	line-height: 10px;
      }
/*
footer
++++++++++++++++++++++++++++++++
*/
.currentMenu{
width:174px;
text-align:right;
background-image:none;
}
#sitedirectory{ display:none;}
#sitemenu{
	clear:both;
	background-color: #646263;
	height: 24px;/*causes extra menu height in NS*/
	margin: 0px;
	padding: 0px;
      }
#sitemenu ul {		
	width:740px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size:9px;	
	list-style-type: none;
	position:relative;
	}
/* +++++ first tier links +++++ */
#sitemenu ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
      }
#sitemenu ul li a, #sitemenu ul li a:visited {
	height:20px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
     }
#sitemenu ul li a:hover { 
	color: #A0C804;
      }
#sitemenu ul li:hover ul, #sitemenu ul li.over ul { display: block;
      }
#sitemenu ul li:hover ul li ul, #sitemenu ul li.over ul li ul { display: none;
      }
#sitemenu ul li:hover ul li ul li ul, #sitemenu ul li.over ul li ul li ul { display: none;
      }
/* +++++ second tier links +++++*/	
#sitemenu ul li ul {		
	top:-153px;
	left:0px;
	padding:4px 0px 0px 5px;
	height:149px;
	position:absolute;
	display: none;
	background-image:url(../images/graphics/menu_border.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:none;
      }
#sitemenu ul li ul li{
	display:block;
	position:relative;
	background-color:#A0C804;
	margin-right:562px;
	border-top: 1px solid #A0C804;
	border-bottom: 1px solid #A0C804;
	 }
#sitemenu ul li ul li:hover,  #sitemenu ul li ul li.over{ 
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;

      }
	
#sitemenu ul li ul li:hover a{ 
	color:#A0C804;
      }
#sitemenu ul li ul li:hover ul, #sitemenu ul li ul li.over ul { display: block;
      }
#sitemenu ul li ul li a:link, #sitemenu ul li ul li a:visited{ 
	float:right;
	background-image: none;
      }
/* +++++ third tier links +++++ */
#sitemenu ul li ul li ul {
	top:-1px;
	left:178px;
	height:22px;
	width:552px;
	padding:0px;
	position:absolute;
	display: inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
      }
#sitemenu ul li ul li ul li{
	margin: 0px;
	padding:0px;
	border:0px;
	display:inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;

	 }	

#sitemenu ul li ul li ul li a:link, #sitemenu ul li ul li ul li a:visited{
	float:left;
	color: #999999;
	border:0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position:right;
      }
#sitemenu ul li ul li ul li a:hover{
	color: #A0C804;

      }
/* +++++ fourth tier links +++++   switched off 

#sitemenu ul li ul li ul li ul{
	position:absolute;
	top:20px;
	left:0px;
	display: none;
	background-color:#cccccc;
      }
#sitemenu ul li ul li ul li ul a, #sitemenu ul li ul li ul li ul a:visited{
	background-color:#cccccc;
      }

#sitemenu ul li ul li ul li:hover ul, #sitemenu ul li ul li ul li.over ul { display: inline;
      }
*/



 /*
switcher used for 15 good reasons and rules 
++++++++++++++++++++++++++++++++
*/ 
#switcher div{
	display:none; 
	z-index: 100; 
	position: relative; top: 0px;
     }
		 
#footerWrap {
	width:740px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#sponsor {
	width:370px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	text-align: right;
	padding: 0px;
	text-transform:uppercase;
}
#sponsor ul {
	width:370px;
	padding: 0px;
	font-size:9px;
	list-style-type: none;
	position:relative;
	margin:0px;
	float:right;
}
#sponsor ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#sponsor ul li a {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	background-color:#AAAAAA;
	float:right;
	color:#FFFFFF;
	border-bottom: 0px;
	text-decoration: none;
}
#sponsor ul li a:hover {
	color: #FFFFFF;
	background-color:#999999;
	text-decoration:none;
	cursor:pointer;
}

#footer2 {
	width:370px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	text-transform: lowercase;
}
#footer2 ul {
	width:180px;
	padding: 0px;
	font-size:9px;
	list-style-type: none;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}
#footer2 ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#footer2 ul li a {
	height:20px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer2 ul li a:hover {
	color: #333333;
	text-decoration:none;
	cursor:pointer;
}



/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CLASSES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

column widths
++++++++++++++++++++++++++++++++
*/
 .c1,.c2,.c3,.c4{float:left;display: inline;
      }
 .c1{width:184px;
      }
 .c2{width:368px;
      }
 .c3{width:552px;
      }
 .c4{width:736px;
      }

/* 
content box layout 
++++++++++++++++++++++++++++++++
*/
.bCopy,.bImage,.bAd,.bSnippet,.bMenu,.bCaption,.bSpacer{
	margin: 0px 0px 4px 4px;
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px;
	background-color: #FFFFFF;
      }
.bImage,.bSpacer{
	height:10px;
      }
.bCopy{
	padding: 0px 0px 20px 0px;
      }
.bCopy h1{
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
      }
	  
	.bCopy ul{
margin:0px;
padding:10px;
display:block;
list-style-type:circle;
      }	  
	.bCopy li{
margin:0px;
display:block;
      }
	  
	  
/* +++++ ad box   +++++ */
.bAd h1, .Menu h1{
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color:#E0E0E0;
      }
	 .bAd h2{
	font-size:10px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
      }
	.bAd p{
	text-align:right;
      }

/* +++++ snippet box   +++++ */
.bSnippet p{
	text-align:right;
	color:#666666;
	display:block;
	height:20px;
	line-height:20px;
	padding: 0px 4px 4px 0px;
      }
/* +++++ caption box   +++++ */
.bCaption h1{
	display:block;
	height:18px;
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color: #fafafa;
	line-height: 18px;
      }
/* 
table cells
++++++++++++++++++++++++++++++++
*/
.tHeader	{
	margin: 0px;
	background-color: #E0E0E0;
      }.tHeader p	{
	color: #6B6B6B;
	line-height: 24px;
      }td p, 	td{
	color: #6B6B6B;
	line-height: 14px;
      }
	  
/* 
table cells - residents_team.php
++++++++++++++++++++++++++++++++
*/
	
.raTeamHeader{padding: 10px;}
			
			/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
table {
	margin: 0px;
	padding: 0px;
	border: none;
	}
/* TABLE FORM STYLING - force pad top and bottom - give the table some space */
.tableform td {padding-top:5px; padding-bottom:5px; }

/* TABLE IMAGE STYLING - force pad from top */
td img {display: block;}

/* Table formatting class */
#formTable {
	background-color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}

#formTable td, #formTable th {border: 1px solid #FFFFFF;}
#formTable td p, #formTable th p, #formTable td h2, #formTable th h2 {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}

/* table row background colors */
#formTable .trheader {background-color:#999999;} 
#formTable .trheader p {font-size:11px; font-weight:bold; color:#FFFFFF;}

#formTable .tr1 {background-color:#f0f0f0;} 
#formTable .tr1 p {color:#333333; margin-right:5px;}
#formTable .tr2 {background-color:#e0e0e0;}
#formTable .tr2 p {color:#333333; margin-right:5px;} 

/* tablepadding + margin */
#formTable table {margin:0px 10px 10px 0px;}

/* select options box padding + margin */
.selectOptions {margin: 8px 0px 5px 0px;}

.tr1 div, .tr2 div {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}
.trheader div {font-size:11px; font-weight:bold; color:#FFFFFF;}

/* 
 vertical menu box 
++++++++++++++++++++++++++++++++++++++++++++ 
important : read buggn' notes below. 
*/

.bMenu h1{
	display:block;
	height:20px;
	margin:0px;
	font-size:10px;
	padding 0px; 4px; 0px; 0px;
	text-align:right;
	color: #6B6B6B;
	background-color: #e0e0e0;
      }
.bMenu ul{
	list-style-type: none;
	font-size:10px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
      }
.bMenu li{
	margin: 0px;
	padding:4px 4px 0px 4px;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
    }
	.bMenu li a, .bMenu li a:visited{
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color:#A19FA0;
	text-align:right;
      }
	 .bMenu li a:hover{
	color:#A0C804;
	text-decoration: none;
     }
/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  HACKS / BUGGN'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
 
mozilla & safari : 
these browsers add 4px padding-bottom to
IMG and OBJECT tags. To fix, set tags to display 
as BLOCK with 0px margin, padding. 
*/

img, object{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
      }/*all browsers : 
if floated divs are placed inside a div, the
wrapper div will not stretch around the floated
divs. To fix, ensure a 'block' element is placed underneath
the floated elements, to give the wrapper something to stretch
around. ensure block element includes clear:both rule.  Or you
can add this class to the lowermost 
floated div */

.floatClear{font-size:20px;clear:both;
      }		

/* ie win :
doubles the margin width of floated divs. see
http: //www.positioniseverything.net/explorer/doubled-margin.html 
to fix, add display:inline to all floated divs. 


LINK LISTS : IEWIN ADDS LINE BREAKS BETWEEN <li> TAGS. 

win IE will add line breaks between
each list item if the list item tags have a 
carriage return between them, eg:

<li>IE winsanity </li>
<li>please fix it  bill</li>

will cause the browser to render an extra br 
between the two items. To prevent this, 
write tags  as follows. <li>IE winsanity </li><li>please fix it  bill</li>

Mystery IE6 Bug: on dropdown list menus.

IE6. A background must be declared on the li a, else when a sub-menu stretches further (vertically) 
than the main menu itself, the links start to disappear before you have time to click them. 
*/
	
/*
IE5.01 on Windows : dropdown menu jumps around when you hover over some of its items. 
The problem is fixed as follows: note using the holly hack to hide from other borwsers..  \*/
* html #sitemenu ul li { float: left;}
* html #sitemenu ul li a { height: 1%;}
/* End */
.index_table {
	font-size: 9px;
	padding: 0px;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
