﻿/* Website Information																	*/
/* Brown/Grey Background: 373738   Used for body of the web browser                     */

/* Light Blue Text: 51C1FC         Used for home page header                            */
/* Darker Blue Text: 0076B4        Used for home page section background				*/
/* Light Green Text: 2EFF00		   Used for home page section titles                    */
/* Homepage flash area size        980w x 325h                                          */
/* Body page image size            320w x 275h                                          */
/* Barnabas images size            150w x 120h                                          */

body
{
	background-color:#373738;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 auto;     /* allows the website frame to be centered */
	width:980px;        /* width of the website */
}

/*** WRAPPERS ***************************************************************************/

#wrapper_header
{
	height:135px;
	width:980px;
	float:left;
}

#wrapper_flash
{
	height:266px;
	width:980px;
	float:left;
}

#wrapper_spacer
{
	background-image:url('../images/spacer.jpg');
	height:36px;
	width:980px;
	float:left;
}

#wrapper_navigation
{
	background-color:white;
	width:175px;
	height:400px;
	float:left;
}

#wrapper_body
{
	background-image:url('../images/spine.jpg');
	height:500px;
	width:805px;
	font-size:10pt;
	float:left;
}

#wrapper_footer
{
	background-color:#373738;
	color:white;
	clear:both;
	float:left;
	font-size:10pt;
	text-align:right;
	width:980px;
	padding: 5px 0px 5px 0px;
}

/*** NAVIGATION *************************************************************************/

ul.navigation
{
	list-style-type:none;
	margin-top:0px;
	margin-left:0;
	padding-left:0;
	text-align:center;
}

ul.navigation a
{
	background-image:url('../images/button.jpg');
	background-position:0 0;
	display:block;
	color:white;
	text-decoration:none;
	font-size:14pt;
	letter-spacing:-1px;
}

ul.navigation a:hover
{
	background-image:url('../images/button.jpg');	
	background-position:0 -30px;
}

.navigation_gap
{
	background-image:url('../images/buttongap.jpg');
	width:200px;
	height:20px;	
}

.navigation_bottom
{
	background-image:url('../images/spacer_nav.jpg');
	background-image:url('../images/spacer_nav_ie.jpg')\9;
	width:175px;
	height:156px;	
	height:164px\9; /* IE8 and below */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.navigation_bottom
	{
		background-image:url('../images/spacer_nav_ie.jpg');
		width:175px;
		height:164px;	
	}
}

/*** HOMEPAGE ***************************************************************************/

#homepage_section
{
	color:black;
	float:left;
	font-size:12pt;
	padding:0px 20px 20px 20px;
	height:500px;
	width:220px;
	text-align:left;
	line-height:130%;
}

#homepage_divider
{
	background-image:url('../images/divider.jpg');
	float:left;
	height:490px;	
	width:2px;
}

.homepage_title
{
	color: #21567F;
	font-size: 14pt;
	font-weight:bold;
}

.headerlink
{
	color: #51C1FC;
	font-size: 10pt;
}

.homepagelink
{
	color: #2EFF00;
	font-size: 9pt;
}

/*** OTHER PAGES ************************************************************************/

#page_section
{
	color:black;
	float:left;
	font-size:12pt;
	padding:0px 20px 20px 20px;
	height:345px;
	width:748px;
	text-align:left;
	line-height:150%;
}

#page_section_small
{
	color:black;
	float:left;
	font-size:10pt;
	padding:0px 20px 20px 20px;
	height:345px;
	width:748px;
	text-align:left;
	line-height:120%;
}

.page_title
{
	color: #21567F;
	font-size: 14pt;
	font-weight:bold;
}

.pagelink
{
	color: blue;
	font-size: 12pt;
}

/*** NOT USED!!! ************************************************************************/

#contactus_section
{
	background-color:#0076B4;
	color:white;
	font-size:11pt;
	padding:10px;
	width:950px;
	text-align:center;
}

#contactus_title_font
{
	font-size:11pt;
	font-weight:bold;
}

