﻿/* COMMON */
body 
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
    background-image: url(../Image/bkg_patternbackground.gif);
    background-repeat:repeat;
    background-position:center top;
}

a
{
    font-size: 11px;
    color: #970B04;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0;
}



/* --------------------------------- */
/* FORMAT */
/* --------------------------------- */

#overall_container
{
    width: 788px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header
{
    width: 788px;
    height: 77px;
    background-image: url(../Image/bkg_header_top.gif);
    background-repeat: no-repeat;
}


#content_container
{
	width: 776px;
	padding: 0px 6px 0px 6px;
}


#content_display
{
    
}


#content_secondarydisplay
{
    padding: 0px 20px 5px 20px ;
}

#content_secondarydisplay h1
{
    font-size: 16px;
    color: #970B04;
    padding: 0;
    margin: 0;
}


#footer_container
{
	color:#ffffff;
	margin-top:10px;
	text-align:center;
	
}


#main_navigation_display
{
	width: 776px;
	height: 43px;
	background-color:#ffffff;
	background-image: url(../Image/bkg_header_bottom.gif);
    background-repeat: no-repeat;
}


#main_navigation
{
	margin-top:8px;
	margin-right:5px;
	float:right;
}

#top_navigation
{
	margin-top:40px;
	margin-right:20px;
	float:right;
	
}

#top_navigation A
{
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	letter-spacing:1px;
	padding: 2px 5px 2px 5px ;
}

#top_navigation A:Hover
{
	color:#ffffff;
	background-color:#00adef;
	padding: 2px 5px 2px 5px ;
}


/* --------------------------------- */
/* NAVIGATION */
/* --------------------------------- */


a.footerNav
{
    color: #fbd754;
    font-weight: bold;
    font-size: 11px;
    text-decoration:underline;
}

a.footerNav:hover
{
	text-decoration:none;
}


a.adminNav
{
    color: #fbd754;
    font-weight: bold;
    font-size: 11px;
    text-decoration:underline;
}

a.adminNav:hover
{
	text-decoration:none;
}

.adminNavText
{
    color: #fbd754;
    font-weight: bold;
    font-size: 11px;
}


#secondary_navigation a.secondaryNav:link
{
    color: #970B04;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#secondary_navigation a.secondaryNav:visited
{
    color: #970B04;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#secondary_navigation a.secondaryNav:hover
{
    background: #970B04;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#secondary_navigation a.secondaryNavS:link
{
    background: #970B04;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#secondary_navigation a.secondaryNavS:visited
{
    background: #970B04;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#secondary_navigation a.secondaryNavS:hover
{
    background: #970B04;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}



.tabTop
{
    background-image: url(../Image/bkg_tabs_top.gif);
    color: #ffffff;
    
}

/* --------------------------------- */
/* TEXT */
/* --------------------------------- */

.warningHeader {color: #921919; font-weight: bold; font-size: 12pt;} 
.warningText {color: red; font-weight: normal;}

.contentheader
{
	color:#ffffff;
	font-weight:bold;
	font-size:11pt;
	background-color:#00adef;
	border-right:solid 2px #0485b6;
	border-bottom:solid 1px #005b7e;
	
}




.homepageHeader
{
	font-size:11pt; 
	color:#666666; 
	}
	
.homepageDescription
{
	font-size:8.5pt; 
	color:#000000; 
	}
	
	
.secondaryPageHeader
{
	font-size:11pt; 
	font-weight:bold;
	text-transform:uppercase;
	color:#666666; 
	font-family: Arial, Verdana, Tahoma,  Sans-Serif;
	letter-spacing:1px;
	}


/* NEWS SECTION */
.newsHeader
{
	font-size:10pt; 
	color:#000000; 
	font-weight:bold;
	}
	
.newsDate
{
	font-size:9pt; 
	color:#666666; 
	}
	
	
	
	
/* CONTACT FORM */
#contact_form fieldset
{
	display: block;
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
}

#contact_form fieldset.radio
{
	margin: 1em 0 2em 0;
}

#contact_form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#contact_form fieldset.radio label
{
	font-weight: normal;
}

#contact_form input
{
	display: block;
	width: 15em;
}

#contact_form textarea
{
	display: block;
	width: 15em;
}

#contact_form input.submit
{
	clear: both;
}

#contact_form label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#contact_form select
{
	display: block;
}


.contentTitle
{
	font-size:11pt; 
	color:#333333; 
	}


/* --------------------------------- */
/* BOX */
/* --------------------------------- */

.testimonial_box
{
	text-align: left;
	padding: 10px 20px 10px 35px;
	border-top: 1px solid #b5d4fe;
	background-color: #ffedce;
	border-bottom: solid 1px #b5d4fe;
}

.biography_box
{
	background-color: #ffedce;
	border-bottom:solid 5px #ffffff;
}

.biographycustomerservice_box
{
	background-color: #ffedce;
}

a.biography_email 
{
	text-decoration:none;
	font-size:9px;
}
/* ------------------------------------------------------------ */
/* NEWS */

a.newsListingTitleLink
{
    color: #970B04;
    text-decoration:underline;
    font-size:15px;
    font-weight:bold;
}

.newsListingTitleText
{
    color: #970B04;
    font-size:15px;
    font-weight:bold;
}

.newsPostDate
{
    color: #970B04;
    font-size:9px;
}

a.newsStoryLink
{
    color: #970B04;
    text-decoration:none;
    font-weight:bold;
    font-size:9px;
}


/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Employment */

.employmentHeader
{
    color: #666666;
    font-style:italic;
}

.employmentTitle
{
    font-size:15px;
}
