
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: white;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    color: black;
    font: normal 14px 'Arial', 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

li
 {
	color: #0B4B7B;
 }

p
{
	color: #0B4B7B;
}

hr
{
	color: #a2c4e3;
	margin-left: 0px;
	border: 1px dotted;
}
/***************
 Overall layout
****************/
#wrap
{
    background: url(/images/layout/body-bgd.png) repeat-x #9EB9D3;
}

#inner-wrap
{
	width: 1100px;
    /*background: url(/images/layout/body-grad.png) repeat-y;*/
    margin: 0px auto 0px auto;
    text-align: left;

}

/***********
Span Classes
************/
.white
{
	color: white;
}

.normal
{
	font: normal 13px 'Helvetica', 'sans-serif';
	color: #0B4B7B;
}

.blue
{
	color: #0B4B7B;
}

.light-blue
{
	color: #bfd8f0;
}

/*******
 Header
********/
#header-wrap
{
	width: 1100px;
	height: 167px;
	margin: 0px auto 0px auto;
	clear: left;
	background: url(/images/layout/header-bgd.jpg) no-repeat;
}

#header
{
    position: relative;
    margin: 0px auto 0px auto;
    height: 167px;
}

#header h1
{
	font: normal 26px 'Helvetica', 'sans-serif';
	color: #0B4B7B;
}

#header a
{
	text-decoration: none;
	color: #0B4B7B;
}

#header-contact
{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 532px;
	text-align: right;
}

#header-contact h2
{
	font: normal 20px 'Helvetica', 'sans-serif';
	color: white;
}

.h2-small
{
	font-size: 16px;
}

#logo
{
	text-align: left;
	width: 500px;
	margin: 0px 0px 0px 10px;
	padding-top: 20px;
	height: 100px;
	width: 495px;
}

#logo h4
{
	color: #0B4B7B;
	font: italic 16px 'Helvetica', 'sans-serif';
	line-height: 20px;
	margin: 15px 0px 5px 0px;
}

#logo h4 a:link,
#logo h4 a:visited
{
	border-bottom: none;
	color: #88a6c2;

}

#logo h4 a:hover
{
	color: #0B4B7B;
	border-bottom: 1px dotted #0b4b7b;
}

/**********
 Navigation
***********/
#navigation
{
    height: 32px;
    overflow: hidden;
    padding: 0px;
	margin: 0px;
	background: #0b4b7b;
}

#navigation li
{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#navigation li a:link,
#navigation li a:visited
{
	display: block;
	padding: 9px 25px;
	height: 16px;
	overflow: hidden;
	border-left: 1px solid #a2c4e3;
}

#navigation li a:hover
{
	text-decoration: none;
	color: #0B4B7B;
	background: #7293b4;
}

#navigation li a.selected:link,
#navigation li a.selected:visited
{
    text-decoration: none;
    color: #0B4B7B;
	background: #c0d4e8;
}


/****
 Body
*****/
#page
{
    padding: 20px 0px;
    box-shadow: 0px 35px 30px 20px #81A1C1;
    -moz-box-shadow: 0px 35px 30px 20px #81A1C1;
    -webkit-box-shadow: 0px 35px 30px 20px #81A1C1;
    background: #c0d4e8;
    background-image: -webkit-linear-gradient(#c0d4e8,#ffffff);
    background-image: -moz-linear-gradient(#c0d4e8,#ffffff);
    background-image: linear-gradient(#c0d4e8,#ffffff);

}

#page a
{
	color: #4b759f;
}

.homepage-img
{
	margin: 10px 2px 5px 0px;
}

.details-img
{
	margin: 10px 15px 10px 10px;
	float: right;
	clear: right;
}

#google-map
{
	margin-left: 15px;
	border: 1px solid #1D497A;
	width: 705px;
}

#google-map iframe
{
    width: 100%;
}

#contact-info
{
    float: left;
    margin-left: 20px;
    width: 400px;
}

#contact-info p:nth-of-type(2)
{
    line-height: 160%;
}

#directions
{
	float: right;
	width: 340px;
	margin: 10px 15px 10px 10px;
}

#page #directions h4
{
	margin-right: 0px;
}

h1
{
	color: white;
	font: normal 40px 'Helvetica', 'sans-serif';
	margin: 15px 0px 0px 0px;
}

h3
{
	color: black;
	font: normal 20px 'Helvetica', 'sans-serif';
	line-height: 130%;
}

h2
{
	color: white;
	font: normal 28px 'Helvetica', 'sans-serif';
    margin-bottom: 10px;
}

h4
{
	color: white;
	font: normal 17px 'Helvetica', 'sans-serif';
	margin: 0px 0px 5px 0px;
}

p,
li
{
	color: #0B4B7B;
	line-height: 140%;
	font-size: 14px;
}

/*************************
Rules specific to homepage
**************************/
#footer-table
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
}

#footer-table td
{
	padding: 0px 9px 0px 14px;
}

td.border
{
	border-right: 1px dotted #D1E9FF;
}

#page div.threecol p{
	margin: 10px 10px 10px 20px;
}
div.threecol
{
    float: left;
    width: 32%;
    padding: 0.6%;
}

div.threecol img
{
    display: block;
    margin: 10px;
}

span.link-container
{
    display: block;
    height: 255px;
    position: relative;
}

#page span.link-container img
{
    display: block;
    position: relative;
}

#page span.link-container h2.heading-overlay
{
	position: absolute;
    bottom: 0;
	z-index: 10;
    margin: 10px;
	height: 20px;
	padding: 5px 10px;
	background: #0b4b7b;
	color: white;
	overflow: hidden;
    filter: alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
    font: normal 18px 'Arial', sans-serif;
	width: 320px;
	border-bottom: none;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

#page h1
{
	color: #4b759f;
}

#page h2
{
	border-bottom: 1px dotted #4b759f;
	padding-left: 15px;
	margin-right: 35%;
	color: #4b759f;
}

#page h3
{

}

#page h4
{
	border-bottom: 1px dotted #4b759f;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-right: 35%;
	color: #4b759f;
}

#page p
{
	margin-left: 15px;
	margin-right: 35%;
	margin-bottom: 20px;
}


#page .news-headline
{
	margin: 25px 0px 25px 0px;
}

#page .news-headline h4
{
    margin-right: 0px;
}

/*
#page .news-headline p
{
	margin-right: 365px;
}
*/

#thumbnails
{
	margin: 10px 15px 10px 10px;
	float: right;
}

.announcement {
	background: white;
	padding: 10px;
	margin: 15px 0px 15px 12px;
}

/******
 Footer
*******/
#footer-wrap
{
	background: url(/images/layout/footer-bgd.png) repeat-x #8eacc8;
	margin: 0px auto 0px auto;
}

#footer
{
	margin: 0px auto;
	padding: 20px 90px;
	width: 1100px;
    clear: left;
}

#footer h4
{
	margin: 10px 20px 10px 10px;
}

#footer ul
{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#footer li
{
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	border-bottom: 1px dotted #D1E9FF;
}

#footer div:first-of-type
{
    border-left: 1px dotted #D1E9FF;
    border-right: 1px dotted #D1E9FF;
}

#footer div:last-of-type
{
    border-left: 1px dotted #D1E9FF;
	border-right: 1px dotted #D1E9FF;
    text-align: right;
	list-style: none outside none;
	margin: 10px 0px 0px 0px;
}

#footer div.threecol img
{
    margin: 0px auto;
    display: block;
}

#footer li a:link,
#footer li a:visited
{
	display: block;
}

#messiah-footer
{
	color: white;
	text-align: center;
	height: 30px;
	margin: 0px auto;
	padding-top: 15px;
    clear: left;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}



