@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B3C1F0;
	background-color: #2C2E3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #B3C1F0;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	color: #E2E2E2;
	margin-bottom: -10px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	margin-bottom: -15px;
	color: #E2E2E2;
	font-weight: normal;
}

a:link {
	color: #2589BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #97C6DA;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}


.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(../Assets/LS-Back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 35px;
}
.oneColFixCtrHdr #footer {
	background-position: center bottom;
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	background-image: url(../Assets/LS-FooterBack.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #BED7DE;
}




#SecondaryContent {
	background-color: #565F7E;
	width: 850px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 16px;
}
#SecondaryContent p {
	color: #C9D6DE;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 8px;
}
#SecondaryContent h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #menuPosition {
	margin-left: 420px;
	font-size: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ================================================================================= */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}
#sddm strong {
	color: #092A3D;
}


#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 85px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	background-color: #3E83A2;
}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
