/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** End *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#6994b7 url(../images/bg.jpg) repeat-x top left;
	margin:10px 0px 20px;
	color:#333;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:4px;
}
h1 {
	font-size:18px;
	color:#002f8e;
	padding-bottom:4px;
	margin-bottom:12px;
	background:transparent url(../images/line.gif) no-repeat bottom left;

}
#home-content h2 {
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	background:transparent url(../images/home-heading-line.gif) no-repeat top left;
}
#content h2 {
	font-size:16px;
	color:#002f8e;
}

h3 {
	font-size:14px;
	color:#002f8e;
	margin-bottom:0px;
}
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
p, ul, ol, li {
	line-height:16px;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
em {
}
img {
	border:0;
}
/*sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}*/
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a:link, a:visited {
	text-decoration:none;
	color:#002f8e;
}
a:hover, a:active {
	text-decoration:underline;
	color:#ff382f;
}
a.selected:link, a.selected:visited {
	text-decoration:underline;
	color:#ff382f;
}
.links a {
	padding: 0px 8px;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
input, select {
	line-height:20px;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	display:block;
	line-height:20px;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wide-wrap {
	width:840px;
	margin:0 auto;
	background:transparent url(../images/header-shadow-bg.png) no-repeat top right;
}
.wide-wrap {
	width:840px;
	margin:0 auto;
}
.wrap {
	width:780px;
	margin:0 auto;
}
.width800 {
	width:800px;
	margin:0px auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:0px 10px 4px 0;
	border:1px solid #002f8e;
}
.img-right {
	float:right;
	margin:0px 0 4px 10px;
	border:1px solid #002f8e;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:12px;
}
.hspace {
	margin:0px 5px;
}
.vspace {
	margin:5px 0px;
}
img.bordered {
	padding:1px;
	border:1px solid #360;
	background-color:#fff;
}
.required {
	color:#cc3333;
	font-weight:bold;
	font-size:12px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}
.centered-box {
	margin:0px auto;
}
.centered-content {
	text-align:center;
}
.small {
	font-size:10px;
}
.aicsl-blue {
	color:#002f8e;
}
.aicsl-red {
	color:#cc0000;
}
#home-content .aicsl-red {
	color:#FF3333;
}
.white {
	color:#fff;
}
.relative {
	position:relative;
}
.main  {
	background-color:#fff;
}
#topmenu {
	background:#19397e url(../images/top-menu-bg.jpg) repeat-x top left;
	color:#fff;
	height:35px;
}
.blue-header {
	background:#002f8e url(../images/blue-header-bg.gif) repeat-x top left;
	height:76px;
	overflow:hidden;
	color:#fff;
}
input.text, select.text, textarea.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #eee;
	padding:2px;
}
select.text {
	width:206px;
}
input.keywordsubmit {
	font-size:11px;
	font-weight:bold;
	width:76px;
	line-height:16px;
	padding:0px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:24px;
}
#home-content {
	background:transparent url(../images/home-content-bg.jpg) repeat-x top left;
	height:240px;
}
#topshadow {
	background:transparent url(../images/interior-top-shadow.png) no-repeat bottom right;
	width:800px;
	height:8px;
}
#home-top-shadow {
	background:transparent url(../images/header-top-border.png) no-repeat bottom center;
	width:840px;
	height:3px;
}
#home-content-bottom-shadow {
	background:transparent url(../images/content-bottom-shadow.png) repeat-y top center;
	width:840px;
	height:16px;
}
#header-border {
	width:840px;
	margin:0 auto;
	height:2px;
	font-size:2px;
	background:transparent url(../images/header-bottom-border.png) no-repeat top center;
}
#bottomshadow {
	background:transparent url(../images/interior-bottom-shadow.png) no-repeat top center;
	width:800px;
	height:9px;
}
.homepage-list {
	padding:0px;
	margin:4px 0px 0px 0px;
	list-style:none;
}
.homepage-list a:link, .homepage-list a:visited {
	display:block;
	color:#fff;
	line-height:17px;
	padding-left:12px;
	background:transparent url(../images/arrow.gif) no-repeat top left;
}
#breadcrumbs {
	padding:4px 8px;
	background-color:#f4f7fa;
}
#menu {
	background:transparent url(../images/menu-bg.jpg) no-repeat top right;
	overflow:hidden;
	color:#fff;
}
#menu ul {
	padding:0px;
	list-style:none;
	width:160px;
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:right;
}
#menu ul a:link, #menu ul a:visited {
	line-height:28px;
	display:block;
	padding-right:10px;
	color:#fff;
	border-bottom:1px solid #C74D3F;
	background:none;
}
#menu ul a:hover, #menu ul a:active {
	background:transparent url(../images/menu-bg-hover.gif) no-repeat center;
}
#quicksearch {
	position:relative;
	z-index:200;
	top:2px;
	float:right;
}
#leftCol {
	background:#dde6f0 url(../images/leftCol-bg.jpg) repeat-y top left;
}
.latestNews {
	margin-bottom:12px;
	padding-bottom:12px;
	background:transparent url(../images/dotted.gif) repeat-x bottom left;
}
.latestNews h3 {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	margin:0px;
}
.latestNews p {
	margin:0px;
	padding:0px;
}
#stf {
	width:210px;
	background:#fff url(../images/send-to-friend-bg.jpg) no-repeat top left;
	color:#fff;
	font-weight:bold;
}
ul.faqlist {
	list-style-image:url(../images/faq-arrow.gif);
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.faqlist li {
	padding-bottom:4px;
}
.faq {
	padding:0px 0px 25px 26px;
	margin-bottom:25px;
	background:url(../images/answer-icon.gif) no-repeat top left;
	border-bottom:1px dotted #dcdcdc;
}
.faq h3 {
	color:#606060;
	font-weight:bold;
	margin-bottom:4px;
}
faq .to-top {
	display:block;
	text-align:right;
}
#application label {
	font-size:15px;
	color:#003366;
}
#application ol {
	list-style-type:lower-alpha;
}
#application ol li {
	padding-bottom:4px;
}
a.moreinfo span {
	display: none;
	width:400px;
}
a.moreinfo, a.moreinforight { 
 position: relative;
 text-decoration: none;
 z-index: 500;
 color:#000;
}
html>body a.moreinfo, html>body a.moreinforight { /* Unfortunate hack to restrict following styles to IE7 and modern browsers only -mt,10/18/2007 */
	display: inline-block;
	vertical-align: bottom;
}
a.moreinfo:link, a.moreinforight:link {
	cursor: pointer;
}
a.moreinfo:visited, a.moreinforight:visited {
	text-decoration: none;
}
a.moreinfo span {
	display: none;
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 5px;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari 3 */
}
a.moreinforight span {
	white-space: nowrap;
	display: none;
	padding: 5px;
	position: absolute;
	top: -10px;
	right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.moreinfo:hover, a.moreinforight:hover {
	cursor: default;
	background: #f1dbdb;
	z-index: 510;
	position: relative;
}
a.moreinfo:hover span, a.moreinforight:hover span {
	display: block;
	border: 1px solid #dee7f0;
	background: #aa0000;
	color:#fff;
	cursor: default;
	z-index: 520;
	font-size:12px;
	line-height:18px;
}
#login {
	background-color:#f4f7fa;
	border:1px solid #6994b7;
	border-top:4px solid #cc0000;
	padding:10px;
	margin:0px auto;
	width:300px;
}
#main-login {
	position:absolute;
	top:180px;
	left:50%;
	width:400px;
	margin-left:-200px;
	z-index:5000;
	padding:10px;
	color:#333;
}
.messageBox {
	 padding: 5px;
	 background-color: #f4f7fa;
	 border:1px solid #f0f0f0;
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 line-height:17px;
	 font-weight:bold;
}
.messages {
	 padding: 10px 10px 10px 40px;
	 background-color: #fcfcfc;
	 border:1px solid #f0f0f0;
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 line-height:17px;
}
.odd {
	background-color:#f4f7fa;
}
.even {
	 background-color: #fcfcfc;
}
#addLink {
	background-color:#f4f7fa;
	border:1px solid #6994b7;
	border-top:4px solid #cc0000;
	padding:10px;
	margin:0px auto;
	text-align:center;
}
.search_result_item {
	display:block;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.search_result_item a:hover .header{
	text-decoration:none;
	color:#ff382f;
}
.otherLinks ul {
	list-style:url(../images/bullet.gif);
}
.search_result_item .header, .otherLinks .header {
	font-size:12px;
	color:#002f8e;
	display:block;
	font-weight:bold;
}
.search_result_item a:hover .header, .otherLinks a:hover .header {
	text-decoration:none;
	color:#ff382f;
}
.search_result_item_body {
	display:block;
	padding:0px 0px 4px 20px;
}
.search_result_item_link {
	font-size:10px;
	display:block;
	padding:0px 0px 0px 20px;
	color:#002f8e;
}
.otherLinks li {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
#footer {
	margin:0px auto;
	color:#fff;
}
#footer a:link, #footer a:visited {
}

