﻿/* CSS layout */
body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(images/bg.jpg) repeat-x;
	text-align: center;		
}



#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 971px;
}

#masthead {
	height: 192px;
	margin-bottom: 15px;
}

#masthead img
{
	border-style: none;
}


/* header menu */
#header ul {
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #272727;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header li a:hover {
	background: #ffff80;
	color: #000;
}
#header li a#current  {
	background: #ffff80;
	color: #000;
}


.menuTop
{
	background: url(images/topMenuBorder.jpg) no-repeat;
	background-position: left top;
	height: 10px;
	margin-bottom: 0px;
}

.menuBottom
{
	background: url(images/bottomMenuBorder.jpg) no-repeat;
	background-position: left bottom;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}


.leftMenu
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	list-style-type: none;
	background: url(images/leftMenuBorder.jpg) repeat-y;
}

.leftMenu a
{
	overflow: hidden;
	text-align: left;
	line-height: 22px;
	height: 24px;
	padding-left: 25px;
	display: block;
	margin-left: 5px;
	font-family: "Maiandra GD", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

.leftMenu a.menuitem, .leftMenu a.activemenuitem
{
	background: url(images/menuBorder.jpg) no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px;
	
}


.leftMenu a.futuremenuitem
{
	background: url(images/menuBorderFuture.jpg) no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px;
	
}

.leftMenu a.activemenuitem
{
	background: url(images/menuBorderActive.jpg) no-repeat;	
}

.leftMenu a.menuitem:hover, .leftMenu a.futuremenuitem:hover
{
	background: url(images/menuBorderActive.jpg) no-repeat;
}


.rightMenu
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;	
}

.rightMenu a
{
	overflow: hidden;
	text-align: left;
	line-height: 22px;
	height: 24px;
	padding-left: 15px;
	display: block;
	margin-left: 5px;
	font-family: "Maiandra GD", Arial, Helvetica, sans-serif;
	font-size: 1.2em;

}

.rightMenu a.menuitem, .rightMenu a.activemenuitem
{
	background: url(images/rightMenuBorder.jpg) no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px;
	
}


.rightMenu a.activemenuitem
{
	background: url(images/rightMenuBorderActive.jpg) no-repeat;	
}


.rightMenu a.menuitem:hover
{
	background: url(images/rightMenuBorderActive.jpg) no-repeat;
}


.clearAll
{
	clear:both;
}

.Contact
{
	margin:20px;
	font-size: 1em;

}


#leftCol {
	width: 200px;
	float:left;
	background-color:fuchsia;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 175px;
	margin: 0px 0px 0px 0px;
	

}

#footer
{
clear:both;
	background-image:url('images/footer_bg.jpg');
	background-repeat:repeat-x;
	height: 20px;
	color: white;
	padding-top: 10px;

}

#footer a
{
	color: white;
}
	
.snapshot
{
	margin: 5px 5px 5px 10px;
	text-align:center;
}

.Words
{
	margin: 5px 5px 5px 5px;
	font-style: italic;
	text-align:center;
	font-weight:bold;
	color: #012901;
	background-color: #e0eae0;
	padding: 5px 5px 5px 5px;
	
}

.LeftArticle
{
	float:left;
	padding: 5px 5px 5px 5px;
	width: 320px;
	margin-right: 10px;
}

.RightArticle
{
	float:right;
	padding: 5px 5px 5px 5px;
	width: 200px;;
	margin-right: 10px;

}

.lowlight
{
	background-color: #e0eae0;
	padding: 2px 5px 5px 5px;
	margin-bottom: 5px;
	
}



.Quote
{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 5px;

}

/* main */
#main {
		margin: 0 0 10px 190px; 
		width: 575px;
		padding-left:10px;
		padding-right:10px;
}
	

#menu
{
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-right: 5px;

}



.Welcome
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	margin-left: -5px;
	padding-left: 0px;
}

h1
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: x-large;
	color: #006600;
	padding-top: 5px;

}

h2
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: large;
	color: #006600;

}

h3
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size:medium;
	color: #006600;

}
h4
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:0.9em;
	color: #006600;

}




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

ul
{
	margin-left: 15px;
}

.logo
{
	margin-top: 5px;
	margin-bottom: 0px;
}

.left
{
	float:left;
	margin-right: 10px;
}

.right
{
float:right;
}

/* links */
a {  color: #012901; text-decoration: none;  font-weight:bold;}
a:hover {  text-decoration: underline; }


.link
{
	color: #012901;
}


.highlight, em, .warning
{
	color: #006600;
	font-weight: bold;
	font-style:normal;
	

}



.ContactForm
{
	}

.DataEntry
{
    margin-top: 5px;
	
}

.DataEntry TD
{
	padding-left: 3px;
	padding-right: 5px;
}

.DataEntry .label
{
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	vertical-align:top;
	padding-top: 5px;
}

.DataEntry .value
{
	vertical-align: top;
}


.mandatory
{
	
	background-color: #d9e9c1;
	padding-left: 4px;
	font-weight: bold;
	text-align:right;
}




	
INPUT
{
	
	font-family:Arial;
	border: #006600 1px solid;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	
}

SELECT
{
	
	font-family: Arial;
	border: #006600 1px none;

}


#contactOptions_1, #contactOptions_0
{
	border-style: none;
}
TEXTAREA
{

	font-family: Arial;
	border: #006600 1px solid;

	
}


.emailConfirmed
{
	font-weight: bold;
	margin-top: 10px;
	margin-left: 110px;
	color: #006600;
}



img
{
	border-style:none;

}

.Photo
{
	border: 1px solid #CCCCCC;
	margin: 4px 4px 4px 4px;
}
blockquote
{
	font-style:	italic;
	font-weight: bold;
}

.CaptionedPhoto
{
	border: 1px solid #CCCCCC;
	text-align:center;
	padding: 4px 2px 2px 2px;
	margin-bottom: 4px;
}

.CenteredPhoto
{
	border: 1px solid #CCCCCC;
	text-align:center;
	padding: 4px 2px 2px 2px;
	margin-bottom: 4px;
	text-align: center;
}


.Left
{
	float:left;
	margin-right: 20px;

}
.Right
{
	float:right;
	margin-left: 20px;

}


.SponsorLogo IMG
{
	border: 1px #006600 solid;
	padding: 2px 2px 2px 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.Separator
{
	clear:both;
	height: 40px;
	background-image:url('images/sep.jpg');
	background-position:center;
	background-repeat:no-repeat;
}


ul.Fancy li
{
	list-style-image: url(images/marker2.gif);
	
}

#main .next
{
	float: right;
	margin-top:10px;
	font-size: 1.4em;
	margin-right: 5px;	
	vertical-align:top;
	line-height: 30px;
}

#main  .prev
{
	float: left;
	margin-top:10px;
	font-size: 1.4em;
	line-height: 30px;
	margin-left: 5px;

}


#main  .next a, #main  .prev a
{
	font-weight: bold;
	text-decoration:underline;
	color: #006600;
}

.next img, .prev img
{
	vertical-align:middle;
}

#main  .next img
{
	margin-left: 5px;
}

#main  .prev img
{
	margin-right: 5px;
}


blockquote
{
	margin-left: 1cm;
	margin-right: 1cm;
}

.facebookLink
{
	margin-bottom: 10px;
	
}
.facebookLink a
{
	font-weight: bold;
	text-decoration:none;
	color: #3C5993;
	font-size: 1.4em;
	vertical-align:middle;
}

.facebookLink img
{
	vertical-align: middle;
}

.Engraved
{
	
	padding: 20px;
	border: thin #54A8C2 solid;
	background-image: url(images/engraved.jpg);
	height: 120px;
	
	
}

.Engraved H2, .Unengraved H2
{
	color: black;
	margin-top: 5px;
}

.Unengraved
{
	padding: 20px;
	border: thin #CAA27E solid;
	background-image: url(images/unengraved.jpg);
	height: 120px;
	
}