@charset "utf-8";

body {
	background: #f4edda url(images/oc_bg.jpg) repeat-x center top;
	color: #665f4d;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	margin: 0px;
	text-align: center;
}
a:link, a:visited {
	color: #1265b1;
	text-decoration: none;
}
a:hover, a:active {
	color: #fe5400;
	text-decoration: underline;
}
img {
	border: none;
}
.preloader {
	display: none;
}

/* ********** CONTENT PAGES ********** */

#wrapper_nologo {
	margin: 85px auto 20px auto;
	text-align: left;
	width: 1000px;
}
#wrapper_logo {
	margin: 38px auto 20px auto;
	text-align: left;
	width: 1000px;
}
#headwrap {
	height: 95px;
	padding: 0px 60px;
}
#headlogo {
	float: left;
	width: 251px;
}
#headtext {
	float: right;
	padding-top: 25px;
	text-align: right;
	width: 620px;
}	
#pagedisplaywrap {
	height: 881px;
}
#pagedisplay {
	float: left;
	height: 881px;
	width: 880px;
}

/* ********** CONTENT PAGE ARROWS ********** */

a.arrowleft:link, a.arrowleft:visited {
	background: url(images/oc_arrowleft.jpg) no-repeat 0px 384px;
	display: block;
	float: left;
	height: 881px;
	width: 60px;
}
a.arrowleft:hover, a.arrowleft:active {
	background: url(images/oc_arrowleft_over.jpg) no-repeat 0px 384px;
	display: block;
	float: left;
	height: 881px;
	width: 60px;
}
a.arrowright:link, a.arrowright:visited {
	background: url(images/oc_arrowright.jpg) no-repeat 0px 384px;
	display: block;
	float: left;
	height: 881px;
	width: 60px;
}
a.arrowright:hover, a.arrowright:active {
	background: url(images/oc_arrowright_over.jpg) no-repeat 0px 384px;
	display: block;
	float: left;
	height: 881px;
	width: 60px;
}
a.arrowleft span, a.arrowright span {
	display: none;
}
.arrow_inactive {
	display: block;
	float: left;
	height: 881px;
	width: 60px;
}	

/* ********** PAGE MENU ********** */

#pagemenuwrap {
	padding: 20px 68px 20px 68px;
	text-align: center;
}
a.pagemenu:link, a.pagemenu:visited {
	background: url(images/oc_menubreak.jpg) no-repeat right top;
	color: #0c2946;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
a.pagemenu:hover, a.pagemenu:active {
	color: #1c9bcf;
	font-weight: bold;
	text-decoration: none;
}
a.pagemenu_last:link, a.pagemenu_last:visited {
	color: #0c2946;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
a.pagemenu_last:hover, a.pagemenu_last:active {
	color: #1c9bcf;
	font-weight: bold;
	text-decoration: none;
}
.pagemenu_current {
	background: url(images/oc_menubreak.jpg) no-repeat right top;
	color: #f36f16;
	display: block;
	float: left;
	font-weight: bold;
	width: 36px;
}
.pagemenu_current_last {
	color: #f36f16;
	display: block;
	float: left;
	font-weight: bold;
	width: 36px;
}
.pagemenu_inactive {
	background: url(images/oc_menubreak.jpg) no-repeat right top;
	color: #b2a275;
	display: block;
	float: left;
	width: 36px;
}

/* ********** FOOTER ********** */

#footer {
	padding-top: 35px;
	text-align: center;
}
a.email:link, a.email:visited {
	color: #665f4d;
	font-size: 11pt;
	text-decoration: none;
}
a.email:hover, a.email:active {
	color: #fe5400;
	font-size: 11pt;
	text-decoration: underline;
}
	