﻿html,body {
 	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d6d2bf;
	/*background-image: url(Images/nbrkaBg.jpg);*/
	background-image: url(Images/capitol.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
    height: 100%;
}

h1 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #91814f;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 34px;
	background-color: #e7e3d0;
}
h2 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #91814f;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
}
p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	text-align: left;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #999;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.headerContainer {
	background-repeat: repeat-x;
	background-image: url(Images/headerBackRepeat.gif);
}
.header {
	background-image: url(Images/headerBackground.jpg);
	background-position: center;
	height: 160px;
	background-repeat: no-repeat;
	width: 980px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	/*width: 978px; */
	width: 400px;
	/* margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */ 
	margin-left: 10%;
	margin-top: 85px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-radius: 15px;
	opacity: 0.8;
	overflow: clip;
	position: relative;
}
.content {
	width: 350px;
	float: left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}
.contentHeader {
	background-image: url(Images/ECM_Header_Text_Outline.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat; 
	margin-top: 15px;
	height: 100px;
	position: relative;
	color: #000;
}
.warning {
	display: inline-block;
	color: #000;
	width: 350px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	font-style: italic;
}
#infopanel {
	font-size: 8px;
}
/* ~~ The footer ~~ */
#divMasterContainer
{
	min-height:100%;
	position:relative;
}
#divMainContainer {
    padding-bottom: 192px;
    overflow: auto;
}
.footerContainer {
	position: absolute;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #1c1c1c;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height:192px;
	width:100%;
	bottom:0;
}
.footer {
	background-image: url(Images/footerBackground.jpg);
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 192px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: center;
}
ul.navFooter {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.navFooter a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #666;
}
ul.navFooter a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #999;
}

#LoginCtrl1 > div {
	left: 0px !important;
	top: 0px !important;
	background-image: none !important;
	z-index: 1;
	height: auto !important;
	padding-bottom: 15px;
	width: 350px !important;
}
#LoginCtrl1 > div > div.defaultDark {
	display: none !important;
}

#LoginCtrl1 > div >img{
	display: none !important;
	height: 0px !important;
	width: 0px !important;
}
#LoginCtrl1 > div >div{
	left: 0px !important;
	position: relative !important;
	top: 0px !important;
	height: auto !important;
	padding-bottom: 15px;
	width: 350px !important;
}