@charset "UTF-8";

html, body {
	height: 100%;
}
body, th {
	color: #666666;
	font-size: 80%;
	line-height: 135%;
	margin-top: 30px;
	font-family: Arimo, Arial, sans-serif;
}
a:link, a:visited {
	color: #3d93ad;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #133d8d;
}
h1 {
	color: #777777;
	font-size: 175%;
	font-weight: bold;
	line-height: 148%;
}
h2 {
	font-family: Lato, Arial, sans-serif;
	font-size: 150%;
	color: #1e345d;
	line-height: 95%;
	text-transform: uppercase;
	font-weight: 300;
	display: inline;
}
h3 {
	font-family: Lato, Arial, sans-serif;
	font-size: 128%;
	line-height: 145%;
	font-weight: 400;
	color: #888888;
}
h4 {
	font-family: Arimo, Arial, sans-serif;
	font-size: 145%;
	color: #47a141;
	line-height: 140%;
	display: inline;
}
h5 {
	font-family: Arimo, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 175%;
	display: inline;
	}
h6 {
	font-family: Lato, Arial, sans-serif;
	font-size: 600%;
	font-weight: 300;
	color: #afd4a6;
	margin: 22px 15px 25px 0px;
	float: left;
}
#header {
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0px 25px 0px 25px;
	min-width: 775px;
	max-width: 1230px;
}
#container {
	width: 1024px;
	clear: both;
	margin: 12px auto 0px auto;
}
#sidebar-1 {
	margin: 0px;
	padding: 10px 25px 0px 25px;
	width: 280px;
	float: left;
	text-align: right;
}
div#container #sidebar-1 nav div.menu-item {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#container #sidebar-1 nav div.menu-item ul {
	font-size: 108%;
	margin: 0px;
	padding: 0px;
  	line-height: 20px;
  	list-style-type: none;
  	overflow: hidden;
}
.menu-item ul {
 	height: 0px;
	  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
} 
.menu-item:hover ul {
  	height: 40px;
}
#content {
	float: left;
	width: 550px;
	padding: 0px 25px 0px 25px;
	margin: 0px;
}
#sidebar-2 {
	width: 173px;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#container #full-width {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 1024px;
	text-align: center;
}
map area {
	outline:none;
} 
#slideshow {
	background-color: #ffffff;
    margin: 0px auto 0px auto; 
    position: relative; 
    width: 1024px; 
    height: 325px; 
    padding: 0px; 
}
#slideshow > div {
	background-color: #ffffff;
    position: absolute; 
	width: 1024px; 
    height: 325px; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
#footer {
	font-family: Lato, Arial, sans-serif;
	font-size: 110%;
	font-weight: 400;
	text-align: right;
	clear: both;
	margin: 0px auto 10px auto;
	padding: 5px 25px 20px 25px;
	min-width: 775px;
	max-width: 1230px;
}
#ruler {
	clear: both;
	overflow: visible;
	visibility: visible;
	margin: 0px auto;
}
hr.thin {
	height: 1px;
	border: 0;
	color: #cecece;
	background-color: #cecece;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	text-align: left;
}
.left-margin {
	margin-left: 60px;
}	
.quote {
	font-family: Arimo, Arial, sans-serif;
	font-style: italic;
	color: #a75a29;
	width: 425px;
	float: left;
}
.noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.colpadright {
	padding-right: 25px;
}