body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 11pt Helvetica, Arial, sans-serif;
	background: #EEEEEE;
	color: #666666;
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), url('dosis.woff') format('woff');
}

h1 {
	font-family: 'Dosis', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 44px;
	color: #333333;
}

h2 {
	font-family: 'Dosis', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 28px;
	/* line-height:170%; */
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 60px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: 0px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

img {
	border: none;
}

ul {
	line-height:170%;	
}

li {
	margin-bottom:5px;
}

.center { text-align: center; }
.right { text-align: right; }

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 105px;
	background: #262B2F;
}

#header_content {
	width: 996px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}

#header_logo {
	float: left;
	margin-left: 25px;
}

#header_navbar {
	float: right;
	margin-right: 25px;
	padding-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#header_navbar a {
	color: #7A94C7;
	margin-right: 45px;
}

#header_navbar a:hover {
	color: #7A94C7;
}

.selected {
	color: #606060 !important;
}

.social {
	margin: 0 !important;
	position:relative;
	top:5px;
}

.navimages {
	width:250px;
	margin:auto 36px;
	float:left;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline;
}

#wrapper {
	width: 100%;
	background: #FFFFFF;
}
	
#content {
	width: 966px;
	margin: 0 auto;
	padding: 35px 15px 85px 15px;
	background: #FFFFFF;
}

#slideshow img { display: none }
#slideshow img.first { display: block }

.content_img {
	float:left;
	margin: 0 20px 10px 0;
border: 1px solid #808080 ;
padding: 7px 7px 7px 7px ;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

#content p {
	font-size: 17px;
}

#content .bold { font-weight: bold; }
#content .italic { font-style: italic; }
#content a.order { color: #0066C0; }
#content p.big  { font-size: 24px !important; }
#content p.bigger { font-size: 28px !important; }
#content p.biggest { font-size: 32px !important; }
#content p.small { font-size: 10px !important; }


#content_contact {
	width:966px;
	height:100px;
	margin:50px auto;
	background-image:url('banner.png');
	overflow: hidden;
}

#content_contact p {
	text-align:center;
	line-height:170%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#FFFFFF;
}

#footer {
	border-top: 1px dotted #E5E5E5;
	width: 100%;
	height: 60px;
	background: #EEEEEE;
}

#footer_content {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}