/* General page formating
------------------------------------------------- */ 
body {
	background: #FFFFFF;
	margin: 0;
	text-align: left;
}
	body#home {
	background: #FFFFFF;
	}
	body#popup {
		background: #FFFFFF;
	}

#container {
	background: #FFFFFF;
	padding-bottom: 0px;
	width: 100%;
}

/* Header and branding 
------------------------------------------------- */
#header {
	margin-left: -10px;
	width: 100%;
}
	#header h1 {
		display: none;
	}
	#header img {
		display: inline;
	}

/* Utility links */
#utilities {
	display: none;
}

/* search box */
#search {
	display: none;
}

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

/* Positions nav bar */
#navholder{
	display: none;
}


/* Breadcrumb and date 
------------------------------------------------- */
#breadcrumb {
	display: none;
}
#date {
	right: 0px;
	top: 55px;
}

/* Subpage content
------------------------------------------------- */
#content {
	margin: 20px 0px 0px;
	width: 100%;
}

/* Left column */
#sideNav {
	display: none;
}

/* Main column */
#contentMain {
	float: left;
	margin-right: 3%;
	width: 72%;
}
#contentMainFull {
	float: left;
	width: 75%;
}

/* Site map */
#sitemap {
	width: 75%;
}

/* Right column */
#contentSub {
	float: right;
	width: 23%;
	margin-right: 2%;
}
	#contentSub img {
		display: none;
	}
/* Information boxes */
#infoBox {
	background: #e8e2c4;
	padding: 10px;
	margin-bottom: 15px;
}

/* Icon information boxes */
#contactUs, #downloads, #fullStory, #gettingStarted, #quickLinks, #relatedLinks, #templateDownloads, #forms {
	display: none;
}
	#whoContact {
	background: #e5e5e5 url(../../Css/none) no-repeat;
	}
	#whoContact h3 {
	height: 1.5em;
	text-indent: 0px;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
	}

/* Tabs styles */
ul.domtabs{
	display: none;
}
div.domtab div{
	width:73%;
	padding:0px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: none;
	margin-right: 2%;
}
ul.domtabs li.active{
	background: url(../Images/highlightTab_right.gif) no-repeat right top;
}
ul.domtabs li.active a:link, ul.domtabs li.active a:visited, ul.domtabs li.active a:active, ul.domtabs li.active a:hover{
	background:url(../Images/hightlightTab_left.gif) no-repeat left top;
	color:#000000;
	font-weight: bold;
	padding-bottom:4px;
}
#domtabprintview{
	float:right;
	padding-right:5px;
	text-align:right;
}
#domtabprintview a:link, #domtabprintview a:visited, #domtabprintview a:active,	#domtabprintview a:hover{
	color:#666666;
	font-size: 10px;
	font-weight: normal;
}

/* announcement tabs */
#tabs{
	position: absolute;
	height: 195px;
	width: 440px;
	left: 500px;
	top: 0px;
}
div#tabs.domtab div{
	width:350px;
	background:#e8e2c4;
	padding:0px 10px 10px;
	height: 185px;
	clear: both;
	position: absolute;
	top: 0px;
	border-style: none;
	left: 70px;
	visibility: visible;
}
#tabs ul.domtabs{
	margin:5px 0 0;
	list-style: none;
	font-size: 12px;
	float: left;
	background: url(../../Css/none);
	padding: 0px;
}
#tabs ul.domtabs li{
	padding:0 5px 0 0;
	margin-left: 0px;
	float: none;
	margin-top: 5px;
	background: url(../../Css/none);
}	
div#tabs ul.domtabs a:link, div#tabs ul.domtabs a:visited, div#tabs ul.domtabs a:active, div#tabs ul.domtabs a:hover{
	width:55px;
	display:block;
	background:#b39e3c url(../../Images/homepage/gold_mastheadTab.gif) no-repeat;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	height: 23px;
	padding: 7px 5px 0px 10px;
}	
div#tabs ul.domtabs a:hover{
	background:#e8e2c4 url(../../Images/homepage/ltGold_mastheadTab.gif) no-repeat;
}
div#tabs ul.domtabs li.active a:link, div#tabs ul.domtabs li.active a:visited, div#tabs ul.domtabs li.active a:active, div#tabs ul.domtabs li.active a:hover{
	background:#e8e2c4 url(../../Images/homepage/ltGold_mastheadTab.gif) no-repeat;
	color:#000000;
}
#tabs div{
	float:right;
}		
/* content tabs */
div#contentTabs ul.domtabs{
	width: 540px;
}
div#contentTabs div div {
	padding: 0px 0px 10px 10px;
	width: 528px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


/* Footer 
------------------------------------------------- */
#footer {
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	width: 100%;
	background: url(https://imagelibrary.securian.com/corporate/vcm/tag_line.gif) no-repeat left top;
	height: 20px;
}
	#footer ul {
		display: none;
	}
	#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: #FFFFFF;
	padding: 10px 0px 0px;
	width: 100%;
	border-top: 1px dotted #999999;
}
#copyright p {
	margin-left: 0px;
	margin-right: 0px;
}
