/*
Taylor fencing Stylesheet v1.0  \\  Target: Screen  \\  Author: Paul Swain  \\
---------------------------------------------------------------------------------------------
*/



/* Main page markup styles =html, =body, =container =container
---------------------------------------------------------------------------------------------
*/	



html,body {
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #666666;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 18px;	
}


div#container {
	clear:both;
/*	overflow: hidden;
	height: 100%;  */
	background-color:#fff;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: -60px;
/*	_padding-bottom: 100px; */
}

div#content {
	clear:both;
	border-top: 5px solid #D02304;
	overflow: visible;
/*	height: 90%; */
	background-color:#fff;	
	margin-top: 0;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	text-align: left;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}



/* Internal layout area divs =div#layout
---------------------------------------------------------------------------------------------
*/	



div#left {
/*	width: 379px;
	height: 100%; */ 
	width: 376px; 
	float: left;
	background-color:#fff;
/*	border-right: 3px solid #ebebeb;
	_border-right: 3px solid #ebebeb;*/	
}

div#left_b {
	width: 322px; 
/*	height: 100%;  */
	float: left;
	background-color:#fff;
}

div#left_c {
	width: 322px; 
/*	height: 100%;  */
	float: left;
	background-color:#fff;
}

div#right {
/*	width: 397px; */
	text-align:left;
	margin:0;
	padding:0;
	width: 396px;
	height: 100%; 
	float: right;
	border-left: 2px solid #ebebeb;
	_border-left: 2px solid #ebebeb;
	background-color:#fff;
	vertical-align:top;
}

div#right_b {
	position:absolute;
	top:0;
	left:0;
	margin: 320px 0 0 500px;
	width: 379px;
	float: right;	
/*	height: 100%;  */ 
	background-color:#fff;
	border-left: 3px solid #ebebeb;
	_border-left: 3px solid #ebebeb;		
}

div#fences {
	width: 770px; 
/*	height: 100%;  */

	background-color:#fff;
}

#header {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	padding:0;
	background-color:#fff;
	height:57px;
	text-align:right;
	margin:0 0 0 10px;
	}
	
#banner {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 3px solid #ebebeb;
	padding:0;
	background-color:#fff;
	width:776px;
	margin:0;
	}
	
#homebanner {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 3px solid #ebebeb;
	padding:0;
	background-color:#323232;
	width:776px;
	margin:0;
	}		
	
#header h1.hidden {
	text-indent: -999em;
	}
	

#nav {
	background-image:url(images/nav_tile.jpg);
	background-color: #f1f1f1;
	padding:5px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:16px;	
	color:#555;
	text-align:right;
	vertical-align:middle;	
	}	
		

#footer {
	background-image:url(images/nav_tile.jpg);
	background-color: #fff;
	background-repeat:repeat-x;
	padding:0 6px 0 6px;
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#555;
	vertical-align:middle;
	height:60px;
	margin:0 0 10px 0;
	}	


#menu_area {
	display:table;
	left: 0;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	min-height: 320px;
	_height: 320px;
	margin:5px 0 0 0;
	}


#menu1b {
	position:relative;
	left: 0;
	margin: 0;
	width:177px;
	min-height:320px;
	height: 320px; /* firefox */
	_height: 100%; /* ie */
	z-index: 0;
	float:left;
	background-color:#f1f1f1;
	}
	
	
.non_default, .menu_content {
	margin:0;
 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
 	line-height: 14px;
/*	padding:20px 20px 5px 20px;
*/	_padding:0 0 -20px 0;
	}		
	
		
#bodymain3 {
	position:relative;
	left: 0;
	margin: -10px 0 0 0;
	width:554px;
	height: 100%;
	z-index: 0;
	float:left;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	}



/* Text styles for body copy =h1. =h2, =bodymain
---------------------------------------------------------------------------------------------
*/	



.bodymain { 
	margin:30px;
	height: 100%; 
/*	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
*/ 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
 	line-height: 18px;	
	padding-bottom:30px;
	_padding-bottom:60px;
	}
	

.bodymain2 { 
	margin:30px 20px 20px 10px;
	height: 100%; 
/*	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
*/ 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
 	line-height: 18px;
	padding-bottom:30px;
	_padding-bottom:60px;
	}
	
.bodymain3 { 
	margin:0px;
	padding-right:20px;
	padding-left:30px;
	padding-top:10px;
	height: 100%; 
/*	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
*/ 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
 	line-height: 18px;
	padding-bottom:30px;
	_padding-bottom:60px;
	}

.bodymain_news { 
	margin:30px;
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif,"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	border-right: 2px soild #ff9999;
	}

#bodymain { 
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	}


.ol, ol { 
 	font-size: 10px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.li, li { 
 	font-size: 12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
		
ul, .ul {
	list-style-image: url(/subpages/images/bullet.gif);
	font-size: 12px;
	line-height:14px	
	}	


h1, h2, h3, h4, p {
	margin: 0;
	}

h1 {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #5C2E01;
	font-size:16px;
	line-height:8px;
	font-weight:bold;   
	}

h1.noimage {
	margin-top: 0;
	}

h1.hidden {
	visibility:hidden;
	text-indent: -999em;
	}

h2 { 
	margin: 20px 0 0 25px;
	font-size:16px;
	line-height:14px;
	color: #333333;
	}

h3 {
	margin-left: -30px;
	margin-bottom: -30px;
	font-size:20px;
	line-height:10px;
	color: #D02304;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;	
	}

h4 {
	margin-bottom: 2px;
	font: normal 90%/18px "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;
	}

abbr, acronym {
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
	cursor: help;
	}
	
	
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	




a:link, a:visited {
	color: #D02304;
/*	background-color: #f1f1f1;*/
	text-decoration: none;
/*	border-bottom: 1px solid #D02304;*/
	}

a:hover, a:active {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	}

a.images:link, a.images:visited, a.images:hover, a.images:active {
	border-bottom: none !important;
	}

#nav a:link, #nav a:visited {
	color: #666666;
	font-weight:300;
	font-size:11px;
	line-height:14px;
	padding: 0 20px 0 0;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 	border-bottom: none;
	}

#nav a:hover, #nav a:active {
	color: #CE2403;	
	}


/* Old Link Styles 



#nav a:link, #nav a:visited {
	color: #666666;
	font-size:11px;
	line-height:12px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	background-color: transparent;
	border-bottom: none;
	}

#nav a:hover, #nav a:active {
	color: #5C2E01;
	border-bottom: none;
	}
	
*/	
	

#footer a:link, #footer a:visited {
	color: #555;
	background-color: transparent;
	border-bottom: 1px solid #555;
	}

#footer a:hover, #footer a:active {
	color: #333;
	border-bottom: 1px solid #333;
	}
		


/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/


.cap_border, .left_caption, .menu_content  .non_default, .fborder, .forumheader3, .fcaption, .forumheader, .forumheader2 {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	text-align:left;
	margin:0;
	}
	
.fcaption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	text-align:left;
	}		
.forumheader3 {
	vertical-align:top;
	padding:5px;
	text-align:left;
	}
	
.forumheader3b {
	visibility:hidden;
	vertical-align:top;
	padding:5px;
	text-align:left;
	}	

img {	
	border: 0px;
	}

form {
	margin: 0px;
	}

.tbox {
	border: #A5ACB2 1px solid;
	background-color: #fff;
	}


.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
	}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;	
	}


	
/* 
Standard sIFR Styles... do not modify   =SIFR
---------------------------------------------------------------------------------------------
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
Decoy sIFR Styles   =DCOY
---------------------------------------------------------------------------------------------
*/

.sIFR-hasFlash h1 {
	visibility: hidden;
}




/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/



.menus_container {
	width: 170px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.default_menu {
	vertical-align: top;
}

/* Nav Menu Classes */

div#nav a:link {
	border-right: 3px soild #333;		
}

.navButton, a.navButton {
	border-right: 3px soild #333;	
}
	
div.menuBar a:hover, div.menuBar a:active, div.menu a:hover, div.menu a:active {
	color: #fff;
	font-weight:300;
	font-size:11px;
	line-height:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}	


div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	color: #fff;
	font-weight:300;
	font-size:11px;
	line-height:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

div.menuBar {
	padding: 0px;
	text-align: right;
}

div.emenuBar {
	text-align: left;
}


div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	cursor: pointer;
	left: 0px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	padding: 0px 15px 10px 0px;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	left: 0px;
	top: 0px;
}

div.menu {
	background-color: #f1f1f1;  
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
	left: 0px;
	position: absolute;
	top: 0px;
	line-height:11px;
	visibility: hidden;
	z-index: 101;
	margin:0px 5px 0px -12px;
	_margin:3px 5px 0px -6px;
	padding:0;
	_padding:2px 0 0 0;
	text-align: left;
}

div.menu a.menuItem {
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height:11px;
	margin: 0;
	_margin:0;
	padding: 0;
	_padding:0;		
	white-space: nowrap; 
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #ffffff;
	line-height:20px;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	line-height:20px;		
}

div.menu a.menuItem span.menuItemText {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	font-size:11px;
	line-height:8px;
}

div.menu a.menuItem span.menuItemArrow {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	margin-right: -.75em;
	font-size:11px;	
}

div.menu div.menuItemSep {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	font-size:11px;
}

a.menuItem.header {
	border-color:#fff !important;
}


