/* CSS Reset */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 62.5%;
     line-height: 100%;
	background: #c2c1b4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset */


html {
     overflow: scroll;
}

#Market-Summary {
	background: transparent url(../cssimg/Market-Summary-Background.jpg) no-repeat;
	float:right;
	margin: 51px 0 90px 40px;
	width: 274px;
	height: 112px;
}

#Market-Summary h1{
	color: #fff !important;
	text-align: center;
	border-bottom: 1px solid #ddd !important;
	margin: 0px !important;
	width: 277px;
	margin-top: 10px !important;;
}

#Market-Summary span{
	font-size: 1.3em;
	overflow: auto;
	float: left;
}

.Quote{
	padding: 5px 0;
	width: 277px;
	overflow: auto;
	border-bottom: 1px solid #ddd

}

.Data-Type0{
	color: #aac3f0;
	width: 125px;
	padding-left: 5px;
}

.Data-Type1{
	color: #fff;
	width: 47px;
}

.Data-Type2-Negative{
	color: #f00;
	width: 100px;
}

.Data-Type2-Positive{
	color: #0f0;
	width: 100px;
}

#Site-Wrapper {
	background: #88aa6f url(../cssimg/Background.gif) repeat-x top;
	font-family: "Times New Roman", Times, serif;
}

#Page-Wrapper {
	width: 816px;
	margin: 0 auto;
}

	#Header-Navigation-Wrapper {
		overflow: hidden;	
		text-align: right;
		height: 27px;
		color: #fff;
		font-size: 1.6em;
		line-height: 1.6em;
	}
	
	#Header-Navigation-Wrapper .padding {
		padding: 0px 30px 0 0;
	}

	#Header-Navigation-Wrapper ul{
		list-style-type: none;
	}
	
	#Header-Navigation-Wrapper li{
		padding: 0 0 5px 0;
		display: inline;
	}
	
	#Header-Navigation-Wrapper li a{
		color: #fff;
		text-decoration: none;
	}
	
	#Header-Navigation-Wrapper li a:hover{
		text-decoration: underline;
	}
	


#Header-Wrapper {
	height: 269px;
	background: url(../cssimg/Header-Home.jpg) no-repeat;
}

.home #Header-Wrapper {
}
	#Logo-Wrapper {
		overflow: hidden;	
		display:inline;
		float:left;
	}
	
	#Logo-Wrapper .padding {
		padding: 28px 0 0 34px;
	}

	#Logo-Wrapper img {
		border: none;
	}
	
	#Home-Slogan-Wrapper {
		display: none;
	}

	.home #Home-Slogan-Wrapper {
		display: inline !important;
		width: 530px;
	}

	.home #Slogan-Wrapper {
		display: none !important;
	}

	#Slogan-Wrapper {
		display: inline !important;
	}

	#Home-Slogan-Wrapper, #Slogan-Wrapper {
		overflow: hidden;	
		float: left;
	}
	
	#Home-Slogan-Wrapper .padding {
		padding-left:30px;
		padding-top:190px;
	}

	#Slogan-Wrapper .padding {
		padding-left:30px;
		padding-top:194px;
	}

	#Home-Slogan-Wrapper .Emphasize, #Slogan-Wrapper .Emphasize {
		color:#000;
	}

	#Home-Slogan-Wrapper img, #Slogan-Wrapper img {
		border: none;
	}

	#Slogan-Wrapper h1 {
		color: #fff;
		font-size: 2.9em;
		line-height: 110%;
		font-weight: lighter;
	}

	#Home-Slogan-Wrapper h1 {
		color: #fff;
		font-size: 2.0em;
		line-height: 110%;
		font-weight: lighter;
	}

#Primary-Navigation-Wrapper {
	text-align: right;
	width: 816px;
	height:42px;
}

#Primary-Navigation-Wrapper .padding {
	padding: 0 0 0 2px;
}

	#menu {
		padding:0;
		margin:0;
		list-style-type: square;
	}
	
	#menu li {
		display:block; 
		float:left; 
		position:relative; 
		z-index:100; 
		padding:0;
	}
	
	#menu li span {
		display:block; 
		z-index:100; 
		color:transparent;
		font-weight:bold;
		width: 134px;
	}
	
	#menu li a, #menu li a:visited {
		display:block; 
		white-space: nowrap;
	}
	
	#menu li:last-child a, #menu li:last-child a:visited {
	}
	
	#menu li:last-child {
	}
	
	#menu dl {
		position:absolute; 
		top:0; 
		left:0; 
	}
	
	#menu dt {
	height:42px;
	width: 135px;
	overflow:hidden;
	display:block;
	}
	
	#menu .Retirement dt {
	height:42px;
	width: 140px;
	overflow:hidden;
	display:block;
	}
	
	#menu .Insurance dt {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll 0 -42px;
	}
	
	#menu .Insurance dt:hover, #menu .Insurance .active  {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll 0 0px !important;
	}
	
	#menu .Investment dt  {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -135px -42px;
	}
	
	#menu .Investment dt:hover, #menu .Investment .active  {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -135px 0px !important;
	}
	
	#menu .Estate dt {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -270px -42px;
	}
	
	#menu .Estate dt:hover, #menu .Estate .active  {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -270px 0px !important;
	}

	#menu .Business dt {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -405px -42px;
	}
	
	#menu .Business dt:hover, #menu .Business .active  {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -405px 0px !important;
	}
	
	#menu .Executive dt {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -540px -42px;
	}
	
	#menu .Executive dt:hover, #menu .Executive .active {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -540px 0px !important;
	}
	
	#menu .Retirement dt {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -675px -42px;
	}
	
	#menu .Retirement dt:hover, #menu .Retirement .active {
		background: url(../cssimg/Navigation-Background.gif) no-repeat scroll -675px 0px !important;
	}
	
	#menu dt:last-child {
		float:left; 
	}
	
	#menu dd {
		display:none; 
	}
	
	#menu dt a, #menu dt a:visited {
		padding-top: 60px;
	}
	
	#menu dd a, #menu dd a:visited {
		display:none; 
	}
	
#Content-Wrapper {
	overflow:auto;
	background: url(../cssimg/Content-Background-Middle.gif) repeat-y;
	width: 817px;

}

.home #Content-Wrapper {
	background: none;
}

.home #Content-Wrapper .padding{
	padding: 0 0 0 0;
	display: block;
	overflow: auto;
}

#Content-Wrapper .padding{
	padding: 0 0 0 0;
	/* 	background: url(../cssimg/Content-Background-Bottom.gif) bottom no-repeat; */
	display: block;
	overflow: auto;
}


#Content-Wrapper .padding2{
	padding: 0 0 0 0;
	/* background: url(../cssimg/Content-Background-Top.gif) top no-repeat; */
	display: block;
	overflow: auto;
}

#Content-Wrapper-Bottom{
	background: url(../cssimg/Content-Background-Bottom.gif) bottom no-repeat;
	display: block;
	overflow: auto;
	width: 817px;
	height: 104px;
}

.home #Content-Wrapper-Bottom{
	display: none;
}




	.home #Secondary-Navigation-Wrapper {
		display: none !important;
	}
	
	#Secondary-Navigation-Wrapper {
		text-align: left;
		overflow: hidden;	
		float:left;
		background: url(../cssimg/Sec-Navigation-BG.gif) top left no-repeat;
		margin-left: 8px;
		width: 180px;
		display: block;
	}
	
	#Secondary-Navigation-Wrapper .padding {
		background: none;
		padding: 20px 15px 0 15px;
		width: auto;
	}
	#Secondary-Navigation-Wrapper ul {
		list-style:none;
		padding-bottom: 25px;
      }

	#Secondary-Navigation-Wrapper a{
		font-size: 1.4em;
		line-height: 1.3em;
		text-decoration:none;
		display:block;
		color: #000;
		font-weight: bold;
		padding: 3px 0;
		border-bottom: 1px solid #e0e0e0;
	}
	
	#Secondary-Navigation-Wrapper a:hover{
		color: #fff;
	}
	
	#Secondary-Navigation-Wrapper li.Emiritus {
	}
	
	#Secondary-Navigation-Wrapper li.Emiritus a{
		border: none;
		margin-top: 25px;
	}
	
	#Secondary-Navigation-Wrapper span.Emiritus-Span{
		color: #4b4b4b !important;
		font-size: 1.3em;
		font-style:italic;
	}
	
	#Secondary-Navigation-Wrapper a span {
	}
	
		.home #M-Logo-Wrapper {
			display: none !important;
		}
		
		#M-Logo-Wrapper .padding{
			padding: 0;
			background:none;
			
		}
		
		#M-Logo-Wrapper a{
			display: block;
			height: auto;
			width: auto;
			border: 0 !important;
			
		}
		
		#Mini-Contact-Wrapper {
			padding-bottom: 10px;
			font-size: 1.2em;
		}

		.Contact #Mini-Contact-Wrapper, .Thank #Mini-Contact-Wrapper {
			display: none;
		}

		.Contact #Secondary-Navigation-Wrapper, .Thank #Secondary-Navigation-Wrapper {
			height: 450px;
		}

		#Mini-Contact-Wrapper #txtNameSmall, #Mini-Contact-Wrapper #txtEmailSmall {
			width: 137px;
		}
		
		#Mini-Contact-Wrapper textarea, #Mini-Contact-Wrapper #txtNameSmall, #Mini-Contact-Wrapper #txtEmailSmall {
			margin-bottom: 10px;
			margin-top: 5px;
		}
		
		#Mini-Contact-Wrapper h2 {
			font-size: 14px;
			margin-bottom: 10px;
		}
		
	#Home-Content-Cell-Top {
		background: transparent url(../cssimg/Content-Background-Top.gif) no-repeat scroll top !important;
		height: 17px;
		overflow: auto;
		width: 816px;
	}

	#Home-Content-Cell {
		background: #fff url(../cssimg/Content-Background.gif) no-repeat scroll bottom !important;
		overflow: auto;
		width: 816px;
	}

	#Home-Content-Cell .padding{
		padding: 10px 40px 20px !important;
		overflow: auto;
		width: 736px;
	}
	
	#Home-Content-Cell p{
		margin-top: 10px;
	}

	.Home-Image {
		float: right;
		padding-left: 20px;
		padding-top: 10px;
		display:none;
	}

	#Content {
		overflow: auto;
		float: left;
		width: 621px;
	}
	
	.home #Content {
		width: auto;
	}

	.Insurance #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Publications #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Investment #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Estate #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Business #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Executive #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.M #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.About #Content {
		background: url(../cssimg/Investment.jpg) no-repeat top;
	}

	.Contact #Content {
		background: url(../cssimg/Contact.jpg) no-repeat top;
	}

	.Retirement #Content {
		background: url(../cssimg/Retirement.jpg) no-repeat top;
	}

	#Content .padding{
		padding: 100px 50px 0px 20px;
		width: auto;
		background: none;
		overflow: hidden;
	}
	
	#Content h1 {
		border-bottom: 1px solid #32532c;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		color: #32532c;
		font-weight: bold;	
		font-size: 2.0em;
	}

	#Content h1 a {
		text-decoration: none;
		color: #32532c;
	}

	#Content h2 {
		padding: 0 0 10px 0;
		color: #32532c;
		font-weight: bold;	
		font-size: 1.6em;
		line-height: 1.2em;
	}

	#Content h3 {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		color: #32532c;
		font-weight: bold;	
		font-size: 1.4em;
		line-height: 1.2em;
	}

	#Content h4 {
		padding: 0 0 3px 0;
		margin: 0 0 3px 0;
		color: #32532c;
		font-weight: bold;	
		font-size: 1.3em;
		line-height: 1.2em;
	}

	#Content p{
		padding: 0 0 10px 0;
		font-size: 1.3em;
		line-height: 1.5em;
	}

	#Content #Nav-Link {
	}

	#Content a{
		color: #4075a6;
	}

	#Content li{
		font-size: 1.3em;
		line-height: 1.5em;
	}

	#Content ul{
		padding: 0 0 10px 0;
		margin-left: 25px;
		list-style:disc;
	}
		.btnSubmit {
		    border: none;
		    background: url('../cssimg/Submit.gif') no-repeat top left;
		    color: #fff;
		    font-family:"Times New Roman", Times, serif;
		    font-size: .9em;
		    width: 55px;
		    cursor: pointer;
		    margin-top: -1px;
		}
		
		.Emphasize-Size {
			font-size: 1.2em;
			line-height: 2.2em;
		}
		
		.Bio-Image {
			float: right;
			border: 1px solid #32532c;
			padding: 5px;
			margin: 0 0 0 15px;
		}
		
		#Box1-Heading {
			position: relative;
			top: -46px;
			left: 25px;
			color: #fff;
			font-variant:small-caps;
			font-size: 1.4em;
		}
		
		#Box2-Heading {
			position: relative;
			top: -46px;
			left: 30px;
			color: #fff;
			font-variant:small-caps;
			font-size: 1.4em;
		}
		
		#Box3-Heading {
			position: relative;
			top: -46px;
			left: 25px;
			color: #fff;
			font-variant:small-caps;
			font-size: 1.4em;
		}
		
		#Box1-Heading a, #Box2-Heading a, #Box3-Heading a {
			color: #fff;
			text-decoration: none;
		}
		
		#Box1-Heading a:hover, #Box2-Heading a:hover, #Box3-Heading a:hover {
			text-decoration: underline;
		}
		
#Footer-Wrapper {
	font-size: 1.1em;
	line-height: 1.3em;
}
	
#Footer-Wrapper p{
}
	
	#Disclaimer-Wrapper {
		width: 720px;
		color: #fff;
		margin: auto;
	}

	#Disclaimer-Wrapper .padding{
		padding: 7px 7px 20px;
	}

	#Disclaimer-Wrapper p{
		font-size: 1em;
		padding-bottom: 5px;	
	}

	#Disclaimer-Wrapper a{
		color: #008dbc !important;
	}

		#Disclaimer{
			display:none;	
		}

#Baseline {
	height: 107px;
	background: url(../cssimg/Base-Top.gif) repeat-x;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
}

#Baseline .padding{
	height: 107px;
	width:650px;
	margin: auto;
	padding: 10px 0 0 0;
}

#Baseline a{
	color: #4075a6;
}


	#Address {
		padding-top: 20px;
		color: #2f373d;
	}

#Quote-Frame {
	width: 100%;
	height: 100%;
}
