
/* basic elements */
	

body {
	font: 13px arial;
	text-align: center;
	margin: 0;
	background-color: #fff;
	color:#000;
	line-height:18px;
	}
	
td{	font: 13px arial;}
	

.clear {
clear:both;
 }

h1{
	font-size: 15px; 
	font-weight:bold;
	color: #003366;
	margin:0px;
	padding:0px 0px 0px 10px;
	
}

h2{
	font-size: 15px; 
	font-weight:bold;
	color: #003366;
	margin:0px;
	padding:0px 0px 10px 10px;

}

h2.steps{
	font-size: 15px; 
	font-weight:bold;
	color: #003366;
	margin:0px;
	padding:3px 0px 3px 0px;

}


h3{
	font-size: 15px;
	font-weight:bold;
	color: #003366;
	margin:0 0 0 10;
	padding:0px 0px 0px 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	height:15px;

}



/* ..................header ****************** */

#header{

	background-color: #002352;
	background-image:  url(images/mark_jason_financial_advisors.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	height:111px;
	width:900px;
	}
	


/* .................. end header ****************** */
	


	
/* .............Inner.................. */
#container { 
	width:900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	background: #b9dcff url(images/bg_slice.gif) repeat-y left top;
	}
	

	
.white{

	width:748px;
	float:right;
}

.left{
	width:152px;
	float:left;



}

#container2 { 
	width:740px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	padding-top:10px;

	}
	
.text{

	width:480px;
	float:left;
}

.sidebar{

	width:260px;
	float:right;
	background-color: #fff;
	text-align:center;
}

.copy{
padding:0 10 0 10;


}

.copy1{
padding:0 10 0 25;


}

.bot{
height:50px;

}



p.sidecopy{
padding:5px;
	text-align:left;
}
/* subnav */
.subnav{
}

.subnav ul{
font:  12px  verdana, sans-serif;
margin:0;
padding:0px 0px 0px 5px;
list-style:none;
line-height:18px;
}

.subnav li{
margin:0px 2px 0px 0px;
padding:10px 0px 0px 0px;
color: #718b9f;
font-weight:bold;
border-bottom: 1px dotted #0996bc;
}

.subnav li a{
	margin:0 0 0 0;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color: #fff;
	font-weight:normal;

}

.subnav li a:visited{

	padding:0px 0px 0px 0px;
	color: #fff;

}

.subnav li a:hover{
	color: #c2e6a7;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
}

.subnav li a.plain{
	margin:0 0 0 0;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color: #fff;
	font-weight:normal;
	background-color:#0f86a9;
	display:block;

}
.subnav li a.plain:visited{

	padding:0px 0px 0px 0px;
	color: #fff;
	background-color:#0f86a9;
	display:block;

}

.subnav li a.plain:hover{
	color: #c2e6a7;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
	background-color:#0f86a9;
	display:block;
}


/* endsubnav */	

/* .............end Inner.................. */
/* ...............footer........................ */

#foot {
	height:30px;
	width:900px;
	background-color: #002352;
	color:#2d6687;
	margin-left: auto;
	margin-right: auto;

	text-align:left;
	}
	
#foot2 {
	height:59px;
	width:900px;
	color:#a3b3bd;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size:11px;
	}

A.credit:link {
	text-decoration:none;
	color:a3b3bd;
}


A.credit:active {
	text-decoration:none;
	color:#a3b3bd;
}

A.credit:visited  {
	text-decoration:none;
	color:#a3b3bd;
}


A.credit:hover {
	text-decoration:underline;
	color:#a3b3bd;
}
	
/* ...............end footer........................ */	






	
/* Links */

A:link {
	text-decoration:underline;
	color:#000;

}


A:active {
	text-decoration:none;
	color:#000;

}

A:visited  {
	text-decoration:underline;
	color:#000;

}


A:hover {
	text-decoration:underline;
	color:#ee3a43;


}
	
A.action:link {
	text-decoration:none;
	color:#4a9cc0;

}


A.action:active {
	text-decoration:none;
	color:#4a9cc0;

}

A.action:visited  {
	text-decoration:none;
	color:#000;

}


A.action:hover {
	text-decoration:underline;
	color:#ff6600;


}




