@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
}
.twoColFixLtHdr #container a:link, .twoColFixLtHdr #container a:visited, .twoColFixLtHdr #container a:active, .twoColFixLtHdr #container a:hover {
	color: #0A2574;
	text-decoration: underline;
}

/* Changed header layout to be a free floating layer like footer. This allows for the background image to expand to the screen size. Header elements will be controlled by a header container. */
.twoColFixLtHdr #header {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/headerbackgroundflt.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header-container {
	width: 1004px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
/* End new header section */
.twoColFixLtHdr #container {
	/*	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #nav {
	margin: 0;
	height: 28px;
	background-color: #333;
	width: auto;
	padding-top: 2px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FC0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	color: #666666;
	font-size: 1.5em;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #header h2 {
	font-size: 1em;
	color: #164C99;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/* idxsidebar1 is righthand sidebar container designed for home page */
.twoColFixLtHdr #idxsidebar1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 700px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.twoColFixLtHdr #idxsidebar1 h1 {
	color: #4FA336;
	font-size: 1em;
	padding-top: 0px;
	padding-left: 10px;
	bottom: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
	top: 0px;
}
.twoColFixLtHdr #idxsidebar1 h2 {
	color: #4FA336;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #idxsidebar1 p {
	font-size: 0.7em;
	color: #0A2574;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #idxsidebar1 a:link, .twoColFixLtHdr #idxsidebar1 a:visited, .twoColFixLtHdr #idxsidebar1 a:active {
	color: #0A2574;
	text-decoration: none;
}
.twoColFixLtHdr #idxsidebar1 a:hover {
	color: #4FA336;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	width: 220px;
	float: left;
	top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 h1 {
	color: #4FA336;
	font-size: 1em;
	padding-top: 0px;
	padding-left: 10px;
	bottom: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
	top: 0px;
}
.twoColFixLtHdr #sidebar1 h2 {
	color: #4FA336;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 0.7em;
	color: #0A2574;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:link, .twoColFixLtHdr #sidebar1 a:visited, .twoColFixLtHdr #sidebar1 a:active {
	color: #0A2574;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #4FA336;
	text-decoration: none;
}
.sidebarmenu {
	font-size: 0.75em;
	line-height: 200%;
	text-decoration: none;
	margin-left: 20px;
	display: block;
}
/* idxmaincontent is main content container designed for home page */
.twoColFixLtHdr #idxmaincontent {
	width: 630px;
	float: left;
	top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr  #idxmaincontent  h1 {
	color: #0A2574;
	font-size: 1em;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #idxmaincontent h2 {
	font-size: .9em;
	color: #0A2574;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr  #idxmaincontent  h3 {
	color: #4FA336;
	font-size: 0.8em;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #idxmaincontent p {
	font-size: 0.7em;
	line-height: 160%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	color: #333333;
}
.twoColFixLtHdr #idxmaincontent ul {
	padding-left: 0px;
	margin-left: 40px;
	list-style: none;
}
.twoColFixLtHdr #idxmaincontent li {
	line-height: 150%;
	font-size: 0.7em;
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
}
.twoColFixLtHdr  #maincontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	min-height: 600px;
} 
.twoColFixLtHdr #container #maincontent p.address {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.twoColFixLtHdr  #maincontent  h1 {
	color: #0A2574;
	font-size: 1em;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #maincontent h2 {
	font-size: .9em;
	color: #0A2574;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr  #maincontent  h3 {
	color: #4FA336;
	font-size: 0.8em;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #maincontent p {
	font-size: 0.7em;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	color: #333333;
}
/*.formlabels {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
.formfields {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
}
*/
.tarea {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.lineparagraph {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #maincontent ul {
	padding-left: 0px;
	margin-left: 40px;
	list-style: none;
}
.twoColFixLtHdr #maincontent li {
	line-height: 150%;
	font-size: 0.7em;
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
}

.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/footerbackgroundflt.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer-container {
	width: 980px;
	text-align: left;
	line-height: 120%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.twoColFixLtHdr #footer-first {
	float: left;
	width: 180px;
}
.twoColFixLtHdr #footer-second {
	float: left;
	width: 180px;
}
.twoColFixLtHdr #footer-third {
	float: left;
	width: 180px;
}	
.twoColFixLtHdr #footer-forth {
	float: left;
	width: 180px;
}	
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: .7em;
}
.twoColFixLtHdr #footer a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #CCC;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.warning {
	font-weight:bold;
	color:#FF0000;
  }
.seminartable {
	font-size: 0.7em;
	color: #333;
	padding-left: 10px;
	line-height: 150%;
}
img {
	border: none;
}
fieldset {
	border: 1px solid #333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: auto;
}
legend {
	font-weight: bold;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
form {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
input {
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EEE;
	display: inline;
	font-size: 100%;
	}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	background-color: #EAFFD5;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
select {
	color: #333;
	background-color: #EAFFD5;
	font-size; .8em;
}
label {
	color: #333333;
	display: block;
	margin: 5px 0 0;
	font-size: .7em;
}
.input-group li {
	list-style: none;
	overflow: hidden;
	padding: .2em 0;
	clear: left;
	display: block;
	margin: 0;
}
.input-group input {
	display: inline;
}
.boldfont {
	font-weight: bold;
}
.mc-field-group label {
	font-weight: normal;
}
#mce-error-response {
	color:#900;
	font-size: .7em;
	font-weight: bold;
}
#mce-success-response {
	color:#900;
}
.label.error {
	color: #900;
	font-size: .7em;
}
#mce-responses {
	color: #900;
	font-size: .7em;
}
.fb {
	padding: 30px 10px 20px 10px;
}

