@charset "UTF-8";
/* CSS Document */


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	background: #E2AD5C;
	color: #555B72;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
}

.wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.header .title {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0 10px;
}

.header .description {
	font-size: 1.3em;
}

p, h1, h2 {
	margin: 10px 0 20px;
	line-height: 130%;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 110%;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-weight: bold;
	line-height: 120%;
}

.menu ul {
	margin-top: 20px;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 20px 0;
}

.menu ul li {
	background: #555B72;
	border-radius: 7px;
	display: inline;
	padding: 7px 14px 7px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	
}

.menu ul li a:hover, .active {
	color: #E2AD5C;
}

.acc_logos {
	margin: 0 auto;
}
.acc_logos img {
	height: 50px;
	width: auto;
}

.banner img {
	width: 100%;
}

.banner {
	max-height: 400px;
	overflow: hidden;
	clear: both; 
}

.banner img.scale {
  /* corrects inline gap in enclosing div */
  display: block;
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  width: auto\9; /* ie8+9 */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic; 
}

.content {
	padding: 20px 0 0;
	text-align: left;
}

.contact {
	font-size: 2em;
	padding: 0 20px;
}

.contact img {
	width: 100%;
	max-width: 430px;
}

.inset {
	padding-left: 10px;
}

@media only screen and (max-width: 980px)  {

.header, .content {
	padding: 10px 20px 0;
}

.content {
	clear: both;
	margin-top: 20px;
}

}

@media only screen and (max-width: 680px)  {

body {
	margin: 0;
	padding: 0;
}

.header .title {
	font-size: 1.9em;
	padding: 0 10px 0;
	margin: 5px 0 0;

}

.header .description {
	font-size: 0.9em;
	padding: 0 20px 0;
	margin: 5px 0 0;
}

h1 {
	font-size: 1.3em;
}

h2 {
	margin-top: 20px;
}

.banner {
	display: none;
}
	
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 10px 0;
}

.menu ul li {
	display: inline-block;
	width: 100%;  
	float: left;  
	position: relative; 
	margin-bottom: 1px;
	border-radius: 0;
	padding: 7px 0 7px;;
}

.inset {
	width: 50%;
	padding-left: 10px;
}

}
strong { font-family: Times, serif; font-weight: bold; }

.content.privacy ul li { list-style-type: disc!important; margin-left: 20px; }


.right {
	float: right;
	right: 0px;
    width: 300px;
    background-color: #b0e0e6;
	}