/*  
Colors:
dark grey: #3d474f
Orange:#d89917
Red: #990000

*/

/* general tag properties */

body { margin:0; background-image:url(../IMAGES/structure/header.png); background-repeat:no-repeat;}
p { padding: 5px auto 3px auto;}
body, p { font-size: 14px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; line-height:19px; }
a { color:#d89917; text-decoration:none; }
a:hover { color:#d89917; }
h1 { color:#d89917; font-size:18px; margin: 0px auto 10px auto; }
h2 { color:#d89917; font-size:18px; margin: 10px auto 10px auto; }
h3 { color:#4E494B; font-size:16px;}

img {border:none;}

ul {list-style:square;}

ul.notes {
	list-style-image: url('../IMAGES/icons/notes_icon.gif');
}

/* layers */

#navigation { margin: 85px 0 0 0; height:33px; background-image:url(../IMAGES/structure/nav_background.png); background-repeat:repeat-x;}

#links { position: absolute; top: 92px; left: 427px; min-width:550px; }
	#links a { font-size:16px; text-decoration:none; color:white; padding: 0px 15px 0px 0px; }
	#links a:hover { color:#d89917;}
	
	#links a.always { color:#d89917; }

#content { width:930px; margin:17px 17px 17px 19px; }
	#content p { margin:0px; }

#left {float: left; width: 381px; color:black; padding: 0 10px 0 0; border-right:thin solid black;}
	#left img { margin: 0 6px 6px 0; }
	html>body #left img { margin: 0 12px 12px 0; } /* html>body to hide from IE */
	#left img.address { margin:0;}
	
	#weather img { float:left; margin:-15px 12px 0 0;}
	html>body #weather img { float:left; margin:-20px 12px 0 0;} /* html>body to hide from IE */
	p.indent { text-indent:35px; }
	html>body p.indent { text-indent:43px; } /* html>body to hide from IE */

#right { float:right; width:520px; color:black; text-align:justify;}
	#right a { color:#990000; text-decoration:none; }
	#right a:hover { color:#999999; }
	#right a:visited { color:#999999; text-decoration:line-through;}

/* classes */

