body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
}

body {
	background-repeat:repeat;
	background-image:url(/images/BorderRepeat.jpg);
}

a {
color:#000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

td.logo {
background: url(/Images/ZSLogo.png);
background-size: 100% 100%;
}

td.leaf {
	background: url(/Images/Leaves.jpg);
	background-size: 100% 100%;
	
}

td.borderL {
	background-repeat:repeat-y;
	background-image:url(/images/BorderLeft.jpg);
	width: 51px;
}
td.borderR {
	background-repeat:repeat-y;
	background-image:url(/images/BorderRight.jpg);
	width: 51px;
}

td.OrangeBox {
	width: 128px;
	background-color:#DE5002;
	padding:4px;
	text-align:center;
	color:#FFFFFF;
	font-weight:700;
	font-size:14px;
}
td.OrangeBox a:link {
	text-decoration: none;
	color: #FFFFFF;
}
td.OrangeBox a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
td.OrangeBox a:hover {
	text-decoration: underline;
}

td.OrangeBoxFree {
	background-color:#DE5002;
	padding:4px;
	text-align:right;
	color:#FFFFFF;
	font-weight:700;
	font-size:11px;
}
td.OrangeBoxFree a {
	color:#FFFFFF;
}
td.GreyBar {
	border-bottom:2px;
	border-color:#FFFFFF;
	padding:5px;
	font-size:12px;
}
td.Spacer {
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	height:2px;
}


td.ContentHeader {
	background-color:#FFFFFF;
	text-align:left;
	padding:0px;
	font-size:16px;
	font-weight:300;
/*	line-height:20px; */
	color:#000000;
}
.ContentHeader1 {
	color:#DE5002;
	font-size-adjust:none;
	font-size:18px;
	font-weight:600;
/*	line-height:23px; */
}

span.title {
	color:#DE5002;
}

.ContentHeaderTitle {
	color:#DE5002;
	font-size-adjust:none;
	font-size:18px;
	font-weight:600;
/*	line-height:23px; */
}

.ContentMain li {
margin-bottom: 6px;
}

h1 {
	color:#DE5002;
	font-size-adjust:none;
	font-size:18px;
	font-weight:600;
	margin: 0px 0px 0px 0px;
}
h2 {
	padding:0px;
	font-size:17px;
	font-weight:300;
/*	line-height:20px; */
	color:#000000;
	margin: 0px 0px 0px 0px;

}
div.text {
	margin: 20px 0 0 0;
}
div.text h3 {
	color:#DE5002;
	font-size-adjust:none;
	font-size:14px;
	font-weight:600;
	margin: 0px 0px 0px 0px;
}
div.text p {
	margin: 2px 0px 20px;
}
div.text ul {
padding: 0 24px;
font-size: 13px;
line-height: 14px;
}

.ContentMain {
	padding:10px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#333333;
}

.ContentMain a {
	color:#8D7942;
}

.ContentGrey {
	padding:0px;
/*	background-color:#E2E2E2; */
	font-size:12px;
	color:#333333;
}

.SmallText {
	font-size:10px;
}

td.SplogHeader {
	/*background-color:#EBE0C2;*/
	padding:0px;
	height:16px;
	padding-left:18px;
	text-align:right;
	color:#000000;
	font-weight:700;
	font-size:11px;
		background-image:url(images/Bullet.png);
		background-repeat:no-repeat;
}

.text ul.images li img {
float: left;
margin: 2px 10px 10px 0;
border: 1px solid black;
box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.text ul.images li {
	clear: both;
	padding-top: 10px;
}

ul.images h3 {
margin-bottom: 3px;
}

div.imageDisplay {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
display: none;
}

div.imageBox {
padding: 21px;
background-color: white;
position: absolute;
top: 60px;
box-shadow: 20px 20px 20px rgba(0,0,0,0.2);
transform:rotate(1deg);
-ms-transform:rotate(1deg); /* IE 9 */
-webkit-transform:rotate(1deg); /* Opera, Chrome, and Safari */

}

div.imageBox .previous, div.imageBox .next {
	width: 110px; 
	height:110px;
	position: absolute;
	bottom: -30px;
}

div.imageBox .previous {
	background-image: url(images/slide_prev.png);
	left:-30px;
}
div.imageBox .next {
	background-image: url(images/slide_next.png);
	right:-30px;
}