body { 
	background: #3e3e3e url(../images-global/background-site.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}


/*  Containers
===================================================================================*/

#container {
	background: transparent;
	width: 890px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

.header {
	position: absolute;
	top: 0px;
	background: transparent url(../images-global/background-page-top.jpg) no-repeat;
	width: 890px;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

.banner {
	position: absolute;
	top: 11px;
	background: transparent url(../images-global/background-banner.jpg) no-repeat;
	width: 890px;
	height: 218px;
	margin: 0px;
	padding: 0px;
}

.banner img {
	float: center;
	clear: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.body {
	background: transparent url(../images-global/background-page.jpg) repeat-y;
	width: 890px;
	height: 100%;
	margin: 229px 0px 0px 0px;
	padding: 0px;
}

.body_container {
	border: none 0px #000000;
	float: right;
	width: 672px;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

.bodycopy_full {
	border: none 0px #000000;
	float: left;
	width: 670px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.bodycopy {
	border: none 0px #000000;
	float: left;
	width: 425px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.bodythirdcolumn {
	border: none 0px #000000;
	float: right;
	width: 240px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.menu_container {
	color: #FFFFFF;
	font: .7em Arial, Geneva, Helvetica, sans-serif;
	text-align: left;
	background: transparent;
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 20px 0px 30px 0px;
}

.footer {
	background: transparent url(../images-global/background-page-bottom.jpg) no-repeat;
	width: 890px;
	height: 135px;
	margin: 0px;
	padding: 0px;
}

.footer_container {
	border: none 0px #D57F2A;
	float: right;
	background: transparent;
	width: 670px;
	height: 135px;
	margin: 0px;
	padding: 0px;
}


/*  Character Styles
===================================================================================*/

img {border: none;}

p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 55px 0px 30px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	background: url(../images-global/image_bullets_h1.gif) no-repeat;
	background-position: 0px;
	color: #D57F2A;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	text-align: left;
	margin: 20px 0px 0px 30px;
	padding-left: 20px;
}

.bodycopy_full ul{
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 55px 0px 30px;
	padding: 0px;
}

.bodycopy_full ul li{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.bodycopy p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 10px 0px 30px;
	padding: 0px;
}

.bodycopy ul{
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 55px 0px 30px;
	padding: 0px;
}

.bodycopy ul li{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.bodythirdcolumn p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	font-style: normal;
	text-align: justify;
	margin: 10px 55px 0px 30px;
	padding: 0px;
}

a:link {font-weight: bold; text-decoration:none; color:#D57F2A; border-style:none;}
a:visited {font-weight: bold; text-decoration:none; color:#D57F2A; border-style:none;}
a:active {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}
a:hover {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}

ul#navlist {
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 45px;
}

ul#navlist li {
	list-style: none;
	margin: 0px;
	padding: 1px 0px;
}

ul#navlist li a {
	display:block;
	width: 149px;
	background: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 3px;
}

ul#navlist li a:link {font-weight:normal; color:#FFFFFF; border-style:none;}
ul#navlist li a:visited {font-weight:normal; color:#FFFFFF; border-style:none;}
ul#navlist li a:active {font-weight:normal; background-color:#D57F2A; color:#000000; border-style:none;}
ul#navlist li a:hover {font-weight:normal; background-color:#D57F2A; color:#000000; border-style:none;}

blockquote {
	margin: 20px 55px 20px 80px;
	border-left: 3px solid #D57F2A;
	border-right: 3px solid #D57F2A;

}

ol{
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	text-align: justify;
	margin: 10px 55px 0px 30px;
	padding: 0px;
}

ol li{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


.footer p {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 5px 55px 0px 30px;
}

.footer a:link, .footer a:visited {font-weight: normal; text-decoration:none; color:#000000;}
.footer a:active, .footer a:hover {font-weight: normal; text-decoration:underline; color:#D57F2A;}


/*  Positionings
===================================================================================*/


.floatright {
	float:right;
	border:0px;
	margin:10px 55px 0px 20px;
	padding:0px;
	clear:right;
}

.floatleft {
	float:left;
	border:0px;
	margin:10px 20px 0px 30px;
	padding:0px;
	clear:left; 
}

.floatleft-flush {
	float:left;
	border:0px;
	margin:15px 20px 0px 0px;
	padding:0px;
	clear:left; 
}
/*  Tables
===================================================================================*/

.table_block_full {
	color: #000000;
	font-size: 0.8em;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	width: 560px;
	height: auto;
	display: block;
	background-color: #D57F2A;
	margin: 10px 0px 0px 30px;
	padding: 2px;
}

.table_block_full table {
	color:#ffffff;
	width:100%;
	border-width:0px;
	border-spacing:0px;
	border-style:none;
	border-collapse:collapse;
	background-color:transparent;
}

.table_block_full table td {
	border-width: 1px;
	padding: 4px 8px;
	border-style: none;
	border-color: #000000;
	background-color: #000000;
}

.table_block_full a:link {font-weight: bold; text-decoration:none; color:#000000; border-style:none;}
.table_block_full a:visited {font-weight: bold; text-decoration:none; color:#000000; border-style:none;}
.table_block_full a:active {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}
.table_block_full a:hover {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}

.table_block_full_noritz {
	color: #000000;
	font-size: 0.8em;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	width: 560px;
	height: auto;
	display: block;
	background-color: #D57F2A;
	margin: 10px 0px 0px 30px;
	padding: 2px;
}

.table_block_full_noritz table {
	color:#ffffff;
	width:100%;
	border-width:0px;
	border-spacing:0px;
	border-style:none;
	border-collapse:collapse;
	background-color:transparent;
}

.table_block_full_noritz table td {
/*	border-width: 0px;
	border-style: none;
	border-color: #000000;*/
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D57F2A;
	background-color: #000000;
	margin: 0px;
	padding: 4px 8px;
}

.table_block_full_noritz table strong {
	color:#D57F2A;
}

.table_block_half {
	color: #000000;
	font-size: 0.8em;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	width: 280px;
	height: auto;
	display: block;
	background-color: #D57F2A;
	margin: 10px 0px 0px 30px;
	padding: 2px;
}

.table_block_half table {
	color:#ffffff;
	width:100%;
	border-width:0px;
	border-spacing:0px;
	border-style:none;
	border-collapse:collapse;
	background-color:transparent;
}

.table_block_half table td {
	border-width: 1px;
	padding: 4px 8px;
	border-style: none;
	border-color: #000000;
	background-color: #000000;
}

.table_block_half table strong {
	color:#D57F2A;
}

.table_block_half a:link {font-weight: bold; text-decoration:none; color:#000000; border-style:none;}
.table_block_half a:visited {font-weight: bold; text-decoration:none; color:#000000; border-style:none;}
.table_block_half a:active {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}
.table_block_half a:hover {font-weight: bold; text-decoration:underline; color:#000000; border-style:none;}
