/*  
--------------------------------------------
global styles
--------------------------------------------  
*/

body {
	background-color: #977347; 
	font-family: Century Gothic;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

img, object {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Century Gothic;
	color: #977347;
	margin: 0 0 .3em 0;
	padding: 0px;
}

p, td, ul, ol, li, dl, dt, dd {
	font-family: Century Gothic;
	font-size: 12px;
}

ul{ 
	list-style:square;
	padding-left: 20px;
}  

h1 {
	font-size: 36px;
	font-weight:normal;
	line-height: 30px;	
}

h2 {
	font-size: 24px;
	font-weight:normal;

}

h3 {
	font-size: 16px;
	font-weight:normal;
}

h4{
    font-size: 11px;
	font-weight:normal;
}
h5{
    font-size:10px;
	font-weight:normal;
	color: #000000;
	line-height: 10px;
}
h6{
    font-size:11px;
	font-weight:normal;
	color: #ffffff;
	line-height: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}

hr {
	border: 1px solid #ccc;
}
td img {
	/* display:block; */
}

/*  
--------------------------------------------
structure styles
--------------------------------------------  
*/

#HomeHeadline {

	width: 315px;
}
#glance {
	position: relative;
	left: 0px;
	height: 325px;
	width: 225px;
	background:url(../images/Home-AtGlance.png) no-repeat;
}
#glanceText {
	position: relative;
	left: 30px;
	top: 26px;
	line-height: 40px;
	width: 150px;
}
#indent {
	position: relative;
	left: 20px;
	width: 235;
}
#leftBorder {
	border-left:thin;
	border-left-color:#FFFFFF;
    font-size:11px;
	font-weight:normal;
	color: #ffffff;
	line-height: 10px;
}
#beigeBox {
	background:url(../images/BeigeDot.gif) no-repeat;
	height: 12px;
}
#rb {
	position: relative;
	left: 40px;
	height: 86px;
	width: 100px;
	background:url(../images/Home-RestainoBunburyLogo.gif);
	top: 165px;
}
/*  
--------------------------------------------
specific styles
--------------------------------------------  
*/
.stdlink:link {
	color:	#000000;
	text-decoration: none;
}
.stdlink:visited {
	color:	#000000;
	text-decoration: none;
}
.stdlink:hover {
	color:	#444444;
	text-decoration: underline;
}

.navlinks {
	font-size:14px;
	color:	#000000;
}
.navlinks a:link {
	text-decoration: none;
	font-size:14px;
	color:	#000000;
}
.navlinks a:visited {
	text-decoration: none;
	font-size:14px;
	color:	#000000;
}
.navlinks a:hover {
	color:#977347;
	text-decoration:  none;
	font-size:14px;
}
.footer {
	font-size:10px;
	color:#e2cab2;	
}
.footer a:link, a:visited {
	text-decoration: none;
	font-size:10px;
	color:#ffffff;
}
.footer a:hover {
	text-decoration: underline;
	font-size:10px;
	color:#ffffff;
}
.findlinks{
	font-size:12px;
	color:#000000;	
}
.findlinks a:link {
	text-decoration: none;
	font-size:12px;
	color:#000000;		
}
.findlinks a:visited {
	text-decoration: none;
	font-size:12px;
	color:#000000;		
}
.findlinks a:hover {
	text-decoration: underline;
	font-size:12px;
	color:#000000;		
}