/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom div.header-navigation li {
        padding-left: 20px; 
        padding-right: 20px; 
	 }

body.custom div.leaf-top { 
        font-size: 1.6em;
        text-align: center;
        background:url('http://locationindependent.com/images/underline.jpg');
        height: 50px;
        border-bottom: none;
        line-height: 50px;
 }

body.custom div.leaf-top-sub{ 
        font-size: 0.8em;
        text-align: center;
        background:url('http://locationindependent.com/images/underline.jpg');
        height: 50px;
        border-bottom: none;
        line-height: 50px;
 }

body.custom div.leaf-top a{ 
        text-decoration: none;
        line-height: 50px;
 }

body.custom div.content H3 {
        border-bottom: 1px dotted #078ED0;
} 

body.custom div#footer {
 font-size: 11px;
   color: #1865a3;
} 

body.custom div#footer a{
 font-size: 11px;
   color: #1865a3;
} 

/* TOP BAR & DROP DOWN */


#topbar {
height: 32px; 
background: #1865a3;
}

#topbar .container {
width: 960px;
height: 32px;
margin: 0 auto;
position: relative;
z-index: 101;
background: #1865a3;
}

.switcher_wrap {
width: 406px;
background: #ffffff;
position: absolute;
z-index: 101;
right: 0;
}

.switcher_header {
width: 400px;
height: 28px;
padding: 4px;
background: #1865a3 url('custom/images/switcher-header.gif') no-repeat 4px 4px;
text-indent: -9999px;
}

.switcher_header:hover { cursor:pointer; }

#links ul {
list-style-type: none;
padding: 0 0;
margin: 0;
border-bottom: 1px solid #078ed0;
line-height: 1.5em;
}

#links li {
list-style: none;
font-size: 12px;
}
	
#links a {
font-family: "Trebuchet MS", sans-serif;
color: #1865a3;
text-decoration: none;
display: block;
padding: 5px 20px;
}

#links a:hover {
background: #61A8DC;
}