@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.inlineleft {
	float: left;
	margin-right: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	max-width: 35%;
}
.inlineright {
	float: right;
	margin-left: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	max-width: 48%;
}
.banners img {
	margin-top:0.5em; margin-bottom:0.5em;
}
.textcolumn {
	max-width: 60em;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.textcolumn p { line-height:1.3em; }
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	margin-bottom: 1em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.textcolumn p { line-height:1.5em; }
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	margin-bottom: 1em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

#compass-navi {
  list-style: none;
  width:160px; height:159px;
  text-align:left;
}
#compass-navi img {
  position:static;
  left:0px;
  top:0px;
  z-index:-1;
}
#compass-navi li {
  text-shadow: 2px 2px 3px #FFFFFF;
} /*position: relative; top: -100px; left: 0;*/

.menucontainer {
	width:100%; background: #666666; padding: 3px; text-align:center; color:#fff;
} .menucontainer a { color:#fff; margin-left: 0.3em; }


/* Menubar settings */
#menu-bar {
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 0px 6px;
  height: 3em;
  line-height: 100%;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #666666;
  background: #FFFFFF;
}
#menu-bar li {
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 15px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 10px;
  margin: 0;
  border-radius: 0px;
}
#menu-bar .current a, #menu-bar li:hover > a {
  background: #C10000;
  color: #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
}
#menu-bar ul a:hover {
  background: #C10000 !important;
  color: #EEEEEE !important;
  border-radius: 0;
  text-shadow: 0px 0px 0px #0800FF;
}
#menu-bar ul {
  background: #EDDDDD;
  display: none;
  margin: 0;
  padding: 0;
  width: 12em;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 0px #810000;
  border-radius: 6px;
  box-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-weight: normal;
  text-shadow: 0px 0px 8px #F00000;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}