/* Default stylesheet */
body {
	background: url(http://img5.custompublish.com/getfile.php/1824806.2055.cupdcfersf/page-bg.jpg) repeat;
	color: #000000;
	font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
/*
* a, a:hover {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
*/

/*
::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: #000000; text-decoration: none; }
a:visited { color: #666666; }
a:hover {color: #dd7a04; text-decoration: none;}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: none;}

.menu a.menuselected:link {text-decoration: underline}
.menu a.menuselected:visited {text-decoration: underline}
.menu a.menuselected:hover {text-decoration: underline}

#main .viewarea a {
	text-decoration: underline;
}



#submenu li.itemselected > a {
	background: #F5F5F5 !important;
	color: #DD7A04 !important;	
}

#topmenu li.itemselected a {
	color: #FFF !important;
	text-decoration: none;	
}



#submenu li a:visited {
	color: #000 !important;
	text-decoration: none;	
}
#submenu li a:visited:hover {
	color: #DD7A04 !important;
	text-decoration: none;	
}
ul.mainsidebarlinks li.itemselected a {
	color: #DD7A04 !important;
	text-decoration: none !important;
	
}

/* Copyright, CustomPublish powered link etc.	 */
#cp { }
#cp a{ color: #FFFFFF;}
#cp a:hover{ color: #000000;}

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {font-size: 15px; }
.headlinelink:link {}
.headlinelink:visited { }
.headlinelink:hover { text-decoration: none}

/* 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: none; 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: none; 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.7em;
}
.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;
	font-size: 14px;
}
.ingressview {
	margin: 6px 0px; 
	padding: 0px;
	font-size: 1.3em;
	color: #333;
}
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%;
}
/* 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: solid;
	border-color: #666666;
	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;
}
.ring {
	float: right;
}
/* SECTION: page containers */ 
#page {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
/*
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	background: #FFF;
*/
}









#topwrapper {
	/* position: relative; */
	width: 99%;
	/* overflow: hidden; */
	height: 140px;
	background: #FFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	filter:	progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.40');
	zoom: 1;
}
#top {
	position: absolute;
	width: 100%;
	margin: 0px;
	background: url(http://img5.custompublish.com/getfile.php/1825005.2055.ccrqrrqsts/header-bg.jpg) repeat-x top;
	border-bottom: 5px solid #000000;
}







.row {
	overflow: visible;
}


#top .row {
	position: relative;
	zoom: 1;
/* 	height: 135px; */
	overflow: visible;
}
#page .row {
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}






#topnav {
	background: #222;
	padding: 5px 0;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
}
#topnav a{
	color: #FFF;
}

#middle {
	margin-bottom: 40px;
}

#navbar {
	min-height: 500px;
	background-color: #e2dfd8;
}

#main {
	min-height: 500px;
	background-color: #e2dfd8;
}
#maininner {
	padding: 10px;
}
.viewarea {
	min-height: 380px;
}
#mainsidebar {
	min-height: 500px;
/* 	background-color: #e2dfd8; */
}
ul.mainsidebarlinks li {
}
ul.mainsidebarlinks li a {
	padding: 10px;
	background-color: #e2dfd8;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.4em;
}
ul.mainsidebarlinks li.menu234538 a {
	background-image: url(http://img5.custompublish.com/getfile.php/1824727.2055.wubdddrucq/icon-mailinglist.png);
	background-position: right;
	background-repeat: no-repeat;
}

ul.mainsidebarlinks li.menu234539 a {
	background-image: url(http://img5.custompublish.com/getfile.php/1824725.2055.cdewaqtsyy/icon-axe.png);
	background-position: right;
	background-repeat: no-repeat;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	margin-right: 0;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	margin-right: 0;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#headerimage {
	background: url(http://img5.custompublish.com/getfile.php/1826556.2055.qqdbwftuyy/header-image.png) no-repeat;
	width: 100%;
	height: 135px;
}





#footer {
	background: url(http://img5.custompublish.com/getfile.php/1825004.2055.yeecbfdfyc/footer-bg.jpg) repeat;
	width: 100%;
	height: 215px;
	color: #FFFFFF;
	clear: both;
	margin: 0px auto 0px auto;
	font-size: 10px;
	border-top: 5px solid #000000;
}
#footer a {color: #000000}
#footer a:hover {color: #FFFFFF}	
.footerinner {
	padding: 25px;
	text-align: center;
}




/* SECTION: Sidebar */
.sidebar {}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.calendar table {
    border-spacing: 2px;
    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 {
  
}
.calendar table th {
    font-weight: normal;
    padding: 2px;
    text-align: right;
}
.calendar table td {
    background-color: #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
    text-align: right;
}
.calendar table td.caltoday {
    background-color: #DD7A04;
    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;
}



.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
/*
	border: 1px solid #dcdce6;
	border-radius: 6px;
*/
zoom: 1;
}





.box .cell {
	padding: 10px;
	background-color: #e2dfd8;
}






.box ul {
	padding: 0px 0 0 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.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 ul.headlineulli {
	padding-left: 0;
}

.box ul.headlineulli li{
	padding-bottom: 5px;
	border-bottom: 1px solid #222;
	font-size: 14px;

}


.box h3.caption {
	padding: 5px 0px;
	margin: 0px;
	text-transform: uppercase;
}






/* 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;
	margin-top: 35px;	
}
#topmenu a {
	color: #000000;
	font-size: 14px;
}
#topmenu a:hover {
	color: #FFFFFF;
}
#topmenu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #FFF;
}
#topmenu li.lastitem, #topmenu li.menulogout {
	border-right: 0;
}











#searchform {
    background:  #F0F0F0;
    border-radius: 24px 24px 24px 24px;
    margin-top: 75px;
    float: right;
    padding: 0px;
}
#searchform2 {
    display: none;
}

input.searchinput {
    background: transparent;
    border: 0px !important;
    color: #555555;
    vertical-align: middle;
    width: 66%;
    padding: 8px 12px;
    font-size: 1.2em;
    float: left;
    
}
input.searchsubmit {
    cursor: pointer;
    vertical-align: middle;
    padding-right: 12px;
    text-align: right;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    float: right;
    
}
/* 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: 100%; }
.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 {
    border-spacing: 2px;
    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 {
    background-color: #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
    text-align: right;
}
.calendar table td.caltoday {
    background-color: #DD7A04;
    background-image: none;
    color: #FFFFFF;
}
.calendar table td b {
    font-weight: normal;
    text-decoration: none;
}
.calendar table td.hasevent {
    background-color: #666;
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
}
.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;
}



.cpsformcontainer {
}
.cpsform {}
.cpselementcontainer {
}
label.cpstextheading {
	float: left;
	margin-right: 25px;
	text-align: right;
	min-width: 17%;
}
.cpsoptionstext {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
span.mandatory {
	color: #DD7A04;
	margin-left: 5px;
}
.formpropertiesbox {
	border: 4px solid #CCC !important;
	padding: 4px 6px;
	border-radius: 12px;
	width: 90% !important;
	/*
	-moz-transition-duration: .5s;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-duration: .5s;
	*/
}
input[type="text"],
input[type="password"],
textarea {
	border: 4px solid #CCC;
	padding: 4px 6px;
	border-radius: 12px;
	/*
-moz-transition-duration: .5s;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-duration: .5s;
*/
}
textarea {
	width: 95%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
	border-radius: 25px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 5px #FFF;
	-moz-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
	background: #E2DFD8;
	color: #000;
}
button,
input[type="submit"] {
	border: 1px solid #bababa;
	font-weight: bold;
	margin-top: 10px;
	background: #DD7A04;
	color: #FFF;
	border-radius: 10px;
	padding: 6px 12px;
	/*
-moz-transition-duration: .5s;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-duration: .5s;
*/
}
button:hover,
input[type="submit"]:hover {
	color: #FFF;
	background: #666;
	cursor: pointer;
}
button:active,
input[type="submit"]:active {
	background: #f1f1f1;
	box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
}
.ppt215015 .byline, .ppt215015 .tools {display: none;}


#mainmenu li.protected a{
	color: #E2DFD8 !important;
}



#mainmenubg {
	min-height: 120px;
}
.mainmenuouter {	
}
#mainmenu, #mainmenu * {
	margin:	0;
	padding:0;
	list-style:	none;
	position: relative;
	z-index:8;
	background-color: #dd7a04;
}
#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	float: left;
	display: inline-block;
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
}

ul#mainmenu {
	color: #FFFFFF;
	float: right;
	/* width: 845px; */
	width: 74%;
}
ul#mainmenu li{
	float: left;
	font-size: 12px;
	text-align: center;
}
ul#mainmenu li a.menulevel0, ul#mainmenu li.noclick{
	color: #FFFFFF;
	display: block;
	padding: 5px 24px;
	text-decoration: none;
}			
ul#mainmenu li.firstitem a {
	border-left: none;
}







ul#mainmenu li ul{
	background:	#FFFFFF !important;
	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; */
    background: #E2DFD8;
}

ul#mainmenu li.sfHover a.menulevel0, 
ul#mainmenu li a.menulevel0:hover, 
ul#mainmenu li a.menulevel0.menuitemselected,
ul#mainmenu li.itemselected > a.menulevel0,
ul#mainmenu li:hover > a.menulevel0 {
	background: -moz-linear-gradient(top, #333, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666)); 
	background-image: -o-linear-gradient(rgb(51,51,51),rgb(150,150,150)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666');
	zoom: 1;
	/* 	background: #333;  */
}
ul#mainmenu li.sfHover a li a, 
ul#mainmenu li li a:hover{
	background: #FFF;
	color: #444444;
}


/* 
ul#mainmenu li a:hover {} 
*/
/*
ul#mainmenu li:hover > a {}
*/




/*
#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em;
}
*/



/* DROP DOWN */
#mainmenu li:hover ul, 
#mainmenu li.sfHover ul {
	left:0;
	top:100%;
	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 li ul li a{
	padding-left: 15px !important;
}
ul#mainmenu li ul li ul li a{
	padding-left: 20px !important;
}
ul#mainmenu li ul li ul li ul li a{
	padding-left: 30px !important;
}
ul#mainmenu li ul li ul li ul li ul li a{
	padding-left: 40px !important;
}





















#submenu {
}
#submenu li{	
}
#submenu li a{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	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{
	background: #f5f5f5;
}
#submenu li.lastitem a{
	border-bottom: 0;
}


.listingpic {
	float: right;
	margin-left: 15px;
}



@media print {
	* {
		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;
	}
}




/* SLIGHT CHANGES FOR JUST TABLETS IN LANDSCAPE*/
@media screen and (max-width: 1024px)  {



#mainmenu *{
/* 	background: red !important; */
}


/* DEACTIVATE THE DROP DOWN */
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	top:-999em !important;
}


}



/* MODERATE CHANGES */
@media screen and (max-width: 1023px)  {

#mainmenu *{
/* 	background: blue !important; */
}

html {
	-webkit-text-size-adjust: none;
}	
img {
	max-width: 100%; 
	height: auto;
}
#logo {
	width: 150px; 
	margin: 0px; 
	padding: 0px;
}
#navbar, #mainsidebar {
	min-height: 100px !important;
}
#main {
	min-height:100px; 
	margin-bottom: 20px;
}
#path {
	padding: 4px; 
	margin-left: 10px;
}
#searchform {
	display: none;
}
#searchform2 {
    display: block; width: 98%;
}

#mainmenu {
	width: 100% !important;
}

#topmenu {
	width: 100% !important;
	height: 20px !important;
	margin-top: 5px !important;
}

}



@media screen and (max-width: 768px)  {
 #page {
 	width: 90% !important;
 }

}


/* MAJOR CHANGES UNDER BUT NOT INCLUDING IPAD PORTRAIT */
@media screen and (max-width: 767px)  {

.cpsoptionstext {
	float: none !important;
}


ul#mainmenu {
	width: 100%;
	height: 0px !important;
	overflow: hidden !important;
}
ul#mainmenu.mainmenuclass2 {
	height: auto !important;
	overflow: visible !important;
}
ul#mainmenu ul{
	width: 100%;
	position: static;
	display: none;
}
ul#mainmenu li{
	text-align: left;
	width: 100%;
}
ul#mainmenu li a{
	padding: 10px !important;
	border-bottom: 1px solid #FFF!important;
}
ul#mainmenu li.itemselected > a, ul#mainmenu li.itemselected > a:hover {
	color: #FFF !important;
}
.mainmenucontainer2button {
	display: block;
	color: #FFF;
	background: url(http://img1.custompublish.com/getfile.php/1979270.2131.vqcuttrsxb/arrow-sprite.png) no-repeat right -21px #DD7A04;
	padding-left: 10px;
	min-height: 40px;
}
.mainmenucontainer2button.buttonstate2 {
	background-position: right 9px;
}
.menubutton2{
	float: right;
	height: 20px;
	width: 40%;
	background: url(http://img1.custompublish.com/getfile.php/1979270.2131.vqcuttrsxb/arrow-sprite.png) no-repeat right -31px transparent !important;
}
.menubutton2.revealbuttonstate2 {
	background-position: right -3px !important;
}
#mainmenu li:hover a {
	color: #333 !important;
}
.protected .menubutton2 {
	display: none;
}
.mainmenucontainer2button #path {
	display: block;
	width: 70%;
	margin-top: 0px;
	margin-bottom: 0px !important;
}
.mainmenucontainer2button #path a {
	color: #FFF !important;	
}
ul#mainmenu li {
	float: none;
}
ul#mainmenu li a {
	display: block;
	padding: 10px 0px 10px 10px !important;
	border-bottom: solid 1px #999;
	text-transform: uppercase;
}
ul#mainmenu li:nth-child(even) {background: #efeded;}
ul#mainmenu li:nth-child(odd) {background: #e8e5e5;}

ul#mainmenu li a:hover{
	color: #DD7A04 !important;
	background-color: #0092c7;
	text-decoration: none;
}
ul#mainmenu li:hover > a{
	color: #DD7A04 !important;
}
ul#mainmenu li.itemselected > a {
	color: #666;
	text-decoration: none;
}
ul#mainmenu li.itemselected > a.menulevel0:hover {
	color: #FFF !important;
}
ul#mainmenu li ul li.itemselected > a:hover {
	color: #333!important;
}
.menu ul.submenu {
	margin-left: 0px !important;
}

#topmenu {
	height: 0px !important;
	overflow: hidden;
	float: left; 
	width: 100%;
	padding: 0px;
	margin-top: 5px;
}
#topmenu.topmenushow {
	height: auto !important;
	margin-bottom: 20px;
}
ul#topmenu li {
	width: 100%;
	background: #E2DFD8;
	margin-bottom: 1px;
	float: none !important;
	display: block;
	padding: 0px !important;
}
ul#topmenu li a{
	display: block !important;
	padding: 8px;
}
ul#topmenu li a:hover{
	background: #666;
}

}



