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

body{
	color: #FFF;
	background-color: #300;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	float: none;
	clear: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFF00;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFFF33;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFFF66;
}	

.district_map {
	float: left;
	width: 720px;
}

#container {
	width: 960px;
	background: #300;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
#container h1 {
	position: absolute;
	top: -500px;
	float: left;
}
#left_column{
	position: relative;
	width: 74px;
	margin-right: 2px;
	clear: none;
	float: left;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #300;
	width: 780px;
	float: left;
}
.sidebar1 {
	width: 158px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sidebar1-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 98px;
	float: left;
}


#main_image {
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
	width: 860px;
	float: left;
	clear: none;
	background-image: url(../images/Banners/woodgrain.jpg);
}
#main_note   {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	width: 480px;
	position: relative;
	border: 1px solid #FFC;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	color: #FFFFCC;
	margin-right: 4px;
	margin-left: auto;
	float: right;
	clear: right;
}

#MenuBar1 {
	position: relative;
	left: 100px;
	top: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#right_column{
	width: 420px;
	margin-left: 2px;
	font-size: 0.9em;
	padding: 4px;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: 1.4em;
	word-spacing: 0em;
	float: right;
	clear: right;
}
#center_column {
	background-color: #300;
	line-height: 1.2;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	width: 436px;
	color: #FFFFFF;
	float: left;
	clear: none;
	text-align: justify;
	padding: 2px;
}
.workshop_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 392px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 18px;
	position: relative;
	border: 1px solid #FFFF99;
}

#center_column_h1 {
	font-size: 24px;
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-bottom-color: #FFFF66;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	padding-bottom: 6px;
}
#center_column h2 {
	font-size: 16px;
	margin: 0 auto;
}
#center_column h3 {
	font-size:14px;
	margin: 0 auto;
}
#center_column p {
	font-size:12px;
	margin: 0 auto;
	margin-left: 10px;
	text-align: justify;
}	
#right-column h1{
	font-size: 18px;
	margin:0 auto;
}
#rightcol_spcl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #300;
	width: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	color: #FFC;
}
#right-column special {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 350px;
	background-color: #300;
}

#right_column h2 {
	font-size: 16px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#right_column h3 {
	font-size:14px;
	margin: 0 auto;
}
#right_column p {
	font-size:12px;
	margin: 0 auto;
	margin-left: 10px;
}	
#trainingemblem {
	background-color: #FFF;
	bottom: 0px;
	top: 0px;
	float: left;
}
#storeemblem {
	position: relative;
}
#center_column_img {
	float: left;
	width: 406px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	clear: left;
}
.galleryImage {
	width: 768;
	padding: 0px;
	clear: none;
	float: none;
	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;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.extrainfo {
	margin: 4px;
	width: 150px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9;
	border-bottom-color: #FF9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 0.8em;
}
#cartlocation  {
	float: right;
}
#container_ewctc  {
	width: 280px;
	/* [disabled]margin-left: 2px; */
	/* [disabled]margin-top: 50px; */
	/* [disabled]margin-bottom: 20px; */
	float: right;
	clear: right;
	color: #FFFFCC;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #FFFF99;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	font-size: 0.9em;
}
#instruction_block {
	min-width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 2px;
	float: none;
	clear: none;
	color: #FFFF99;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: justify;
	border: 1px solid #FFFF99;
	width: 400px;
	font-size: 0.8em;
	text-indent: 4px;
}
#navigation {
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 4px solid #000000;
	background-color: #333333;
	width: 960px;
	height: 32px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#navelement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	background-color: #333333;
	width: 88px;
	float: left;
	position: relative;
	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;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin-right: auto;
	margin-left: auto;
}
