@charset "utf-8";
/* CSS Document */
/* Alternative Holiday Fair Style Sheet */

*
{
	margin: 0;
}

body
{
	text-align:center;
	background-color:#F4F4F4;
	background-image: url(../images/pap.gif);
	background-repeat: repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h2
{
	color:#993300;
	font-size:1.2em;
	margin: 0;
}

h3
{
	font-size:1.2em;
	margin: 15px 0;
}

p
{
	margin-top: 10px;
	margin-bottom:10px;
}

#header
{
	background-image: url(../images/holidayfair.jpg);
	background-repeat:no-repeat;
	height:105px;
	background-color:#Fff;
}

#topText
{
	background-color:#fff;
}

#topText p
{
	margin:5px 0 0;
	padding:5px 0;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size:.9em;
	border-top:2px #985810 solid;
	border-bottom:2px #985810 solid;
}

#tree
{
	padding: 25px 0 0 25px;
	height:75px;
	width:83px;
}
	

#wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:760px;
	background:#Fff url(../images/sidebar.jpg) top left repeat-y;
	min-height:1000px;
}

#mainmenu
{
	width: 123px;
	float: left;
	padding:3px;
	margin:0;
}

#mainmenu p
{
	color: #fff;
}

a:hover
{
	color:red;
}

#mainmenu a:hover
{
	color:yellow;
}

#maincontent
{
	padding:5px;
	margin-left:130px;
	background-color:#FFFFFF;
}

/*************main menu settings*********************/

ul#mainNav
{
	list-style: none;
	/*border-left: 1px solid #999;*/
	margin: 0;
	padding: 0;
	/*float: left;*/

}

#mainNav li
{
	/*float: left;
	width: 12em;*/
	margin-top:2px;
	margin-bottom:2px;
	border: 1px #fff solid;
}

#mainNav a
{
	color: #000;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
   /*border-left: none;*/
	padding: 2px;
	display: block;
	background-color: #eafbf5;
}

#mainNav a:hover
{
	background-color:#000;
	color:#fff;
}

body#index a#indexLink,
body#connections a#connectionsLink,
body#contact a#contactLink,
body#news a#newsLink,
body#photos a#photosLink
{
	font-weight: bold;
	color:#000000;
	background-color: #FFF;
}


body#index a#indexLink:hover,
body#connections a#connectionsLink:hover,
body#contact a#contactLink:hover,
body#news a#newsLink:hover,
body#photos a#photosLink:hover
{
	font-weight: bold;
	color:#FFFFFF;
	background-color:#E1E1E1;
}

/*******************sup menu settings*************************/

ul#supNav
{
	list-style: none;
	/*border-left: 1px solid #999;*/
	margin: 0;
	padding: 0;
	/*float: left;*/

}

#supNav li
{
	/*float: left;
	width: 12em;*/
	margin-top:2px;
	margin-bottom:2px;
	border: 1px #fff solid;
}

#supNav a
{
	color: #000;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
   /*border-left: none;*/
	padding: 2px;
	display: block;
	background-color:#72AEF5;
	background-image: url(images/link2.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#supNav a:hover
{
	font-weight: bold;
	background-color:#fff;
	color:#000;
}

body#index a#indexLink,
body#service a#serviceLink,
body#contacts a#contactsLink,
body#about a#aboutLink
{
	font-weight: bold;
	color:#000000;
	background-color: #FFF;
}


body#index a#indexLink:hover,
body#service a#serviceLink:hover,
body#contacts a#contactsLink:hover,
body#about a#aboutLink:hover
{
	font-weight: bold;
	color:#FFFFFF;
	background-color:#E1E1E1;
}

/*************special styles*********************************/
.emailblurb
{
	margin: 3px 0px 0px 0px;
	font-size:.8em;
	color:#fff;
}

.emailblurb a
{
	color:#fff;
}

.asterik
{
	color:red;
}

.specialNote
{
	color:#990000;
	font-family:"Comic Sans MS", cursive;
}

.textBox
{
	padding:10px;
	border: 2px solid #009999;
	margin-top:10px;
}

.urlName
{
	font-size:1.3em;
	color:#006666;
	margin-top:15px;
	margin-bottom:0px;
}

.urlURL
{
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:25px;
}

.centeredText
{
	text-align:center;
}

.upIcon
{
	text-align:center;
	margin:15px 0 750px;
}

.upIconLast
{
	text-align:center;
	margin:15px 0;
}

a img
{
	border-style:none;
}

.holidayText
{
	color:#175921;
	font-weight:600;
}

table
{
	text-align:left;
}

.centeredTableDiv
{
	text-align:center;
	margin: 10px 0;
}

.photoLeft
{
	float:left;
	margin:10px;
}

.photoRight
{
	float:right;
	margin:10px;
}

.clearLeft
{
	clear:left;
}

.fieldBox
{
	border:1px solid #f00;
}

/**********************home page*************************************/
.homeEmphasized
{
	color:#993300;
	font-size:1.4em;
	font-weight:bold;
}

.linkSeparator
{
	border-top:2px solid #00CC33;
	border-bottom:	2px solid #00CC33;
}

.infoText
{
	color:#990000;
	font-weight:600;
	margin:0;
}

#serrvTable td
{
	background-color:#F5E4FE;
	color:#59011D;
	border:solid 2px black;
	padding:3px;
}

#serrvTable td.centered
{
	text-align:center;
}

.aLincoln
{
	color:#003399;
	margin:0;
}

.aLincolnSeperator
{
	color:#CC0000;
	margin:2px 0;
}

/*******************service page************************************/
#serviceTable
{
	border-collapse:collapse;
	width:510px;
}

#serviceDiv
{
	width:515px;
}

.borderCells
{
	border: 2px solid #003366;
}

.alphaCells
{
	font-weight:bold;
	color:blue;
}

#serviceTable td p
{
	margin:0 0 0 25px;
}

#serviceTable td
{
	padding:5px;
}

/***********************email page********************************/
#emailform
{
	z-index:100;
}

/************************connections*****************************/

#connectionsTable
{
	border-collapse:collapse;
}

#connectionsTable td
{
	border: solid 3px #993300;
	padding:3px;
}

