/** html img {margin: -3px;}*/

*:first-child+html img {margin: -3px;} * html img {margin:-3px;}



* {
margin:0;
padding:0;
border:none;
}

body {
	background-color: #C6BEB8;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainContainer {
	background-color: #EAE7E0;
	text-align: center;
	padding: 0px;
	height: 600px;
	width: 790px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #745400;
	position: relative;
	z-index: 1;
	background-image: url(../images/gfx_parchment_tile_bkgd.jpg);
}
#SchoolTheme {
	background-image: url(../images/gfx_theme.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 317px;
	right: 0px;
	bottom: 0px;
}
#WelcomeMessage {
	background-image: url(../images/gfx_welcome_message.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 17;
	height: 194px;
	width: 187px;
	left: 190px;
	top: 167px;
}
#Spotlight {
	background-image: url(../images/gfx_spotlight_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 3;
	height: 234px;
	width: 201px;
	left: 180px;
	top: 360px;
}
#SpotlightCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #36578C;
	text-align: left;
	width: 165px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: auto;
	vertical-align: top;
	height: 185px;
}


#SpotlightCopy a:link, #SpotlightCopy a:visited {
	color: #AF2034;
	text-decoration: none;
}


#SpotlightCopy a:hover, #SpotlightCopy a:active {
	color: #788CB3;
	text-decoration: none;
}


#BuzzBox {
	background-image: url(../images/gfx_homepage_buzz_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 3;
	height: 417px;
	width: 190px;
	left: 385px;
	top: 170px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FEFDFC;
	border-right-color: #AFAB96;
	border-bottom-color: #AFAB96;
	border-left-color: #FEFDFC;
}

#BuzzBoxCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #5D2902;
	text-align: left;
	width: 180px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: auto;
	vertical-align: top;
	height: 383px;
}

#BeeventsBox {
	background-image: url(../images/gfx_homepage_beevents_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 3;
	height: 280px;
	width: 190px;
	left: 594px;
	top: 170px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FEFDFC;
	border-right-color: #AFAB96;
	border-bottom-color: #AFAB96;
	border-left-color: #FEFDFC;
}


#BeeventsBoxCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #36578C;
	text-align: left;
	width: 180px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: auto;
	vertical-align: top;
	height: 236px;
	visibility: visible;
	zoom:1;
}

* html div#BeeventsBoxCopy {overflow-x: hidden; overflow-y: scroll; zoom:1;}

#BuzzBoxCopy hr {
	width: 65%;
	border: 1px dashed #E8BE68;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
#BuzzBoxCopy a:link, #BuzzBoxCopy a:visited {
	color: #AF2034;
	text-decoration: none;
}


#BuzzBoxCopy a:hover, #BuzzBoxCopy a:active {
	color: #788CB3;
	text-decoration: none;
}

#BeeventsBox a:link, #BeeventsBox a:visited {
	color: #AF2034;
	text-decoration: none;
}


#BeeventsBox a:hover, #BeeventsBox a:active {
	color: #788CB3;
	text-decoration: none;
}

#ClickHere {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 25px;
}


#BeeventsBoxCopy table {
	font-size: .9em;
}


#leftSide {
	background-color: #DDD5CA;
	background-image: url(../images/gfx_blue_grain_side.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 153px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #081F5B;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#BeeLogo {
	background-image: url(../images/gfx_bee_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	height: 73px;
	width: 60px;
	left: 325px;
	top: 300px;
}

#corner1 {
	margin-top: 5px;
	margin-left: 5px;
	z-index: 5;
	text-align: left;
}
#mission {
	text-align: left;
	margin-top: 44px;
	margin-left: 5px;
	z-index: 6;
}

* html div#mission {margin-top: 44px;}


#QuickSearch {
	text-align: left;
	margin-top: 6px;
	margin-left: 3px;
}

* html div#QuickSearch {margin-top: 3px;}

.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #081F5B;
	font-weight: bold;
}

.formtxt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #5D3F4E;
	background-color: #EAE7E0;
	border: 1px solid #5D2902;
	width: 115px;
	margin: 0px;
	padding: 0px;
}
.nudge1 {
	height: 6px;
}
#LeftBottom {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

* html div#LeftBottom {margin-top: 12px;}

.formbtn1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #081F5B;
	background-color: #CAC085;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #081F5B;
	border-right-color: #081F5B;
	border-bottom-color: #081F5B;
	border-left-color: #081F5B;
	font-weight: bold;
	width: 25px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.leftSideCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #EBE7E0;
}

#TopNav {
	background-color: #081F5B;
	background-image: url(../images/gfx_home_top_photo1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 68px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	position: absolute;
	z-index: 4;
	width: 790px;
	left: 0px;
	top: 0px;
}
#TopNavTextHolder {
	position: absolute;
	z-index: 16;
	left: 200px;
	top: 7px;
	text-align: left;
}


.TopNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #EAE7E0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.TopNavText a:link, .TopNavText a:visited {
	color: #EAE7E0;
	text-decoration: none;
}
.TopNavText a:hover, .TopNavText a:active {
	color: #BCC7DA;
	text-decoration: none;
}

#TitleBar {
	background-color: #081F5B;
	background-image: url(../images/gfx_blue_diag.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 790px;
	position: absolute;
	z-index: 5;
	top: 68px;
	left: 0px;
}

#TitleGfx {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 142px;
}
#NavHolder {
	position: absolute;
	z-index: 20;
	top: 130px;
	right: 0px;
	margin-right: 5px;
}

#NavBkgd {
	background-color: #E8A900;
	position: absolute;
	z-index: 9;
	top: 130px;
	height: 31px;
	width: 790px;
	left: 0px;
}
	
#CrossHolder {
	position: absolute;
	z-index: 15;
	left: 4px;
	top: 4px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/gfx_cross1.gif);
}

* html div#CrossHolder {top: 4px;}

#FooterInfo {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #36578C;
}
.footerText a:link, .footerText a:visited {
	color: #36578C;
	text-decoration: underline;
}
.footerText a:hover, .footerText a:active {
	color: #505663;
	text-decoration: none;
}
#PopUp {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#PopUp a:link, #PopUp a:visited {
	color: #36578C;
	text-decoration: underline;
}
#PopUp a:hover, #PopUp a:active {
	color: #BA5205;
	text-decoration: none;
}
.imageBorder {
	border: 1px solid #000033;
}
.head2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	color: #081F5B;
	font-weight: bold;
}
.head2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #081F5B;
	text-decoration: none;
}
.head2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #081F5B;
	text-decoration: none;
}
.head2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #BA5205;
}
.head2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #BA5205;
}
.homepageImageLeft {
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#BuzzBoxCopy ul {
	margin-left: 14px;
}
.homepageImageLeftfloatleft {
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}

