{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, p, ul, table {
    margin: 1em 0;
}

ul {margin-left:0px;margin-top:10px;margin-bottom:10px;}
hr {border-top: thin solid #ccc;}
hr.toprule {margin-left:11px;margin-right:9px;margin-top:0px;background:#CCCC00;height:5px;}

img {border:0;}
img.border {border:thin solid #666;padding:2px;}


/* =Main Content
-----------------------------------------------------------------------------*/
#index #maincontent {
	height: 232px;
	width: 750px;
	margin: 0;
	padding: 0;
	float:left;
}

#maincontent p {
	margin: 0 0 15px; 0;
	font-size: 13px;
	line-height: 14px;
}

#maincontent {
    line-height: 16px;
}


/* =Typography
-----------------------------------------------------------------------------*/
body {
    font: 14px Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color:#333;
    background:#999;
}

b {color:#008080;font-size:14px;}
b.name {color:#000;font-size:12px;}

.less {
    font-size: 11px;
}

.lesser {
    font-size: 9px;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
    font-size: 15px;
    color: #999;
    font-weight: normal;
    font-family: times, serif;
}

h2 {
    margin-top:20px;
    color: #333;
    font-size: 13px;
    text-align:center;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size:12px;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
    color: #003366;
}

/* =Main Nav
-----------------------------------------------------------------------------*/


#navwrapper {
    text-align: center;
    min-width: 740px;
	clear: both;
}

#mainNav {
    margin: -9px 10px 3px 10px;
    width: 735px;
}

#mainNav li a img {
    border: none;
}

#mainmenu {
    list-style-type: none;      /* disable the display of the list item bullets */
    padding: 0px;               /* space within the list container */
    position: static;           /* need this so that the z-index stuff works correctly */
    background-color: #54668D;  /* the default background color within the main menu container */
    color: #000;                /* the default font color (not links) within the main menu container */
    z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
    margin: 0px 0px 5px 0px;
    padding: 0;
    list-style: none;
    height: 22px;
    background: #fff;
}

#mainmenu li {
    list-style-type: none;      /* disable the display of the list item bullets */
    float: left;                /* this is to allow for the horizontal main menu */
    background: #54668D url(../images/nav-bg.gif) repeat-x top left;
    color: #fff;                /* main menu item font color (not links) */
    display: block;
    width: 120px; /* the width of each main menu item */
    line-height: 22px;
    margin: 3px 0px 0px 0px;
    /* margin: 0; */
    padding: 6px 0 0 0;
    border-right: 2px solid #8895B0;
    float: left;
}

#mainmenu ul {
    position: absolute;         /* this is so that it doesn't push that page content around on hover */
    margin: 0;                /* space around the list container */
    padding: 0;                 /* space within the list container */
    list-style-type: none;      /* disable the display of the list item bullets */
    display: none;
    width: 120px; /* should be the same as #mainmenu li width */
    background-color: #BCC9E7;  /* sub-menu default background color */
    background-image: none;
    color: #000;                /* sub-menu default font color (not links) */
    z-index: 99;                /* want to be sure this is above the rest of the menu */
}

#mainmenu ul li{
    background-color: #BCC9E7;  /* default background color for sub-menu container */
    background-image: none;
    color: #000;                /* default font color (not links) for sub-menu container */
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 0;                  /* spacing between sub-menu containers */
    padding: 1px 0;             /* This is for padding between menu items in the drop-downs */
    width: 120px; /* (padding*2) must be subtracted from #mainmenu li width and set for this one, or borders won't display properly. */
}

#mainmenu li a {
    display: block;
    color: #fff;
    width: 120px; /* set this to #topNav #mainmenu ul width */
    text-decoration: none;
    font-weight: normal;
    padding-top: 0px;
    height: 22px;
    font: 12px Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;	
}

#mainmenu ul a {
    text-align: left;
    padding: 6px 0 6px 10px;
    margin: 0px;
    width: 120px; 
    display: block;
    height: auto;
    color: #000;
    font-size: 10px;
}

#mainmenu li.over {
    display: block;
    background: #95A6CC url(../images/nav-bg-over.gif) bottom left;
}

#mainmenu ul li.over
{
    display: block;
    width: 120px;               /* should be set to the same value as #topNav #mainmenu ul li width */
    margin: 0px;
    background: #54668D url(../images/nav-bg.gif) repeat-x bottom left;
    padding: 6px 0 6px 10px;
}

#mainmenu a.submenu,
#mainmenu a.submenu:hover
 {
	background: url(../images/white-tri-r.gif) 117px 50% no-repeat;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:hover {
	padding: 6px 0 6px 10px;
}

#mainmenu ul li.over,
#mainmenu ul li.over {
	padding: 0;
	width: 120px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}


#mainmenu ul ul{
    display: none;                      /* don't display by default */
    position: absolute;
    margin-left: 120px;   /* this should be the width of #mainmenu ul li */
    border-left: 1px solid #fff;
    margin-top: -2em;                   /* this will push the sub-menu up to the level of it's parent */
}

#mainmenu ul ul.tall {
	margin-top: -2.9em;
}

#mainmenu ul li>ul,
#mainmenu ul ul li>ul{
    margin-top: -2em;                    /* should be set to the same as #mainmenu ul ul margin-top */
}

#mainmenu li.over ul ul,
#mainmenu li.over ul ul ul,
#mainmenu li.over ul ul ul ul,
#mainmenu li.over ul ul ul ul ul{
    display:none;
}

#mainmenu li.over ul,
#mainmenu ul li.over ul,
#mainmenu ul ul li.over ul,
#mainmenu ul ul ul li.over ul,
#mainmenu ul ul ul ul li.over ul{
    display:block;
}

/* --- end dropdown -- */

#menu {
background: #eee;
margin: 10px 0 0 0;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0 0 0 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a {
text-align:left;
font-weight: normal;
font: 12px Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;	
#font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border: thin solid #fff;
margin: 0px;
padding: 4px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #e1e5e8;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->
/* =Branding
-----------------------------------------------------------------------------*/

div#topnav {
	width: 750px;
	margin: 5px 0 0 15px;
	padding: 0;
	height: 0px;
	position: relative;
}

div#topnav ul {
	float: right;
	font-size: 12px;
	color: #041946;
	list-style-type: none;
	margin: 0 0 0 0;
}

div#topnav ul li {
	float: left;
	margin-right: 0px;
}

div#topnav ul li.first  {
	float: left;
	border-right: 1px dotted #000;
	padding-right: 6px;
}

div#topnav ul li img {
	vertical-align: middle;
}

div#topnav ul li span.number {
	font-weight: bold;
}

/* =Header Content
-----------------------------------------------------------------------------*/

div#header {
	width: 728px;
	height: 258px;
	margin: 0 0 0 0;
}

div#header h1 {
	color: #fff;
    	font: 30px Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin: 0px 0 0 535px;
	padding: 0;
}

div#header p {
	margin-left:570px;
	margin-top:15px;
	padding: 0;
}


.main div#header {
	background: url(../images/header-oliak.jpg) no-repeat top left;
	background-color:#fff;	
	margin-top:0px;
	width:735px;
	margin-left:10px;
}

/* =logo Content
-----------------------------------------------------------------------------*/

.logo {
	position:relative;
	text-align:center;
	margin-left:-525px;
	font:18px tahoma bold;
}

.logo hr {
	height:1px;
	width:150px;
}

.address {
	position:relative;
	text-align:center;
	margin-left:-525px;
	font: 12px tahoma bold;
}

/* =Main Content
-----------------------------------------------------------------------------*/

body {
    background-color: #999;
    text-align: center;
    margin:0;
}

div.pagecontent {
    padding:0;
    width: 750px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    border: thin solid #ccc;
}

div.pagebody {
    padding: 0 0 0 0;
}

/* =Footer
-----------------------------------------------------------------------------*/

#mainFooter {
    font-size: 11px;
    text-align: center;
    background:#e0e0e0;
}

#mainFooter a {
	color: #333;
}

/* =Misc 2
-----------------------------------------------------------------------------*/

.clear {clear: both;}
.box {float: left;}

.imgleftborder {border: 1px solid #000; margin: 0em 1.0em 1.0em 0em;clear:left;float:left;display:inline-table;}/*-----------------------------------------------------------------------------
1-col page stylesheet

File:      css100.php
version:   2.0
author:    Bruce Kroeze
email:     bruce@solidsitesolutions.com
website:   http://www.solidsitesolutions.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* =Typography
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
    margin: 0px 0px 0px -8px;
    padding: 0;
}

h2 {
    margin: 15px 0px 10px 0px;
    padding: 0px;
    font-size: 17px;
    color: #1D4961;
}

/*
h2 {
    margin: 20px 0 0 12px;
}
*/


cite {
    float: right;
    font-style: italic;
}

/* =Links
-----------------------------------------------------------------------------*/

#maincontent ul#citylinks {
	list-style-type: none;
	margin: 0 0 25px 0px;
}

#maincontent ul#citylinks li {
	float: left;
	padding: 2px 2px 2px 2px;
	background: none;
}

#maincontent ul.stacked li {
	float: left;
	width: 130px;
	list-style: normal;
	margin: 0;
	font-size: 11px;
}

/* =Branding
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/

/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/
#maincontent {
    margin: 0 auto 0 auto;
    margin-top: 12px;
    padding-left: 68px;
    width: 650px;
    float: left;
}

#contact #maincontent {
    padding-left: 38px;
}

#maincontent img.featured {
    margin: -25px 0 0 0;
    padding: 0;
}

p.titled {
    padding-left: 0px;
}

#maincontent p {
    font-size: 12px;
    margin: 15px 0 0 0;
}

#maincontent ul {
    margin: 5px 0 0 60px;
    font-size: 12px;
    line-height: 12px;
}


#maincontent form {
    margin: 0 0 0 50px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

#sidecontent {
    float: right;
    width: 200px;
    padding: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/

/* =Forms
-----------------------------------------------------------------------------*/

/* =Tables
-----------------------------------------------------------------------------*/

/* =Misc 1
-----------------------------------------------------------------------------*/

.spaced {
	style=position:relative;
	margin: 10px 0 0 20px;
}

.spaced li {
	margin-bottom: 10px;
}


.featured {
    margin-bottom: 34px;
}

.quote {
    padding-left: 14px;
}

#apply_loan .leftcol {
        float: left;
        background: #fff url(../images/box50-l.gif) top left no-repeat;
        height: 281px;
        width: 377px;
        margin: 0;
        padding: 0;
}

#apply_loan .rightcol {
        float: left;
        
        background: #fff url(../images/box50-r.gif) top left no-repeat;
        height: 281px;
        width: 382px;
        margin: 0;
        padding: 0;     
}

.box div.title {
        text-align: center;
        border: 1px solid red;
}

.box h2 {
        font-size: 14px;
        text-align: center;
        margin: 2px auto 15px auto;
        padding: 0;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
