body {
	background: #ffffff url(images/bg.gif) repeat-y center;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
}
img {
	border: 0;
}
a, a:visited, a:link {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #939598;
}
form {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0 2em 5px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0 0 5px;
}
h1 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #001b48;
}
h2 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #001b48;
}
h3 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #001b48;
}
h4 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f7941d;
}
h5 {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f7941d;
}
h6, .highlight {
	font-size: 11px;
	font-weight: normal;
	color: #004a89;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.wrapper {
	margin: 0 auto;
	width: 930px;
	position: relative;
}
.wrapper .header {
	width: 930px;
	position: relative;
	z-index: 2;
}
.logo {
	float: left;
}
.top-links {
	float: right;
	clear: right;
	color: #001b48;
	margin: 15px 0 0;
	font-weight: bold;
}
.top-links a {
	color: #001b48;
	font-weight: bold;
}
.top-links a:hover {
	color: #bcbec0;
	font-weight: bold;
	text-decoration:none;
}
.nav {
	float: left;
	clear: left;
	width: 930px;
	background: url(images/bg-nav.png) no-repeat;
	margin: 0 0 10px;
}
.nav div {
	float: left;
}
.nav ul {
	display: block;
	float: left;
	padding: 0;
	position: relative;
}
.nav li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
}
.nav-menu a {
	display: block;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	color: white;
	padding: 0 15px;
	font-size: 12px;
	position: relative;
	z-index: 10;
}
.nav-menu a:hover, .nav-search a:hover {
	text-decoration: none;
}
.nav-menu a:hover, .nav-search a:hover {
	color: #001b48;
	background: url(images/bg-nav-on.png) repeat-x;
}
.nav-menu ul ul {
	position: absolute;
	top: -150000px;
	left: -50px;
	width: 225px;
}
/*.nav-menu ul a:hover ul {
	display: block;
}
.nav-menu ul.use-hover li:hover ul ul {
	display: none;
}*/
.nav-menu ul ul li {
	float: none;
	height: auto;
}
/*.nav-menu ul ul a {
	overflow: visible;
	float: none;
	width: 190px;
	height: auto;
	line-height: normal;
	text-indent: 0px;
	background: #CCCCCC;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	z-index: 9;
}*/
/*.nav-menu ul ul li a:hover {
	background: #FFFFFF;
}*/
/*.nav-menu ul ul a.has-sub-nav {
	background: #CCCCCC url(images/nav-arrow.png) 185px 7px no-repeat;
}
.nav-menu ul ul li:hover a.has-sub-nav {
	background: #FFFFFF url(images/nav-arrow.png) 185px 7px no-repeat;
}
.nav-menu ul ul a.has-sub-nav:hover {
	background: #FFFFFF url(images/nav-arrow.png) 185px 7px no-repeat;
}*/
/*.nav-menu ul ul ul {
	position: absolute;
	top: -50px;
	left: 150px;
	width: 200px;
	z-index: 8;
}*/
.nav-menu ul ul ul.nav-two-columns {
	width: 400px;
}
.nav-menu ul ul ul.nav-two-columns li {
	float: left;
	width: 200px;
}
.nav-menu ul.use-hover ul li:hover ul {
	display: block;
}
/*.nav-menu ul ul ul a {
	background: #FFFFFF;
}
.nav-menu ul ul ul a:hover {
	background: #CCCCCC;
}*/
.MainMenu_MenuBar {
	display: block;
	position: relative;
	z-index: 999;
}
.MainMenu_MenuBar .icn {
	display: none;
}
.MainMenu_MenuBar .root.hov {
	background: url(images/bg-nav-on.png) repeat-x;
	
}
.MainMenu_MenuBar .hov a {
	color: #001b48;
	font-weight: bold;
}
.MainMenu_MenuBar .root {
	display: block;
	float: left;
	height: 35px;
	padding: 0 10px;
	position: relative;
	list-style:none;
	z-index: 10;
	border-right: 1px solid #999999;
}
.MainMenu_MenuBar .root a {
	display: block;
	float: left;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	z-index: 10;
}
.MainMenu_MenuBar .root.last {
	border-right: 1px solid #999999;
}

.mainMenu .mi a:link, .mainMenu .mi a:visited {   
    display:block; /* converts to block element */ 
    color:#FFF; /* text color */ 
    text-decoration:none!important; /* removes underline in links */ 
 } 
.MainMenu_MenuBar .m {
	background-color: #d0d0d0;
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	position:relative;
}

.MainMenu_MenuBar .m a  {
	background: none;
	height: auto;
	line-height: normal;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	padding: 5px 10px;
	display: block;
	width:225px;
	
}
.MainMenu_MenuBar .m a:hover {
	background: none;
	background-color:#FFFFFF;
	height: auto;
	line-height: normal;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7941d;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	padding: 5px 10px;
	display: block;
}

/*

.MainMenu_MenuBar .m {
	background-color: #d0d0d0;
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	position:relative;
}
.MainMenu_MenuBar .m .m {
	background-color: #ffffff;
}

.MainMenu_MenuBar .root.last {
	border-right: 1px solid #999999;
}
.MainMenu_MenuBar .root .txt {
	display: block;
	float: left;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	color: white;
	font-size: 12px;
	position: relative;
	z-index: 10;
}
.MainMenu_MenuBar .hov {
	background: url(images/bg-nav-on.png) repeat-x;
}
.MainMenu_MenuBar .hov .txt {
	color: #001b48;
	font-weight: bold;
}
.MainMenu_MenuBar .m .mi {
	background: none;
	height: auto;
	float: none;
	margin: 0;
}

.MainMenu_MenuBar .m .mi .txt {
	background: none;
	height: auto;
	line-height: normal;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	padding: 5px 10px;
	display: block;
	width:150px;
	
}
.MainMenu_MenuBar .m .hov {
	background: #ffffff;
	height: auto;
	float: none;
	margin: 0;
}
.MainMenu_MenuBar .m .hov .txt {
	background: none;
	height: auto;
	line-height: normal;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7941d;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	padding: 5px 10px;
	display: block;
}*/
.nav div.nav-search {
	float:right;
	padding: 8px 8px 0 0;
}
.nav form {
	display: block;
	float: right;
	height: 18px;
	padding: 8px;
}
.nav input, .nav img {
	display: block;
	float: left;
}
.nav-udt-exchange {
	width: 6px;
	height: 35px;
	overflow: hidden;
}
.nav-udt-exchange a {
	display:block;
	background: url(images/nav-udt-exchange.png) no-repeat;
	width: 150px;
	height: 1px;
	padding: 34px 0 0;
	overflow: hidden;
}
.nav-udt-exchange a:hover {
	background: url(images/nav-udt-exchange-on.png) no-repeat;
}
.nav-search .NormalTextBox {
	width: 125px;
	border: 0;
	padding: 0;
	height: 18px !important;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.nav-search-button {
	width: 22px;
	border: 0;
	height: 18px;
	padding: 18px 0 0;
	font-size: 11px;
	line-height: 18px;
	background: url(images/search-button.png) no-repeat;
	overflow: hidden;
}
.breadcrumb {
	padding: 10px 0 0;
	float: left;
	clear: left;
	width: 930px;
	height: 11px;
	line-height: 11px;
	color: #999999;
	margin: 0 0 10px;
}
.breadcrumb a {
	line-height: 11px;
	color: #999999;
}
.breadcrumb a:hover {
	color: #bcbec0;
	text-decoration:none;
}
.links-left {
    float: left;
}

.links-right {
    float: right;
}

.links-right strong,
.links-right b {
	color: #004a89;
}

.content-wrapper {
	padding: 10px 0 0;
	width: 930px;
	z-index: 0;
	position: relative;
	margin: 0 0 20px;
}
.content a, .content a:visited, .content a:link
{
	color:#03C;
	text-decoration:underline;
}

.interior .content-wrapper {
	padding: 0;
	width: 690px;
	float: right;
	background: white;
}
.interior .landing-wrapper
{
	background:none repeat scroll 0 0 #F1F2F2;
	width: 680px;
position:relative;
z-index:2;
}
.button-action {
	display: block;
	float: left;
	margin: 0px 5px 5px 0;
	background: url(images/action-button_Default.png) no-repeat;
	height: 93px;
	line-height: 19px;
	border: 1px solid #666666;
	color: #000000 !important;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 10px;
	white-space:nowrap;
	
}
.button-action:hover{
	
	background: url(images/action-button_Hover.png) no-repeat;
	
}

.button-info {
	display: block;
	float: left;
	margin: 0px 5px 5px 0;
	background: url("images/Btn_Info_Default.png") no-repeat;
	height: 93px;
	line-height: 19px;
	color: #ffffff !important;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 10px;
	white-space:nowrap;
}
.button-info:hover {
	
	background: url("images/Btn_Info_Hover.png") no-repeat;
	
}

a.arrow {
	background: url(images/arrow.png) no-repeat center right;
	padding: 0 12px 0 0;
}

.features {
	position: relative;
	float: left;
	clear: left;
}
.features #dnn_Features {
	width: 930px;
	height: 375px;
	overflow: hidden;
	position: relative;
	background: #999999;
	z-index: 0;
}
.interior .features #dnn_Features {
	width: 690px;
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #999999;
	z-index: 0;
}
.news .features #dnn_Features {
	height: 145px;
}
.features #dnn_Banner {	
	height: 375px;
	overflow: hidden;
	position: relative;
	background: #999999;
	z-index: 0;
}
.interior .features #dnn_Banner {	
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #999999;
	margin: 20px 0;
	 width: 930px;
	z-index: 0;
}
.feature {
	position: relative;
	z-index: 0;
}
.news .feature-image {
	position: absolute;
	top: 0px;
	left: 0px;
}
.feature-title {
	position: absolute;
	top: 0px;
	left: 20px;
}
.feature-title h1 {
	color: white;
	font-size: 24px;
	line-height: 43px;
}
.news .feature-title {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 20px;
}
.news .feature-title h1 {
	line-height: normal;
	font-weight: normal;
}
.feature-content {
	position: absolute;
	top: 42px;
	left: 42px;
	width: 350px;
	height: 240px;
	padding: 10px 20px;
	color: #001b48;
	line-height: 1.5em;
}
.interior .feature-content {
	top: 167px;
	left: 25px;
	width: 375px;
	height: 68px;
	font-weight: bold;
}
.news .feature-content {
	position: relative;
	padding: 0px 20px;
	top: 0;
	left: 0;
	color: white;
}
.feature-content a {
	color: #004a89;
}
.feature-content h1 {
	font-size: 34px;
	line-height: 1.1em;
	font-weight: bold;
	color: #001b48;
}
.feature-content h2 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #004a89;
}
.feature-content h3 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f7941d;
}
.nav-features {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 14px;
}
.nav-features a {
	display: block;
	float: left;
	height: 14px;
	line-height: 13px;
	color: #cccccc;
	text-decoration: none;
}
.nav-features-pages {
	float: left;
	height: 14px;
	background: url(images/bg-feature-pages.png) repeat-x;
}
.nav-features-pages a {
	padding: 0 3px;
}
.nav-features-pages a.current {
	color: #f7941d;
}
.ticker {
	float: left;
	clear: left;
	width: 910px;
	height: 25px;
	background: #58595B;
	margin-bottom: 40px;
	padding: 0 10px;
}
.ticker a, .ticker a:visited, .ticker a:link {
color:#023061;
}
.ticker div.ticker-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.ticker div.ticker-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.ticker .articles {
	float: right;
	width: 700px;
	height: 18px;
	margin-top: 3px;
	overflow: hidden;
	position: relative;
	background: white;
}
.ticker .article-wrapper {
	float: none;
	height: 18px;
	line-height: 18px;
	background: #ffffff;
}
.ticker .article {
	width: 660px;
	height: 18px;
	line-height: 18px;
	background: #ffffff;
	padding: 0 20px;
}
.ticker .article .Normal {
	line-height: 18px;
}
.ticker .ticker-title, .ticker .ticker-title h1 {
	float: left;
	height: 25px;
	color: white;
}
.wrapper .content {
	width: 400px;
	float: left;
	clear: left;
	padding: 25px;
	line-height: 1.5em;

}
.wrapper .landing-content {
	
	 border: 2px solid #999999;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
background:url("images/blue_bg.png") repeat scroll left top transparent;
behavior: url("PIE.htc");
}


.full .content {
	width: 640px;
}

.full .landing-content {
	width: 630px;
}
.admin .content {
	background: white;
	width: 880px;
	float: none;
	padding: 25px;
	line-height: 1.5em;
}
.list {
	padding: 0 0 10px;
}
.list h2 {
	border-bottom: 1px solid #336699;
	margin: 0 0 10px;
}
.list p {
	padding: 0 20px 10px;
}
.callouts {
	float: left;
	clear: left;
	overflow: hidden;
	margin: 0 0 20px;
	
}
.interior .callouts {
	float: left;
	clear: none;
	width: 240px;
}
.interior .callout {
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.interior .callout + a + .callout {
	padding: 10px 0;
}
.interior .callout + .callout {
	padding: 10px 0;
}
.interior .landing-callout{
	behavior: url("PIE.htc");
	 border: 2px solid #999999;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding: 10px !important;
	 margin: 0 0 15px 0;
	 background: none repeat scroll 0 0 #FFFFFF;
}
.content-wrapper .callouts {
	padding: 25px 0;
}
.callout {
	float: left;
	width: 210px;
	padding: 0 15px;
	position: relative;
}
.callout ul {
	margin: 0;
	padding: 0;
}
.callout li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
}
.callout .features {
	width: 398px;
	/*height: 210px;*/
	background: none !important;
}
.callout .feature {
	padding: 0 0 20px;
	background:none !important;
}
.callout .nav-features {
	top: 0px;
	right: 0px;
	z-index: 1000;
}
.callout h1 {
	font-size: 16px;
	font-weight: bold;
	color: #001b48;
}
.interior .callout h1 {
	font-size: 14px;
}
.callout h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f7941d;
}
.callout h3 {
	font-size: 11px;
	font-weight: bold;
	color: #003366
}
.callout h4 {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
}
.double {
	width: 398px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding:0 25px;
}
.wrapper .footer {
	width: 930px;
	clear: both;
	overflow: hidden;
	margin: 20px 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
.wrapper .footer a {
	color: #999999;
}
.wrapper .footer div {
	display: inline;
}
.wrapper .footer .Normal {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
.ControlPanel {
	width: 930px;
	margin: 0 auto;
}
.Normal, .NormalDisabled {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.DNNEmptyPane {
	display:none !important;
}

/* Engage:Publish styles */
.categoryItemList {
	background:none;
	border:none;
}
.categoryItemList .itemTitle {
float:left;
width:100%;
}
.divItemsListing h1, .divItemsListing h2 {
margin-bottom:0;
margin-top:0;
}
.article .divItemsListing h1,
.article .divItemsListing h2 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
}

/* Engage:Survey styles */
.question {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 0 2px;
	text-align:left;
	width:125px;
}
.section-wrap span.question span.required {
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	padding-left:0;
}
.survey-title {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #001b48;
}

/* Border Radius */
.button-action {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button-info {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/************************Landing Page ******************/
#landContent {
    clear: both;
    float: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: 630px;
}
.step {
    clear: none;
    float: left;
    height: 154px;
    position: relative;
    text-align: center;
    width: 207px;
}
.stepContent {
    cursor: default;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.stepContent.sct a {
    color: #222222 !important;
}
.stepContent a {
    color: #454545;
    cursor: default;
    display: block;
    height: 150px;
    left: 0;
    max-height: 150px;
    min-height: 150px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.stepContent div.hide {
    height: 154px;
    max-height: 150px;
    min-height: 150px;
    visibility: visible;
 overflow: auto;
}

.stepTitle {
    clear: both;
    color: #002f63;
    cursor: default;
    float: none;
    font-size: 30px;
    margin: 60px auto 5px;
    padding: 0;
    width: 100%;
}
.stepContent div.show {
    behavior: url("PIE.htc");
	border: 4px solid #002F63;
    height: 154px;
    left: 0;
    max-height: 150px;
    min-height: 150px;
    position: absolute;
    top: 0;
    visibility: hidden;
	background: none repeat scroll 0 0 #EEEEEE;
	
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


div.show p {
    cursor: text;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    width: 180px;
}
.stepDivide {
    background: none repeat scroll 0 0 #002f63;
    float: left;
    height: 136px;
    margin: 12px 0;
    overflow: hidden;
    width: 1px;
}

