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

/* @group Reset */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, font, strike, sub, sup, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*	added since vertica-align was causing text alignment issues in IE7 that is not correctable by restyling -sonhoang 2-22-2010 */
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


h1,h2,h3,h4,h5,h6,
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: normal;
}

/* @end */

/* @group General */
body {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 100%;
}

div#container {
	width: 59.375em; /* 16 x 60.625 = 970px */
	margin: 0 auto;
}

a {
	color: #207BC1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Header */
div.header {
	height: 10.5em;
	position: relative;
}

/* Global Nav */
ul.global {
	list-style-type: none;
	float: right;
	text-transform: uppercase;
}

ul.global a {
	font-size: 56.25%; /* 16 x 0.563em = 9px */
	text-decoration: none;
	color: #959595;
	padding-right: .3em; /* 9 x 0.3em = 2.7px */
	padding-left: .8em; /* 9 x 0.8em = 6.4px */
}

ul.global li + li a {
	/* pixels for thin border line */
	border-left: 1px solid #959595;
}

ul.global a:hover {
	text-decoration: underline;
}

ul.global li {
	display: inline;
}

div.header p.logo,
div.header h1 {
	float: left;
}

div.header p.logo img {
	padding-top: 0;
	padding-right: 2em;
	margin: 1em 1em 0 1em;
	/* pixels for thin border line */
	border-right: #77797b solid 1px;
	width: 5.875em;
	height: 5.5625em;
}

div.header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 200%;
	clear: right;
	position: absolute;
	z-index: 5;
	top: 3.5em;
	left: 5.75em;
}

div.header img.affirm_logo {
	position: absolute;
	z-index: 0;
	top: 3em;
	left: 9em;
	width: 40.25em;
	height: 6.875em;
}

div.header h1 a,
div.header h1 a:hover {
	color: #000;
	text-decoration: none;
}

/* Search Box */
div.header div#search_box {
	position: absolute;
	clear: both;
	width: 14em;
	top: 1.75em;
	right: 0;
}

form.search input.terms {
	font-size: 65%;
	line-height: 1.95em;
	width: 15em;
	height: 1.5em;
	padding-left: .5em;
	padding-right: .5em;
	/* pixels for drop shadow */
	-moz-box-shadow: inset 0 2px 5px #888;
	-webkit-box-shadow: inset 0 2px 5px #888;
	box-shadow: inset 0 2px 5px #888;
	border: solid #888 1px;
	-moz-border-radius: .45em;
	border-radius: .45em;
}

form.search input.search,
form.search input.submit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 65%;
	width: 4.75em;
	height: 1.9em;
}

form.search input.submit {
	z-index: 5;
	color: #ffffff;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

form.search input.submit:active {
	top: .1em;
	right: .1em;
}

/* hide automatic google icon on cas/search.php searches */

img.searchlogo {
	display: none;
}

/* Share this button */
div.header a.a2a_dd img {
	position: absolute;
	top: 3.5em;
	right: 0;
	width: 5.125em;
	height: 1.1875em;
}

/* @group Primary Navigation */
ul#areas {
	font-size: 62.5%;
	width: 100%;
	float: left;
	position: relative;
	z-index: 5;
	background-color: #000;
}

ul#areas a {
	display: block;
	color: white;
}

ul#areas a:hover {
	text-decoration: none;
}

ul#areas li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

ul#areas > li > a {
	padding: .75em 4.25em;
}

ul#areas li.last {
	float: right;
	background-color: #08508d;
	position: absolute;
	right: 0;
	z-index: 5;
}

ul#areas li.last a {
	padding-left: 3em;
	padding-right: 3em;
}

ul#areas li ul li a {
	font-weight: normal;
}

ul#areas li ul li {
	font-size: 1.1em;
}
ul#areas li ul li ul li {
	font-size: 1em;
}

/* sets the border across the open menu */
ul#areas > li.open > a {
	border-top-color: #85B0DA;
	color: #8497B9;
}

/* @end */

ul#areas li:hover {
	background-color: #002868;
}

ul#areas a, ul#areas li.open li.open {
	padding: .75em 2em;
}

ul#areas li li:hover a:hover, ul#areas li.open li.open {
	background: #002469;
}

ul#areas li ul {
	position: absolute;
	display: none;
	width: 18.7em;
	padding-bottom: 1.5em;
	padding-top: .8em;
	opacity: .95;
}
ul#areas li ul li ul {
	width: 17em;
}
ul#areas li li {
	padding: 0;
	text-transform: none;
	font-weight: normal;
	width: 17em;
	background: none;
}

ul#areas li li a, ul#areas li.open li.open {
	width: 13em;
	/* reset the padding for list links */
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

ul#areas li li.open {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	width: 15em;
	background: #002469;
}

ul#areas li li a:hover {
	background: none;
}

ul#areas li li:hover {
	background-color: #0d3374;
}

ul#areas li:hover ul {
	display: block;
	background: #052a6e;
	z-index: 5;
}

ul#areas ul ul {
	margin: -3em 0 0 17em;
}

ul#areas ul li.open ul {
	margin: -3em 0 0 15em;
}

ul#areas, ul#areas ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

ul#areas li:hover ul ul {
	display: none;
}

ul#areas li li:hover ul {
	display: block;
}

/* @end */
/* @end */

/* @group Navigation */
div#navigation {
	width: 21%;
	float: left;
}

div#navigation h2,
div#navigation h2:hover,
div#navigation h2 a,
div#navigation h2 a:hover,
ul.main_links li a:hover,
ul.main_links li.open,
ul.main_links li.open a,
ul.main_links li.open a:hover,
div.news_events h2,
div.news_events h2 a,
div.news_events h2 a:hover {
	color: #fff;
}

div#navigation h2 a,
ul.main_links li,
ul.main_links li a,
ul.main_links li.open,
ul.main_links li.open a {
	display: block;
}

div#navigation h2 {
	font-weight: bold;
	font-size: 62.5%;
	background-color: #000;
	margin: 1em 0 .75em 0;
	text-transform: uppercase;
}

div#navigation h2 a {
	padding: .5em 1em .5em 1em;
	display: block;
}

/* @group Main Links */
ul.main_links {
	margin-bottom: 2.5em;
	background-color: #ececec;
}

ul.main_links li a {
	color: #08508D;
}

ul.main_links li a,
ul.main_links li.open {
	font-size: 68.75%; /* 11px / 16 = .6875 --> 68.75% */
	font-weight: bold;
	padding: 1em 2em;
	border-bottom: .25em solid #fff;
}

ul.main_links li.open a {
	font-size: 100%;
	border-bottom: none;
	margin: -1em -2em;
}

div#navigation h2:hover,
div#navigation h2 a:hover,
ul.main_links li a:hover,
ul.main_links li.open a:hover {
	text-decoration: none;
	background-color: #002868;
}

ul.main_links li.open,
ul.main_links li.open a {
	background-color: #08508D;
}

/* @end */

/* @group News and Events Navigation Panel */
div#navigation div.news_events ul {
	margin-left: -.5em;
}
div.news_events li {
	list-style: none;
	margin-left: .5em;
	padding-bottom: 1em;
	background-image: url(/cas/images/cas/home/home_dotted_line.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.news_events h3 {
	font-size: 62.5%;
	font-weight: bold;
	line-height: 1.25em;
	margin: .5em 0;
}

div.news_events p {
	font-size: 62.5%;
}
/* @end */
/* @end */

/* @group Content */
div#content {
	width: 59.375em; /* 16 x 59.375em = 950px */
	clear: both;
}

/* @end */

/* @group Footer */
div#footer {
	clear: both;
	position: relative;
	padding-top: 2em;
	height: 9em;
}

p.footerNSF img {
	position: absolute;
	z-index: 0;
	padding-bottom: 2em;
	width: 11em;
	height: 11.0625em;
}

div.footerInfo {
	background-image: url(/cas/images/affirm/footer_bar.png);
	background-repeat: repeat-x;
	float: left;
	padding-top: 1em;
	margin-top: 2.75em;
	margin-bottom: 2em;
	width: 100%;
	position: absolute;
	z-index: 5;
}

p.footerLogo img {
	float: left;
	/* pixels for thin border line */
	border-right: solid 1px #000;
	padding: .25em 1.5em .25em 12em;
	margin-right: 1em;
	width: 4.125em;
	height: 3.875em;
}

p.footerCopy {
	font-size: 62.5%;
	line-height: 1.7em;
}

div.footerInfo p.top {
	padding-top: 1em;
}

div.footerInfo a {
	color: black;
	text-decoration: underline;
}
/* @end */
