html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-color:#ffffff;
	text-align:left;
}

body, td, small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}


input, textarea, select {
	/*
	border-width: 1px;
	background-color:#ffffff;
	border-color:#809db9;
	*/
}

input {
	height:20px;
	line-height:18px;
}

.text {
	border-width: 1px;
	background-color:#ffffff;
	border-color:#000000;
	border-style:solid;
	
}

input, textarea
{
	font:12px Arial ;
	color:#000000; 
	text-decoration: none;
	/*
	border-style:solid;
	background-color: expression(this.type=="radio"? '#ffffff' : this.type=="checkbox"? '#ffffff' : this.type=="select"? '#ffffff' : '#ffffff');
	*/
	border-width: expression(this.type=="radio"? '0' : this.type=="checkbox"? '0' : this.type=="select"? '0' : this.type=="submit" ? '' : '1px');
	border-style:expression(this.type=="submit" ? '' : 'solid');
	border-color:expression(this.type=="submit" ? '' : '#000000');
} 

/*
a, a.visited {
	color:#999966;
	text-decoration:underline;
}

a:hover {
	color:#0000ff;
	text-decoration:none;
}
*/

/* NAV */

#nav {
	/*float:left;
	width:100%;
	background-color:#ffffff;*/
	font-family:"Times New Roman", Times, serif;
	padding:0;
	font-size:13px;
	line-height:normal;
}

#nav ul {
	margin:0;
	padding:0 0px 0 5px;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a {
	/*float:left;
	background:#009966 url("../images/nav_bg.png") no-repeat left top;*/
	padding:2px 0 2px 0px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#nav a span {
	float:left;
	display:block;
	/*background:#009966 url("../images/nav_bg.png") no-repeat right top;*/
	padding:3px 1px 3px 1px;
	color:#ffffff;
	background-image: url("../images/vert_lines.gif");
	background-repeat:no-repeat;
	background-position: 125px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}

#nav #current a span {
}

#nav a:hover, #nav a:hover span {
	/*background-color:#00cc99;*/
	color:#ff6600;
}

#nav #current a span, #nav #current a {
	/*background-color:#00cc99;*/
	color:#ff6600;
}

#nav5, #nav5 ul, #nav5 li, #nav5 a {
	color:#cccccc;
	float:left;
}

.nav2 {
	/*width:758px;*/
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:center;
	width:100%;
}
.nav2 td a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	font-size:13px;
	line-height:normal;
	padding:3px 12px 3px 14px;
	color:#cccccc;
	background-image: url("../images/vert_lines.gif");
	background-repeat:no-repeat;
	background-position: 0;
}
.nav2 td a:hover {
	color:#ff6600;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#ff6600;
	display:block;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	font-weight:bold;
	/*font-weight:bold;*/
}


/* CONTENT */

.content {
	text-align:left;
	padding:5px 5px 5px 5px;
}

.content a {
	color:#999966;
	text-decoration:underline;
}

.content a:hover {
	text-decoration:none;
}

.container {
	width:760px; 
	margin:0 auto; /**/
	text-align:left;
}

h1 {
	font-size:17px;
	color:#ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

h3 {
	font-size:12px;
	color:#ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}

.colored_botton {
	background-color:#eff0ea;
	font-size:12px;
	height:25px;
}

.arrows  {
	color:#0000ff;
	padding-left:1px;
	padding-right:1px;
}

a.white_link {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;

}


/* FOOTER */

.footer {
	width:100%; 
	line-height:18px;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.footer a {
	color:#999966;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

/* HOME */

.home_heading {
	font-size:15px;
	color:#003300;
	padding-bottom:5px;
}

.home_content{
	font-size:14px;
	color:#003300;
}
.home_content a {
	color:#0000ff;
	text-decoration:underline;
}

.home_content a:hover {
	background-color:#c8fbea;
}

.home_photo_box {
  width:370px;
  height:300px; 
  text-align:right; 
  margin-left:376px; 
  background-repeat:no-repeat;
  background-image:url(../images/photo_border-hog_shop-v1-10.jpg);
  
  /* Mozilla ignores crazy MS image filters, so it will skip the following
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../site/images/photo_border-hog_shop-v1-10.png');
	 */
}
/* IE ignores styles with [attributes], so it will skip the following. 
.home_photo_box[class] {
  background-image:url(../images/photo_border-hog_shop-v1-10.png);
}
*/


.right_box {
  width:370px;
  text-align:left; 
  margin-left:376px; 
}

.post, .navigation, #commentform, #respond, #comments, .commentlisting   {
	background-color:#666666;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}


.content_left_box {
	margin-bottom:5px;
	margin-left:0px;
	background-color:#666666; 
	position:relative;
	width:364px; 
	text-align:left;
	float:left;
}

.content_left_inner_box {
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

.content_right_box {
	margin-bottom:5px;
	margin-left:0px;
	background-color:#666666; 
	position:relative;
	text-align:left;
}

.content_right_inner_box {
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

.callout {
	color:#ffffff;
	font-size:12px;
	padding-top:2px;
	padding-bottom:10px;
}

.back {
	position:absolute;
	bottom:10px; 
	margin-left:10px;
	font-size:14px;
}

.photo_links { 
	text-align:center;
	color:#ffffff; 
	font-size:12px; 
	margin-top:10px;
}

.photo_links a { 
	margin-left:4px; 
	margin-right:4px;

}


/* MAP */

#panel{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20em;
	overflow: auto;
	z-index: 2;
}

#panel:focus{
	-moz-outline:0px;
}

#paneltoggle{
	position: absolute;
	top: 0px;
	left: 20em;
	width: 8px;
	display: block;
	visibility: hidden;
	margin-left: 0px;
	-moz-outline:0px;
	z-index: 2;
	background-color: white;
}
