/******************************* GLOBAL STYLES *******************************/
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff url(/img/backFill.png) repeat-x center top;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, _sans;
	font-size: 14pt;
	color: #000000;
	height: 100%;
}
img {
	border: 0;
	behavior: url(/js/iepngfix.htc);
}
a {
	text-decoration: none;
	color: #004760;
}
a:hover {
	text-decoration: underline;
	color: #008cb2;
}
h2 {
	color: #00617f;
	font-size: 16pt;
	text-align: center;
	font-weight: normal;
}
h3 {
	color: #00617f;
	font-size: 16pt;
	text-align: center;
	padding-bottom: 20px;
	margin: 0px;
}
p {
	line-height: 150%;
}
.red {
	color: #e04000;
}
.blue {
	color: #0095be;
}
.black {
	color: #000000;
}
.grey {
	color: #999999 !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.auto {
	width: auto !important;
	height: auto;
}
.small {
	font-size: 10pt;
	line-height: 125%;
}
hr {
	clear: both;
	height: 1px;
	border: none;
	background: #00617f;
}
* html hr {
	border: solid 1px #00617f;
}
form {
	padding: 0px;
}
/******************************** MAIN STYLES ********************************/
	/*** TEMPLATE START ***/
#top_holder {
	background: url(/img/backTop.png) no-repeat center top;
	height: 100%;
}
#bottom_holder {
	background: url(/img/backBottom.png) no-repeat center bottom;
}
* html #top_holder {
	background: url(/img/ieFix/backTop.gif) no-repeat center top;
}
* html #bottom_holder {
	background: url(/img/ieFix/backBottom.gif) no-repeat center bottom;
}
#middle {
	padding-top: 20px;
}
#content {
	text-align: left;
	margin-bottom: 60px;
}
#footer, #footer a {
	color: #e1f0f4;
	font-size: 8pt;
	font-weight: bolder;
	padding-bottom: 15px;
}
	/*** TEMPLATE END ***/

	/*** MENU START ***/
#menu {
	padding-top: 79px;
	white-space: nowrap;
	width: 642px;
}
#menu a {
	display: table-cell;
}
* html #menu a {
	display: table-cell;
}
	/*** MENU END ***/

	/*** FORMS START ***/
.field {
	border-bottom: dotted 2px #00617f;
	padding: 15px 0px 15px 0px;
}
.field .text, .field textarea, .field select {
	width: 275px;
	border: solid 1px #00617f;
}
.field label {
	display: block;
	float: left;
	width: 275px;
	padding-right: 20px;
}
.field .button {
	width: 150px;
	background: url(/img/btnBack.png) repeat-x center center;
	border: inset 2px #00617f;
	color: #e1f0f4;
	font-weight: bold;
	cursor: pointer;
}
.field textarea {
	height: 200px;
}
textarea {
	overflow: hidden;
}
	/*** FORMS END ***/

	/*** PAGING START ***/

	/*** PAGING END ***/

	/*** CONTENT START ***/
#floating {
	position: absolute;
	z-index: 2000;
	display: none;
	background: #e1f0f4;
	border: solid 1px #00617f;
	padding: 3px 5px 3px 5px;
	font-size: 8pt;
	max-width: 200px;
}
.side {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding: 75px 0px;
	margin: 0px;
	border: none;
}
* html .side {
	margin: 75px 0px;
}
.side td {
	padding: 5px 20px 5px 20px;
}
#wysiwyg {
	width: 99%;
	height: 500px;
}
.wysiwyg-body {
	background: #ffffff url(/img/backFill.png) repeat-x center center;
}
#alert {
	display: block;
	padding: 10px 10px 10px 60px;
	margin-bottom: 20px;
	color: #990000;
	background: #ffeeee url(/img/alert.png) no-repeat 15px center;
	border: solid 1px #990000;
}
#content .color .title, #content .grey .title {
	margin-top: 20px;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
}
#content .color .title {
	border-top: solid 1px #0095be;
	border-bottom: solid 1px #0095be;
	background: #d9f7ff;
	color: #00617f;
}
#content .grey .title {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background: #efefef;
}
#content .color a, #content .grey a {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100%;
	font-size: 9pt;
}
#content .color p, #content .grey p {
	font-size: 12pt;
	line-height: 133%;
}
#dig {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #757575;
}
.prod {
	border: none;
	width: 100%;
}
.prod td.type {
	padding-left: 40px;
}
.prod tr td {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-top: dotted 2px #00617f
}
.prod div {
	padding-left: 20px;
	display: none;
}
.type a {
	color: #000000;
}
.type a:hover {
	text-decoration: none;
	color: #004760 !important;
}
#counter {
	text-align: center;
	margin: 20px 0px 20px 0px;
	/*display: none;*/
}
	/*** CONTENT END ***/