body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;
	background:url(../images/body.jpg) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#logo{
	text-indent: -100em;
	overflow: hidden;
	background: url(/assets/images/spalogo2.png) no-repeat;
	height:75px;
	width:300px;
	z-index:0;
}
#header {
	height:110px;
	background:url(../images/header.jpg) top repeat-x;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

#nav {
	margin:0 0 0 0;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#222;
	color:#fff;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}
#sidebar_left li {
	list-style:none;
	display:block;
	padding:0px 0;
	font-size:1.2em;
	border:1px solid #222;
	margin:-1px 0px;
}

#sidebar_left li a {
	padding:7px;
	color:#666;
	text-decoration:none;
	display:block;
}

#sidebar_left li a:hover {
	background:#579800;
	color:#fff;
}

#top_menu {
	#float:left;
	#width:180px;
	padding:0 10px;
	#background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	#border-right:1px solid #eee;
	margin:0 15px 0 0;
}
#top_menu li {
	list-style:none;
	display:inline;
	padding:10px 0;
	font-size:1.2em;
	border:1px solid #222;
	margin:0px 0px;
}

#top_menu li a {
	padding:10px;
	color:#666;
	text-decoration:none;
	display:inline;
}

#top_menu li a:hover {
	background:#579800;
	color:#fff;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:160px;
	padding:10px;
	float:right;
	background:#C8E4EE;
	margin:0 0 10px 10px;
	border-left:1px solid #97CBDF;
	border-right:1px solid #97CBDF;
	border-bottom:1px solid #97CBDF;
	color:#1F5063;
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:100% Arial;
	line-height:20px;
}

#content {
	padding:0 15px;
	font-size:120%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}

/*
SlidingDoors CSS by
Douglas Bowman
http://www.stopdesign.com
http://www.alistapart.com/articles/slidingdoors2/
*/

#menu {
  float:left;
  width:100%;
  background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#menu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("images/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
#menu a {
  float:left;
  display:block;
  width:.1em;
  background:url("images/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#menu > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#333;
  }
#menu li.current {
  background-position:0 -150px;
  border-width:0;
  }
#menu li.current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#menu li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#menu li:hover a {
  background-position:100% -150px;
  }
