@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e6e7eb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
p {
	margin: 0.5em 0 0 0;
	padding: 0;
}
h1 {
	font-size: 150%;
	color: #0CACF7;
	margin: 0 0 0.25em 0;
}
h2 {
	font-size: 125%;
	color: #0CACF7;
	margin: 0 0 0.25em 0;
}
h3 {
	font-size: 110%;
	color: #0CACF7;
	margin: 0 0 0.25em 0;
}
h4 {
	font-size: 100%;
	color: #0CACF7;
	margin: 0.5em 0 0 0;
}
a:link {
	color: #0CACF7;
}
a:visited {
	color: #056492;
}
a:hover, a:active, a:focus {
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e6e7eb;
	margin: 0 auto;
	text-align: left;
}
a img {
	border: none;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#navBar {
	height: 16px;
	width: 914px;
	margin: 0.5em 0;
	background: url(images/navBarBg.jpg) no-repeat;
	padding: 15px 10px 20px 0;
}
#navBar ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#navBar li {
	list-style: none;
	display: inline;
	margin: 0;
}
#navBar ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 20px;
}
#navBar ul li a:link {
	color: #666;
	border: 1px solid transparent;
}
#navBar ul li a:visited { 
	color: #666;
	border: 1px solid transparent;
}
#navBar ul li a:hover, #navBar ul li a:active, #navBar ul li a:focus {
	color:#0CACF7;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
#mainContentWrapper {
	background: url(images/content_btm.jpg) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 23px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
#sideBarRt {
	width: 188px;
	padding: 0 5px;
	float: right;
	border-top: 1px dotted #0CACF7;
	border-left: 1px dotted #0CACF7;
}
#sideBarRt img {
	margin: 5px 0;
}
#mainLeft {
	width: 700px;
}

.oneColFixCtrHdr #mainContent li {
	list-style: none;
	margin: 0.25em 0;
}
.oneColFixCtrHdr #mainContent li ul li {
	margin-left: 1em;
}
#smallBoxLeft {
	float:left;
	background: url(images/content_sm.jpg) no-repeat;
	padding: 10px 10px;
	height: 138px;
	width: 430px;
}
#smallBoxRight {
	float:right;
	background: url(images/content_sm.jpg) no-repeat;
	padding: 10px 10px;
	height: 138px;
	width: 430px;
}
#smallBoxLeft h1, #smallBoxRight h2 {
	color: #0cacf7;
	font-size: 100%}
	
#smallBoxLeft p, #smallBoxRight p {
	margin-top: 0.25em;
	font-size: 85%;
}
#mainContentInner {
	padding: 0 10px;
	width: 904px;
	background: url(images/content_mid.jpg) repeat-y;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 200%;
	color: #0CACF7;
	padding: 20px 0;
}
.oneColFixCtrHdr #mainContent #raffle ul {
	margin: 0px 0px 0px 2em;
}
.oneColFixCtrHdr #mainContent #raffle ul li  {
	list-style: url(images/list_bg.jpg) outside;
}
#mainContent #mainContentInner #sideBarRt dt {
	font-weight: bold;
	color: #0CACF7;
}
#mainContent #mainContentInner #sideBarRt dd {
	margin-left: 7px;
	margin-bottom: 3px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E6E7EB;
}
.oneColFixCtrHdr #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 */
}
.textCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.floatRt {
	float: right;
	padding-left: 3px;
}
.bold {
	font-weight: bold;
}
.boldBlock {
	margin: 0;
	display: block;
	font-weight: bold;
	font-style:italic;
	color: #0CACF7;
}
.noUnderline {
	text-decoration:none;
}
.italic {
	font-style: italic;
} 
/* contact form styles */
.contactForm fieldset {
	margin-top: 10px;
	padding-top: .8em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: .8em;
	border: 1px solid #336;
}
.contactForm legend {
	font-size: 1.5em;
}
.contactForm label {
	display: block;
	margin-top: 0.5em;
}
.contactForm input, #contactForm textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336;
	border-right-color: #978EBA;
	border-bottom-color: #978EBA;
	border-left-color: #336;
	background-color: #D9DEE8;
	padding: .2em;
	width: 21em;
}
.contactForm #captcha {
	margin: .5em 0 0 .4em;
}

.contactForm #submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
	cursor: pointer;
}
.contactForm textarea {
	height: 8em;
}
.contactForm input:focus, #contactForm textarea:focus {
	background-color: #E5EBF4;
}
form.contactForm em {
	color: #C00;
	font-weight: bold;
}
.contactForm table {
	margin-top: .8em;
}
.contactForm .checkBox input {
	width: 1em;
	border: none;
	background: #FFF;
}
.contactForm .checkBox label {
	display: inline;
}
.googleMap {
	width: 500px;
	height: 450px;
	float: right;
	margin-bottom: 1em;
}
#directions {
	width: 400px;
}
.seminarContainer {
	margin: 0.5em 0;
}
img.border {
	border: 2px solid #999999;
}