/* -----------------------------------------------------------------------------Â 
Purtill Financial LLC.
css by doan buu
www.dbuu.com
----------------------------------------------------------------------------- */

body,
html{
    text-align: center;
    background:#003333;
	background-image:  url(/images/bg.jpg);
    background-repeat: repeat-y;
	background-position: center center;
    margin: 0;
    padding: 0;
    }
	
body {
    min-width:800px;
    }	
	
/* -----------------------------------------------------------------------------Â 
structure
----------------------------------------------------------------------------- */	

#wrap {
    background:#CCFF99;
    margin: 0 auto;
    width: 800px;
    }
    
#container {
    background:#CCFF99;
    height:auto;
    width: 800px;
    }    

#header {
    background:#CCFFCC;
    width:800px;
    height:150px;
    margin:0;
    padding: 0 0;
    }
    
#nav {
    background:#CCFFCC;
    width: 800px;}
	
#banner {
    width: 800px;
    height: 275px;}
    
	
#main {
    background:#FFFFFF;
    float:left;
    width:575px;
    margin: 0;
    padding: 20px 20px; 
    }

#sidebar {
    background:#CCFF99;
	height: 100%;
    float:right;
    width:165px;
    margin: 0px;
    padding: 15px 8px 0px 8px;
    }	
	
#footer {
    background-color: #CCFFCC;
    bottom:0;
    width: 780px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    clear: both;
	overflow: hidden; 
    }
    
#servicesfees{
    float: left;
    width: 575px;
    }    
    
#servicesfeestext{ width: 575px; float: left; margin-top: 12px; }    

#services {
    float: left;}
    
#fees {
    float: right;}        
    
/* -----------------------------------------------------------------------------Â 
bios
----------------------------------------------------------------------------- */	
	
#bioimage{
   width: 200px;
   height: 300px;
   padding: 10px 0px;
   float:left;
   }	
   
#bioimagetom{
    width: 200px;
	height: 300px;
    padding:10px 0px;
	float: left;
	}	   

#biotext{
   width:365px;
   height: 300px;
   padding:10px 0px;
   float: right;
   }
   
#biotexttom{
   width:365px;
   height: 300px;
   padding:10px 0px;
   float: right;
   }   
	
	
/* -----------------------------------------------------------------------------Â 
nav
----------------------------------------------------------------------------- */	

#nav{
    text-align: center;
	padding: 3px 0px}

#nav a {
    font-family: times new roman, serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration:none;
    color:#006633;
    padding: 0px 35px;}

#nav a:hover{
    color:#003333;
    text-decoration: none;}
	
/* -----------------------------------------------------------------------------Â 
type
----------------------------------------------------------------------------- */

#main {
    font-size: 13px;
    font-family: times new roman, serif;
    line-height: 16px;
    text-align: left;
    color:#000000;}

h1 {
    font-size:15px;
    font-weight: bolder;
    line-height:100%;
    margin:0;
    padding:10px 0;
    color:#003333;
    font-family:arial, sans-serif;
    }

h2 {
    font-size: 12px;
    font-weight: 800; 
    line-height: 14px;
    margin:0;
    padding:10px 0;
    color:#336633;
    font-family:arial, sans-serif;}
	
h3 {
    font-size: 12px;
    font-weight: 800; 
    line-height: 14px;
    margin:0;
    padding:0;
    color:#336633;
    font-family:arial, sans-serif;
    }
    
h4 { font-size:15px;
    font-weight: bolder;
    line-height:100%;
    margin:0;
    padding:10px 0;
    color:#003333;
    font-family:arial, sans-serif;
     border-bottom-style: dotted ; 
     border-bottom-color: #999999;
     border-bottom-width: 2px; 
    }    
	
b {
    font-family: sans-serif;	
	}			
	
#sidebar {
    text-align: left;
	font-size: 12px;
    font-family: times new roman, serif;
    line-height: 16px;
    color:#009966;}

#footer {
    font-size: 10px;
    line-height: 12px;
    font-family: arial, sans-serif;
    text-align: center;
	padding: 15px 10px;
    color:#669966;}

#address {
    font-size: 10px;
    line-height: 14px;
    font-family: arial, sans-serif;
    text-align: center; 
    color: #669966;}

/* -----------------------------------------------------------------------------Â 
links
----------------------------------------------------------------------------- */

a, a:visited, a:link
{color:#339966;
text-decoration:none;
border:none;}

a:hover{
color: #333333;}

a img {
   border-style: none;
}

#sidebar a{
	color:#006633}
	
#sidebar a:hover{
	color:#00CC66;}	

/* -----------------------------------------------------------------------------Â 
LISTS
----------------------------------------------------------------------------- */
#content ul {
	margin:0;
	padding:0;}
	
ul {
    list-style-type: square;}	
		
#content li {
	margin:0 0 0.5em 10px;
	padding:0 0 0 10px;}

#content ol {
	margin:0 0 0 15px;
	padding:0 0 0 10px;}

#content ol li {
	margin:0 0 0.5em 10px;
	padding:0 0 0 0;}
	
/* -----------------------------------------------------------------------------Â 
tables
----------------------------------------------------------------------------- */	


table.chart {
	border-width: 0px;
	border-spacing: 20px;
	border-style: none;
	border-collapse: collapse;
	background-color:#CCFFCC;
	padding: 20px 0px;
}
table.chart th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	background-color:#CCFFCC;
}
table.chart td {
	border-width: 2px;
	padding: 5px 30px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color:#CCFFCC ;
}
	
table.head {
	border-width: 0px;
	border-spacing: 20px;
	border-style: none;
	border-collapse: collapse;
	background-color:#CCFFCC;
	padding: 0px 0px;}

table.head th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	background-color:#CCFFCC;
}
table.head td {
	padding: 5px 15px;
	background-color:#CCFFCC ;
}

