/* LAYOUT ELEMENTS */

* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
#Body, .Head, .SubHead {
	height:100%;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
#Body {
	/* background: #4d6c9b url(images/background-2.jpg) no-repeat bottom center fixed; */
	background: #486698 url(images/background-4.jpg) no-repeat bottom center fixed;
}
p, ul, ol, .Normal, td, th {
	font-size: 14px;
	line-height: 24px;
}
td, th {
	vertical-align: top;
}
#Form {
	height:100%;
}
a {
	outline:0;
	border:0;
}

.SidebarMenu .externalLink, .dnnMenu .externalLink {
	background-image: url(images/external.gif);
	background-repeat: no-repeat;
	background-position: right 8px;

}
a:link, a:visited, a:active {
	color: #d88119;
	text-decoration:none;
	/*font-weight: bold;*/
}


a:link:hover, a:visited:hover, a:active:hover, a:hover {
	text-decoration:none;
	color:#999;
}


p {
	margin:0;
	padding:0 0 1em 0;
}
ul, ol {
	margin:0 0 0 30px;
	padding:0 0 1em 0;
}

ul li {
    list-style-type:square;

}


ul li a:active, ul li a:link,  ul li a:visited{
	/* color:#336699; */
	color: #d88119;
	text-decoration:none;

}

ul li a:active:hover, ul li a:link:hover,  ul li a:visited:hover, ul li a:hover{
	text-decoration:none;
	/* color:#000000;	*/
	color:#999;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}
#header {
	width:100%;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	height: 72px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.header-wrapper {
	position: relative;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#navigation {
	float: right;
}
/* STYLE ELEMENTS */
h1, h2 {
	font-weight: bold;
	color: #143B78;
	margin: 10px 0 10px;
}
h3, h4 {
	font-weight: bold;
	color: #000;
	font-family: "myriad-pro",sans-serif;

}
h5, h6 {
	font-weight: bold;
	color: #2D0707;
	font-size: 14px;
	font-family: "myriad-pro",sans-serif;
	padding: 5px 0 5px;

}

h1 {
	font-size:30px;
	line-height: 32px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
	margin: 10px 0;
}
h4 {
	font-size: 14px;
}
#breader {
	margin: 60px 0;
	font-size: 12px;
}
#breader a:link, #breader a:visited, #breader a:active {
	color: #fff;
}
#callout, #content {
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}
#callout .padding-opaque, #content .padding-opaque {
	padding: 20px;
}
.breader-links {
	font-weight: bold;
}
#footer-bottom .wrapper {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	padding: 30px 0;
	margin-top: 30px;
	color: #fff;

}
#footer-menu {
	width: 619px;
	float: left;
	margin-right: 20px;
	padding: 0 0 0 20px;
	border-right: 1px solid #333;
}
#footer-right {
	float: left;
	width: 280px;
}
a.footer-link:active,a.footer-link:link,a.footer-link:visited {
	color: #fff;
}
#member-boxes {
	position:relative;
}
#dnn_LoginPane, #dnn_MemberPane, #dnn_CenterLoginPane {
	float: right;
}
#dnn_LoginPane {
	width: 305px;
}
#dnn_MemberPane {
	width: 225px;
}
#dnn_CenterLoginPane {
	float: right;
	width: 245px;
	padding: 0px 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#member-login-boxes {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	float: right;
	width: 800px;
}
#MemberBoxToggle {
	height: 19px;
	background: black url(images/expando-white-down.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: -25px;
	color: white;
	padding: 3px 30px 3px 10px;
}
#MemberBoxToggle.down {
	background: black url(images/expando-white-up.png) no-repeat right top;
}
#MemberBoxToggle:hover {
	cursor: pointer;
}
.member-box-container {
	margin-top: -50px;
}
#search {
	background: #000;
	border: 1px solid #333;
	padding: 20px 10px;
	margin: 0 0 20px 0;
}
#search input {
	padding: 2px 5px;
}
/* PANE STYLES */
#dnn_CalloutPane, #dnn_CalloutPaneRight,
#dnn_CenterPane, #dnn_RightPane, #dnn_LeftPane {
	float: left;
}
#dnn_CalloutPane {
	width: 600px;
	margin-right: 20px;
}
#dnn_CalloutPaneRight, #dnn_RightPane {
	width: 300px;
}
#content {
	margin-top: 20px;
}
.inside-content #content {
	margin-top: 0px;
}
#dnn_CenterPane, #dnn_LeftPane {
	width: 290px;
}
#dnn_CenterPane, #dnn_LeftPane {
	margin-right: 20px;
}
#dnn_BottomPane {
	clear: both !important;
}
.inside-content #dnn_LeftPane {
	width: 600px;
}
.DNNEmptyPane {
	width: 0px !important;
	float: none !important;
	clear: none !important;
	min-height: 0px !important;
	height: 0 !important;
}
/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap {
	filter:none !important;
}
/* Panes - In Layout Mode */
.paneOutline {
	border:0;
}
.paneOutline span.SubHead center {
	border:1px #ccc dotted;
	border-left:0;
	border-right:0;
	line-height:2.5em;
}
#iPopUp {
	display:none;
}
.eipbackimg {
	z-index:1000;
}
/* Fonts */
.SubHead {
	color:#333;
}

/******** OVERRIDE FOR UPGRADE TO DNN 9 ************/

#dnn_ctr932_ModuleContent {
	font-family: "myriad-pro",sans-serif;
}
#dnn_ctr932_Login_ICGCustom div.dnnForm.dnnClear div.dnnFormItem div.dnnLabel {
	font-family: "myriad-pro",sans-serif;
	display: block;
	width: 30%;
	text-align: right;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	padding-right: 0;
}
#dnn_ctr932_Login_Login_ICGCustom_lblUsername_label,
#dnn_ctr932_Login_Login_ICGCustom_lblPassword_label {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#dnn_ctr932_Login_Login_ICGCustom_txtUsername,
#dnn_ctr932_Login_Login_ICGCustom_txtPassword {
	min-width: 35%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #000;
	border-left: 5px #F00 solid;
	font-family: "myriad-pro",sans-serif;
	padding: 2px;
	float: left;
	margin: 0;
}

#dnn_ctr932_Login_ICGCustom div.dnnForm.dnnClear ul.dnnActions li {
	/* overflow: hidden; */
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#dnn_ctr932_Login_Login_ICGCustom_btnLogin {
	display: block!important;
	margin-left: 107px!important;
	min-width: 0!important;
}

#dnn_ctr1031_HtmlModule_lblContent .loginActions p {
	color: white;
}

#dnn_ctr932_Login_Login_ICGCustom_pnlHelper div.dnnForm.dnnClear ul.dnnActions {
	display: block;
}

/* Fixes subscribe login on this page https://www.adsa.org/Publications/News/Dairenews.aspx */
#dnn_ctr883_ModuleContent input {
	max-width: 250px;
}