@charset "UTF-8";
/* CSS Document */


html {
}


body {
	margin:0;
	background:url(images/shadow-repeat.gif) repeat-y center top;
	min-width:960px;
	text-align:center;
	font-size:12px;
	color:#555555;
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight:normal;
}

#wrapper-outer {
	min-height:100%;
	height:100%;
	margin:0 auto;
	
}

#wrapper-inner {
	min-height:100%;
	background:url(images/bg-top2.jpg) no-repeat center top;
}

* html #wrapper-inner {
	height:100%;
}

#container-main {
	background:#00446b;
	height:656px;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.admin-wrapper #container-main {
	background:url(images/bg-admin.gif) repeat-y;
	height:auto;
	padding-bottom:25px;
}

.inner-wrapper #container-main {
	background:url(images/bg-inner.gif) repeat-y;
	height:auto;
	padding-bottom:25px;
}

a img {border:none;}

.inner-wrapper .copy h2 {
	font-size:15px;
	border-bottom:1px dotted #BABABA;
	padding-bottom:6px;
	margin-bottom:11px;
	margin-top:32px;
	color:#B5A541;
}

.inner-wrapper .copy h3 {
	color:#00446B;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif;
}

.inner-wrapper .copy h3 {
	color:#00446B;
	font-family:"Trebuchet MS", sans-serif;
}

/* Content */

#section1 {
	float:left;
	width:714px;
	overflow:hidden;
}

.admin-wrapper #section1 {
	width:auto;
	float:none;
}

#section2 {
	overflow:hidden;
	line-height:1.3em;
}

#section2 p {
	margin-bottom:.5em;
}

#section1 #content-primary {
	float:right;
	width:543px;
	text-align:left;
	line-height:17px;
	overflow:hidden;
}

.home-wrapper #section1 #content-primary {
	height:656px;	
}

.home-wrapper #section1 #content-primary .Normal p {
	margin:0;
	padding:0;	
}

#section1 #content-primary strong {
	color:#00446B;
}

.admin-wrapper #section1 #content-primary {
	width:780px;
}

#section1 #content-secondary {
	float:left;
	width:141px;
	color:#ffffff;
	text-align:left;
	padding:0 15px;
	overflow:hidden;
}

#section1 #content-primary .copy {
	padding:0 25px;
}

#section1 #content-secondary a,
#section2 a {
	color:#ffffff;
	text-decoration:none;
}

#section2 a:hover {
	color:#86afc6;
}

#section2 h2 a:hover {
	color:#ffffff;
}

#section2 {
	width:216px;
	float:right;
	text-align:left;
	color:#ffffff;
	padding:0 15px;
}

.image-inner {
	display:block;
}

.image-inner p {
	margin:0;
	padding:0;
}

.button-link,
.FormSubmit {
	padding:4px 24px 4px 9px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;	
	clear:both;
	display:inline-block;
	text-decoration:none;
	overflow:hidden;
}

.button-inner {
	padding:4px 24px 4px 9px;
	display:inline-block;
	overflow:hidden;
	height:15px;
}

.button-link:hover {
	text-decoration:underline;
}

#section2 .button-link {
	color:#3399cc !important;
	background:#ffffff url(images/icons/button-arrow.gif) no-repeat right center;
	margin-top:12px;
	background-color:#ffffff;
}
#section2 .button-link .button-outer {
	background:url(images/round-corners/corner-white-dkblue-left.gif) no-repeat left top;
	display:inline-block;
}
#section2 .button-link .button-inner {
	background:url(images/round-corners/corner-white-dkblue-right.gif) no-repeat right top;
	display:inline-block;
}
#section2 .button-link:hover .button-outer {
	background:url(images/round-corners/corner-ltblue-dkblue-left.gif) no-repeat left top;
	display:inline-block;
}
#section2 .button-link:hover .button-inner {
	background:url(images/round-corners/corner-ltblue-dkblue-right.gif) no-repeat right top;
	display:inline-block;
}

#section2 .button-link:hover {
	color:#ffffff !important;
	background:#3399cc url(images/icons/button-arrow-white.gif) no-repeat right center;
	text-decoration:none;
}

#section1 .copy .button-link,
.FormSubmit {
	background:url(images/icons/button-arrow-dkblue.gif) no-repeat right center;
	background-color:#00446b;
	color:#ffffff !important;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#section1 .copy .button-link:hover,
.FormSubmit:active {
	background:url(images/icons/button-arrow-white.gif) no-repeat right center;
	background-color:#3399cc;
	text-decoration:none;
}

#section1 .copy .button-link .button-outer {
	background:url(images/round-corners/corner-dkblue-white-left.gif) no-repeat left top;
	display:inline-block;
}
#section1 .copy .button-link .button-inner {
	background:url(images/round-corners/corner-dkblue-white-right.gif) no-repeat right top;
	display:inline-block;
}
#section1 .copy .button-link:hover .button-outer {
	background:url(images/round-corners/corner-ltblue-white-left.gif) no-repeat left top;
	display:inline-block;
}
#section1 .copy .button-link:hover .button-inner {
	background:url(images/round-corners/corner-ltblue-white-right.gif) no-repeat right top;
	display:inline-block;
}

h1 {
	color:#86afc6;
	font-size:28px;
	margin-bottom:.75em;
	clear:both;
	line-height:1.2em;
}

p.leadin {
	color:#00446B;
	font-size:14px;
	line-height:19px;
	margin-top:22px;
}

#content-primary .copy ul li,
#content-primary .copy ol li {
	margin-bottom:.5em;
	margin-left:-20px;
}

#content-primary ul.PageList li {
	margin-left:0;
}

/* Breadcrumbs */

#breadcrumbs {
	list-style:none;
	overflow:hidden;
	margin:15px 25px 25px 20px;
	padding:0;
	font-size:11px;
	border-bottom:1px dotted #CCCCCC;
	height:auto !important;
	height:27px;
}

#breadcrumbs a {
	float:left;
	padding:5px 5px 5px 0;
	display:block;
/*	background:url(images/divider-breadcrumb.gif) no-repeat right center;	*/
}

#breadcrumbs span.separator {
	background:url(images/divider-breadcrumb.gif) no-repeat left center;
	display:block;
	float:left;
	width:6px;
	height:13px;
	padding:9px 5px 5px 0;
}

#breadcrumbs span.home-crumb a {
	background:url(images/icons/icon-home.gif) no-repeat left center;
	padding:5px 0 5px 22px;
	margin-right:4px;
}

#breadcrumbs a {
	color:#2276bb;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;	
}

#breadcrumbs a.no-link {
	color:#333333 !important;
	cursor:text;
	text-decoration:none !important;
	outline:none !important;
}

#breadcrumbs a.no-link:active,
#breadcrumbs a.no-link:focus {
	outline:none;
}

/* Event Dates */

.event-date {
	background:url(images/icons/icon-calendar-sidebar.gif) no-repeat scroll left top transparent;
	display:block;
	height:54px;
	width:42px;
	float:right;
	margin-top:-7px;
}

.event-month {
	color:#FFFFFF;
	display:block;
	font-size:10px;
	padding-top:11px;
	text-align:center;
	text-transform:uppercase;
}

.event-day {
	color:#00446b;
	display:block;
	font-size:20px;
	line-height:1.1em;
	text-align:center;
}

/* Footer */

#container-footer {
	background:url(images/shadow-footer.gif) repeat-x;
	width:960px;
	margin:0 auto;
	border-bottom:25px solid #65002e;
}

#container-footer-inner {
	background:url(images/bg-footer-building.gif) no-repeat 473px bottom;
	overflow:hidden;
	text-align:left;
	padding-top:20px;
	padding-bottom:103px;
	position:relative;
	background-image: url(images/bg-footer-building.gif);
}

/* Footer Wrapper */

#container-footer h3 {
	font-size:12px;
	color:#00446B;
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:2px dotted #9d9d9d;
	padding-left:3px;
}

#container-footer .content-secondary {
	width:120px;
	padding:0 18px;
}

#container-footer ul.social-media-icons {
	list-style:none;
	margin:13px 0 0 0;
	padding:0;
	overflow:hidden;
}

#container-footer ul.social-media-icons li {
	float:left;
	margin-right:5px;
	list-style-type:none;
}

#container-footer .content-about {
	width:400px;
	float:right;
	font-size:12px !important;
	margin-right:20px;
}

#container-footer .content-about p {
	font-size:12px !Important;
}

#container-footer .content-location {
	width:312px;
	float:right;
	margin-right:40px;
	font-size:12px !important;
	background:url(images/map-ohio-footer.gif) no-repeat left 35px;
	position:relative;
	height:190px;
	overflow:hidden;
}

#container-footer .content-location div.west-chester,
#container-footer .content-location div.dayton,
#container-footer .content-location div.cincinnati {
	display:none;
}

#container-footer .content-location p {
	font-size:12px !important;
}

#container-footer .content-location p {
	margin-bottom:1em;
	margin-left:140px;
}

#container-footer .content-location strong {
	color:#00446b;
	font-weight:normal;
}

.content-location .rollover-instruct {
	background:#FFFFFF;
	font-size:10px;
	left:10px;
	padding:3px;
	position:absolute;
	top:61px;
	width:69px;
}

#location-dots {
	list-style:none;
	margin:0;
	padding:0;
}

#location-dots li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#location-dots a {
	position:absolute;
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/dot-map.gif) no-repeat left -9px;
	cursor:pointer;
}

#location-dots li.active a,
#location-dots a:hover {
	background:url(images/dot-map.gif) no-repeat left top;
}

#location-dots a.columbus {
	bottom:79px;
	left:56px;
}

#location-dots a.west-chester {
	bottom:51px;
	left:16px;
}

#location-dots a.cincinnati {
	bottom:46px;
	left:7px;
}

#location-dots a.dayton {
	bottom:72px;
	left:15px;
}

#location-dots a.cleveland {
	bottom: 122px;
    left: 84px;
    position: absolute;	
}

#container-footer a {
	color:#00446b;
	text-decoration:none;
}

#container-footer a:hover {
	text-decoration:underline;
}

p.copyright {
	clear:both;
	font-size:10px !important;
	width:350px;
	position:absolute;
	top:270px;
	left:18px;
	margin:0;
	padding:0;
}

.nav-footer-wrapper {
 	position:absolute; 
	top:270px; 
	right:20px;
 }
 
#FooterNav ul {
	clear:both;
	font-size:10px;
	top:270px;
	right:18px;
	list-style:none;
	margin:0;
	padding:0;
}

#FooterNav ul li {
	float:left;
	padding-left:7px;
	list-style-type:none;
}

#container-footer #FooterNav ul a {
	color:#000000;
}

ul.login-links {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
	clear:none !important;
	clear:both;
}

ul.login-links li {
	margin-bottom:5px;
	list-style-type:none;
}

#container-footer ul.login-links a {
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#ffffff;
	padding:4px 24px 4px 9px;
	overflow:hidden;
	background:url(images/icons/button-arrow-dkblue.gif) no-repeat scroll right center #00446B;
	display:inline-block;
}

#container-footer ul.login-links a:hover {
	background:#3399cc url(images/icons/button-arrow-white.gif) no-repeat scroll right center;
	text-decoration:none;
}

#container-footer ul.login-links a .button-inner {
	padding:4px 24px 4px 9px;
	display:inline-block;
	overflow:hidden;
	height:15px;
}

#container-footer ul.login-links a .button-outer {
	background:url(images/round-corners/corner-dkblue-white-left.gif) no-repeat left top;
	display:inline-block;
}
#container-footer ul.login-links a .button-inner {
	background:url(images/round-corners/corner-dkblue-white-right.gif) no-repeat right top;
	display:inline-block;
}
#container-footer ul.login-links a:hover .button-outer {
	background:url(images/round-corners/corner-ltblue-white-left.gif) no-repeat left top;
	display:inline-block;
}
#container-footer ul.login-links a:hover .button-inner {
	background:url(images/round-corners/corner-ltblue-white-right.gif) no-repeat right top;
	display:inline-block;
}

/* Right Sidebar */

a#dnn_logo_hypLogo {
	display:block;
	margin:0 auto 24px auto;
	margin-top:18px;
	width:195px;
	height:96px;
}

#section2 h2 {
	color:#86afc6;
	font-size:16px;
	line-height:normal;
}

#section2 h2 a {
	color:#86afc6;
	text-decoration:none;
}	

div.sidebar-box,
#section2 .DNN_NewsFeedsContent {
	padding:12px 0;
	border-bottom:2px dotted #80a2b5;
	overflow:hidden !important;
}

#section2 .DNN_NewsFeedsContent {
	border-bottom:none;
}

#section2 div.last-child {
	border-bottom:none;
}

.sidebar-box .quote-source {
	font-size:14px;
	display:block;
	margin-top:20px;
	color:#86afc6;
}

.sidebar-box .quote-source .source-title {
	font-size:12px;
	display:block;
}



ul.sidebar-links {
	list-style:none;
	margin:28px 0 0 0;
	padding:0;
}

ul.sidebar-links li {
	border-bottom:2px dotted #80a2b5;
	list-style-type:none;
}

/*.home-wrapper-test ul.sidebar-links li {
	border-bottom:none;	
}*/

ul.sidebar-links li a {
	color:#86afc6 !important;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:15px 0 15px 42px;
}

/*.home-wrapper-test ul.sidebar-links li a {
	color:#670A2D !important;
	padding-bottom:0;
}*/

ul.sidebar-links li a.app-packet {
	background:url(images/icons/icon-app-packet.gif) no-repeat 5px center;
}

/*.home-wrapper-test ul.sidebar-links li a.app-packet {
	background:url(images/button-download-info-packet.jpg) no-repeat left top;
	padding-top:9px;
	height:40px;
}*/

ul.sidebar-links li a.request-info {
	background:url(images/icons/icon-request-info.gif) no-repeat 3px center;
}

/*.home-wrapper-test ul.sidebar-links li a.request-info {
	background:url(images/button-request-information.jpg) no-repeat left top;
	padding-top:15px;
	height:30px;
}*/

ul.sidebar-links li a.info-session {
	background:url(images/icons/icon-info-session.gif) no-repeat 3px center;
}

/*.home-wrapper-test ul.sidebar-links li a.info-session {
	background:url(images/button-attend-info-session.jpg) no-repeat left top;
	height:34px;
	padding-top:12px;
}*/

ul.sidebar-links li a span {
	color:#ffffff;
	font-size:16px;
}

/*.home-wrapper-test ul.sidebar-links li a span {
	color:#670a2d;	
}*/

/* Left Sidebar */

.hondros-seal {
	margin-left:-3px;
}

#content-secondary h2 {
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:7px;
}

/* Search */

.wrapper-search {
	background:url(images/bg-field.gif) no-repeat left top;
	position:relative;
}

.wrapper-search .NormalTextBox {
	background:none;
	border:none;
	width:111px;
	line-height:1em;
	padding:4px 0 4px 6px;
	color:#666666;
	font-size:11px;
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
}

.wrapper-search .SearchSkinObject {
	border:none;
	background:url(images/icon-arrow-sprite.gif) no-repeat left 2px;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	font-size:0;
	color:#ffffff;
	display:inline-block;
	position:absolute;
	left:117px;
	top:3px;
}

.wrapper-search .SearchSkinObject:hover {
	background:url(images/icon-arrow-sprite.gif) no-repeat left -16px;
}

/* Utility Nav */

#UtilityNav ul {
	margin:20px -15px 20px -15px;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}

#UtilityNav ul li {
	list-style:none;
	list-style-type:none;
	background:url(images/button-contact.gif) no-repeat left center;
	padding:7px 17px;
}

#UtilityNav ul a {
	text-decoration:none;
	padding-left:25px;
	display:block;
}


/* Main Nav */

#navMain ul {
	margin: 20px 0;
	padding:0;
	list-style:none;
}

#navMain ul li {
	border-bottom:2px dotted #80a2b5;
	padding:6px 0;
	list-style-type:none;
	list-style:none;
}

#navMain ul li:last-child,
#navMain ul li.last-child {
	border-bottom:none;
}

#navMain ul a {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	display:block;
}

#navMain ul li.SelectedTab a,
#section1 #content-secondary #UtilityNav ul li.SelectedTab a {
	color:#86afc6;
	margin-left:-15px;
	padding-left:15px;
}

#section1 #content-secondary #UtilityNav ul li.SelectedTab a {
	background:url(images/arrow-nav-secondary.gif) no-repeat left .3em;
	padding-left:40px;
}

#navMain ul a:hover,
#UtilityNav ul a:hover {
	background:url(images/arrow-nav-secondary-hover.gif) no-repeat left .3em;
	margin-left:-15px;
	padding-left:15px;
	color:#86afc6;
	text-decoration:none;
}

#UtilityNav ul a:hover {
	background:none;
	margin-left:0;
	padding-left:25px;
	color:#ffffff !important;	
}

#section1 #content-secondary #navMain ul a:hover,
#section1 #content-secondary #navMain li.SelectedTab a,
#section1 #content-secondary #navMain ul li.SelectedTab ul li.SelectedTab a,
#section1 #content-secondary #navMain ul li.SelectedTab ul li a:hover,
#section1 #content-secondary #nav-utility ul a:hover {
	color:#86afc6;
}

#navMain ul li ul {
	margin:2px 0;
	list-style:none;
	padding:6px 0 0 0;
	
}

#navMain ul li ul li {
	border:none;
	padding:0;
/*	margin:0 0 5px 0;	*/
	line-height:15px;
	display:inline-block;
	list-style-type:none;
	list-style:none;
	width:100%;
	margin-bottom:2px;
}


#navMain ul li ul li a,
#navMain ul li.SelectedTab ul li a {
	font-size:12px;
	display:block;
	padding-left:5px;
	margin-left:0;
	color:#ffffff;
}

#section1 #content-secondary #navMain ul li.SelectedTab ul li a,
#section1 #content-secondary #navMain ul li.SelectedTab ul li.SelectedTab ul li a {
	color:#ffffff;
}

#navMain ul li.SelectedTab ul li.SelectedTab a,
#navMain ul li ul li a:hover {
	padding-left:20px;
	background-position:left .1em;
	text-decoration:none;
	margin-left:-15px;
	
}

#navMain ul li.SelectedTab ul li.SelectedTab a {
	background:url(images/arrow-nav-secondary.gif) no-repeat left .1em;
}

#navMain ul li.SelectedTab ul li.breadcrumb a {
	background:none;
}

#navMain ul li.SelectedTab ul li.breadcrumb a:hover {
	background:url(images/arrow-nav-secondary-hover.gif) no-repeat left .1em;
}

#navMain ul li ul li ul {
	padding:0;
	margin-bottom:-2px;	
}

#navMain ul li ul li ul li a {
/*	margin-left:6px;*/
	padding-left:25px !important;
}

#navMain ul li.SelectedTab ul li.SelectedTab ul li a  {
	background:none;
}

#section1 #content-secondary #navMain ul li.SelectedTab ul li.SelectedTab ul li a:hover {
	color:#86afc6;
	background:url(images/arrow-nav-secondary-hover.gif) no-repeat left .1em;
}

#section1 #content-secondary #navMain ul li.SelectedTab ul li.SelectedTab ul li.SelectedTab a  {
	background:url(images/arrow-nav-secondary.gif) no-repeat left .1em;
	color:#86afc6;
}


/* Quick Links */


.links-list {
	height:40px;
	position:relative;
	z-index:1;
	opacity:.98;
	
}

#section1 #content-secondary a.quick-links,
.links-list-head {
	background:url(images/bg-field.gif) no-repeat;
	width:128px;
	height:16px;
	display:block;
	color:#666666;
	font-size:11px;
	padding:3px 0 3px 6px;
	cursor:pointer;
	position:relative;
}

.quick-links span.arrow,
.links-list-head span.arrow {
	background:url(images/icon-arrow-sprite-down.gif) no-repeat left top;
	height:12px;
	width:12px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	margin-right:4px;
	margin-top:2px;
	position:absolute;
	top:3px;
	right:1px;
}

.quick-links:hover span.arrow,
.links-list-head:hover span.arrow {
	background:url(images/icon-arrow-sprite-down.gif) no-repeat left -18px;
}

.links-list-links {
	background:#ffffff;
	width:131px;
	font-size:11px;
	display:none;
	opacity:.95;
	position:absolute;
	top:22px;
	left:2px;
}

#section1 #content-secondary .links-list-links a {
	color:#86afc6;
	display:block;
	padding:4px;
	
}

#section1 #content-secondary .links-list-links a:hover {
	color:#ffffff;
	background:#86afc6;
}

.links-list-links br {
	height:0;
	line-height:0;
	overflow:hidden;
}


/* Alert */

#wrapper-alert {
	background:url(images/bg-alert.gif) repeat-x;
	height:39px;
	display:none;
}

#container-alert {
	color:#ffffff;
	width:944px;
	margin:0 auto;
	text-align:left;
	font-size:14px;
	padding-left:16px;
	line-height:37px;
	vertical-align:middle;
}

/* Curriculum Table */

table.curriculum,
table.data-table {
	width:100%;
	margin-bottom:1em;
}

table.curriculum td,
table.curriculum th,
table.data-table td,
table.data-table th,
table.comparison-chart td,
table.comparison-chard th {
	padding:5px;
}

table.curriculum td.section-head,
table.comparison-chart td.section-head {
	font-weight:bold;
	padding-top:5px;
	background-color:#EEEDEB;
}

/* Data Table */

table.data-table {
	margin-top:.5em;
}

table.data-table th {
	background-color:#EEEDEB;
	vertical-align:bottom;
}

table.data-table td {
	border-bottom:1px dotted #cccccc;
}


/* Logo Table */

.logo-table {
	width:100%;
	border-top:1px dotted #B5C188;
	margin-top:1em;
}

.logo-table td {
	border-bottom:1px dotted #B5C188;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}

.logo-table td.logo {
	text-align:left;
	width:145px;
}

.logo-table p {
	margin-top:0;
}

/* Search Results */

.search-results {
	width:100%;
	border-top:1px dotted #B5C188;
	margin-top:1em;
}

.search-results td {
	border-bottom:1px dotted #B5C188;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}

.search-results .result-title {
	font-weight:bold;
}

.PagingTable {
	width:100%;
}

/* Site Map */


.HouseIndexContent ul {
	margin:0;
	padding:0;
}

.HouseIndexContent ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.HouseIndexContent ul li a {
	font-size:18px;
	border-bottom:1px solid #dedede;
	padding-bottom:6px;
	margin-bottom:11px;
	margin-top:32px;
	color:#B5A541;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

.HouseIndexContent ul li ul li a {
	color:#00446B;
	font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size:12px;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
	display:inline;
}

.HouseIndexContent ul li ul li ul {
	margin-left:1em;
	padding-left:1em;
	margin-top:.5em;
}

.HouseIndexContent ul li ul li ul li {
	list-style-type:disc;
}

/* Location Images */

.location-image {
	float:right;
	margin-left:10px;
	margin-bottom:30px;
	border:1px solid #bababa;
}

/* Login */

#dnn_ctr_Login_pnlLogin {
	background:#ffffff;
	padding:10px;
}

/* Alert */

#dnn_alertPane {overflow:hidden; position:relative; font-size:0; line-height:0;}

#alert-wrapper {
	background:url(images/bg-alert.gif) repeat-x left bottom #cd3301;
	width:100%;
}

#alert {
	color:#ffffff;
	font-size:13px;
	text-align:left;
	width:926px;
	margin:0 auto;
	padding:12px 18px;
	line-height:normal;
}

#alert p {
	margin:0 !important;
	padding:0 !important;
	color:#ffffff !important;
}

/* SEO Copy */

#seo-copy-wrapper {
	margin:0 auto;
	width:960px;
}

#seo-copy-wrapper-inner {
	color:#999999;
	font-size:11px;
	margin:0 auto;
	padding:30px 18px 18px 18px;
	text-align:left;
	line-height:normal;
}

#dnn_SeoCopyPane {
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:relative;
}

/* Comparison Chart */

table.comparison-chart {
	margin:0 0 1em 0;	
}

table.comparison-chart td {
	vertical-align:top;	
}

table.comparison-chart .row-head {
	vertical-align:top;
	font-weight:bold;	
}

table.comparison-chart ul {
	margin:0;	
}

table.comparison-chart tr.odd td {
	background:#f9f9f9;	
}

/* Contact Items */

.contact-item-wrapper {
	margin:35px 0 20px 0;	
	text-align:center;
	overflow:hidden;
}

.inner-wrapper .copy .contact-item-wrapper h3 {
	color:#555555;
	font-weight:normal;
	margin:0 0 20px 0;
}

.inner-wrapper .copy .contact-item-wrapper h3 strong {
	color:#00446B;
	font-weight:bold;	
}

.contact-item-wrapper .contact-item {
	float:left;
	width:160px;
	text-align:center;	
	font-weight:bold;
}

.contact-item-wrapper .contact-item img {
	margin:0 0 10px 0;	
}

#dnn_ctr495_ContentPane .required-indicator, #dnn_ctr446_ContentPane .required-indicator
{ display: none !important; }
