/* Header, Body, & Footer layout */
body { 
	margin:0px 0; 
	padding:0; 
	color:#000;  
	background: #bfbfbf url('/images/bg.gif') repeat-x;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:14px; 
	font-family: Georgia,Times, serif;
}

.content { 
	background: #FFF;
	width: 800px;
	padding: 0; 
	margin: 0 auto; 
	color: #ccc
}

#page { 
	width: 550px;
	padding: 0; 
	margin: 20px 0 0 0; 
	color: #ccc
}


#header {
	background: #bfbfbf url('/images/head.jpg') no-repeat center top;
	width: 800px; 
	padding: 0;
	margin: 0;
	height: 160px
}

#main { 
	background: #FFF url('/images/main.jpg') repeat-y;
	width: 800px; 
	padding: 0;
	margin: 0;
}

#main .sidebar { 
	float: right;
	padding: 0;
	margin:0;
	width: 205px; 
}

#main .bottom { 
	background: #FFF url('/images/bt_bg.gif') repeat-y;
	width: 595px; 
	padding: 0;
	margin: 10px 0 -15px -30px;
	color: #000; 
	vertical-align: bottom;
}

#top1 {
	margin:-15px 0 0 -10px;
}

.leftpad {
	padding: 15px 15px 15px 30px;
}
.rightpad {
	padding: 15px 35px 15px 10px;
}
.rightpad ul {
margin: -5px 0 0 20px;
padding: 0;
list-style-type: disc;
}
.rightpad td {
	color:#000;  
	line-height: 1.4em;
	font-size: 11px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}

#foot { 
	clear:both;
	background: #FFF url('/images/foot.jpg') no-repeat;
	width: 800px; 
	padding: 0;
	margin: 0;
	height: 61px;
	color: #000; 
}

/* Main Menu */

#menu {
	background: #bfbfbf url('/images/menu.jpg') repeat-y;
	width: 800px; 
	padding: 0 0 0 15px;
	margin: 0;
	height: 24px;
	color: #fff;
	float: left;
	z-index: 4;
}
.suckertreemenu li {
	color:#000;  
	line-height: 1.4em;
	font-size: 11px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.suckertreemenu ul a{
  text-decoration:none;
  border-bottom:0px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border: 1px solid #ccc;
padding: 0;
background-color: #F3F3F3;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 0px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 125px; /*width of sub menu levels*/
color: navy;
  text-decoration:none;
  border-bottom:1px solid #ccc;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a.subwidth{
display: block;
width: 200px; /*width of sub menu levels*/
color: navy;
  text-decoration:none;
  border-bottom:1px solid #ccc;
}

.subwidth {
width: 300px; /*width of sub menu levels*/
}

.suckertreemenu ul li a:hover{
color:darkred;
  text-decoration:none;
}
.suckertreemenu ul li a:active{
color:#6666FF;
  text-decoration:none;
}

#iepara{ 
	background: #bfbfbf url('/images/menu.jpg') repeat-y;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



/* Forms */


#email-add {
font-size: 10px;
width: 160px;
margin: 0 0 3px 0;
}
#email-add input:hover {background: #FFFFF4;}

#email-zip {
font-size: 10px;
width: 80px;
margin: 0 0 3px 0;
}
#email-zip input:hover {background: #FFFFF4;}

#email-box {
margin: 0 0 0 0;
}

#searchform {
	float: left;
margin: 0 0 0 -28px;
	width: 180px;
}

#f_search {
	float: right;
	background: url('/images/tp_search.gif') no-repeat left top;
	width: 190px;
	height: 25px;
	padding: 0 0 0 29px;
}
input.search {
font-size: 10px;
width: 140px;
margin: 3px 0 0 0;
}

.email_address {
	visibility: hidden;
}



/* Text & Formatting */

a {
color:navy;
  text-decoration:none;
  border-bottom:1px dotted navy;
}
a:hover {
color:darkred;
  text-decoration:none;
  border-bottom:1px solid darkred;
}
a:active {
color:#6666FF;
  text-decoration:none;
  border-bottom:1px solid #6666FF;
}

.white {
color:lightblue;
  text-decoration:none;
  border-bottom:1px dotted lightblue;
}
.white:hover {
color:white;
  text-decoration:none;
  border-bottom:1px solid white;
}
.white:active {
color:#white;
  text-decoration:none;
  border-bottom:1px solid #lightblue;
}

a img {
  text-decoration:none;
  border-bottom:0px;
}
.img {
  text-decoration:none;
  border-bottom:0px;
}
.img:hover {
  text-decoration:none;
  border-bottom:0px;
}
.img:active {
  text-decoration:none;
  border-bottom:0px;
}

.style2 {
	color:#000;  
	font-size: 10px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}
.style3 {
	color:#000;  
	font-size: 11px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}
.style4 {
	color:#000;  
	font-size: 12px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}
.darkred {
	color:darkred;  
}
.darkgrey {
	color:#6C6C6C;  
}
.black {
	color:#000;  
}
.background {
	background: #ffff99;  
}

.rquotesw {
	background: #FFF url('/images/rquotew.gif') no-repeat;
	padding: 0 10px 18px 0;
}
.lquotesg {
	padding: 10px 0 0 33px;
	background: #e1e1e1 url('/images/lquoteg.gif') no-repeat;
}
.rquotesg {
	background: #e1e1e1 url('/images/rquoteg.gif') no-repeat;
	padding: 0 10px 18px 0;
	float: right;
}

h1 {
	color:#000; 
	font-size: 24px; 
	line-height: 1.2em;
	margin: 15px 0 5px 0;
	padding: 0;
	width: 550px;
	border-top: solid 2px #4250b2;
}
h2 {
	color:#000; 
	font-size: 20px; 
	line-height: 1.2em;
	margin: -2px 0 0 0;
	padding: 0;
}
h4 {
	font-size: 13px; 
	margin: 0;
	line-height: 1.4em;
}
.reduce {
	font-size: 80%;
	line-height: 1.6em;
}
.items {
	font-size: 80%;
	line-height: 1.4em;
	font-size: 11px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}
.smaller {
	font-size: 80%;
	line-height: 1.4em;
}
#slight {
	margin: 2px -5px 2px -1px;
	padding: 2px 0 2px 0;
	font-size: 12px;
	line-height: 1.4em;
}
.arial {
  	font-family: arial, verdana, helvetica, sans-serif;
}
.italic {
	color: #000;
	line-height: 1.1em;
}
.menulink {
	color:#000;  
	line-height: 1.8em;
	font-size: 11px; 
  	font-family: arial, verdana, helvetica, sans-serif;
}
.toptitle {
	color:#000; 
  	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 12px 0 -15px 0;
}

td {color:#000;
	font-size: 14px; }
#mem {
	margin: 0;
	}

p {
	color:#6C6C6C; 
	font-size: 12px; 
margin: 0;
padding: 0;
}

ul {
	color:#6C6C6C; 
	font-size: 12px; 
	padding-left: 25px;
margin: 0;
}
ol {
	color:#6C6C6C; 
	font-size: 12px; 
	padding-left: 25px;
margin: 0;
}
blockquote {
	color:#6C6C6C; 
	font-size: 12px; 
	padding-left: 25px;
margin: 0;
}

p.bio {
	color:#6C6C6C; 
	padding-left: 25px;
	font-size: 12px; 
	line-height: 1.3em;
margin: 0;
}
p.sec {
	color:#6C6C6C; 
	padding-left: 25px;
	text-indent: -25px;
	font-size: 12px; 
	line-height: 1.3em;
margin: 0;
}

#toppad {
	margin: -10px 0 0 0;
}
#topped {
	margin: -3px 0 0 0;
}
#botpad {
	margin: -4px 0 -12px 0;
}

//BASIS Style

div#bsfooter	{
	clear: both;
	border: 0;
	border-top: 10px solid #631E25;
	background: #304877;
	color: #FFF;
	width: 720px;
	margin:0;
	font-size:11px;
	font-family:verdana, helvetica, arial, sans-serif;
	}

div#bsfootleft {
	float: left;
	padding: 5px 10px 5px 10px;
	font-size:11px;
	font-family:verdana, helvetica, arial, sans-serif;
	}

div#bsfootright {
	float: right;
	text-align:right;
	padding: 5px 10px 5px 10px;
	font-size:11px;
	font-family:verdana, helvetica, arial, sans-serif;
	}

div#bsinfo {
	width:700px;
	background: #fff;
	margin: 26px 2px 2px 2px;
	}

div#bsfooter a, div#bsfooter p, div#bsfooter h4 {color:#FFF;}
.footerbs {color: #631E25;}

