@charset "utf-8";
body  {
	font: 15px Arial, Helvetica, sans-serif;
	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: #000000;
	height:100%;
	background: #000000;
}
html {
	height:100%;
	}
	
.highlight {
	color:#006600;
	font-weight:bold;
}

img {
	border:0px;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
} 
.thrColFixHdr #header {
	height:142px;
	background:url(images/bg-logo.jpg) repeat-x top left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align:center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 10px 0px 10px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr .moreContent {
	margin: 10px 0px 10px 250px;
}
.thrColFixHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:12px;
	text-align:center;
	border-top:1px solid #CCCCCC;
} 
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#header #logo {
	margin-top: 12px;
}

#header #images {
	float:right;
}
#preHeader {
	color:#144CAA;
	text-align:right;
	padding:5px;
}

#preHeader h3 {
	margin:0px;
	display:inline;
	font-size:22px;
}
#nav-top {
	clear: right;
	height: 38px;
}
#nav-top ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	height:30px;
	clear:both;
}

#nav-top ul li {
	float:left;
	display:block;
	height: 38px;
}
#nav-top ul li a.first {
	margin-left:1px;
}
#nav-top ul li a {
	color:#000000;
	display:block;
	line-height:34px;
	width:116px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background:url(images/nav1.gif) no-repeat top center;
}
#nav-top ul li a.long {
	background:url(images/nav0.gif) no-repeat top center;
}
#nav-top ul li a.long#selected {
	background:url(images/nav-select0.gif) no-repeat top center;
}
#nav-top ul li a#selected {
	background:url(images/nav1-select.gif) no-repeat top center;
}
#nav-top ul li a:hover {
	color:#000000;
}

#main {
	/*background:url(images/bg-homevid.gif) bottom no-repeat;*/
}

h1 {
	font-size:24px;
	color:#000000;
	font:Calibri, Arial, Helvetica, sans-serif;
	margin:0px;
}

.nom {
	margin:0px;
}

.white {
	color:#FFFFFF;
}

td.main-left-col {
	padding:0px 36px 0px 20px;
}

td.main-mid-col {
	padding:0px 30px;
}

td.main-right-col {
	padding:0px 30px;
}

#page-main {
	background:url(images/bg-page-gray.jpg) no-repeat center;
	height:502px;
}

.left-bar {
	border-right:1px solid #006600;
	margin:0px 40px 0px 25px;
	padding-right:20px;
}

.page-content {
	padding-right:20px;
}

a {
	color:#144CAA;
}

#header-extras {
	float:left;
}

.clearer {
	clear:both;
}
.contentBox {
	padding: 5px;
	margin: 16px;
	width:600px;
	float: left;
}
.wideBox {
	padding: 5px;
	margin: 16px;
	clear:both;
	width:940px;
	float: left;
}
.homeBox {
	padding: 5px;
	margin: 4px 12px;
	width:560px;
	float: left;
}
.homeBox1 {
	padding: 0px;
	margin: 4px 15px;
	width:280px;
	float: left;
	background:url(images/sideborders.gif) repeat-y;
	/*border:1px solid #000000;*/
}
.wsColumn {
	padding: 0px 8px 0px 2px;
	margin: 10px 10px;
	width:270px;
	float: left;
	/*border:1px solid #000000;*/
}
.topcorners {
	background:url(images/corners-top.gif) no-repeat top;
	padding-top:5px;	
}
.sideborder {
	border:#000000 solid;
	border-width:0px 1px;
	padding: 0px 10px;
}
.homeBox2 {
	padding: 5px;
	margin: 4px 12px;
	width:270px;
	float: left;
}

.contentBox h2, .homeBox h2 {
	margin-top:0px;
	color:#144CAA;
	font-size: 24px;
	text-align:center;
}
.left {
	float:left;
}
.outline-grey {
	border: 1px solid #EFEFEF;
}

.content-grey {
}
.grey {
	color:#CCCCCC;
}

.bg-postit1 {
	background:url(images/sticky1.gif) no-repeat top left;
	padding:0px 15px;
}

.bg-postit2 {
	background:url(images/sticky2.gif) no-repeat top left;
	padding:0px 15px;
}

.bg-postit3 {
	background:url(images/sticky3.gif) no-repeat top left;
	padding:0px 15px;
}

.content-table {
	height:100%;
}

.postit-space {
	float:left;
}

.page-content {
	padding-left:15px;
}

.page-nav {
	border-right:2px solid #CCCCCC;
	padding-right:15px;
}

ul.triangle {
	list-style-image:url(images/list-triangle.gif);
}

input.fixed, textarea.fixed {
	width:160px;
}

.homeVid {
	margin: 0px 20px 10px 20px;
}

#videoContainer {
	float:left;
	margin-top: 20px;
}

#videoText {
	float:left;
	margin-top: 16px;
	margin-left: 20px;
	width: 375px;
}

.moduleHeader {
	background: url(images/bg-moduleheader.gif) #FFFFFF no-repeat;
	padding:5px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.moduleHeaderGreen {
	background: url(images/bg-moduleheader-green.gif) #FFFFFF no-repeat;
	padding:10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.moduleHeaderGreenWide {
	background: url(images/bg-wmoduleheader-green.gif) #FFFFFF no-repeat;
	padding:10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.moduleHeaderOrange {
	background: url(images/bg-wmoduleheader-orange.gif) #FFFFFF no-repeat;
	padding:10px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.moduleBox {
	background:url(images/bg-logo.jpg) repeat-x top;
	width: 300px;
	float: left;
	margin: 12px 12px;
}
.wideModuleBox {
	background:url(images/bg-logo.jpg) repeat-x top;
	width: 438px;
	float: left;
	margin: 12px 16px;
}
.module280 {
	background:url(images/bg-logo.jpg) repeat-x top;
	width: 270px;
	float: left;
	margin: 12px 0px;
}
.wideModuleBox .boxContent img{
	float:none;
}
.moduleContent {
	padding:10px;
	border:1px solid #CCCCCC;
}

.leftImg {
	float:left;
	margin:0px 10px 10px 0px;
}

.compact {
	margin:0px;
}

#headerUrl {
	clear:left;
	color:#999999;
	margin-left: 180px;
	text-align: left;
	margin-top: 15px;
}

#slogan {
	float:left;
	margin-left: 8px;
	font-style:italic;
	font-size: 12px;
}
.sideBar {
	float:right;
	width:332px;
}

ul.bullCheck li, ol.bullCheck li {
	list-style:url(images/bull-check.gif);
	padding-bottom:12px;
}

.barHeader {
	font-size:16px;
	font-weight:bold;
	color:#03300;
	margin:0px;
}
.wideBox h2 {
	margin:0px;
	padding:0px;
}
h2.barHeader {
	color:#000000;
	padding:5px;
}
.bodyboxblk h2.barHeader {
	color:#FFFFFF;
	padding:5px;
}

.boxContent {
	border-bottom:1px solid #CCCCCC;
}
.wideModuleBox .boxContent {
	border-bottom:0px;
}

.boxContent {
	padding: 5px;
	font-size:12px;
}
.boxContent h3 {
	margin:0px;
	font-size:15px;
}

.boxContent h3 {
	margin:0px;
	font-size:15px;
}

.webinarbox .boxContent {
	font-size:12px;
	height:180px;
}
.webinarbox img {
	float:left;
	margin-right:5px;
}
.webinarbox h3 {
	margin-bottom:0px;
	color:#004080;
	font-size: 14px;
}

.orange {
	color:#FF6600;
}

.style55 {
}
.leftBar {
	float: left;
	width: 190px;
	margin-right: 10px;
}
.resourceList ul, ul.bullArrow {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
.resourceList ul li a, ul.bullArrow li a {
	display:block;
	padding-left:16px;
	text-decoration:none;
}
.resourceList ul li a:hover, ul.bullArrow li a:hover {
	background: url(images/bull-rdquo.gif) left no-repeat;
}
.resourceList h4 {
	margin:5px 0px;
	background:#144CAA;
	color:#FFFFFF;
	padding:5px;
	font-size:15px;
}

.bodyboxblk {
	background:url(images/grn_bar.gif) no-repeat;
	height:130px;
}
.bodyboxblk img {
	margin-right:15px;
}
.bodyboxblkb {
	background:url(images/grad_bodyboxblk.gif) top repeat-x;
	height:140px;
	width:292px;
	margin:5px 4px;
	float:left;
}

.border {
	border:1px solid #144CAA;
}

.oppImg {
	margin-right:10px;
}

.black {
	color:#000000;
}

.small {
	font-size:10px;
}
.eventInfo {
	font-size:12px;
}
.eventTime {
	font-size:14px;
}
