﻿/* Reset html elements from browser defaults */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	
}
/* Common HTML elements*/
body
{
    background-image: url('images/bkgrnd.JPG');
}
p
{
    margin-bottom: 2em;
    text-align: justify;
}
h4
{
    margin-bottom:-15px;
    font-size:large
}
.image
{
    width:100%;
    height:70%;
}
.title
{
    float:left;
}
.content h1
{
    text-align:center;
}
li
{
    padding-left: 1em;
    padding-bottom: 1em;
}
h1
{
    font-size:xx-large;
}
h2  
{
    font-size:x-large;
}   

/* Google Custom Search Box */
#search
{
    width:400px;
    float:right;
    margin-right:1%;
    margin-top:20px;
	
}
#search fieldset 
{
    margin: 0;
    padding: 0;
    border: none;
}

#search-text 
{
    width: 400px;
    border: none;
    text-transform: lowercase;
    border: 1px #525252 dotted;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    color: #7BA2C6;
}

.head_wrap
{
    height: 63px;
}

.page_heading
{
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: xx-large;
    margin-left: 1%;
    color: #2F4463;
}
.header_image
{
    background-position: -250px 0px;
    height: 170px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-image: url('images/img01.jpg');
}

div.menu_box
{
    font: inherit;
    font-weight:bold;
    text-align: left;
    background-color: #2F4463;
    width: 98%;
    height: 28px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
a.menu_item:hover
{
    background-color: #94AADE;  
}
     /* highlight the current page in menu see lines 25-34 in 'site.master' */
body#about a#nav_about,
body#contact a#nav_contact,
body#default a#nav_home,
body#employers a#nav_employers,
body#employment a#nav_employment,
body#families a#nav_families,
body#find a#nav_find,
body#referrals a#nav_referrals
{
    background-color: #94AADE;  
}

a.menu_item
{
    vertical-align: middle;
    background-color: #2F4463;
    position: relative;
    top: 2.5px;
    font-variant: small-caps;
    text-decoration: none;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 5px;
    padding-bottom : 4px;
    height: auto;
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
}

/* left-side link menu/sidebar */
.left_links
{
    padding: 5px;
    margin: 0px;
    position: relative;
    float: left;
    width: 18%;
    background-color: #FFFFFF;
    margin-left: 1%;
    padding-top: 5px;
}
.left_links a, .left_links h3
{
    font-variant: small-caps;
    text-decoration: none;
    color: #2F4463;
    margin-bottom: 10px;
    margin-top: 10px;
}
.left_links hr
{
    margin-top: 1px;
    color: #2F4463;
}

/* unique content area of each page */
.content
{
    margin-left: 0px;
    margin: 0 1% 0 0;
    height: auto;
    width: 72%;
    background-color: #FFFFFF;
    position: relative;
    float: right;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
    text-align:justify;
}

#header_img
{
     width:98%;
     height: auto;
     margin-bottom:-5px;
     margin-left: 1%;
}
.page_wrap
{
    background-color:#FFFFFF;
	margin: 1%;
	padding:1%;
}
.boldunder
{
    font-weight: bold;
    text-decoration: underline;
}
    
.clear 
{
    clear: both;
} 
.asp_form 
{
    height:0px;
}

/* facility report table page */
table.fclty_rpt {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-color: #525D6B #525D6B #525D6B #525D6B;
	border-collapse: separate;
	background-color: white;
}
table.fclty_rpt th  {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #525D6B #525D6B #525D6B #525D6B;
	background-color: white;
	margin:0px;
}
table.fclty_rpt td  {
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #525D6B #525D6B #525D6B #525D6B;
    background-color: white;
    margin: 0px;
}
.info
{
    text-align: left;
}
.data
{
    text-align: center;
}
body#find .page_wrap
{
    min-width:920px;
}

