/* Main */

body {
            font-size: 80%;
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
            color: black;
            background-color: #faf3e9;
            margin:0 auto;
            text-align: center;
            min-width: 960px;
}
html {
            margin-bottom: 1em; /* body ignores bottom margin. */
}
.sidebox {
            float:left;
            text-align:left;
            width:230px;
            padding-right:15px;            
}
ul.vlink {
            list-style: none;
            margin: 0;
            padding: 0;
}
ul.vlink li {
            line-height: 160%;
}
/* LINKS */
/* Standard links */
a {
            color:#0060a9;
            text-decoration:none;
}
a:hover {
            text-decoration: underline;
}


/* HEADER */
#header {
            width:100%;
            font-size: .9em;
            text-align: center;
            background-color: #98bece;
            border-bottom: 2px solid #0060a9;
}
#header #h_in {
            padding: 10px 0 0 0;
            overflow: hidden;
            width: 960px;
            height: 94px;
            background-color: #98bece;
            margin: 0 auto;
}
#header #h_in h1 {
            display: none;
            text-indent: -9999em;
}
#header #h_in span {
            
            float: left;
}

#header #h_in span img {
            width: 210px;
            height: 94px;
}

#header #h_in:after,
#header #h_nav:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            height: 0;
            width: 0;
}

#header #h_nav {
            width: 730px;
            float: right;
            height: 100%;
            position: relative;
}
#header ul {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 730px;
            margin: 0;
            float: right;
            
}
#header ul li {
            text-align: left;
            display: block;
            float: left;
            width: 14%;
            
}
#header ul li a {
            float: left;
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            color: #037;
            text-decoration: none;
}
#header ul li#l_home {
}
#header ul li a:hover,
#employer_services #header li#l_emp a,
#home #header li#l_home a,
#about #header li#l_about a,
#donate #header li#l_donate a,
#loc #header li#l_loc a,
#info #header li#l_info a,
#jobs #header li#l_jobs a,
#help #header li#l_help a,
#contact #header li#l_contact a {
            color: #eff;
            
}

/**
 * Body Content
 */

#contain {
            width: 960px;
            margin: 0 auto;
            text-align: left;
            color: black;
            background-color: #faf3e9;
}
#content {
            width: 960px;
            text-align: left;
}
#content p {
            color: #335;
            margin: 1em 0;
            line-height: 140%;
            letter-spacing: .2pt;
}

hr {
            clear: both;
            margin: 1.5em 0;
            border: 0;
            width: 100%;
            color: #aaa;
            background-color: #aaa;
            height: 1px;
            
}
address {
            font-style: normal;
            font-size: 90%;
            line-height: 160%;
}
h2 {
            font-size: 2em;
            letter-spacing: .2pt;
            color: #445;
            font-weight: normal;
            font-family: "Apple Garamond", "Georgia", "Times New Roman", serif;
            
}
h3 {
            font-size: 1em;
            font-weight: bolder;
            color: #445;
            text-transform: uppercase;
}
/**
 * Column containers
 */
.columns {
            float: left;
            width: 100%;
}

.columns .main {
            width: 700px;
            float: left;

}
.columns .side {
            width: 220px;
            float: right;
}

.columns .middle {
	width: 100%;
        border: 1px dashed red;
	padding: 15px;
	clear: right;
}
.columns .splitcol {
            width: 300px;
            padding: 0 20px;
            float: left;
}
.columns .right {
            float: right;
}

dl.people {
            
}
dl.people dt {
            margin: 1em 0 0 0;
}
dl.people dd {
            color: #666;
            margin: 0;
            
}

span.floatimg {
            float: right;
            margin: 0 0 15px 15px;
}
span.floatimgleft {
            float: left;
            margin: 0 15px 15px 0;
}
.floatimg img,
.floatimgleft img {
            border: 1px solid #aaa;
}
/**
 * Footer
 */
#footer {
            margin: 1em 0;
            width: 100%;
            clear: both;
            color: #333;
            background-color: #c0b8b0;
}

#footer #f_in {
            padding: 15px 0;
            width: 960px;
            margin: 0 auto;
            text-align: left;
}


#footer .foot_logos {
            float: left;
}


.foot_logos ul {
            float: right;
            height: 66px;
            margin: 0;
            padding: 0;
            
}
.foot_logos li {
            display: block;
            float: left;
            width: 66px;
            height: 66px;
            margin: 0 10px;
            padding: 0;
}

.foot_logos img {
            border: 1px solid #aaa;
}

.copyright {
            float: left;
            width: 50%;
}

/**
 * misc
 */
#content:after,
#f_in:after,
.columns:after,
.foot_logos:after {
            display: block;
            clear: both;
            content: ".";
            height: 0;
            width: 0;
            visibility: hidden;
}


.loc h4{ 
color: #005597;
font-size: 1em;
font-weight: bold;
margin-bottom: 0;
}

.loc address {
            font-size: 1em;
}
.addr{ /* location address */
font-size:14px;
font-weight:400;
}
.showmap{
    float:left;
    padding-right:5px;
}

#map {
            width: 218px;
            height: 500px;
            border: 1px solid #aaa;
            
}

.jobTable th,
.jobTable td
{
            vertical-align: top;
}