@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; clear:left;
	margin-right: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	max-width: 35%; text-align: left;
}
.inlineright {
	float: right; clear:right;
	margin-left: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	max-width: 48%; text-align:right;
}
.imgdown img { margin-top: 3em; position: relative; }
.imgdown2 img { margin-top: 1.5em; position: relative; }
.imgBox { position: relative; }
.overImgTxt { position: absolute; bottom: 1.2em; right: 1em; padding: 2px; }
.oITblack { color:#000; text-shadow: 1px 2px 3px #fff; background:rgba(255,255,255,0.2); }
.oITwhite { color:#fff; text-shadow: 1px 2px 3px #000; background:rgba(0,0,0,0.3); }
.banners img {
	margin-top:0.5em; margin-bottom:0.5em;
}
.textcolumn {
	max-width: 60em; margin-left: auto; margin-right: auto;
}

/*
	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;
	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;
}

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

@media only screen and (min-width: 481px) {
.textcolumn p { line-height:1.35em; }
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	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.6em; }
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

body { font-family:"Open Sans", Verdana, Geneva, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family:"Rufina", "Palatino Linotype", "Book Antiqua", Palatino, serif; margin-bottom: -0.4em; line-height: 1.1em; }
h3 { font-size: 140%; } h2 { font-size: 180%; } h1 { font-size: 270%; }
.noPara { margin-bottom: 0.6em; }
.caption { font-size: larger; font-style: italic; font-weight:400; }
.byHandSoft { font-family: 'Indie Flower', cursive; }
.byHandSharp { font-family: 'Bad Script', cursive; }

.menucontainer {
	width:99.5%; margin-left:auto; margin-right:auto; background: #666666; padding: 3px; text-align:center; color:#fff;
} .menucontainer a { color:#fff; margin-left: 0.2em; padding:2px; } .menucontainer a:hover { background:#333333; }

/* Menubar settings */
#menu-bar {
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 0px 3px;
  height: 26px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  background: #666666;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#5C5C5C);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#5C5C5C));
  background: -moz-linear-gradient(top,  #A9A9A9,  #5C5C5C); */
  border: solid 0px #000000;
  position: relative;
  max-width:99%;
}
#menu-bar li {
  margin: 0px 3px 0px 3px;
  padding: 0px 0px 6px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 2px 8px 4px 8px;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 1px 2px 3px #000000;
}
#menu-bar .current a, #menu-bar li:hover > a {
  background: #cccccc;
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#828282);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#828282));
  background: -moz-linear-gradient(top,  #EBEBEB,  #828282);*/
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);*/
  display: none;
  margin: 0;
  padding: 0;
  /* width: 185px; */
  position: absolute;
  top: 25px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
  max-width: 100%;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #666666 !important;
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA);
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;*/
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-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:7px 3px 7px 7px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#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%;
}

/*
	jquery-slider
*/
