/*  
Website: http://
Name: Brevard VJF
Description: CSS based website, designed and hosted by Artemis Inc.
Version: 1.5 - Based on original VJF stylesheet.
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This stylesheet is best viewed without word wrapping

*/

/* Site colors: 
#223434: General Body Background
#76c085: Content Divider Color Bars, Form Header BG Color

#66b9c1: Menu (non hover)
#bae6ea: Menu (hover)
#004950: Menu Text Color

#7ba7ca: Sidebar BG Color, Alt Row BG Colors

#015F67: Title Colors
#008999: Button BG Colors

*/


/*** EDIT THESE STYLES TO CHANGE COLORS ***/
/* Headings */
h2 { color: #015F67; }
h3 { color: #015F67; }
h4 { color: #015F67; }
h5 { color: #015F67; }

/* Body */
body.Main { background: #223434 url("/images/bg.gif"); }
body.NoLayout { background-image: none; background-color: #FFFFFF; }
#EOStatement { color: #FFFFFF; }
#content { border-top: 4px solid #76c085; color: #000; }
#bottom { border-top: 4px solid #76c085; }
#header { height: 75px; background: url('/images/hd.jpg') no-repeat; }

/* Core Link Colors */
a:link { color: #015F67; }
a:visited { color: #000; }
a:hover { color: #76c085; }
.altrow { background-color: #7ba7ca; }

/* Header details/rows */
.Headers { color: #FFFFFF; background-color: #76c085; }
.BoothHeaders { padding: 5px; border: 1px solid black; font-size: 1.5em; font-weight: bold; color: #FFFFFF; background-color: #76c085; height: 15px; }

/* Homepage Sidebar */
#sidebar .formButton { background: #015F67; color: white; border: 1px solid white;}
#sidebar { background: #7ba7ca; width: 215px; height: 303px; }

/* Forms */
.formButton { background: #015F67; border: 1px solid #015F67; color: white;}
.formButtonSm { background: #015F67; border: 1px solid #015F67; color: white;}
.formButtonLg { background: #015F67; border: 1px solid #015F67; color: white;}
#survey_viewtext { background-color: #015F67; }

/* Admin Related Items */
.AdminAdsHeader { background-color: #76c085; color: #FFFFFF; }
	
/* Navigation Buttons */
#navcontainer {	background-color: #66b9c1; border-top: 1px solid white; border-bottom: 1px solid white; }
#navcontainer ul { color: #FFFFFF; }
#mainNavlist li a:hover, #navlist li a:active { color: #004950; background: #bae6ea; }
#navcontainer ul li a { padding: .001em 26px; background-color: #66b9c1; color: #004950; border-right: 1px solid #fff; }
#navcontainer ul li a:hover { background-color: #bae6ea; color: #004950; }

/* Footer */
#footer .artemis { background-color: #015F67; color: white; }
#footer .artemis a:link, #footer .artemis a:visited { color: white; }
#footer .artemis a:hover { color: #bfe2e5; background-color: #015F67; }
#footer .company a:hover { color: #008999; background-color: #bfe2e5; }
#footer { color: #015F67; }
#footer a:link, #footer a:visited { color: #015F67; }
#footer a:hover { color: #008999; background-color: #bfe2e5; }

/* Search Resume Results/View Job Listings in Booth */
.JobDetailRow { background-color: #7ba7ca; }
