body{
  background: #8eb1c6 url(../images/background.gif) repeat-x;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

p{
  margin: 0 0 12px;
}

#content ul, #content ol{
  margin-bottom: 12px;
}

#wrap{
  width: 820px;
  margin: 0 auto;
}

#header{
  height: 135px;
  padding: 0 10px 0 41px;
}

#logo{
  float: left;
  margin-top: 23px;
}

#menu{
  float: right;
  margin-top: 89px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 570px;
}

#menu td{
  border-right: 1px solid #92b5c8;
  text-align: center;
}

#menu a{
  display: block;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b6ccdc;
  font-weight: bold;
  letter-spacing: 2px;
  word-spacing: 2px;
  width: 100%;
}

#menu a:hover, #menu a.selected{
  color: white;
}

#menu .a{
  width: 166px;
}

#menu .b{
  width: 244px;
}

#menu .c{
  width: 156px;
  border-right: none;
}

#main{
  background: white url(../images/main-bg-left.jpg) left top repeat-y;
  width: 810px;
}

#main2{
  background: url(../images/main-bg-top.jpg) left top no-repeat;
}

#main3{
  background: url(../images/main-bg-bottom.jpg) bottom left no-repeat;
  padding-bottom: 11px;
  padding-left: 9px;
  position: relative; /* fixes IE6 peekaboo bug at bottom */
}

#top{
  padding: 14px 0 0 13px;
}

#bottom{
  margin-top: 35px;
}

#left{
  float: left;
  width: 225px;
}

#address{
  text-align: center;
  font-size: 10px;
}

#address p{
  margin-top: 0;
  margin-bottom: 11px;
}

#address .a, #address .b{
  color: #80a1b2;
  text-transform: uppercase;
}

#address .a{
  letter-spacing: 1px;
  word-spacing: 0px;
}

#address .b{
	word-spacing: 2px;
}

#address .number{
  color: #513e2d;
  letter-spacing: 7px;
  word-spacing: 1px;
  padding-left: 6px;
}

#footer{
  font-size: 11px;
  margin-left: 260px;
  margin-bottom: 1em;
  color: #e8f2f8;
}

#footer a{
  color: #e8f2f8;
}

#footer a:hover{
  text-decoration: none;
}

.clear{
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* content styles */

#content{
  margin-left: 225px;
  border-left: 1px solid #BBB7AF;
  color: #6c6c6c;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 16px;
}

#content h1{
  font-size: 19px;
  font-weight: normal;
  color: #6c5d4f;
  position: relative;
  top: -4px;
  margin-bottom: 8px;
}

#content h1.smaller{
	font-size: 18px;
	
}

#content h2{
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#content h3{
  font-size: 14px;
  font-weight: normal;
  color: #6c5d4f;
  margin-bottom: 6px;
}

#bottom a{
  color: #325e7d;
}

#bottom a:hover{
  text-decoration: none;
}

#content p, #content ul, #content ol{
  line-height: 19px;
  margin-bottom: 19px;
}

#content ul li{
	list-style: none;
	background: url(../images/bullet.gif) left 7px no-repeat;
	padding-left: 12px;
}

#content .quote{
	font-size: 14px;
	color: #668fa8;
	line-height: 22px;
}

#content .smaller{
	font-size: 14px;
}

#content .quote span, #content h1 span{
	font-size: 12px;
	color: #6c6c6c;
}

#content strong, #content .strong{
	font-weight: bold;
	color: #638ca6;
}

#content p.nomargin{
	margin-bottom: 0;
}

#content p.fine{
	font-size: 10px;
	line-height: 14px;
}

/* page specific */

#content .sitemap{
	margin-bottom: 50px;
}

#content .sitemap h2{
	background: #d1d0d0;
	padding: 4px 25px;
	margin-bottom: 10px;
}

#content .sitemap h2 a{
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}

#content .sitemap p{
	margin-bottom: 10px;
	padding-left: 25px;
}

#content .sitemap p a{
	font-weight: bold;
	color: #638ca6;
}

#content .sitemap div{
	margin-bottom: 19px;
}