/***************************************************************
****************************************************************
                     Style for Web Page
****************************************************************
***************************************************************/

#sitecontainer {
	position:absolute;
	top: 0;
	left: 0;
	text-align:left;
	background-color: #ffffff;
	background-image:url(../images/bkgrnd_left.jpg);
	background-repeat: repeat-y;
	width: 900px;
}
#logo_placement {
	position:absolute;
	top: 13px;
	left: 290px;
}
#content {
	background-image:url(../images/bkgrnd_content.jpg);
	background-repeat: no-repeat;
}
#nav_left {
	position:absolute;
	top:187px;
	left:0;
}
#nav_middle {
	position:absolute;
	top:437px;
	left:624px;
}
img {
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}

/***************************************************************
****************************************************************
                     Style for Content
****************************************************************
***************************************************************/

#text_placement {
	padding: 30px 50px 20px 290px;
}
#pixbox_right{
	float:right;
	margin-left: 10px;
}
#pixbox_left{
	float:left;
	margin-left: 10px;
}
p {
	margin-bottom: -.4%;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color:#5d2a79;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 10px;
	font-weight: normal;
	color: #0054A6;
	padding-top:10px;
}
h3 {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

.note {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	padding: 0 30px 0 30px;
}
.italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}

a:link, a:visited, a:active {
	color:#0054a6; 
	text-decoration:none;

}
a:hover {
	color: #f68f17;   /* #0054a6; */
	text-decoration:underline;
} 
.bio_name {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	padding-top:7px;
}
.bio_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	padding-top:7px;
}
.back_to_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}
.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	padding: 0 30px 0 40px;
}


/***************************************************************
****************************************************************
                       Footer
****************************************************************
***************************************************************/

#footer {
	background-image:url(../images/bkgrnd_footer.gif);
	height:40px;
	margin-left:242px;
	width:658px;
	clear:both;
}
.footer_nav {
	text-align:center;
	padding-top:13px;
}
#affiliates  {
	background-image:url(../images/bkgrnd_nature.gif);
	background-repeat: no-repeat;
	margin-left:242px;
	width:658px;
}
.affiliate_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #000000;
}

/***************************************************************
****************************************************************
                       SuckerTree Nav
****************************************************************
************************************************************** */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 242px; /* Width of Menu Items */
}
.suckerdiv ul li{
	position: relative;
	float: left;
}
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 221px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force has Layout in IE7 */
	color: black;
	text-decoration: none;
	border-bottom: 0;
}
/* Holly Hack for IE */
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }


/***************************************************************
****************************************************************
                  Used for ADA compliance
****************************************************************
***************************************************************/
/*
#skipto_container, #skipto_container a{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 0.0em;
	line-height : 0.0em;
	font-weight : normal;
	top:20px;
	left:20px;
	position:absolute;
}
h1.hidden, h2.hidden, h3.hidden, DIV.hidden, p.hidden, span.hidden {
	font-size : 0.0em;
	line-height : 0.0em;
    margin: 0px;
    padding: 0px;
	position: absolute;
	left: -10000px;
	top: -10000px;
}
.hidden {
	font-size : 0.0em;
	line-height : 0.0em;
    margin: 0px;
    padding: 0px;
	position: absolute;
	left: -10000px;
	top: -10000px;
}
*/
