﻿/* RESET */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{font:100% inherit inherit inherit;margin:0;padding:0;border:0;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ul,ol{list-style:none}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}
/* RESET */

/*
#28322A - dark green footer
#5F513A - brown main page border
#DAA520 - goldenrod
*/

html
{
	text-align:center;
	background-image: url('../media/image/brown-gradient.jpg');
	background-repeat: repeat-x;
	height:100%;
	background-color:#7A6236;
}

body
{
	text-align:left;
	font-family: Arial;
	font-size: 12px;
	line-height:15px;	
	position:relative;
}

form
{
	height:0;
}

h1
{
	padding-bottom:10px;
	font-size:18pt;
	font-weight:normal;
}

h2
{
	color:#5F513A;
	padding:5px 0 5px 0;
	font-size:12pt;
	font-weight:bold;
}

a
{
	color:#5F513A;
	text-decoration:none;	
}

strong
{
	font-weight:bold;
}

table th
{
	font-weight:bold;
}

a:hover
{
	color:#28322A;
	text-decoration:none;	
}

p
{
	padding-bottom:10px;
}

/*site master*/
#content
{
	padding: 0 20px 0 20px;
}

#bodywidth
{
	width:900px;
	margin:0 auto;	
}

#navigation
{
	position: absolute; 
	top: 250px; 
	left:50px; 
	z-index:1;
}

#mainbackground
{
	background-image: url('../media/image/gray-gradient.jpg');
    background-repeat: repeat-y; 
    border-left:solid 2px #5F513A; 
    border-right:solid 2px #5F513A;
    width:896px;
}

#stress-test
{
	position: absolute;
	left: 670px; 	
	top: 235px;
}

#market-commentary
{
	position: absolute;
	left: 670px; 	
	top: 180px;
}

.SecondaryNav
{
	float:right;
	padding-right:25px;	
}

.SecondaryNav li
{
	display: inline;
	padding-left:5px;
}

#footer
{
	width: 100%; 
	background-color: #28322A; 
	padding:10px 0;
	color:#fff;
	text-align:center;
}

#footer a
{
	color:#fff;
}

#footer a:hover
{
	color:#DAA520;
}
/*site master*/

.InnerTable
{
	border: solid 1px black;
	width:100%;
}

/*default*/
.EnterExit
{
	font-size:12pt;
	text-decoration:underline;
	color:#000;
}

/*homepage*/
#WelcomeMessage
{
	border: solid 1px black; 
	padding: 10px;	
	width:650px;
}

#WelcomeMessage p
{	
	font-size:11pt;
	line-height:20px;
}

.rightColumn
{
	padding:0 0 10px 5px;
	font-size:12pt;
	font-weight:normal;
	background-image: url('../media/image/right-column-gradient.jpg');
    background-repeat: repeat-x; 
    color:#fff;
    line-height:30px;
}
/*homepage*/

/*about us*/
.bio
{
	float: left; 
	padding-right: 5px;
}

/*photo gallery*/
.photoGallery
{
	text-align:center;
}

.photoGallery li
{
	font-size:12pt;
	line-height:40px;
}
/*photo gallery*/

/*contact us*/
.contactus
{
	font-size:11pt;
	line-height:20px;
}

.title
{
	color:#5F513A; 
	font-style:italic;
}

.rowtitle
{
	color:#5F513A;
	font-style:italic;
}
/*contact us*/

/*True Wealth*/
#BuyNow
{
	float: right; 
	padding: 5px;
}

#BuyNow span
{
	text-decoration:underline;
	margin:auto 0;
	text-align:center;
	width:200px;
}

#BuyNowList
{
	list-style-type:disc; padding-left:15px;
}
/*True Wealth*/

.validity
{
	margin: 0;
	padding: 0 0 0 15px;
	width: 250px;
	text-align: left;
}

.validity li
{
	list-style-type: disc;
	color: #000;
}