@import url(reset.css);
@import url(typography.css);

/* General page formating
------------------------------------------------- */ 

body {
	background: #E5E5E5;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

	body#home {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/homebkgd.gif) repeat-x;
	}

	body#popup {
	background: #FFFFFF;
	text-align: left;
	margin: 0px;
	width: auto;
	}

#container, #content, #contentHome, #marketing {
	position: relative;
}

#container {
	background: #FFFFFF url(https://imagelibrary.securian.com/corporate/vcm/bodybkgd1024.gif) repeat-y;
	padding-bottom: 20px;
	text-align: left;
	width: 960px;
}
	

/* Header and branding 
------------------------------------------------- */
#header {
	border-bottom: 3px solid #B39E3C;
	height: 75px;
	margin-left: 10px;
	position: relative;
	width: 940px;
	z-index: 1;
}

	#header img {
	display: block;
	}
#header h1 {
	background: url(https://imagelibrary.securian.com/corporate/vcm/mllogo.gif) no-repeat;
	width: 105px;
	height: 75px;
	text-indent: -9999px;
	margin-bottom: 0px;
}	
	#header h2 {
		left: 115px;
		position: absolute;
		top: 28px;
		width: 300px;
	}

/* Global navigation */
#utilities {
	margin: 0px;
	position: absolute;
	padding-right: 10px;
	padding-top: 5px;
	right: 5px;
	top: 0px;
	width: 600px;
}
	#utilities li {
		float: right;
		list-style: none;
		margin: 0px;
		padding: 0px 0px 0px .9em;
	}
	
/* Search form */
#search {
	position: absolute;
	width: 400px;
	top: 25px;
	right: 0px;
}
	#search form {
	float: right;
	margin-right: 15px;
	}
	#search h3 {
	font-size: 1.17em;
	font-weight: bold;
	color: #d1c58a;
	display: inline;
	vertical-align: middle;
	}
	#search input, #search select {
	vertical-align: middle;
	margin-left: 5px;
	}

/* Main navigation 
------------------------------------------------- */

/* Positions nav bar */
#navholder{
	background: url(https://imagelibrary.securian.com/corporate/vcm/navbkgd_black.gif) repeat-x;
	height: 24px;
	margin-left: 105px;
	margin-top: -24px;
	width: 835px;
}

/* Styles for nav bar, hover and active states */
#nav {
	float: left;
	width: 100%
}
	#nav, #nav ul {
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#nav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav a {
		background: #333333 url(https://imagelibrary.securian.com/corporate/vcm/navbkgd_black.gif) repeat-x;
		border-left: 1px solid #999999;
		border-right: 1px solid #000000;
		display: block;
		font-size: 12px;
		padding: 6px 10px;
	} 
	#nav a:link, #nav a:visited {
		background: #333333 url(https://imagelibrary.securian.com/corporate/vcm/navbkgd_black.gif) repeat-x;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	#nav a:hover, #nav a:active {
		background: #B39E3C url(https://imagelibrary.securian.com/corporate/vcm/navbkgd_gold.gif) repeat-x;
		border-left: 1px solid #D1C58A;
		border-right: 1px solid #5F500C;
		color: #000000;
		text-decoration: none;
	}
	#nav li:hover {
		background-position:0 0; /* Fixes sticky dropdown hover bug in IE */
	}
#activeSection a:link, #activeSection a:visited, #activeSection a:hover, #activeSection a:active {
	background: #B39E3C url(https://imagelibrary.securian.com/corporate/vcm/navbkgd_gold.gif) repeat-x;
	border-left: 1px solid #D1C58A;
	border-right: 1px solid #5F500C;
	color: #000000;
	text-decoration: none;
}

/* Styles for dropdown menus */
	#nav li.dropdownHeader {
		border-top: 1px solid #999999;
		font-size: 11px;
		font-weight: bold;
		padding: 6px 0px 3px 10px;
		width: 180px;
		w\idth: 170px;
	}
	#nav li ul {
		border: 1px solid #333333;
		height: auto;
		left: -999em;
		margin: 0;
		position: absolute;
		width: 180px;
		z-index: 999;
	}
	#nav li li {
		background: #E5E5E5;
		padding-right: 0;
		width: 180px;
	}
	#nav li ul a {
		width: 180px;
		w\idth: 160px;
	}
	#nav li ul a:link, #nav li ul a:visited {
		background: #E5E5E5;
		border-bottom: 1px solid #CCCCCC;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		color: #3366CC;
		font-size: 11px;
		font-weight: normal;
	}
	#nav li ul a:hover, #nav li ul a:active {
		background: #B3B3B3;
		border-left-style: none;
		border-right-style: none;
		color: #000000;
		text-decoration: none;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
		z-index: 999;
	}
	#nav li ul a:link.mainLink, #nav li ul a:visited.mainLink {
		border-bottom-style: none;
		border-left-style: none;
		border-right-style: none;
		border-top: 1px solid #999999;
		color: #000000;
		font-size: 11px;
		font-weight: bold;
	}

/* Styles for beginning and end of nav bar */
li#firstItem {
	background: url(https://imagelibrary.securian.com/corporate/vcm/roundcornerlt.gif) no-repeat;
	border-right: 1px solid #000000;
	height: 24px;
	width: 10px;
}
li#lastItem {
	border-left: 1px solid #999999;
	height: 24px;
}
li#emptyNav {
	background: url(https://imagelibrary.securian.com/corporate/vcm/roundcornerlt.gif) no-repeat;
	height: 24px;
	width: 10px;
}

/* Style for blank nav bar - Place empty 'noNav' div inside 'navholder' div */
#noNav {
	background: url(https://imagelibrary.securian.com/corporate/vcm/roundcornerlt.gif) no-repeat;
	height: 24px;
	width: 10px;
}


/* Breadcrumb and date 
------------------------------------------------- */
#breadcrumb {
	left: 15px;
	position: absolute;
	top: 85px;
	width: 725px;
}
#date {
	position: absolute;
	right: 15px;
	top: 85px;
}

/* Main image and marketing banner 
------------------------------------------------- */
#marketing {
	background: url(https://imagelibrary.securian.com/corporate/vcm/bodyhomebkgd1024.gif) repeat-y;
	height: 115px;
	margin-top: -3px;
	width: 960px;
}
	#marketing img {
		border-bottom: 3px solid #B39E3C;
		margin-left: 10px;
		margin-top: 3px;
	}
#homeBanner {
	height: 109px;
	left: 765px;
	position: absolute;
	top: 3px;
	width: 185px;
}
	#homeBanner img {
		border-bottom-style: none;
		margin: 0;
	}

/* Homepage content 
------------------------------------------------- */
#contentHome {
	margin: 20px 15px 0px 25px;	
	overflow: hidden;
	width: 910px;
}
#logon {
	background: #E8E2C4;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 150px;
}
	#logon label {
		float: left;
		width: 70px;
	}
	#logon input {
		width: 75px;
	}
#plugins {
	background: #E5E5E5;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 170px;
	w\idth: 150px;
}

/* Subpage content
------------------------------------------------- */
#content {
	margin: 40px 10px 0px 25px;
	/*overflow: hidden */
	width: 915px;
	/* following rules gives subpages a minimum height */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* Left column */
#sideNav {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 170px;
}

/* Main column */
#contentMain {
	float: left;
	margin-right: 15px;
	width: 540px;
}
#contentMainFull {
	float: left;
	width: 725px;
}
.boxgold, .boxgray {
	background: #e8e2c4;
	padding: 10px;
	margin-bottom: 15px;
}
.boxgray {
	background: #e5e5e5;
}

/* Site map */
#sitemap {
	float: left;
	width: 540px;
}

/* Right column */
#contentSub {
	float: right;
	width: 170px;
}

/* Information boxes */
#infoBox, #infoBoxGray {
	background: #e8e2c4;
	padding: 10px;
	margin-bottom: 15px;
}

#infoBoxGray {
	background: #e5e5e5;
}

/* Icon information boxes */
#contactUs, #downloads, #fullStory, #gettingStarted, #quickLinks, #relatedLinks, #templateDownloads, #whoContact, #forms {
	margin-bottom: 15px;
	padding: 0px 10px 10px;
}
	#contactUs {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/contactus.gif) no-repeat;
	}
	#downloads {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/filedownloads.gif) no-repeat;
	}
	#fullStory {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/fullstory.gif) no-repeat;
	}
	#gettingStarted {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/gettingstarted.gif) no-repeat;
	}
	#quickLinks {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/quicklinks.gif) no-repeat;
	}
	#relatedLinks {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/relatedlinks.gif) no-repeat;
	}
	#templateDownloads {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/templatedownloads.gif) no-repeat;
	}
	#whoContact {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/whocontact_infobox.gif) no-repeat;
	}
	#forms {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/forms_infobox.gif) no-repeat;
	}
	#events {
		background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/icons/events.gif) no-repeat;
	}
	#contactUs h3, #downloads h3, #fullStory h3, #gettingStarted h3, #quickLinks h3, #relatedLinks h3, #templateDownloads h3, #whoContact h3, #forms h3 {
		height: 40px;
		text-indent: -9999px;
	}

/* Content spans all columns
------------------------------------------------- */
#contentSpan {
	clear: both;
	padding-bottom: 5px;
}
#disclosure {
	clear: both;
	padding-top: 20px;
}

/* Pop up windows - no navigation
------------------------------------------------- */
#popupContent {
	margin: 15px;
}
#htmlform {
	margin: 10px 0px;
	padding: 10px;
	width: 600px;
}

/* Footer 
------------------------------------------------- */
#footer {
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 40px;
	width: 910px;
	/* background: url(https://imagelibrary.securian.com/corporate/vcm/tag_line.gif) no-repeat left top; */
	height: 20px;
}
	#footer ul {
		clear: both;
		margin: 0px;
	}
	#footer li {
		border-right: 1px solid #999999;
		float: left;
		list-style: none;
		margin: 5px 0px 0px;
		padding: 0px 0.5em;
	}
	#footer li.navFirst {
		padding-left: 0px;
	}
	#footer li.navLast {
		border-right-style: none;

	}
#bottomNav {
	border-top: 1px dotted #999999;
}

/* Copyright and page bottom
------------------------------------------------- */
#copyright {
	background: #E5E5E5 url(https://imagelibrary.securian.com/corporate/vcm/reflectionBottom1024.gif) no-repeat;
	clear: both;
	padding: 20px 10px 30px;
	text-align: left;
	width: 940px;
}
	#copyright p {
		clear: both;
		margin-left: 15px;
		margin-right: 15px;
	}	
