html {overflow-y: scroll;}

body {
    behavior: url("js/csshover3.htc");
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 13px;
	line-height: 18px;
	background-image: url("../images/background.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: rgb(226, 226, 226);
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	height: 100%;
}

a:link {
	color: rgb(1,114,178);
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: rgb(1,114,178);
	text-decoration: none;
	border: 0px;
}


a img {
    border: 0;
}

#bgcontainer {
	width: 876px;
	padding: 0px;
    margin: 0 auto;
	text-align: left;
	clear: both;
}

/* header */
#header { 
    margin: 0px;
	height:351px;
	background-image: url("../images/headerbackground.jpg");
	background-repeat: repeat-x;
/*  margin-top: 15px;   */
}

#header h1 {
    display: none;
}

#logo {
    margin-left: 20px;
    margin-top: 40px;
    width: 310px;
    height: 140px;
/*    background-image: url("../images/logo_310.png");*/
    background-repeat: no-repeat;
    clear: none;
    float: left;
}

#logolink {
    width: 310px;
    height: 140px;
}

#search {
	float: right;
	display: block;
	width:170px;
	padding-top: 90px;
	font-size: 10px;
}

#quickcontact {
    float: right;
	display: block;
	text-align: right;
	padding-top: 141px;
	padding-right: 19px;    
	font-size: 10px;
	color: rgb(66,66,66);
}

#header em { display: none}

/* navigation */
#navigation_wrapper {
    position: absolute;
    top: 187px;
    margin-left: 22px;
    width: 836px;
    clear: both;
}

#header ul {     
    margin: 0px;
    margin-top: 8px;
    width: 876px;
	height: 70px;
	padding: 0px; 
	margin: 0px;
	}

#header ul .linker {			
	height: 66px;
    background-repeat: no-repeat;	
}

#header ul .linker a {
	display: block;
	height: 66px;
}


#header ul li {
	float: left; 
	padding: 0px; 
	margin: 0px; 
    display: inline;
	width:119px;
	font-size: 9pt;
	text-align: center;
}

#header ul .linker#aboutrt { }
#header ul .linker#aboutrt:hover {
  background-image: url("../images/navaboutrt_hover.png");
}

#header ul .linker#aboutus { }
#header ul .linker#aboutus:hover {
  background-image: url("../images/navaboutus_hover.png");
}

#header ul .linker#cancerinfo{ }
#header ul .linker#cancerinfo:hover {
  background-image: url("../images/navcancerinfo_hover.png");
}

#header ul .linker#aboriginal{ }
#header ul .linker#aboriginal:hover {
/*  background-image: url("../images/navaboriginal_hover.png");*/
}

#header ul .linker#faq{ }
#header ul .linker#faq:hover {
  background-image: url("../images/navfaq_hover.png");
}

#header ul .linker#referrals{ }
#header ul .linker#referrals:hover {
  background-image: url("../images/navreferrals_hover.png");
}

#header ul .linker#contact{ }
#header ul .linker#contact:hover {
  background-image: url("../images/navcontact_hover.png");
}

#header .subnavigation {
    margin: 0px;
    padding-left: 10px;
  padding-right: 5px;         
	width: 90px;
	padding-top: 5px;
	background-image: none;
/*  border: 1px solid green;*/
}


#header .subnavigation li {
/*  border: 1px solid green;*/
	padding: 0px;
	margin: 0px;
	height: 15px;
	text-align: left;
	font-size: 10px;
	width: 100px;
	background-image: none;							
}

.subnavigation li a:link, .subnavigation li a:visited {
	color: rgb(66, 66, 66);
	text-decoration: none;
}
.subnavigation li a:hover {
	background-color: rgb(150, 150, 150);
	color: rgb(255, 255, 255);
}
/*.subnavigation li a:visited {
    color: rgb(66, 66, 66);
    text-decoration: none;
}*/	

.content { 
	padding: 0px; 
	margin: 0px; 
	width: 876px;   	
}

.main {
	width: 876px; 
/*  float: left;*/
/*  display: block;*/
}

.mainteaser {
    float: left;
    background-image: url(../images/teaserimage.jpg);
	background-repeat: no-repeat;
	padding: 220px 20px 0px 20px;
    width: 534px;	
}

.mainteaser h1 {
    font-size: 24px;
    font-weight: normal ;
}

.mainteaser p {
	font-size: 18px ;
	line-height: 22px;
	font-weight: normal;
}

.mainsidebar {    
    background-image: url(../images/sidebar-background.jpg);    
	padding: 20px 20px 20px;
    float: left;
    min-height: 670px;
	width: 262px;
	margin: 0px;
    min-height: 400px;
    height: 600px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-color: rgb(149, 170, 53);
}


.footer {
	border-top: 1px solid rgb(200, 200, 200);
	clear: both;
	font-size: 9px;
	padding-top: 10px;
	padding-left: 20px;
}

.content h1 { font-size: 20px; }
.content h2 { font-size: 16px; }
.content h3 { font-size: 14px; }		


.gmap {
    float: right;
}

/* the accordian */ 
h3.toggler {
	color: #55555;
	margin-bottom: 3px;
	margin-top: 3px;
	cursor: pointer;	
}

hr {
	color: #9a9a9a;
	background-color: #9a9a9a;
	border: 0;
	height: 1px;
}
