/*

asgard red:	#d4181c
text grey: 	#555
light grey: #808080

*/


/* html entities*/
* {
	padding:0;
	margin:0;
}
html, body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}
a {
	color:#808080;
	text-decoration:underline;
}
a:hover {
	color:#555;
}
p {
	margin:2px 0 8px 0;
}
img {
	border:0;
}
form fieldset {
	border:0;
	margin:0;
	padding:0;
}

/* non specific classes */
.clear {
	clear:both;
}
.flash_ad {
	margin:0 0 10px 0;
}
.flash_ad_right {
	margin:0 0 0 20px;
}

/* IDS */
#page {
	width:840px;
	margin:0 auto;
}
#header {
	height:90px;
	/*background:url(/images/asgard_face-g1.png) no-repeat 100% 0;*/
	position:relative; left:0; top:0;
}
#header h1{
	background:url(/images/asgard_logo.png) no-repeat 100% 0;
	width:164px;
	height:45px;
	position:absolute; left:0; top:28px;
}
#header h1 a{
	display:block;
	text-indent:-10000px; overflow:hidden;
	height:45px;
	width:100%;
}
#header h2{
	background:url(/images/asgard_slogan.png) no-repeat 100% 0;
	width:292px;
	height:15px;
	display:block;
	text-indent:-1000px; overflow:hidden;
	position:absolute; right:0px; top:28px;
}

#header div{
	width:318px;
	position:absolute; right:0px; top:48px;
}
#header p{
	text-align:right;
	line-height:19px;
	font-size:10px;
}
#header p a{
	margin:0 5px;
}
#header form{
	position:absolute;right:0; top:2px;
	vertical-align:middle;
	display:block;
	float:left;
	height:19px;
}
#header form input {
	vertical-align:middle;
}
#header form input.btn{
	height:19px;
}
#header form input.text{
	width:111px;
	height:13px;
	padding:2px;
	border:1px solid #ccc;
	font-size:10px;
	color:#808080;
	font-style:italic;
}
#header form input.input_txt{
	width:111px;
	height:13px;
	padding:2px;
	border:1px solid #ccc;
	font-size:10px;
	color:#555;
}

/* NAV */
#nav {
	border-top:1px solid #fff;
	height:30px;
	width:100%;
	z-index:100;
}
#nav ul {
	height:30px;
	line-height:30px;
	list-style:none;
	z-index:10000;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#eee;
	text-decoration:none;
}
#nav ul.primary{
	background:#555;
}
#nav ul.primary li{
	width:20%;
	text-align:center;
	float:left;
	position:relative; top:0; left:0;
}
#nav ul.primary li a{
	text-decoration:none;
	display:block;
	height:30px;
	border-right:1px solid #fff;
	overflow:hidden;
	text-indent:-1000px;
	background:url(/images/asgard_nav.gif) no-repeat 0 0;
}
#nav ul.primary ul{
	display:none;
	position:absolute; top:30; left:-1px;
	width:167px;
	height:auto;
	font-size:11px;
	border:1px solid #fff;
	border-top:0;
}
#nav ul.primary #nproducts ul {
	width:168px;
	line-height:16px;
}
#nav ul.primary ul li{
	width:100%;
	height:auto;
	overflow:hidden;
	float:none;
	text-align:left;
	line-height:16px;
}
#nav ul.primary ul li a{
	overflow:inherit; text-indent:0;
	
	width:160px;
	height:auto;
	padding-left:8px;
	
	color:#555;
	border-right:0;
	border-bottom:1px solid #ddd;
	background:#eee;
	border-top:1px solid #fff;
	
	line-height:16px;
	padding-top:4px; padding-bottom:4px;
}
#nav ul.primary ul li a:hover{
	color:#fff;
	background:#aaa !important;
	border-top:1px solid #aaa;
	border-bottom:1px solid #999;
}
#nav ul.primary li.active a{
	background-color:#d4181c;
	display:block;
}
#nav ul.primary li.active ul li a{
	background-color:#eee;
}
#nav ul.primary ul li a.current{
	color:#fff;
	background:#d4181c !important;
	border-top:1px solid #d4181c;
	border-bottom:1px solid #d4181c;
}

#nav ul ul.hover, #nav ul li.hover a{
	z-index:1000;
	background-color:#aaa;
	display:block;
}
#nav ul.primary #nabout 	a{ background-position:0 0;}
#nav ul.primary #ninvestors	a{ background-position:-168px 0;}
#nav ul.primary #nemployers a{ background-position:-336px 0;}
#nav ul.primary #nadvisers 	a{ background-position:-504px 0;}
#nav ul.primary #nproducts 	a{ background-position:-674px 0; border-right:0; }
#nav ul.primary #nabout.hover 		a{ background-position:0 -31px;}
#nav ul.primary #ninvestors.hover	a{ background-position:-168px -31px;}
#nav ul.primary #nemployers.hover 	a{ background-position:-336px -31px;}
#nav ul.primary #nadvisers.hover 	a{ background-position:-504px -31px;}
#nav ul.primary #nproducts.hover 	a{ background-position:-674px -31px;}
#nav ul.primary #nabout.active 		a{ background-position:0 -62px;}
#nav ul.primary #ninvestors.active	a{ background-position:-168px -62px;}
#nav ul.primary #nemployers.active 	a{ background-position:-336px -62px;}
#nav ul.primary #nadvisers.active 	a{ background-position:-504px -62px;}
#nav ul.primary #nproducts.active 	a{ background-position:-674px -62px;}

/* main content */
#main {
	overflow:hidden;
	z-index:100;
	_height:1%;
	margin:15px 0 10px 0;
}
#leftCol {
	float:left;
	width:167px;
}
#super_leftCol {
	float:left;
	width:167px;
	_width:0;
}

#content {
	float:left;
	width:465px;
	padding:0 20px;
}
#right-col {
	float:left;
	width:167px;
}
/*columns*/
.col {
	font-size:11px;
}
.col h3 {
	background:#555;
	border-bottom:#444;
	color:#fff;
	padding:5px;
	margin:0 0 3px 0;
	font-size:12px;
}
/**/
#leftCol h3 {
	background:#d4181c;
}
#leftCol h3 a{
	display:block;
	color:#fff;
	text-decoration:none;
}

/* 2nd level */
#leftCol ul{
	list-style:none;
}
#leftCol ul li{
	padding:0 0 2px 0;
	font-size:11px;
	line-height:16px;
	width:167px;
	overflow:hidden;
}
#leftCol ul a{
	display:block;
	width:155px;
	padding:4px 6px;
	background:#fff;
	border-bottom:1px solid #eee;
	font-weight:normal;
	color:#555;
	text-decoration:none;
}
#leftCol ul a:hover {
	background:#eee;
	border-bottom:1px solid #eee;
	color:#555;
}
#leftCol ul li.current a {
	background:#aaa;
	border-bottom:1px solid #aaa;
	color:#fff;
}

/* 3rd level */
#leftCol ul ul {
	display:none;
	border-bottom:1px solid #eee;
}
#leftCol ul li.current ul {
	display:block;
	padding-bottom:5px;
}
#leftCol ul ul li{
	font-size:11px;
	line-height:15px;
	padding:2px 0 1px 8px;
	width:162px;
}
#leftCol ul li.current ul a{
	display:block;
	width:152px;
	padding:3px 4px 1px 8px;
	background:#fff url(../images/leftCol-bullet.png) no-repeat 0 10px;
	border-bottom:0;
	color:#555;
	text-decoration:underline;
}

/* 4th level */
#leftCol ul li.current ul ul {
	display:none;
	border-bottom:0;
}
#leftCol ul ul li.current ul {
	display:block;
	padding-bottom:3px;
}
#leftCol ul ul ul li{
	font-size:10px;
	padding:1px 0 0px 10px;
	width:157px;
}
#leftCol ul li.current ul li.current ul a{
	color:#555;
	text-decoration:underline;
}

#leftCol ul li.current ul a:hover, #leftCol ul li.current ul li.current a, #leftCol ul li.current ul li.current ul li.current a, #leftCol ul li.current ul li.current ul a:hover{
	color:#d4181c;
	text-decoration:none;
}

/* quick links*/
form.quick {
	margin:0 0 10px 0;
}
form.quick label {
	display:block;
	vertical-align:top;
	margin:0;
	padding:0 5px;
	cursor:pointer;
	line-height:18px;
}
form.quick label input{
	vertical-align:middle;
	margin-right:1px;
}
form.quick input.btn {
	width:49.5%;
	background:#e3e3e3;
	border:1px solid #ccc;
	font-weight:bold;
	font-size:11px;
	padding:2px 0;
	margin:5px 0 0 0;
	cursor:pointer;
	display:block;
	float:left;
}

/* footer */
#footer {
	clear:left;
	padding:10px 0;
	font-size:10px;
	margin:0 0 0 -10px;
}
#footer a{
	padding:0 10px;
}




.DarkGreyLink {
	color: #5c5c5c !important;
	text-decoration: underline;
	padding-top: 4px;
	height: 10px;
	font-size: 9pt;
}


a.DarkGreyLink:link {
	color: #5c5c5c!important;
	text-decoration: underline;
	padding-top: 4px;
	height: 10px;
	font-size: 9pt;
}

a.DarkGreyLink:visited {
	color: #555555!important;
	text-decoration: underline;
	padding-top: 4px;
	height: 10px;
	font-size: 9pt;
}

a.DarkGreyLink:hover {
	color: #D4081C!important;
	padding-top: 4px;
	height: 10px;
	font-size: 9pt;
}
