/* Initial Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:7px 0;
	background-color:#ffefdb;
	background-image:url("../web_graphics/bg01.gif");
	background-attachment:fixed;
}

a:link {color:#fa0204; text-decoration:none;}  /* unvisited */
a:visited {color:#fa0204; text-decoration:none;}  /* visited */
a:hover {color:#fa0204; text-decoration:underline;}  /* mouseover */
a:active {color:#fa0204; text-decoration:underline;}  /* selected */

#main_wrapper {
	max-width:960px; /* sets max layout width */
	min-width:960px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	background-color:#ffefdb;
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	-moz-box-shadow: 3px 3px 3px #bfb6ab;
	-webkit-box-shadow: 3px 3px 3px #bfb6ab;
	box-shadow: 3px 3px 3px #bfb6ab;
 }
 
#filler1 {  /* below menu area */
	padding:0; 
	height:5px;
	background-color:#b1e567;
}

#header {
	margin:0px;
	border:0px 1px solid #000000;
}

#subheader {
	padding:20px;
	background-color:#ffefdb;
}

#content_wrapper {     /* Total Width 960px */
	clear:both;
	margin:0;
	padding:0;
	width:960px;
	float:left; /* floats on nav and content divs make them sit side by side */
	background-color:#ffefdb;
}

#content_1col {     /* Total Width 960px */
	margin:0 5px;
	padding:10px 30px 10px 10px;
	width:910px; /* Width of column*/
	overflow:hidden;
}
	
#content1_equal_2col {     /* Total Width 480px */
	margin:0 5px;
	padding:10px 15px 10px 5px;
	width:450px; /* Width of left column*/
	float:left; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
}

#content2_equal_2col {    /* Total Width 480px */ 
	margin:0 5px;
	padding:10px 15px 10px 5px;
	width:450px; /* Width of right column*/
	float:right; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
}

#content_left_2col {     /* Total Width 675px */
	margin:0 5px;
	padding:10px;
	width:645px; /* Width of left column*/
	float:left; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
}

#content_right_2col {    /* Total Width 285px */ 
	margin:0 5px;
	padding:10px;
	width:255px; /* Width of right column*/
	float:right; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
}

#subfooter {
	clear:both; /* makes the subfooter sit below whichever column is longest */
	padding:30px 0 20px 20px;
	background-color:#ffefdb;
	border-bottom:5px solid #b1e567;
}	
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	height:120px;
	margin:0px;
	width:960px;
	background-color:#000000;
	background-image:url("../web_graphics/graphic_footer.gif");
	color:#ffefdb;
	font-family: arial, helvetica, sans-serif;
 	font-size:1.1em;
}

#content_ltfooter_2col {     /* Total Width 595px */
	padding:5px 5px 5px 10px;
	width:580px; /* Width of left column*/
	float:left; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
}

#content_rtfooter_2col {    /* Total Width 365px */ 
	padding:5px 10px 5px 5px;
	width:350px; /* Width of right column*/
	float:right; /* floats on nav and content divs make them sit side by side */
	overflow:hidden;
	}

#footer a:link {color:#ffefdb; text-decoration:none;}  /* unvisited */
#footer a:visited {color:#ffefdb; text-decoration:none;}  /* visited */
#footer a:hover {color:#ffefdb; text-decoration:underline;}  /* mouseover */
#footer a:active {color:#ffefdb; text-decoration:underline;}  /* selected */


h1 {     /* Page Title - change h5 to match this */
	margin:20px 0 25px 10px;
	color:#000000;
	font-family: 'Lemon', cursive;
	font-size:1.4em;
	font-weight:400;
	letter-spacing:-.05em;
}

h2 {     /* Top tag line */
	margin:0;
	color:#fa0204;
	font-family: 'Merriweather', serif;
	font-size:1.5em;
	font-weight:900;
	font-style:italic;
	text-shadow: 2px 2px 2px #dddddd;
	letter-spacing:-.03em;
}	

h3 {     /* Column Header */
	margin:0 0 10px 10px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:1em;
	font-weight:600;
}

h4 {     /* Sales Header */
	margin:5px 0 15px 10px;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
 	font-size:1.25em;
	font-variant:small-caps;
	font-weight:700;
	font-style:italic;
	letter-spacing:-.01em;
}

h5 {     /* Page Subheaders that match h1 */
	margin:20px 0 25px 10px;
	color:#000000;
	font-family: 'Lemon', cursive;
	font-size:1.4em;
	font-weight:400;
	letter-spacing:-.05em;
}

h6 {  	/* Page Subfooter tag line */
	margin:0;
	color:#59994c;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:1.25em;
	font-weight:700;
	text-shadow: 1px 1px 1px #dddddd;
	letter-spacing:-.05em;
}

div.box1 {
	margin:0 0 0 30px;
	padding:0 10px 10px 5px;
	width:550px; /* Width of left column*/
	background-color:#ffefdb;
	border-width:1px;
	border-style:solid;
	border-color: #8f8a84;
	-moz-box-shadow: 3px 3px 3px #bfb6ab;
	-webkit-box-shadow: 3px 3px 3px #bfb6ab;
	box-shadow: 3px 3px 3px #bfb6ab;
}

.textheader1 { 
	margin:15px 0 3px 10px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:.9em;
	font-weight:900;
	letter-spacing:-.01em;
}

.textheader2 { 
	margin:15px 0 0 10px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:.95m;
	font-weight:900;
	letter-spacing:-.01em;
}
	
.textstyle1 { 
	margin:0 0 3px 10px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:.85em;
}

.textstyle2 {  /* Email link */
	margin:5px 0 5px 10px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:.85em;
	font-weight:900;
	letter-spacing:-.01em;
}

.textstyle3 { 
	margin:15px 0 0 25px;
	color:#000000;
	font-family:tahoma, geneva, sans-serif;
	font-size:.85em;
	font-weight:400;
	letter-spacing:-.01em;
}

.textstyle4 { /* Job title, phone # */
	margin:0 0 3px 10px;
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	font-size:.8em;
	font-weight:500;
	font-style:italic;
}

.textstyle5 { /* Contact info */
	margin:0 0 3px 10px;
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	font-size:.75em;
	font-weight:500;
	letter-spacing:-.04em;
}

.textstyle6 { /* Contact info */
	margin:0 0 3px 10px;
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	font-size:.75em;
	font-weight:600;
	letter-spacing:-.04em;
}

.textred { /* Color page in menu */
	color:#fa0204;
}

.leftlogo {
	float:left;	
	margin:5px 15px 20px 10px;
	-moz-box-shadow: 0 0 5px #bfb6ab;
	-webkit-box-shadow: 0 0 5px #bfb6ab;
	box-shadow: 0 0 5px #bfb6ab;
	clear:both;
}

.leftphoto { 
	float:left;
	margin:0 15px 0px 10px;
	border-width:1px;
	border-style:solid;
	border-color:#eeff99;
	-moz-box-shadow: 0 0 5px #bfb6ab;
	-webkit-box-shadow: 0 0 5px #bfb6ab;
	box-shadow: 0 0 5px #bfb6ab;
}

.leftphotocap {
	float:left;
	margin:-10px 0px 10px 15px;
	color:#000000;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:.8em;
	font-weight:500;
}

.leftgraphic { /* Footer logo thumbnail */
	float:left;
	margin:2px 0 0 1px;
}

.rightphoto { 
	float:right;
	margin:0;
	border-width:1px;
	border-style:solid;
	border-color:#b1e567;
	-moz-box-shadow: 0 0 5px #bfb6ab;
	-webkit-box-shadow: 0 0 5px #bfb6ab;
	box-shadow: 0 0 5px #bfb6ab;
	clear:both;
}

.rightphotocap{ 
	float:right;
	margin:3px 2px 5px 0;
	color:#59994c;
	font-family:tahoma, geneva, sans-serif;
	font-size:.8em;
	font-weight:700;
}

.rightgraphic { 
	float:right;
	margin:0;
}

.rightgraphictrsp { /* background image our soil our strength */
	float:right;
	margin:0;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.spacer1 {
	margin:0 0 1px 0;
	clear:both;
}

.spacer2 {
	margin:10px 0;
	clear:both;
}

.spacer3 {
	margin:60px 0 0 0;
	clear:both;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
	
.line-separator1 {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin:20px 10px;
	border-color:#fa0204;
	border-style:solid;
	border-width:0 0 .1em 0;
	height:.1em;
	width:95%;
	clear:both;
}
	
.line-separator2 {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin:7px 10px 0 0;
	border-color:#000000;
	border-style:dotted;
	border-width:0 0 .1em 0;
	height:.1em;
	width:75%;
	clear:both;
}	

ul.alist {  /* 1 column list */
	margin:20px 0 10px 20px;
	color:#000000;
	font-family:arial, sans-serif;
	font-size:.75em;
	font-weight:700;
	list-style-type:disc;
	list-style-position: inside;
	column-count:1;
	-webkit-column-count:1;
	-moz-column-count:1;
}

li.alist{
	margin:0 0 5px 0;
}

ul.blist {  /* 2 column list */
	margin:20px 0 10px 20px;
	color:#000000;
	font-family:arial, sans-serif;
	font-size:.75em;
	font-weight:700;
	list-style-type:disc;
	list-style-position: inside;
	column-count:2;
	-webkit-column-count:2;
	-moz-column-count:2;
}

li.blist{
	margin:0 0 5px 0;
}

.map1 { 
	margin:15px 0 5px 10px;
	color:#fa0204;
	font-family:tahoma, geneva, sans-serif;
	font-size:.8em;
	font-weight:900;
	letter-spacing:-.01em;
}

.map2 { 
	margin:0 0 0 20px;
	border-width:1px;
	border-style:solid;
	border-color:#b1e567;
	background-color:#fffff;
	-moz-box-shadow: 0 0 5px #bfb6ab;
	-webkit-box-shadow: 0 0 5px #bfb6ab;
	box-shadow: 0 0 5px #bfb6ab;
	clear:both;	
}

.logolink { 
	margin:30px 0 3px 10px;
	color:#fa0204;
	font-family:tahoma, geneva, sans-serif;
	font-size:.9em;
	font-weight:900;
	letter-spacing:-.01em;
}

.textft1 { 
	margin:10px 0 0 0; 
	color:#ffefdb;
	font-family:arial, sans-serif;
	font-size:.6em;
	font-weight:900;
}

.textft2 {
	clear:both;
	float:right;
	margin:10px 0 0 0; 
	color:#ffefdb;
	font-family:arial, sans-serif;
	font-size:.5em;
	font-weight:900;
}