/* Pole for the Soul - Stylesheet */

.text, p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left:5px;
}

.navtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left:2px;
	padding-left:5px;
	vertical-align: middle;
	height:32px;
	overflow:hidden;
}

.navcontainer{
	height:32px;
	overflow:hidden;
}

.navtext a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin:3px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:1px;
}

.navtext a:hover {
	background-color:#A80000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation Menu Styles */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #efefef;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

#dropmenudiv a{
	width: 100%;
	color: #000000;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font:bold 12px Arial;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #a80000;
	color: #ffffff;
}

/* Other */

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.textheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin 5px;
	color: #ffffff; */#747474*/
    height:44px;
	overflow:hidden;
}

.testimonials{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin 5px;
	color: #ffffff; */#747474*/
}

.textbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color:#ffffff;
}

.divmain {
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-top: 0px solid #000000;
	width:761px;
	/* height: 100%; */
	color:#ffffff;
	background: #000000 url("images/bodygradient.jpg");
	background-repeat:repeat-y;
}

.divhome {
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-top: 0px solid #000000;
	width:100%;
	height: 100%;
	color:#ffffff;
	background: #000000 url("images/homegradient.jpg");
	background-repeat:repeat-y;
}


.divheader {
	border-left: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	color:#aeaeae;
	background: #a80000 url("images/headergradient.jpg");
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
}


.textsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin 5px;
}

Body {
	background: #353535 url("images/pfts_mainbg.jpg");
	background-repeat:repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	scrollbar-base-color:#000000; /* IE Only */
	scroll: auto;
}

a {
	text-decoration: underline;
	color: #FF0000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #A80000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.linkimage img { border: 2px solid #FF0000; }
.linkimage:hover img { border: 2px solid #a80000; }

.linksmall {
	text-decoration: underline;
	color: #cccccc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.linksmall:hover {
	text-decoration: underline;
	color: #A80000;
	text-align: left;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}

/* Home Page Vertical Center */

#outer {height: 392px; width: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

/* Menu */

.menubox {
	background-color: #000000;
	background-image: url('images/menu_bg.jpg');
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
	color: #ffffff;
	border: 1px solid #000000;
	border-bottom: 0px;
	padding:0px;
	margin: 0px;
}

.menubox a {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	height: 30px;
	color: #eaeaea;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
/*	border-right: 2px solid #666666;
border-right-style: groove; */
}

.menubox a:hover {
background-image: url('images/menu_hover_bg.jpg');
text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	background-color: #a80000;
	color: #ffffff;
}

.menu_divider {
height: 37px;
padding-left: 5px;
border-right: 2px solid #666666;
border-right-style: groove;
}


