/* Default stylesheet */
body {
	background: #eee;
	color: #444;
	font-family: "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
}
/*
	Text selection
*/
::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}


table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 6px;
	padding: 0px;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #444; text-decoration: none; }
a:visited { color: #666666; }
a:hover { text-decoration: underline;}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}


/* Copyright, CustomPublish powered link etc.	 */
#cp { }
#cp a{ color: #999; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #996633 !important;  }
.headlinelink:link {}
.headlinelink:visited {color: #666 !important; }
.headlinelink:hover { text-decoration: underline}

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: .5em;
}

.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}

.ingress {
	margin: 6px 0px; 
	padding: 0px;
}

.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 30px 0 10px; padding: 0px;
	font-size: 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.imgborder {
	background: #FFF;
	border: 1px solid #eaeaea;
	padding: 2px;
	border-radius: 2px;
}
.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
div.twocols > .col {
    width: 49%;
}
div.twocols > .col.col0 {
    clear: both;
    float: left;
}
div.twocols > .col.col1 {
    clear: right;
    float: right;
    margin-right: 0;
}

/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

.listingarea hr, div.hr {
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #CCC;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background: #FFF;
}

#top {
	margin: 0px;
	padding: 0 20px 0px;	
	background: #fff url(http://img5.custompublish.com/getfile.php/3106518.785.fubrfauxbq/NewTop.JPG) no-repeat;

}
.logo {
	margin: 21px 17px;
}

#topnav {
	background: #e4d9d2 ;
	padding: 5px 0;
	color: #FFF;
}
#topnav a{
	color: #000;
}
#middle {
	padding: 10px;
}
#navbar {}
#main {
	min-height: 500px;
}
.viewarea {
	min-height: 400px;
}

#mainsidebar {}

/* #main when no sidebar */
.frontpage .row #main {
	float: left;
	margin-right: 2em;
	width: 70%;
}
.frontpage #navbar {
	display: none;
}
.frontpage #mainsidebar {
	width: 27%;
}
/* #main when no sidebar or navbar */
.frontpage #main {
	margin-right: 0;
	min-height: 600px;
}
.frontpage #navbar, .widefull #mainsidebar, .frontpage .pagedescription {
	display: none;
}

#footer {
	clear: both;
	background: #e4d9d2 ;
	padding: 1.8em 2em;
	color: #666;
	position: relative;
	zoom: 1;
	color: #eee;
}
#footer .contactinfo {
	float: left;
	width: 60%;
}
#footer #copyright {
	color: #444;
	float: right;
	width: 30%;
	text-align: right;
}
#footer a {
	color: #FFAA33;
}
#footer .companyname {
	font-weight: bold;
}	
/* SECTION: Sidebar */
.sidebar {}

.box {
	padding: 0px;
	/* margin: 0px 0px 15px 0px; */
	position: relative;
	border-radius: 6px;
}

.box .cell {
	padding: 10px;
}
.box ul {
	padding: 0px 0 0 10px;
	margin: 0px 0px 0px 0px;
	list-style: square;
}
.box ul li {
	margin: 0px 0px 6px 0;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	text-shadow: 0 1px 1px #FFF;
	font-weight: 400;
	letter-spacing: .03em;
	font-size: 18px;
}
/* SECTION: page elements */
#path {
	margin-bottom: 10px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style: none;
	float: right;
}
#topmenu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #000;
}
#topmenu li.lastitem {
	border-right: 0;
}
#searchform {
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 24px 24px 24px 24px;
    margin-top:65px;
    padding: 0px;
}
input.searchinput {
    background: transparent;
    border: 0;
    color: #555555;
    vertical-align: middle;
    width: 66%;
    padding: 8px 12px;
    font-size: 1.2em;
    float: left;
    outline: 0;
    
}
input.searchsubmit {
    cursor: pointer;
    vertical-align: middle;
    padding-right: 12px;
    text-align: right;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    float: right;
    
}


.languagebar {
display: none;
}

#main > center{
display: none;
}

#amenuitem190628, #path {
	display: none;
}


/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 94%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.calendar table {
    margin: 0 0 10px;
}
.calendar table caption {
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}
.calendar table td:first-child, .calendar table th:first-child {
    display: none;
}
.calendar table th {
    font-weight: normal;
    padding: 2px;
    text-align: right;
}
.calendar table td {
		border-left: 1px solid #eee;
    text-align: right;
    padding: 2px 5px;
}
.calendar table td.caltoday {
    background-color: #24A0C3;
    background-image: none;
    color: #FFFFFF;
}
.calendar table td b {
    font-weight: normal;
    text-decoration: underline;
}
.calendar table td.hasevent {
    background-color: #666;
    background-image: none;
    color: #FFFFFF;
    text-decoration: underline;
}
.calendar table td.empty {
    background-color: transparent;
    background-image: none;
}
h2.dayheader {
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}
div.calendarentry {
    font-size: 0.9em;
}
span.caltime {
    margin-right: 15px;
}
div.vevent {
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 5px;
}


/*
	Form input placeholder
*/
::-webkit-input-placeholder { 
	color: #bbbbbb;
	font-weight: bold;
}

:-moz-placeholder { 
	color: #bbbbbb !important;
	font-weight: bold;
}

.placeholder { 
	color: #bbbbbb !important;
	font-weight: bold;
}
input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #CCC;
	padding: 4px 6px;
	border-radius: 2px;
	-webkit-transition: -webkit-box-shadow .15s linear;
	-moz-transition: -moz-box-shadow .15s linear;
	transition: box-shadow .15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 5px #aae2ff;
	-moz-box-shadow: 0 0 5px #aae2ff;
	box-shadow: 0 0 5px #aae2ff;
}

button,
input[type="submit"] {
	border: 1px solid #bababa;
	font-weight: bold;
	color: #777777;
	padding: 6px 12px;
	background: #f6f6f6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8');
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
	background: -moz-linear-gradient(top,  #fcfcfc,  #e8e8e8);
	background: -o-linear-gradient(#fcfcfc,#e8e8e8);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	background: linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	border-radius: 5px;
	text-shadow: 0 2px 0 #f9f9f9;
	box-shadow: inset 0 0 4px #fff, 0 1px 3px rgba(0, 0, 0, .1);
}

button:hover,
input[type="submit"]:hover {
	text-shadow: 0 2px 0 #f6f6f6;
	background: #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f6f6f6,  #e0e0e0);
	background: -o-linear-gradient(#f6f6f6,#e0e0e0);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%);
	background: linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%);
	cursor: pointer;
}

button:active,
input[type="submit"]:active {
	text-shadow: 0 2px 0 #eeeeee;
	background: #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #f6f6f6,  #e0e0e0);
	background: -o-linear-gradient(#f6f6f6,#e0e0e0);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e0e0e0 100%);
	background: linear-gradient(top, #f6f6f6 0%,#e0e0e0 100%);
	-webkit-box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
}


#mainmenubg {
	background: #F7F4F2;
	border-bottom: 1px solid #dcdce6;
	position: relative;
}


#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	color: #996633;
	display:block;
	position:relative;
	padding: 14px 25px;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}

ul#mainmenu {
	color: #FFF;
}

ul#mainmenu li{
	float: left;
	font-size: 13px;
	text-align: center;
}

ul#mainmenu li a.menulevel0, ul#mainmenu li.noclick{
	color: #000;
	display: block;
	padding: 14px 25px;
	text-decoration: none;
	border-right: 1px solid #eee;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase;
}
				
ul#mainmenu li.firstitem a {
	border-left: none;
}

ul#mainmenu li ul{
	background:	#FFFFFF;
	box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
}

ul#mainmenu li ul li {
	text-align: left;
	font-size: 12px;
}
ul#mainmenu li li a{
	padding: 8px 10px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
    color: #636363;
    background: transparent;
}
ul#mainmenu li li li {
	background:	#003261;
	
}
ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover,#mainmenu li.itemselected > a  {
	background: #fff;
	color: #000;
}
ul#mainmenu li.sfHover a li a, ul#mainmenu li li a:hover{
	background: #ffbb44;
	color: #000;
}

#submenu {

}
#submenu li{	
}

#submenu li a{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	color: #cc3300;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background-color .15s linear;
	-moz-transition: background-color .15s linear;
	-ms-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
#submenu li a:hover, #submenu li a.menuselected{
	background: #f5f5f5;
}
#submenu li.lastitem a{
	border-bottom: 0;
}
#submenu li.itemselected > a  {
	text-decoration: underline;
}


#dsq-content.clearfix, #disqus_thread {
 	height: auto !important;
 	clear: both !important;
 	font-size: inherit !important;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}

input.mobmenu {
	display: none;
}
@media handheld, only screen and (max-width: 800px) {
	img, object, embed {
	    		max-width: 100%;
	   			height: auto;
			}
	
	body {
		 -webkit-animation: bugfix infinite 1s;
	}
	@-webkit-keyframes bugfix {
	 from { padding: 0; }
	 to { padding: 0; }
	}

	.inner {
		width: auto;
		float: none;
	}
	
	.logo {
    	min-width: 200px;
	}

	#toolbar {
		bottom: 0;
		position: relative;
		right: auto;
		margin-right: 0px;
		padding-left: 10px;
	}
	
	
	label.mobmenu { 
	  	cursor: pointer;
	  	user-select: none;
		display: block;
		min-height: 3.25em;
		width: 100%;
	}
	label.mobmenu:after {
	    position: absolute;
	    content: "\2261";
		right: 10px;
		font-size: 36px;
		top: -8px;
		color: #FF8E21;
	}
	
	input.mobmenu[type=checkbox] ~ ul.menu {
		display: none;
	}
	input.mobmenu[type=checkbox]:checked ~  ul.menu {
		display: block;
	}
	
	ul.mainmenu{
		height: auto;
	}
	ul.mainmenu li{
		float: none !important;
	}
	ul.mainmenu li a {
		text-align: left !important;
		border-bottom:1px solid #D7D7D7;
	}
	ul.mainmenu li ul {
		display: none !important; 
	}
	ul.topmenu{
		padding: 10px;
		float: none;
	}
	ul.topmenu li{
		float: none;

	}
	ul.topmenu li a{
		border: none;
		font-size: 14px;
		border-bottom:1px solid #D7D7D7;
		margin-bottom: 10px;
	}

	ul.sidemenu{
		width: auto !important;
		position: static;
	}
	
	.imgborder {
		border: none;
		background: none;
	}
	
	#searchform {
		margin-top: 25px;
	}
	
	#top {
	background: #333 url("https://img5.custompublish.com/getfile.php/3106518.785.fubrfauxbq/NewTop.JPG") no-repeat scroll 0 0;
    padding: 50px 20px 8px;
}
	
}
@media handheld, only screen and (max-width: 480px) {
	#subnavbar, #main, #mainsidebar, #footer #copyright, #footer .contactinfo {
		float: none !important;
		width: auto !important;
	}
	
	#footer #copyright {
		text-align: left;
		margin-top: 20px;
	}
	/* collapse to one col */
	.col {
		clear: both !important;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: auto !important;
	}
	.widemain .row #main {
		margin: 0;
	}
	#top {
    	padding: 82px 20px 8px;}
}

}