html, body	{
	text-align: center;
	color: #000000;
	font-family: "Arial", sans-serif;
	padding: 12px;
	padding-top: 28px;
	font-size: 16px;
}

body	{
	background: url('/images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img	{
	border: 0px;
}

#container	{
	position: relative;
	margin: auto;
	min-width: 1220px;
	width: 94%;
	min-height: 600px;
	background: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter:alpha(opacity=85);
	opacity: 0.85;
}

#container_home	{
	position: relative;
	margin: auto;
	min-width: 1220px;
	width: 94%;
	min-height: 600px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: rgba(255, 255, 255, 0.85);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF);   /* IE6 & 7 */
	zoom: 1;
}

/* IE9 hack to remove filter */
#container_home:not(dummy) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

#logo	{
	background: transparent;
	height: 24px;
	width: 200px;
	position: absolute;
	top: 4px;
	right: 20px;
}

#nav_left	{
	height: 24px;
	position: absolute;
	top: 18px;
	right: 20px;
	border: 0px;
}

#nav ul	{
	text-align: left;
	font-size: 2.8em;
}

#nav li	{
	list-style-type: none;
	float: left;
}

#nav a {
	display: block;
	width: 100px;
}

#nav img {
	height: 24px;
	width: 100px;
	border: 0px;
}

#nav img:hover, image:active {
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

#content_right	{
	vertical-align: middle;
	padding-left: 24px;
	padding-right: 24px;
	min-height: 540px;
}

#mooregut	{
	height: 48px;
	width: 600px;
	position: absolute;
	top: 4px;
	left: 24px;
	text-align: left;
	font-size: 11px;
	color: #0000AA;
	background-color: #ffffff;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter:alpha(opacity=85);
	opacity: 0.85;
	visibility: hidden;
}	

a:link, a:visited	{
	color: #46a5dc;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #46a5dc;
	text-decoration: none;
}


a.top:link, a.top:visited	{
	color: #46a5dc;
	text-decoration: underline;
}

a.top:hover, a.top:active	{
	color: #46a5dc;
	text-decoration: none;
}

.img_brd	{
	border: 6px solid #ffffff;
}

.bodytext	{
	text-align: left;
}

.with_love	{
	text-align: center;
}

.sign_off	{
	text-align: center;
	font-weight: bold;
}

.indent	{
	padding-left: 100px;
	margin-left: 100px;
}

.left_img	{
	float: left;
}

.right_img	{
	float: right;
}

.left_text	{
	padding-left: 180px;
	padding-right: 180px;
	padding-bottom: 24px;
	text-align: left;
}

.right_text	{
	padding-left: 180px;
	padding-right: 180px;
	padding-bottom: 24px;
	text-align: left;
}

#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:592px;
	margin:20px auto 20px;
	position:relative;
	width:764px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
	color: #7c7c7c;
}

#numeric{
	position: absolute;
	top: 0px;
	left: 684px;
	width: 70px;
	text-align: right;
}

#caption{
	position: absolute;
	top: 572px;
	left: 10px;
}

#titlebar{
	position: absolute;
	top: 0px;
	left: 10px;
}

.bold {
	font-weight: bold;
}

#slideshow ul{
	height:552px;
	left:-30px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:20px;
	width:744px;
	margin: 0px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}