@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		18;
	dw-num-cols-desktop:	24;
	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/
*/

#menu-bar {
  width: 95%;
  margin: 0px 0px 0px 0px;
  padding: 7px 6px 4px 6px;
  height: 30px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 1px #BABABA;
  -webkit-box-shadow: 0px 0px 1px #BABABA;
  -moz-box-shadow: 0px 0px 1px #BABABA;
  background: #FFFFFF;
  background: linear-gradient(top,  #FFFFFF,  #EDEDED);
  background: -ms-linear-gradient(top,  #FFFFFF,  #EDEDED);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
  background: -moz-linear-gradient(top,  #FFFFFF,  #EDEDED);
  border: solid 0px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 18px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: normal;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #A2A5A8;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #2E6CFA;
  background: linear-gradient(top,  #FAFAFA,  #DEDEDE);
  background: -ms-linear-gradient(top,  #FAFAFA,  #DEDEDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DEDEDE));
  background: -moz-linear-gradient(top,  #FAFAFA,  #DEDEDE);
  color: #2E6CFA;
  -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: 0px 0px 0px #FFFFFF;
}
#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: #DBDBDB !important;
  background: linear-gradient(top,  #454545,  #454545) !important;
  background: -ms-linear-gradient(top,  #454545,  #454545) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#454545)) !important;
  background: -moz-linear-gradient(top,  #454545,  #454545) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #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: 132px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px #222222;
  -moz-box-shadow: 0px 0px 0px #222222;
  box-shadow: 0px 0px 0px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
#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%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.18%;
	padding-left: 0.91%;
	padding-right: 0.91%;
	clear: none;
	float: none;
}
#div1 {
display: none;
}
#top_bar {
	background-color: #2e6cfa;
}
#top_bar_space {
	color: #2e6cfa;
	font-size: 4px;
}
#title_bar {
}
#title {
	color: #2e6cfa;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	width: 100%;
	margin-left: 0;
	display: none;
}
#navigation {
	margin-top: 30px;
}
#navi {
	color: #FFFFFF;
	width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	display: none;
}
#slideshow {
	width: 100%;
	color: #999;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
}
#bottom_bar {
	background-color: #eee;
	margin-top: 80px;
	padding-bottom: 20px;
}
#title_2 {
	width: 100%;
	color: #2e6cfa;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	display: none;
}
#div7 {
	width: 100%;
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	clear: both;
	margin-left: 0;
	display: block;
}
#div10 {
	width: 100%;
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	clear: both;
	margin-left: 0;
	text-align: left;
}
#footer_bar {
	background-color: #333333;
	padding-bottom: 10px;
}
#footer {
	width: 100%;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
#div12 {
color: #2e6cfa;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size: 22px;
width: 100%;
margin-left: 0;
display: block;
}
#div14 {
	width: 100%;
	color: #2e6cfa;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	display: block;
	margin-top: 20px;
}
#div15 {
color: #2e6cfa;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size: 22px;
width: 100%;
margin-left: 0;
display: none;
}
#div2 {
width: 100%;
color: #999;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size: 13px;
display: block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.9666%;
	padding-left: 0.5166%;
	padding-right: 0.5166%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
display: none;
}
#top_bar {
}
#top_bar_space {
}
#title_bar {
}
#title {
width: 100%;
margin-left: 0;
display: none;
}
#navigation {
}
#navi {
width: 100%;
display: none;
}
#slideshow {
width: 100%;
display: block;
}
#bottom_bar {
}
#title_2 {
	width: 43.8202%;
	display: block;
	margin-top: 26px;
}
#div7 {
width: 38.2022%;
clear: none;
margin-left: 1.1235%;
display: none;
}
#div10 {
	width: 38.2022%;
	clear: none;
	margin-left: 17.9775%;
	text-align: right;
	margin-top: 30px;
}
#footer_bar {
}
#footer {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
}
#div12 {
	width: 100%;
	margin-left: 0;
	display: none;
	margin-top: 35px;
}
#div14 {
width: 100%;
display: none;
}
#div15 {
	width: 100%;
	margin-left: 0;
	display: block;
	margin-top: 10px;
}
#div2 {
width: 100%;
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

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

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.25%;
	max-width: 1232px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
display: none;
}
#top_bar {
}
#top_bar_space {
}
#title_bar {
}
#title {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
	display: block;
}
#navigation {
}
#navi {
width: 100%;
display: block;
}
#slideshow {
	width: 95.7983%;
	margin-top: 20px;
	display: block;
}
#bottom_bar {
}
#title_2 {
	width: 24.3697%;
	margin-top: 25px;
	display: block;
}
#div7 {
width: 24.3697%;
margin-top: 25px;
margin-left: 17.647%;
clear: none;
display: block;
}
#div10 {
	width: 24.3697%;
	margin-top: 25px;
	margin-left: 5.042%;
	clear: none;
	text-align: right;
}
#footer_bar {
}
#footer {
	width: 95.7983%;
	margin-top: 15px;
	font-size: 12px;
	text-align: right;
	margin-left: 4px;
}
#div12 {
width: 100%;
margin-left: 0;
margin-top: 40px;
display: none;
}
#div14 {
width: 24.3697%;
margin-top: 25px;
display: none;
}
#div15 {
width: 100%;
margin-left: 0;
margin-top: 40px;
display: none;
}
#div2 {
width: 95.7983%;
margin-top: 20px;
display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
