body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-color: #fff;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font: 18px /1 Arial, sans-serif;
	border-bottom: 1px dotted #5C5447;
	color: #006;
	margin-top: 2em;
	padding-bottom: 8px;
}

h2 {
	font: 18px /1 Arial, sans-serif;
	/*border-bottom: 1px dotted #5C5447;*/
	color: #006;
	margin-top: 0.9em;
}

h3 {
	font: bold 14px /1 Arial, sans-serif;
	color: #006;
	margin-top: 1.5em;
}


h4 {
	font: bold 13px /1 Arial, sans-serif;
	/*border-bottom: 1px dotted #5C5447;*/
	color: #006;
	margin-top: 1.5em;
}

h5 {
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	margin-top: 1em;
	font-weight: normal;
}

h6 {
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
	margin-top: 1em;
}

p {
	margin-top: 0.5em;
}

p, li, pre, blockquote, table {
	font: 1.1em Verdana;
	margin-bottom: 1em;
	}

li li, li p, li h4, blockquote p, table p, table li, table table {
	font-size: 100%;
	}

blockquote {
	margin: 8px 0 8px 24px;
	}

blockquote p {
	font-size: 100%;
	}

ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
	}

li {
	margin-bottom: 6px;
	}

a:link {
	color: #006;
	}
a:visited {
	color: purple;
	}
a:hover {
	color: #00f;
	}

a img {
	border: 0 none;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

td, th {
	vertical-align: top;
	/*min-width: 180px;*/
	}

hr {
	height: 1px;
	border-width: 0;
	margin: 2em 10px;
	background-color: navy;
	}

/* -----------------------------  Styles for tinyMCE ----------------------------- */

/*.tablewrapper .contentbody { min-width:335px; }

.tablewrapper .relevantlinks { min-width:200px; }*/


.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

.floatleft, .imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright, .imgright {
	float: right;
	margin: 0 0 10px 10px;
	}

.underline {
	border-bottom:1px dotted #5C5447;
}

.arrow {
	color:#0000cc;
	background-image:url(/images/leads-link.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:22px;
	padding-bottom:2px;
	zoom:1;
}

/* -----------------------------  Styles for contact form ----------------------------- */

form.contactus span.label,
form.contactus label {
	display: block;
	width: 13em;
	float: left;
	clear: left;
}

form.contactus input.text,
form.contactus textarea {
	width: 20em;
}

#errorbox label {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	border-bottom: 1px dotted #C00;
	color: #666;
	font-weight: bold;
}



/* -----------------------------  Styles for members only ----------------------------- */


/* use this style for hiding it all together */
/*
#mainnav li a.locked,
#ul.navlist li a.locked,
#quicklinks li a.locked,
#footerlinks li a.locked {
	display: none;
	}
*/

/* use these styles for showing locked icons */
#mainnav li a.locked,
ul.navlist li a.locked,
ul#quicklinks li a.locked,
ul#footerlinks li a.locked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-locked.png) no-repeat 5px 6px;
	}

#mainnav li a.unlocked,
ul.navlist li a.unlocked,
ul#quicklinks li a.unlocked,
ul#footerlinks li a.unlocked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-unlocked.png) no-repeat 5px 6px;
	}

/* ----------------------------- Styles for Gallery Plugin ------------------------ */

div.gallery ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

div.gallery span {
	display: block;
	text-align: right;
	padding: 0 1.5em 1em 0
}

div.gallery ul li {
	list-style: none;
	float: left;
	background-color: #fff;
	padding: 0.5em 1em 0 1em;
	margin: 0 1em 1.3em 0.2em;
	width: 10.2em;
	border: 1px solid #ccc;
	height: 12em;
	_height: 17em;
	}

div.gallery ul li.selected {
	background-color: #FFC;
	}

div.gallery ul li div.imageholder {
	text-align: center;
	padding-top: 0.5em;
}

div.gallery ul li div.imageholder img {
	margin: 2px auto;
	display: block;
	border: 0;
	}

div.gallery ul li p {
	font-size: 0.8em;
	color: #5B6F7B;
	}

div.gallery ul li div.buttongroup {
	padding-left: 0;
	}

div.gallery ul li div.buttongroup input {
	font-size: 0.8em;
}

div.gallery ul li h4 {
	font-size: 0.9em;
	_border-top: 10px solid #fff;
}


.Temp-mceVisualAid {
	border:1px dashed #BBBBBB !important;
}
