@import url(/CSS/reset.css);
@import url(/CSS/typography.css);

/* General page formating
------------------------------------------------- */ 
html{
	background: #e5e5e5;
}
body {
	background: #FFFFFF url(http://imagelibrary.securian.com/corporate/PFC/PFC_subBackground.jpg) repeat-x;
	text-align: center;
}
	body#home {
		background: #FFFFFF url(http://imagelibrary.securian.com/corporate/PFC/PFC_background.jpg) repeat-x;
	}

#container, #content, #contentHome, #marketing {
	position: relative;
}

#container {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
	width: 750px;
}

/* Header and branding 
------------------------------------------------- */
#header {
	height: 95px;
	position: relative;
	width: 725px;
	z-index: 1;
	padding-left: 15px;
	padding-right: 10px;
}
	#header img{
	margin: 0px;
	padding: 0px;
	display: block;
	}

/* Utility links */
#utilities {
	margin: 0px;
	padding-right: 10px;
	padding-top: 5px;
	position: absolute;
	right: 5px;
	top: 0px;
	width: 500px;
}
	#utilities li {
		float: right;
		list-style: none;
		margin: 0px;
		padding: 0px 0px 0px .9em;
	}
	
/* Search form */
#search {
	position: absolute;
	width: 250px;
	top: 39px;
	right: 15px;
}
	#search form {
	float: right;
	}

/* Main navigation 
------------------------------------------------- */

/* Positions nav bar */
#navholder{
	background: url(http://imagelibrary.securian.com/corporate/PFC/PFC_navBkgd.jpg) repeat-x;
	height: 25px;
	width: 725px;
}

/* 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(http://imagelibrary.securian.com/corporate/PFC/PFC_navBkgd.jpg) repeat-x;
		border-left: 1px solid #999999;
		border-right: 1px solid #000000;
		display: block;
		font-size: 12px;
		padding: 6px 10px 7px;
	} 
	#nav a:link, #nav a:visited {
		background: #333333 url(http://imagelibrary.securian.com/corporate/PFC/PFC_navBkgd.jpg) repeat-x;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	#nav a:hover, #nav a:active {
		background: #ccd6eb url(http://imagelibrary.securian.com/corporate/PFC/PFC_navBkgdHighlight.jpg) repeat-x;
		border-left: 1px solid #D1C58A;
		border-right: 1px solid #5F500C;
		color: #000000;
		text-decoration: none;
	}
	
#activeSection a:link, #activeSection a:visited, #activeSection a:hover, #activeSection a:active {
	background: #ccd6eb url(http://imagelibrary.securian.com/corporate/PFC/PFC_navBkgdHighlight.jpg) 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 {
	border-right: 1px solid #000000;
	height: 25px;
}
li#lastItem {
	border-left: 1px solid #999999;
	height: 25px;
}

/* Breadcrumb and date 
------------------------------------------------- */
#breadcrumb {
	left: 15px;
	position: absolute;
	top: 105px;
	width: 540px;
}
#date {
	position: absolute;
	right: 10px;
	top: 105px;
}

/* Main image and marketing banner 
------------------------------------------------- */
#marketing {
	width: 750px;
	height: 145px;
}
#infoBox {
	height: 109px;
	left: 575px;
	position: absolute;
	top: 3px;
	width: 185px;
}
	#infoBox img {
		border-bottom-style: none;
		margin: 0;

	}

/* Homepage content 
------------------------------------------------- */
#contentHome {
	margin: 20px 0px 0px;	
	/*overflow: hidden;*/
	width: 750px;
}
#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 15px;
	/*overflow: hidden;*/
	width: 725px;
}

/* Left column */
#sideNav {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 170px;
}

/* Main column */
#contentMain {
	float: left;
	margin-right: 15px;
	width: 355px;
}
#contentMainFull {
	float: left;
	width: 540px;
}

/* Right column */
#contentSub {
	float: right;
	width: 170px;
}

/* Icon information boxes */
#contactUs, #downloads, #fullStory, #gettingStarted, #quickLinks, #relatedLinks, #templateDownloads {
	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;
	}
	#contactUs h3, #downloads h3, #fullStory h3, #gettingStarted h3, #quickLinks h3, #relatedLinks h3, #templateDownloads h3 {
		height: 40px;
		text-indent: -9999px;
	}

/* Content spans all columns
------------------------------------------------- */
#contentSpan {
	clear: both;
	padding-bottom: 5px;
}
#disclosure {
	clear: both;
	padding-top: 20px;
}

/* Footer 
------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background: #e5e5e5;
	border-top: 1px solid #999999;
	position: relative;
}
	#footer div {
	margin: 0px auto;
	width: 750px;
	position: relative;
	}
	#footer ul {
	clear: both;
	margin: 0px auto;
	width: 735px;
	padding-left: 15px;
	}
	#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;
	}
	#footer p.copyright {
	clear: both;
	font-size: 0.85em;
	text-align: left;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding-left: 15px;
	padding-top: 20px;
	}
#footer div img {
	position: absolute;
	top: 10px;
	right: 10px;
	}

