html {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: .8em;
}

body {
	text-align:center; /* centering in ie only */
	margin: 0px;
	padding: 0px;
	background-color: #DFDBD8;
	background-image: url("images/background_body2.gif");
	background-repeat: repeat-x;
	}
h1 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 165%;
	font-weight: bold;
	color: #0768A9;
	margin-top: 20px;
	padding: 15px 0px 5px 0px;
	line-height: 1.3em;
	position: relative;
	z-index: 2;
	}

h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #0768A9;
	margin-top: 20px;
	}

h2 a:link {
	color: #0768A9;
	text-decoration: underline;
	}

h2 a:visited {
	color: #0768A9;
	text-decoration: underline;
	}
	
h2 a:hover {
	color: #7CB667;
	text-decoration: underline;
	}

h2 a:active{
	color: #0768A9;
	text-decoration: underline;
	}

ul li {
	list-style-type: square;
	color: #0768A9;
	}
	
li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}
a {
	color: #0768A9;
	text-decoration: none;
	}

a:link {
	color: #0768A9;
	text-decoration: none;
	}

a:visited {
	color: #0768A9;
	text-decoration: none;
	}

a:hover {
	color: #0768A9;
	text-decoration: underline;
	}
	
/*****************/	
/* Layout */
/*****************/	
#main_wrapper {
	text-align: left; /* centering in ie and firefox */
	margin: 0 auto; /* centering in ie and firefox */
	background-image: url("images/mainwrapperBAK3.gif");
	background-repeat: repeat-y;
	width: 980px;
	background-position: left top;
	/*overflow: hidden;*/ /*keeps content in container*/
}

#main_wrapper_landing {
	text-align: left; /* centering in ie and firefox */
	margin: 0 auto; /* centering in ie and firefox */
	background-image: url("images/mainwrapperBAK3.gif");
	background-repeat: repeat-y;
	width: 780px;
	background-position: left top;
	/*overflow: hidden;*/ /*keeps content in container*/
}

#header {
	background-color: #FFFFFF;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
/*****************/	
/* Content Column */
/*****************/	
#content {
	float: left;
	width: 778px;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #C8C8C8;
	background-color: #FFFFFF;
}

#content-landing {
	float: left;
	width: 778px;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #C8C8C8;
	background-color: #FFFFFF;
}


#content_inner {
	padding-left: 20px;
	padding-right: 20px;
	color: #474747;
	overflow: hidden;
}
#contentcol {
	padding-right: 25px;
	vertical-align: top;
	margin-top: 0;
}

/* Marketing Container */
#marketingContainer {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	padding: 0px 15px 15px 15px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	}
	
#marketingHeader {
	font-size: 13px;
	font-weight: bold;
	color: #0768A9;
	margin-bottom: 5px;
	}
	
#marketingContainer ul li {
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
	color: #0768A9;
	margin-left: -25px;
	margin-bottom: 10px;
	}
	
#marketingContainer li .copy {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	line-height: 1.4em;
	}
	
#marketingContainer li .header {
	font-size: 12px;
	font-weight: bold;
	color: #0768A9;
	line-height: 1.4em;
	}


/*****************/	
/* Right Column */
/*****************/	
#right {
	float: left;
	width: 200px;
	margin: 0;
	color: #646464;
}

#right_inner {
	padding-right: 10px;
	padding-left: 16px;
	/*font-size: 0.7em;*/
	font-size: 85%;
	font-weight: normal;
	top: -68px;
	position: relative;
}

img {
	display: inline;
}

#right a {
	color: #0768A9;
	text-decoration: none;
	}
	
#right a:visited {
	color: #0768A9;
	text-decoration: none;
	}
	
#right a:active {
	color: #0768A9;
	text-decoration: none;
	}

#right a:hover {
	color: #0768A9;
	text-decoration: underline;
	}
	
#right a.right {
	display: block;
	color: #0768A9;
	text-decoration: none;
	background-image: url("images/right_divider.gif");
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	background-position: bottom left;
	}
	
#right a.right:visited {
	display: block;
	color: #0768A9;
	text-decoration: none;
	}
	
#right a.right:active {
	display: block;
	color: #0768A9;
	text-decoration: none;
	}

#right a.right:hover {
	display: block;
	color: #0768A9;
	text-decoration: underline;
	}
	
.bgphoto {
	width: 200px;
	position: relative;
	z-index: 3;
	right: 0px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px -68px;
	height: 241px;
	left: 0px;
	top: -68px;
	bottom: -100px;
	overflow: auto;
	display: block; /* removes 3 pixel space at bottom */
}

.viewdemo {
	width: 200px;
	position: relative;
	z-index: 102;
	top: -68px;
	right: 0px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 30px;
	display: block; /* removes 3 pixel space at bottom */
}

.quicklinks {
	width: 197px;
	position: relative;
	z-index: 2;
	top: -68px;
	right: 1px;
	height: 35px;
	margin-top: 0;
	margin-right: 1;
	margin-bottom: 0;
	margin-left: 1px;
	left: 1px;
}

/*****************/	
/* Footer Styles */
/*****************/	
#footerBackground2 {
	clear: both;
	background-color: #B2AAA4;
}

#footer2 {
	width: 976px;
	margin: 0 auto; /* centering in ie and firefox */
	background-color: #91867E;
	/*font-size: 0.7em;*/
	font-size: 85%;
	font-weight: normal;
	height: 26px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#footer2-landing {
	width: 776px;
	margin: 0 auto; /* centering in ie and firefox */
	background-color: #91867E;
	/*font-size: 0.7em;*/
	font-size: 85%;
	font-weight: normal;
	height: 26px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#clear {
	clear: both;
	height: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8C8C8;
}

#footerBackground {
	background-color: #B2AAA4;
}

#lefttext {
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 5px 15px;
	float: left;
	width: 470px;
	
}

#lefttext-landing {
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 5px 15px;
	float: left;
	width: 370px;
}

#righttext {
	top: 0;
	right: 0;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px 5px 0px;
	float: left;
	width: 470px;
}

#righttext-landing {
	top: 0;
	right: 0;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px 5px 0px;
	float: left;
	width: 370px;
}

#righttext a:link, #righttext-landing a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:visited, #righttext-landing a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:active, #righttext-landing a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:hover, #righttext-landing: a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	




/*****************/	
/* Navigation Styles with hover */
/*****************/	
#nav {
	width: 780px;
	height: 27px;
	position: relative;
	background: url("images/nav.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	top: 0px;
	left: 0px;
}

#nonav {
	width: 780px;
	height: 27px;
	position: relative;
	background-color:#C0C0C0;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	top: 0px;
	left: 0px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 27px;
	background: url("images/nav.jpg") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_overv a {
	left: 0;
	width: 87px;
	background-position: 0 0;
}

li#nav_training a {
	left: 87px;
	width: 146px;
	background-position: -87px 0;
}

li#nav_policy a {
	left: 233px;
	width: 145px;
	background-position: -233px 0;
}

li#nav_compliance a {
	left: 378px;
	width: 161px;
	background-position: -378px 0;
}

li#nav_customer a {
	left: 539px;
	width: 132px;
	background-position: -539px 0;
}

li#nav_hoepahera a {
	left: 671px;
	width: 109px;
	background-position: -671px 0;
}

li#nav_overv a:hover {
	background-position: 0 -27px;
}

li#nav_training a:hover {
	background-position: -87px -27px;
}

li#nav_policy a:hover {
	background-position: -233px -27px;
}

li#nav_compliance a:hover {
	background-position: -378px -27px;
}

li#nav_customer a:hover {
	background-position: -539px -27px;
}

li#nav_hoepahera a:hover {
	background-position: -671px -27px;
}

#body_overv #nav_overv a {
	background-position: 0 -27px;
}

#body_training #nav_training a {
	background-position: -87px -27px;
}

#body_policy #nav_policy a {
	background-position: -233px -27px;
}

#body_compliance #nav_compliance a {
	background-position: -378px -27px;
}

#body_customer #nav_customer a {
	background-position: -539px -27px;
}

#body_hoepahera #nav_hoepahera a {
	background-position: -671px -27px;
}

/*****************/	
/* Other Styles */
/*****************/	

li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}
	
.required {
	color: #0768A9;
	font-weight: bold;
}
.note {
	font-size: 90%;
	color: #474747;
	line-height: normal;
	}

#arrowLink {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/RF18x18.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#arrowLink a:link {
	text-decoration: underline;
	}
	
#arrowLink a:hover {
	text-decoration: underline;
	}
	
#arrowLink a:visited {
	text-decoration: underline;
	}
	
#printableVersion {
	position: absolute; 
	right: 270px;
	top: 150px;
	width: 47px;
	text-align: right;
	background-image: url("images/icon_printableVersion.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	}
	
#printableVersion a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
		
#printableVersion a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #82bfea;
	text-decoration: underline;
	}
	
.changetable td {
	vertical-align: top;
	padding-bottom: 5px;
	}

/*****************/	
/* Form Styles */
/*****************/	
input {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	}

input.small {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 40px;
	height: 14px;
	}
	
input.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 120px;
	height: 14px;
	}
	
input.large {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 250px;
	height: 14px;
	}

input.submit {
	width: 51px;
	height: 19px;
	padding: 5px 5px 5px 0px;
	}

input.cancel {
	width: 52px;
	height: 19px;
	padding: 5px 5px 5px 5px;
	}

select {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 225px;
	}

select.short {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 55px;
	}
	
select.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 125px;
	}
	
select.long {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 300px;
	}

textarea {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 93%;
	}

/***********************************************/
/* VIEW MORE / VIEW LESS LAYERS                */
/***********************************************/

#openView {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("../../images/button_openView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#openView a:link {
	text-decoration: underline;
	}
	
#openView a:hover {
	text-decoration: underline;
	}
	
#openView a:visited {
	text-decoration: underline;
	}
	
#closeView {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 21px;
	padding-left: 20px;
	background-image: url("../../images/button_closeView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#closeView a:link {
	text-decoration: underline;
	}
	
#closeView a:hover {
	text-decoration: underline;
	}
	
#closeView a:visited {
	text-decoration: underline;
	}
	
#openViewTable {
	margin: 8px 0px 8px 0px;
	width: 100%;
	}
	
#openViewTable td {
	font-size: 105%;
	width: 50%;
	padding: 0px 10px 0px 20px;
	}


/**/
.ppad {
	padding-right: 10px;
}
#flash {
	top: -90px;
	left: 770px;
	position: relative;
	z-index: 5;
	float: left;
	width: 200px;
	height: 50px;
}


/***********************************************/
/* VIEW MORE / VIEW LESS LAYERS                */
/***********************************************/

#openView {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("../../images/button_openView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#openView a:link {
	text-decoration: underline;
	}
	
#openView a:hover {
	text-decoration: underline;
	}
	
#openView a:visited {
	text-decoration: underline;
	}
	
#closeView {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 21px;
	padding-left: 20px;
	background-image: url("../../images/button_closeView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#closeView a:link {
	text-decoration: underline;
	}
	
#closeView a:hover {
	text-decoration: underline;
	}
	
#closeView a:visited {
	text-decoration: underline;
	}
	
#openViewTable {
	margin: 8px 0px 8px 0px;
	width: 100%;
	}
	
#openViewTable td {
	font-size: 105%;
	width: 50%;
	padding: 0px 10px 0px 20px;

