/* CSS Document */

/* Generic Styles ---------------------------------------------------------------------------------------------------- */
body:before {
    content: url(../images/login-up.png) url(../images/slide1c-up.png) url(../images/callout1-up.png) url(../images/callout2-up.png) url(../images/callout3-up.png);
    display:none;
}

body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0;
	margin:0;
}

h1{
	font-family: "cooper_hewittsemibold", Arial, sans-serif;
	font-size:30px;
	padding:0;
	margin:0;
}

h2{
	font-family: "cooper_hewittsemibold", Arial, sans-serif;
	font-size:24px;
	padding:0;
	margin:0;
}

/* Div Structure ---------------------------------------------------------------------------------------------------- */
#overlay{
	background: rgba(0,0,0,0.7);
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index:9000;
	display:none;
}

#alert{
	position:fixed;
	top: 50%;
	left: 50%;
	width:489px;
	height:253px;
	background:url(../images/alert.png) no-repeat top center;
	z-index:9002;
	margin-left:-284px;
	margin-top:-126px;
	display:none;
	text-align:left;
	padding:37px 30px 0px 50px;
}

#alerttitle{
	font-family:"cooper_hewittmedium", Arial, sans-serif;
	font-size:18px;
	color:#ffffff;	
}

#alertmessage{
	font-family:"cooper_hewittmedium", Arial, sans-serif;
	font-size:12px;
	color:#000000;	
}

#alertmessage{
	position: relative;
	background-color:#ff0000;
}

#alertmessage2{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    padding: 15px 0px 0px 0px;
	color:#ffffff;
    text-align: left;
    width: 977px;
}

#navigation{
	position: relative;
}

#navigation2{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 977px;
	height: 211px;
}

#subnavigation2{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 977px;
	height: 211px;
	background:url(../images/background.png) no-repeat top left;
}

#login{
    width: 264px;
	float:left;
	cursor:pointer;
}

#slide1{
	position: relative;
}

#slide2{
	position: relative;
    padding: 0px 0px 0px 450px;
    width: 449px;
	height: 427px;
	margin-left: auto;
    margin-right: auto;
}

#callout{
	position: relative;
	background-color:#252655;
}

#callout2{
	position: relative;
    padding: 0px 0px 0px 0px;
    width: 977px;
	height: 300px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-family:"cooper_hewittmedium";
	color:#ffffff;
}

#content{
    position: relative;
}

#content2{
    position: relative;
    padding: 20px 25px;
    width: 927px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

#notice{
    position: relative;
}

#notice2{
    position: relative;
    padding: 10px 25px;
    width: 927px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

#bluebar{
	position: relative;
	background-color:#252655;
	height:25px;
}

#footer{
	position: relative;
}

#footer2{
	position: relative;
    padding: 0px 0px 0px 0px;
    width: 977px;
	margin-left: auto;
    margin-right: auto;
	color:#757575;
	line-height:20px;
}

#navlinks{
    width: 698px;
	height: 177px;
	float:left;
	background:url(../images/logo.png) top center no-repeat;
	font-family:"cooper_hewittsemibold", Arial, sans-serif;
	font-size:18px;
	color:#252655;
	padding:34px 0px 0px 15px
}

/* Classes ---------------------------------------------------------------------------------------------------- */
.semibold{
	font-family: "cooper_hewittsemibold";
	color:#757575;
	font-size:16px;
}

/* Link Styles ---------------------------------------------------------------------------------------------------- */
#navlinks ul {
    text-align: left;
    display: inline;
    list-style: none;
    color:#5355b6;
    font-size:16px;
    letter-spacing:.02em;
    text-decoration:none;
	padding:0px;
	margin:0px;
}

#navlinks ul li {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
	height: 30px;
}

#navlinks ul li a, #navlinks ul li a:visited{
    color:#5355b6;
	text-decoration:none;
}

#navlinks ul li a:hover{
    color:#DC4E0F;
}

#navlinks ul li:hover {
    color:#DC4E0F;
}

#navlinks ul li ul {
    padding: 0;
    position: absolute;
    top: 30px;
    left: 5px;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index:100;
    font-size:15px;
    border:#d4d4d4 1px solid;
}

#navlinks ul li ul.dropdowncustom {
    width: 250px;
}

#navlinks ul li ul li { 
    background: #ffffff; 
    display: block; 
    color: #ffffff;
    cursor: pointer;
	line-height:35px;
	height:35px;
    text-decoration:none;
}

#navlinks ul li ul li:hover {
	background: #5355b6;
	color:#ffffff;
}

#navlinks ul li ul li a, #navlinks ul li ul li a:visited{
    color:#5355b6;
	text-decoration:none;
    height:35px;
	line-height:35px;
	display: block;
}

#navlinks ul li ul li a:hover{
    color:#ffffff;
	background: #5355b6;
	text-decoration:none;
	border-bottom:0px;
}

#navlinks ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

#footer2 a, #footer2 a:visited{
	color:#32328a;
	text-decoration:none;
	font-family: "cooper_hewittsemibold";
	font-size:12px;
}

#footer2 a:hover {
	text-decoration:underline;
}

a, a:visited{
	color:#252655;
	text-decoration:none;
}

a:hover {
	color:#252655;
	text-decoration:underline;
}

/* Fonts ---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'cooper_hewittlight_italic';
    src: url('../fonts/cooperhewitt-lightitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-lightitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-lightitalic-webfont.svg#cooper_hewittlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittheavy';
    src: url('../fonts/cooperhewitt-heavy-webfont.eot');
    src: url('../fonts/cooperhewitt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-heavy-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-heavy-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-heavy-webfont.svg#cooper_hewittheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbold_italic';
    src: url('../fonts/cooperhewitt-bolditalic-webfont.eot');
    src: url('../fonts/cooperhewitt-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-bolditalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-bolditalic-webfont.svg#cooper_hewittbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittmedium_italic';
    src: url('../fonts/cooperhewitt-mediumitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-mediumitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-mediumitalic-webfont.svg#cooper_hewittmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbold';
    src: url('../fonts/cooperhewitt-bold-webfont.eot');
    src: url('../fonts/cooperhewitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-bold-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-bold-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-bold-webfont.svg#cooper_hewittbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbook_italic';
    src: url('../fonts/cooperhewitt-bookitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-bookitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-bookitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-bookitalic-webfont.svg#cooper_hewittbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittheavy_italic';
    src: url('../fonts/cooperhewitt-heavyitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-heavyitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-heavyitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-heavyitalic-webfont.svg#cooper_hewittheavy_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('../fonts/cooperhewitt-medium-webfont.eot');
    src: url('../fonts/cooperhewitt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-medium-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-medium-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-medium-webfont.svg#cooper_hewittmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../fonts/cooperhewitt-book-webfont.eot');
    src: url('../fonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-book-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-book-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-book-webfont.svg#cooper_hewittbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittsemibold_italic';
    src: url('../fonts/cooperhewitt-semibolditalic-webfont.eot');
    src: url('../fonts/cooperhewitt-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-semibolditalic-webfont.svg#cooper_hewittsemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittsemibold';
    src: url('../fonts/cooperhewitt-semibold-webfont.eot');
    src: url('../fonts/cooperhewitt-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-semibold-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-semibold-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-semibold-webfont.svg#cooper_hewittsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittthin';
    src: url('../fonts/cooperhewitt-thin-webfont.eot');
    src: url('../fonts/cooperhewitt-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-thin-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-thin-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-thin-webfont.svg#cooper_hewittthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittlight';
    src: url('../fonts/cooperhewitt-light-webfont.eot');
    src: url('../fonts/cooperhewitt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-light-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-light-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-light-webfont.svg#cooper_hewittlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittthin_italic';
    src: url('../fonts/cooperhewitt-thinitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-thinitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-thinitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-thinitalic-webfont.svg#cooper_hewittthin_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}