* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8125em; /* 16x0.8125=13px */
 line-height: 1.1875em;/* 16x1.2=19px */
 margin:0; /* 18x1=18px */ 
 background:#8FAEBF;
 overflow-y:scroll;
 overflow: -moz-scrollbars-vertical;
 
}

h1 {
 /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 1.375em; /* 16x1.375=22px */
 /*line-height: 1.636em;/* 16x1.636=36px */
 margin: 0; 

}

h2,h3 {
 font-size: 1.125em; /* 16x1.125=18px */
 margin:0; /* 18x1=18px */
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 color: #31444F;
}

/*Large Bright Red Font*/
h4 {
	text-align: center;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*Large Bright Red Font*/
	
}
/*Large Dark Blue Font*/
h5 {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*Large Dark Blue Font*/	
}

/*Xtra Large Bright Red Font*/
h6 {
	margin:14px;
	text-align: center;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*Xtra Large Bright Red Font*/
}

a, ul a, a:active, a:visited {
 color: #375A6E;
 text-decoration:none;
}

a:hover {
 color: #50798F;
 text-decoration:underline;
}

#wrapper { 
 margin: 0 auto;
 width: 990px;
 background:#fff;

}
#header {
	color: #333;
	width: 990px;
	float: none;
	padding: 0px;
	height: 108px;
	margin: 0px;
	background: #31444F;
	background-image:url(img/logo.jpg)
    
}

#header h1 a, #header h2 a {
 color:#fff;
 text-decoration:none;
}

#header h1 a:hover, #header h2 a:hover {
 text-decoration:underline;
}

#navigation {
	float:none;
	width: 990px;
	color: #333;
	padding: 5px 0 5px 0;
	margin: 0;
	background: #375A6E;
	border-top:0px solid #8FAEBF;
	border-bottom:0px solid #8FAEBF;
	font-size:14px; 
 
}

#navigation li {
	display:inline;
	border:0px solid #FFF;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font:bolder;
	font-size:16px;
	
}

#navigation a {
 margin:0;
 color:#FFF;
 text-decoration:none;
 padding: 4px 15px 4px 15px; 
}

#navigation a:hover {
	margin:0;
	background: #476C7F;
	padding: 4px 15px 4px 15px;
	text-decoration:underline;
}

#subnavigation {
 float: left;
 width: 990px;
 color: #333;
 padding: 5px 0 5px 0;
 margin: 0;
 background: #50798F;
 border-bottom:0px solid #8FAEBF; 
 font:bolder;
 font-size:14px;
}

.subnavigation_left {
 float:left;
}

.subnavigation_left li {
 display:inline;
}

#subnavigation a {
 margin:0;
 padding:0; 
 color:#FFF;
 text-decoration:none;
 padding: 4px 15px 4px 15px;  
}

#subnavigation a:hover {
 margin:0;
 padding:0;
 padding: 4px 15px 4px 15px;
 text-decoration:underline; 
}

.subnavigation_right {
 width:150px;
 float:right;
}

.date {
 float:right;
 margin:0;
 padding: 0 15px; 
 color:#FFF;
}


#one { 
 color: #31444F;
 padding: 10px 0 0 10px;
 width: 276px;
 float: left;
 background: #FFF;
}

#one_wide {
	color: #333;
	padding: 10px 0 0 10px;
	width: 636px;
	float: left;
	background: #FFF;
}

#one .item {
 padding: 10px;
 margin: 0 0 10px 0;
 background: #EFFAFF;
 
}

#two { 
 float: left;
 color: #31444F;
 padding: 10px 0 0 10px;
 width: 350px;
 display: inline;
}

#two .item {
 padding: 10px;
 margin: 0 0 10px 0;
 background: #becad1;   /*change color here - middle content box*/
 border:0px solid #E0EAEF; 
}

#one_wide .item {
 padding: 10px;
 margin: 0 0 10px 0;
 background: #becad1;   /*change color here - middle content box*/
/* border:0px solid #E0EAEF;*/ 
}
#three { 
 color: #31444F;
 padding: 10px 10px 0 10px;
 width: 324px;
 float: left;
}
#three_white { 
 color: #FFF;
 padding: 0px 10px 0 10px;
 width: 324px;
 margin-left: auto;
 margin-right: 0px;
 margin-bottom: 0px;
 display: block;
 /*float: right;*/
 /*align: bottom;*/
}

/* For Webinar Page*/

#wide_white { 
 padding: 10px 10px 0 10px;
 width: auto;

}
#wide_white .item {
 padding: 10px;
 margin: 10px 0 10px 0;
 background: #becad1;   /*change color here - middle content box*/

/* For Webinar Page*/
 
}

#three .item, #three_one .item, #three_two .item {
 padding: 10px;
 background: #deebf2;
 border:0px solid #E0EAEF;
 margin: 0px 0 10px 0;
}
#three_white .item{
 padding: 0px;
 margin: 0 0 10px 0;
 background: #FFF;   /*change color here - middle content box*/
 border:0px solid #E0EAEF; 
}
#three_one { 
 color: #333;
 background: #FFF;
 margin: 0px 0 0px 0px;
 padding: 0px 0 0px 0;
 width: 324px;
 float: left;
}
#three_one_dark { 
 color: #333;
 width: 324px;
 float: left;
}

#three_one_dark .item {
 padding: 10px;
 background: #deebf2;
 border:0px solid #E0EAEF;
 margin: 0px 0 10px 0;
 }
 
#three_two { 
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0 10px 10px;
 width: 157px;
 float: left;
}

#one h2, #three h3, #three_one h3, #three_two h3 {
 display:block;
 border-bottom:1px solid #E0EAEF;
 margin: 0 0 5px 0;
 padding:0;
}

#one_wide h2, #two h2 {
 display:block;
 /*border-bottom:1px solid #8faebf;*/
 margin: 0 0 5px 0;
 padding:0;
}

p, #one ul, #one_wide ul, #two ul, #three ul, #three_one ul, #three_two ul {
	margin:0;
	padding: 0 0 10px 0;
	color: #31444F;
}

#one li, #one_wide li, #two li, #three li, #three_one li, #three_two li {
 margin:0 0 0 20px;
 padding:0;
 color: #31444F; 
}

#two ol, #one_wide ol {
 margin: 0 0 10px 5px;
 color: #31444F; 
}

#two blockquote {
 margin: 10px;
 padding: 10px;
 border-left:5px solid #fff;
 background:#fff;
}

#one .item img, #two .item img  {
 float:left;
 margin: 3px 10px 5px 0;
 padding:3px;
/* background:#FFF;*/
}

#one .item img  {
 ;
}

#two .item img  {
 border:0px solid #FFDFBF;
}
#three_white .item img  {
 border:0px solid #FFDFBF;
 padding:3px;
}
#footer { 
 clear: both;
 background: #375A6E;
 width: 990px;
 color: #333;
 padding: 5px 0 5px 0;
 margin: 0; 
}

#footer a {
 margin:0;
 color:#FFF;
 text-decoration:none;
 padding: 5px 15px 5px 15px; 
}

#footer  li {
 display:inline;
 border:0px solid #FFF;
 color:#FFF;
}


.item-footer {
 padding:0 0 0 0;
 margin: 10px 0 0 0;
 font-size:0.75em;
}

#one_wide .item p a , p a, #one_wide .item .item-footer a {
 text-decoration:underline;
}

label {
	display:block;
	font-weight:bold;
	margin: 5px 0 0 5px;
}
input {
	margin: 0 0 0 5px;
	padding:3px;
	border: 0px solid #FFDFBF; 
	font: normal 0.8em Arial, sans-serif;
	color:#333;	
}
textarea {
	margin: 5px 0 0 5px;
	padding:3px;
	border: 0px solid #FFDFBF; 
	font: normal 0.8em Arial, sans-serif;
	color:#333;	
	width:320px;
	height:100px;
	display:block;
}
input.button { 
	margin: 0 0 0 5px;
	height: 22px;
	padding: 2px 3px; 
	background: #FFDFBF; 
	border: 0px solid #FFDFBF; 
	font: normal 0.8em Arial, sans-serif;
	color:#333;	
}

img {
  margin:0;
  padding:0;
  border:0px solid #E0EAEF;
}
