/* CSS for template */

/* texts */
.basicText, .subcontent {
	font-size:12px;
}
.subcontent {
	text-align:justify;
	margin-top:2em;
	padding:0 3em 0 3em;
}
.label {
	font-size:13px;
	margin-left:1em;
}
.query {
	font-size:13px;
	text-align:center;
	margin: 0.5em 0 0.5em 0;
	line-height:1.1em;
	
}
.subqueryL, .subqueryR {
	float:left;
	width: 220px;
}
.subqueryR {float:right;}
.subtext, .subtext0, .subtext1, .searchTogg {
	font-size:13px;
	text-align:center;
/*	margin-top:3.3em;
*/	padding:0 2em 0 2em;
}
.subtext1 {
    font-size: 10.5pt;
}
.searchTogg {
	margin-top:0.4em;
	font-style: italic;
}
.searchTogg a:link, .searchTogg a:visited {
	text-decoration:none;
	color:black;
}
.searchTogg a:hover {
	text-decoration:underline;
	color:blue;
}
.subtext0 {
	margin-top:0;
}
.subhead, .subhead0 {
	font-size:15px;
	text-align:center;
	margin-top:0.4em;
}
.subhead0 {
	letter-spacing:0.4px;
	font-size:15.5px;
	margin:0.6em 2em 0em 2em;
}
.subhead1 {
	font-size:12px;
	padding-bottom:1em;
}
.head1, h1 {
	font-size:25px;
	font-weight:bolder;
	letter-spacing:1.2px;
	text-align:center;
	margin-top:0.5em;
}
h3[title="subheader"] {
	text-align: center;
	padding: 0 45px;
}

/* main */
html, body, #container {
	min-height: 100%;
	margin: 0;
}
body {
	background-color: #FFFCFC;
}
#container {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
}
noscript div {
	font-weight: bold;
	text-align: center;
}
#titlebar {
	float: left;
	background-image: url("/content/title.png");
	height: 75px;
	width: 650px;
/*
	font-family: sans-serif;
	font-size: 2.5em;
	padding-top: 14px;
*/
}
#logos {
	float: right;
	width: 300px;
	height: 75px;
}
#logos div {
	width: 75px;
	height: 75px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.75;
}
#design {
	background-image: url("/content/design.png");
	width: 975px;
	height: 75px;
/*
	margin: 0 12px;
*/
}
.clear {
	clear: both;
}
ul.mylist {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.siteLinks, #content {
	float: left;
}

div#content {
	width:587px;
	min-height: 400px;
	margin: 7px 20px 10px 20px;
	padding: 1px 0 4px;
	border-left:#cbbfe7 1px solid;
	border-top:#cbbfe7 1px solid;
	border-right:#cbbfe7 1px solid;
	border-bottom:#cbbfe7 2px solid;
	overflow:auto;
	background-color: white;
}
ul.siteLinks, ul.orgLinks {
	list-style: none;
	margin: 7px 0 0 0;
}
ul.siteLinks {
	padding: 0;
	width: 150px;
	background-color: #DFF3FF;
}
ul.siteLinks > li {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
ul.siteLinks > li.bottom {border-bottom: 1px solid #ccc;}
ul.siteLinks > li:hover {
	background-color: white;
	opacity: 0.5;
}
ul.siteLinks a {
	display:block;
	text-decoration:none;
	font-size:12pt;
	letter-spacing: 0.05em;
	color: #141B29;
	opacity: 1;
}
ul.siteLinks a:hover {
	opacity: 1;
	color: black;
}

ul.orgLinks {
	background-color: #EDF8FF;
	float: right;
	width: 180px;
	padding: 0.5em;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}
ul.orgLinks li {
	padding: 0.2em;
	padding-left:1em;
	text-indent:-1em;
}
ul.orgLinks li a {text-decoration:none;color:gray}
ul.orgLinks li a:hover {text-decoration:underline;color:black;}
div#loader {
	margin: 6em 235px 0 235px;
	width: 50px;
	height: 50px;
	background-image:url('../content/ajax-loader.gif');
	background-color:transparent;
}

/* referrals */
#content > p, div#mb_contents p {
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
}
form#referral {padding-bottom: 1em;}
div.submitbtn {
	text-align:right;
	margin-top:1em;
	margin-right:3em;
}
.formfield {
	margin: 0.6em 1.5em 0 1.5em;
	padding: 0.5em;
}


#resultbox {
	text-align:center;
}
#resultbox h2 {
	letter-spacing: 0.05em;
}
#resultbox table {margin: 0 auto;}
#resultbox table tr td {
	padding: 1px 2px;
	text-align: left;
}
#resultbox table tr td:first-child {
	text-align: right;
	font-weight: bold;
}
#resultbox ul {
	margin: 8px 0;
}/*
ul#results {
	list-style:none;
	padding-left:0em;
}
ul#results * div {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
ul#results * div.name, ul#results * div.return {
	font-weight: bold;
	cursor:pointer;
}
ul#results * div.return {
	margin-top: 1em;
	margin-right: 5%;
	color: #00008B;
}
a.results {font-weight: bold;}
a.results:link {text-decoration:none; color:#00008B;}
a.results:visited {text-decoration:none; color:#000053;}
a.results:hover {text-decoration:underline; color:#00008B;}
*/

#overlay {
	width:390px;
	height:120px;
	position:absolute;
	top: 190px;
	left: 305px;
	z-index:1;
	background-color:white;
	opacity:0.85;
	font-size:14px;
	letter-spacing:0.06em;
	line-height:1.8em;
	font-weight:bolder;
	text-align:center;
	padding: 2.5em 1em 0 1em;
}

/* contact */
#contact table {
	margin: 0 auto;
}
#contact input[type="text"] {
	width: 310px;
}
#contact textarea {
	width: 400px;
	height: 240px;
}
#contact td.label {
	font-size: 14px;
	width: 65px;
	text-align: right;
	padding-right: 5px;
}
#contact td.error {
	text-align: center;
}
td#submit {
	text-align: right;
	padding: 5px 20px 15px 0;
}

/* portal, view */
form.cmxform fieldset#portal {
	padding:1em;
	margin: 1.5em 3.5em 0 3.5em;
}
form.cmxform legend {
	margin-left: 1em;
	font-weight: bold;
}
form.cmxform label {
	line-height: 1.8;
	width: auto;
	/* for stupid Mozilla */
	display: -moz-inline-stack;
	display: inline-block;
	/* for stupid IE */
	zoom: 1;
	*display: inline;
}
form.cmxform fieldset ol {
	margin: 0.3em 0 0 0;
	padding: 0;
	text-align: center;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 20px 5px 5px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
}
form.cmxform fieldset fieldset legend {
	font-weight: normal;
	padding-left: 1.5em;
}
form.cmxform p {text-align: center;}
div#instructions {
	margin: 1em 4em;
	font-style: normal;
	font-size: 13px;
}

ul#view div#activate {margin: 1em 4em;}
div#portalNote, .labelnote, .error {
	font-size:11px;
	font-style:italic;
	font-weight: bold;
	text-align:center;
	margin-bottom: 0.2em;
	color:#333333;
	visibility: hidden;
}
.labelnote, div.error {visibility: visible;}
div.error {
	font-size: 14px;
	font-style: normal;
}
div#portalNote *, .labelnote {
	padding: 0.3em;
	background-color: #FFFFFF;
	border: 1px solid gray;
	opacity: 0.6;
}

/* (view) */
ul#view {
	padding: 0;
	margin: 1em 1em 0 1em;
	padding-bottom: 0.3em;
}
ul#view fieldset {margin: inherit;}
ul#view fieldset fieldset {
	margin-top: 0.2em;
	padding-left: 0;
	padding-right: 0;
}
ul#view p {text-align: right;}
ul#view table {margin: auto;}
ul#view table tr td {padding-right: 1em;}
ul#view table tr > td:first-child {
	line-height: 1.5em;
	padding-right: 2em;
}
fieldset label.static {
	width: 6em;
	text-align: right;
}/*
fieldset#prof_addy label {
	width: auto;
	padding-right: 0.2em;
}
fieldset#prof_addy label.lnote {
	width: 5em;
	font-size: 11px;
	color: #333333;
}
fieldset#prof_addy label[for|=city] {width: 2em;}
fieldset#prof_addy label[for|=state] {width: 3em;}
fieldset#prof_addy label[for|=zipcode] {width: 5em;}
fieldset#prof_addy label[for|=country] {width: 4em;}
*/
div#view div.secondary {
	text-align: left;
	padding-left: 1em;
	display: none;
}
div#view fieldset.formfield {
	float: left;
	width: 448px;
	margin-top: 0;
}
div#view * div.label {
	margin: 1em 0 0 0;
	width: 171px;
	float: left;
}
div#view * div.input, div#view * div.fullname {float: right;}
div#view * div.input {margin: 1em 20px 1em 0;}
div#view * input {margin-bottom: 5px;}

div.query label {width:200px;}


/* category buttons */
ul.buttons {
	padding: 0 2em;
	text-align: center;
}
ul.buttons li {
	list-style: none;
	margin: 0.2em;
	border: 1px solid gray;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
}
ul.nobreak li {
	/* for stupid Mozilla */
	display: -moz-inline-stack;
	display: inline-block;
	/* for stupid IE */
	zoom: 1;
	*display: inline;
}

li.tint {
	background-color: #CCDBFA;
}

input.error {
	border: solid red thin;
}
label.error {
	color: red;
	font-weight: bold;
}

.contentMargin {
    margin: 0 3em;
}
.contentSpace * {
    line-height: 1.3em;
}
.contentSpace h3 {
    line-height: 1.5em;
}

.certLabel {
    padding-left: 68px;
}
.certLabel sup {
    font-size: 10.5px;
}
