@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #007356;
}
/* ------------------------------- Positioning Elements for Template ----------------------------------- */
#Wrapper {
	position:relative;
	margin: auto;
	z-index:2;
	width:800px;
	height: 900px;
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 126px;
	background-image: url(../templates/images/basic_r1_c1.jpg);
	background-repeat: no-repeat;
}

#TopIntro {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 800px;
	height: 118px;
	background-image: url(../templates/images/basic_r2_c1.jpg);
	background-repeat: no-repeat;
}
#TopFinish {
	position: absolute;
	top: 244px;
	left: 0px;
	width: 800px;
	height: 14px;
	background-image: url(../templates/images/basic_r3_c1.jpg);
	background-repeat: no-repeat;
}
#DragonFly {
	position: absolute;
	top: 258px;
	left: 0px;
	width: 800px;
	background-image: url(../templates/images/basic_r5_c1.jpg);
	background-repeat: repeat-y;
	height: 400px;
}
#LastRow {
	position: absolute;
	top: 658px;
	left: 0px;
	width: 800px;
	height: 21px;
	background-image: url(../templates/images/basic_r5_c1.jpg);
	background-repeat: no-repeat;
}
#PageFooter {
	position: absolute;
	top: 679px;
	left: 0px;
	width: 800px;
	height: 40px;
	background-image: url(../templates/images/basic_r6_c1.jpg);
	background-repeat: no-repeat;
}
#divMenu {
	position: absolute;
	top: 251px;
	left: 77px;
	width: 160px;
	height: 270px;
}
#divHours{
	position: absolute;
	top: 524px;
	left: 5px;
	height: 225px;
	width: 234px;
}
/*---------------------------------------------------------------------------------------------------*/

/* ------------------------- Copyright Div ----------------------------------------------------------*/
#copyright {
	position: absolute;
	top: 758px;
	left: 67px;
	width: 668px;
	height: 40px;
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	size: 0.6em;
	color: #FFF;
	font-style: italic;
	text-align: center;
}
#WelcomePage {
	position: absolute;
	left: 0px;
	top: 35px;
	height: auto;
	width: 473px;
	z-index: 15;
}
/* ----------------------------------- Mail link for Under Construction page ------------------------------ */
#officeMail {
	position: absolute;
	z-index: 3;
	top: 710px;
	left: 101px;
	width: 336px;
	height: 35px;
}
/* ---------------------------------------------------------------------------------------------------------*/

/* ----------------------- Individual Classes --------------------------------------------------------------*/

.dressType {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333;
}
.forceLinks {
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	size: 0.6em;
	color: #FFF;
	font-style: italic;
}
.forceLinks a:hover {
	text-decoration: underline;
	background-color: #FFC;
}
.AccordionLabelText {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.MakeMeYellow {
	background-color: #FFC; 
	border: solid 1px #F90;
}
/*----------------------------------------------------------------------------------------------------- */

/* ------------------------------- HTML Styles -------------------------------------------------------- */

a {
	color: #333;
}
a:hover {
	color: #900;
	background-color: #FFC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	size: 0.8em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* ---------------------------------------------------------------------------------------------------- */

/*------------------------------ TEMPLATE DIV TAGS -------------------------------------*/
#EditableOne {
	position:absolute;
	left:248px;
	top:132px;
	width:474px;
	height:107px;
	z-index:3;
}
#EditableTwo {
	position:absolute;
	left:248px;
	top:0px;
	width:474px;
	height:435px;
	z-index:4;
}
#EditableThree {
	position:absolute;
	left:77px;
	top:125px;
	width:160px;
	height:123px;
	z-index:5;
}

