@charset "UTF-8";

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 1.3; color: #707070; background-attachment: scroll; background-image: url(images/bgSlice.jpg); background-repeat: repeat-y; background-position: center top; background-color: #e2e0cb; margin: 0px; padding: 0px; }
#marginBottom { background-color: #5F1515; margin: 0px; padding: 0px; height: 20px; clear: left; }
#legal { clear: both; color: #C0BEAB; font-size: 10px; font-weight: normal; margin-top: 20px; }
ul li { text-indent: 3px; margin: 0px; padding: 0px; list-style-image: none; list-style-type: none; }
#imagegallery img { margin-top: 0px; margin-right: 13px; margin-bottom: 15px; margin-left: 0px; }
#imagegallery { margin-top: 0px; margin-left: 0px; padding-top: 20px; }

a:link { color: #82827E; text-decoration: none; }
a:visited { text-decoration: none; color: #535353; }
a:hover { text-decoration: none; }
a:active {	text-decoration: none; }

#pageContent { background-color: #E2E0CB; height: 550px; margin: 0px;padding-top: 35px; padding-bottom: 30px; clear: both; list-style-type: none; }
#pageFlash { float: left; margin-right: 0px; }
.pageCopy { float: right; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: 0px; width: 520px; list-style-type: none; list-style-image: none;}
#homeTim { float: right; clear: none; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; }
.style1 { font-size: 12px; font-weight: bolder; }
.style2 { font-weight: bold; }

.pageCopy.links b { color: #682221; }
.pageCopy.links a { color: #682221; font-weight: bold; } 
.pageCopy.services { margin-right: 20px; margin-bottom: 0px; background: url(images/imageServices.jpg) no-repeat bottom right; height: 500px; width: 520px; }

#tim { position:absolute; margin-top: 208px; margin-left:465px; width: 424px; height: 400px; z-index: 5; }
#caption { text-align: right; margin-top: 10px; margin-left: 70px; margin-right: 85px; color: #5f1515; }

#homeFlash { height: 254px; width: 814px; clear: both; }
#homeContent { background-color: #E2E0CB; height: 700px; margin: 0px; padding-top: 0px; padding-bottom: 30px; clear: both; }
#homeContent .pageCopy { margin: 0px; padding-top: 30px; padding-left: 40px; float: left; width: 454px; clear:both; }

#contentArticle { background-color: #E2E0CB; height: 550px; margin: 0px; padding-top: 35px; padding-bottom: 30px; clear: both; list-style-type: none; }
#contentArticle.article6 {height: 700px;  }

#articleImage { float: right; margin-top: 0px; margin-right: 40px; margin-bottom: 0px; margin-left: 0px; width: 473px; }
#articleDetails { float: right; margin-right: 20px; width: 235px; font-weight: bold; }
#articleDetails span { display: block; float: right; clear: both; width: 100%; text-align: right;line-height:26px;}
#articleDetails span a { text-decoration: none; }
#articleDetails span p { text-align: left;  }



div#nyroModalFull {
	font-size: 12px;
	color: #777;
	border: 2px dashed Blue;
	z-index: 9998;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -20px;
	right: -20px;
	width: 25px;
	height: 29px;
	text-indent: -9999em;
	background: url(images/x.png) no-repeat;
	outline: 0;
	z-index: 9999;
	color: black;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext { height: 60%; width: 20%; }
a.nyroModalPrev { left: 0; }
a.nyroModalPrev:hover { background-image: url(../img/prev.gif); }
a.nyroModalNext { right: 0; background-position: right 20%; }
a.nyroModalNext:hover { background-image: url(../images/next.gif); }
