/* ********************** */
/*  global public styles  */
/* ********************** */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt !important;
	color: #000;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

a {
	color: #0048cc;
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #0048cc;
}

a.imgLink {
	color: #0048cc;
	text-decoration: none;
	outline: none;
	border: 0;
}

a.imgLink img {
	border: 1px solid #000364;
}

p {
	margin: 12px auto;
}

img {
	border: 0;
}

ul {
	list-style: circle;
	padding-left: 15px;
	margin-left: 10px;
}

ol {
	padding-left: 15px;
	margin-left: 15px;
}

li {
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
	text-align: left;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

hr {
	display: block;
	color: #ddd;
	background: #ddd;
	border: none;
	height: 1px;
	margin: 20px 0;
	padding: 0;
}

/* ************* */
/*  site layout  */
/* ************* */

#container {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background: #fff;
}

#top {
	display: none;
}

#mid {
	display: none;
}

#leftside {
	display: none;
}

#rightside {
	display: none;
}

#content {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: justify;
	border-right: 0;
	border-left: 0;
	line-height: 12pt !important;
	font-size: 9pt !important;
}

#content div.floatSlideshowLeft {
	display: none;
}

#content div.floatSlideshowSharon {
	display: none;
}

#footer {
	clear: both;
	height: 18px;
	margin: 0;
	padding: 8px 0;
	background: transparent;
	border-top: 0;
	font-size: 7pt !important;
}

#footer div.floatRight {
	text-align: right;
	margin-right: 32px;
/*	display: none; */
}

/* ********* */
/*  bot nav  */
/* ********* */

ul#botNav {
	display: none;
}

/* ******* */
/*  tools  */
/* ******* */

ul#toolNav {
	display: none;
}

/* ******** */
/*  tables  */
/* ******** */

table.nomarkup {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

table.nomarkup th {
	border: 0;
	padding: 0;
	margin: 0;
}

table.nomarkup tr {
	border: 0;
	padding: 0;
	margin: 0;
}

table.nomarkup td {
	border: 0;
	padding: 0;
	margin: 0;
}

table.nomarkup td.orderText {
	width: 80px;
	text-align: right;
	padding-bottom: 6px;
}

table.nomarkup td.orderFF {
	text-align: left;
	padding-left: 3px;
	padding-bottom: 6px;
}

table.nomarkup td.ffRequired {
	color: #d00;
	vertical-align: top;
}

/* ******* */
/*  forms  */
/* ******* */

form {
	display: none;
}

/* ************************ */
/*  error/success messages  */
/* ************************ */

.message {
	margin-left: 18px;
}

.error {
	width: 580px;
	margin: 0 auto 10px 0;
	padding: 20px;
	font-weight: bold;
	color: #d00;
	letter-spacing: normal;
	font-size: 11px;
	background: #f8e4e4;
	border: 1px solid #d00;
}

.errorMain {
	margin-bottom: 8px;
}

.errorSub {
	padding-left: 11px;
	font-weight: normal;
	margin-bottom: 4px;
}

.success {
	width: 580px;
	margin: 0 auto 10px 0;
	padding: 20px;
	font-weight: bold;
	color: #060;
	letter-spacing: normal;
	font-size: 11px;
	background: #ecf8e4;
	border: 1px solid #060;
}

.successMain {
	margin-bottom: 8px;
}

.successSub {
	padding-left: 11px;
	font-weight: normal;
	margin-bottom: 4px;
}

/* ********** */
/*  residual  */
/* ********** */

div.suitesSubs {
	display: none;
}

div.aboutSubs {
	display: none;
}
