/*
-------------------------------------------------------

	:: squarehead design studio
	
	845.331.1953
	www.squarehead.com
	sbliss@squarehead.com
                                                                                                          
-------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFFFFF url(../img_core/bkgd.jpg);
	text-align: center;
}
a {
	text-decoration: none;
	cursor: pointer;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, input, select, option, label, blockquote {
	font-size: 1.1em;
	line-height: 1.6em;
}
a img {
	border: 0;
}

a {
	font-weight: bold;
	color: #B8860B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 
::::::::::::::::::::::::: container    
*/
#frame {
	width: 720px;
	text-align: left;
	background: #FFFFFF;
	margin: 0 auto;
}
/* 
::::::::::::::::::::::::: headers    
*/
#flash {
	height: 150px;
	width: 720px;
	float: left;
}
.banner {
	width: 720px;
	float: left;
}
/* 
::::::::::::::::::::::::: tabs    
*/
#tab-bar {
	list-style: none;
	width: 684px;
	padding: 8px 18px 0;
	float: left;
	background: #678467;
	margin: 0;
}
#tab-bar li {
	margin: 0 2px;
	float: left;
	padding-right: 5px;
	background: #6B896B url(../img_core/btn_bkgd.jpg) no-repeat top right;
	
}
#tab-bar li a {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	padding: 5px 10px 5px 15px;
	background: #6B896B url(../img_core/btn_bkgd.jpg) no-repeat top left;
}

body#home #tab-bar #t_home,
body#primeplan #tab-bar #t_primeplan,
body#financial #tab-bar #t_financial,
body#contact #tab-bar #t_contact,
body#taxes #tab-bar #t_taxes {
	background: #FFFFFF url(../img_core/btn_bkgd_selected.jpg) no-repeat top right;
}
body#home #tab-bar #t_home a,
body#primeplan #tab-bar #t_primeplan a,
body#financial #tab-bar #t_financial a,
body#contact #tab-bar #t_contact a,
body#taxes #tab-bar #t_taxes a {
	background: #FFFFFF url(../img_core/btn_bkgd_selected.jpg) no-repeat top left;
}


/* 
::::::::::::::::::::::::: content    
*/
#content {
	width: 720px;
	float: left;
	background: #FFFFFF;
	padding: 20px 0;
}
/* 
::::::::::::::::::::::::: footer    
*/
#footer {
	background-color: #FFFFFF;
	float: left;
	width: 720px;
	font-size: .9em;
	line-height: 1em;
	color: #444444;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
#footer p {
	margin: 5px 20px;
	text-align: center;
}

/* 
::::::::::::::::::::::::: navbar    
*/
#navbar {
	list-style: none;
	width: 720px;
	color: #CCCCCC;
	text-align: right;
	float: left;
	background-color: #000000;
	padding: 5px 0;
	margin: 0;
}
#navbar li {
	float: right;
	padding-right: 20px;
	text-align: center;
	margin: 0;
}
#navbar li a {
	color: #AAAAAA;
	text-decoration: none;
	float: left;
}
#navbar li a:hover {
	color: #FFFFFF;
}

/* 
::::::::::::::::::::::::: typography    
*/

p {
	margin: 0 0 10px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 5px;
}
ul {
	margin: 0 0 10px 20px;
}
li {
	margin-bottom: 5px;
}
.disclaimer {
	font-size: .9em;
	line-height: 1.4em;
	color: #444444;
	margin: 30px 0 10px;
}

/* 
::::::::::::::::::::::::: panel    
*/
.panel {
	background: #95AA95 url(../img_core/panel_bottom.jpg) no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.panel h1 {
	padding: 10px 15px;
	margin: 0;
	background: #95AA95 url(../img_core/panel_top.jpg) no-repeat top left;
}
.panel h6 {
	padding: 10px 15px;
	margin: 0;
	font-size: 1.4em;
	color: #0D392C;
	background: #95AA95 url(../img_core/panel_top.jpg) no-repeat top left;
}
.panel h2 {
	padding: 10px 15px 0;
	margin: 0;
}
.panel dl {
	padding: 10px 15px;
	margin: 0;
}
.panel dt {
	font-weight: bold;
}
.panel dd {
	padding-bottom: 5px;
}
.panel p {
	padding: 5px 15px;
}
.panel img {
	margin-bottom: 10px;
}
.accToggle {
	cursor: pointer;
}

/* 
::::::::::::::::::::::::: left column    
*/
#column-left {
	background: #FFFFFF;
	width: 401px;
	float: left;
	margin: 10px 0 0 20px;
}
#column-left blockquote {
	font-size: 1.2em;
	font-weight: bold;
	color: #B8860B;
	float: left;
	width: 150px;
	text-align: right;
	padding: 0px 10px;
	border-right: 1px solid #B8860B;
	margin: 0 10px 5px 0;
}

/* 
::::::::::::::::::::::::: right column    
*/
#column-right {
	background: #FFFFFF;
	width: 269px;
	float: left;
	margin: 10px 0 0 10px;
}




