@charset "UTF-8";
/* CSS Document */





/* =================GLOBAL================ */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#DDD;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
a:link {color: #000; text-decoration: none; }
a:visited {color: #777; text-decoration: none; }
a:hover {color: #466197; text-decoration: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom:0px;
	padding: 0px 50px 0px 30px;
	color: #466197;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom:0px;
	padding: 5px 50px 0px 30px;
	color: #3c5382;
}

h2 a:link {color: #3c5382; text-decoration: underline; }
h2 a:visited {color: #3c5382; text-decoration: underline; }
h2 a:hover {color: #3c5382; text-decoration: underline;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom:0px;
	padding: 0px 50px 0px 30px;
	color: #3c5382;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin-bottom:0px;
	padding: 0px 50px 0px 30px;
	color: #3c5382;
}
ul {
	margin-top:0px;
	padding: 5px 50px 0px 45px;
}

li {
	font-size: 99%;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	margin-bottom: 8px;
}
li a:link {color: #2d519b; text-decoration: underline; }
li a:visited {color: #777; text-decoration: underline; }
li a:hover {color: #466197; text-decoration: underline;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-top: 5px;
	padding: 0px 50px 0px 30px;
}

p a:link {color: #000; text-decoration: underline; }
p a:visited {color: #777; text-decoration: underline; }
p a:hover {color: #466197; text-decoration: underline;}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-top: 3px;
	padding: 0px 50px 0px 30px;
	border: 0px;
}

img.floatLeft {
float: left;
margin: 15px 20px 0px 5px;

}

img.floatRight {
float: right;
margin-left: 15px;
margin-top: 15px;
}

/* ==============LEVEL2 LAYOUT==================== */


div#container{
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-color: #FFF;
	
}


div#right_graphic {
	height: 300px;
	width: 300px;
	position: absolute;
	left: 550px;
	top: 200px;
	z-index: 0;
}

div#logo {
	height: 60px;	
}

div#menu_SSI{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 760px;
	position: absolute;
	left: 200px;
	top: 23px;
	color:#666;
	z-index: 10;
}

#menu_SSI a:link {color: #333; text-decoration: none; }
#menu_SSI a:visited {color: #333; text-decoration: none; }
#menu_SSI a:hover {color: #039; text-decoration: none;}

div#header {
	margin: 0;
	height: 70px;
	width: 940px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image:url(../images/headerRule.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

div#main {
	margin: 0;
	height: auto;
	width: 755px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div#main_wide {
	margin: 0;
	height: auto;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

div#mainshort {
	margin: 0;
	height: 300px;
	width: 755px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div#usershort {
	margin: 0;
	height: 400px;
	width: 755px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div#sidenav {
	height: auto;
	width: 160px;
	padding-top: 10px;
	left: 800px;
	float: right;
	z-index: 10;
	background-color: transparent;
}

#sidenav li {
	font-size: 11px;
	line-height: 25px;
	color: #666;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

#sidenav a:link {color: #333; text-decoration: none; }
#sidenav a:visited {color: #333; text-decoration: none; }
#sidenav a:hover {color: #039; text-decoration: none;}


div#footer {
	width: 960px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 45px;
}

div#mainfooter {
	width: 800px;
	float: left;
	background-color: #fff;
	
}

#mainfooter a:link {color: #333; text-decoration: none; }
#mainfooter a:visited {color: #333; text-decoration: none; }
#mainfooter a:hover {color: #039; text-decoration: none;}


div#copyright {
	width: 160px;
	float: right;
	background-color: #fff;
}

div#didYouKnowHI{
	position: absolute;
	height: 200px;
	width: 150px;
	top: 325px;
	right: 35px;	
}

div#didYouKnowMD{
	position: absolute;
	height: 200px;
	width: 150px;
	top: 350px;
	right: 35px;	
}

div#didYouKnowLO{
	position: absolute;
	height: 200px;
	width: 150px;
	top: 400px;
	right: 35px;	
}

.new {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 100%;
	color: red;
}

.currentpg {
	color: #039;
	font-weight: bold;
}

.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;
}

.mediumText {
	font-size: 10px;
}

#seriesGraphic {
	background-image: url(../images/Series25Graphic_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: 100px 5px;
	padding-left: 320px;
	padding-top: 165px;
	padding-bottom: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 21px;
}
#seriesGraphic a:link {color: #fff; text-decoration: underline; }
#seriesGraphic a:visited {
	color: #6290ed;
	text-decoration: underline;
}
#seriesGraphic a:hover {
	color: #96b8fa;
	text-decoration: underline;
}
