/*  BANNER STYLE  */
div#banner {
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(../images/banner_bkg.gif);
	background-color: #006600;
	height: 108px;
	z-index: 1;
	position: absolute;
}
div#bannera {
	position: absolute;
	left: -3px;
	top: -4px;
	width: 432px;
	height: 108px;
}
div#bannerb {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 309px;
	height: 108px;
	z-index: 2;
}

/*  NAVIGATION STYLE  */
#nav{
	position: absolute;
	top: 108px;
	right: 20px;
	color: #006600;
	background-color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 90%;

}
#nav ul li {
	display: inline;
}
#nav li a{
	color: #006600;
	background-color: #ffffff;
	text-decoration: none;
}
#nav li a:hover{
	color: #02be63;
}


/*new nav button style */

#buttonnav {
	position: absolute;
	top: 111px;
	right: 2px;
	background-color: #ffffff;
	width: 100%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 5px;
	border-bottom: 1px #eeeeee solid;
	height: 25px;
	text-align: center;
}
#buttonnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#buttonnav ul li {
	display: inline;
}
#buttonnav ul li a {
	display: block;
	width: 90px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
/*	text-align: center;*/

}

.button li a {
	float: right;
	padding: 2px;
	text-decoration: none;
	color: #006600;
/*	text-align: center;*/
	margin: 1px;
	background-color: #ffffff;
	border-top: 2px #eeeeee solid;
	border-left: 2px #eeeeee solid;
	border-bottom: 2px #d4d4d4 solid;
	border-right: 2px #d4d4d4 solid;
}

.button a:hover {
	background-image: url(../images/sidebar_bkg.gif);
	background-repeat: repeat;
	border-top: 2px #e8e8e8 solid;
	border-left: 2px #e8e8e8 solid;
	border-bottom: 2px #cccccc solid;
	border-right: 2px #cccccc solid;
}
.currentpage {
display: block;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	float: right;
	padding: 2px;
	text-decoration: none;
	color: #006600;
/*	text-align: center;*/
	margin: 1px;
	background-image: url(../images/sidebar_bkg.gif);
	background-repeat: repeat;
	border-top: 2px #e8e8e8 solid;
	border-left: 2px #e8e8e8 solid;
	border-bottom: 2px #cccccc solid;
	border-right: 2px #cccccc solid;
}

/*  TOPIC NAVIGATION STYLE  */
#topic_nav{
	position: absolute;
	top: 128px;
	left: 0px;
	color: #8494a1;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 70%;
}
#topic_nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
#topic_nav ul li {
	display: inline;
}
#topic_nav li a{
	color: #105BAC;
	background-color: #ffffff;
	text-decoration: none;
}
#topic_nav li a:hover{
	color: #105BAC;
	background-color: #fff;
	border-bottom: 1px solid #8494a1;
}


#product_nav {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 190%;
	left: 0px;
	top: 148px;
	width: 197px;
	z-index: 4;	
}
#product_nav a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
}
#product_nav a:hover{
	text-decoration : underline;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
}
#product_nav li {
	list-style-type: none;
	text-indent: 2px;
	color: #666;
	padding-left: 25px;
}
#product_nav li ul li {
	text-indent: -25px;
}
/*  CONTENT STYLES  */

div#content {
	position: absolute;
	left: 204px;
	top: 144px;
	padding-right: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 160%;
	width: 628px;
	height: 559px;
}
#content h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #888888;
	font-weight: bold;
	line-height: 150%;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #006600;
	font-weight: bold;
	line-height: 115%;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006600;
	font-weight: bold;
	line-height: 105%;
}
.awards {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #006600;
	font-weight: bold;
	line-height: 105%;
	border-bottom: 1px solid #666;
	padding-bottom: 0;
}
#content a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
#content a:hover{
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content table {
	/*width: 100%;*/
	font-size: 85%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#content table td {
	color: #8494a1;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	margin: 0px;
	padding: 5px;
}
#content table th {
	color: #ffffff;
	background-color: #8494a1;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
}

#content hr {
	/*color: #ff0000;
	border-top: 1px solid #ff0000;*/
	background-color: #006600;
	height: 2px;
	border: none;
}

div#tour_images {
	position: absolute;
	left: 5px;
	top: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 160%;
}
#tour_images a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
}
#tour_images a:hover{
	text-decoration : underline;
}
div#tour {
	position: absolute;
	left: 204px;
	top: 146px;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 160%;
	width: 685px;
}
#tour h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #888888;
	font-weight: bold;
	line-height: 150%;
}
#tour h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #006600;
	font-weight: bold;
	line-height: 115%;
}
#tour h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006600;
	font-weight: bold;
	line-height: 105%;
}
#tour a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
	text-align: left;
}
#tour a:hover{
	text-decoration : underline;
	text-align: right;
}
#tour hr {
	/*color: #ff0000;
	border-top: 1px solid #ff0000;*/
	background-color: #006600;
	height: 1px;
	border: none;
}

#tour table {
	/*width: 100%;*/
	font-size: 85%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#tour table td {
	color: #8494a1;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
#tour table th {
	color: #ffffff;
	background-color: #8494a1;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
}
.lbtype {
	font-weight: bold;
	font-size: 170%;
}
.lbtype2 {
	font-weight: normal;
	font-size: 120%;
}
.nowrap {
	white-space: nowrap;
}
#content h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #888888;
	font-weight: bold;
	line-height: 110%;

/* SIDE BAR STYLE HOME*/
}
div#sidebar1 {
	position: absolute;
	top: 147px;
	right: 2px;
	width: 175px;
	font-size : 70%;
	border:none;
	margin-top: 0px;
	padding-top: 5px;
}
div#sidebar1 div.featurehome {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height : 150%;
	border: 0
}
#sidebar1 div.featurehome ul{
	margin-left: -1em;
	padding-left: 1em;
	list-style-type: none
}

#sidebar1 div.featurehome ul li a{
	color : #00753c;
	background-color : transparent;
	text-decoration : none;
	display: block;
	border-top: 1px solid #ccc;
	line-height: 1em;
	width: 165px;
	padding: 3px;
}
#sidebar1 div.featurehome a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
}
#sidebar1 div.featurehome a:hover, div.feature a:active{
	text-decoration: underline;
	background-color : transparent;
}

/*#sidebar1 div.featurehome ul li a:hover {
	background-color: #efefef;
	border: 1px solid #115EAC;
	text-decoration: none;
}
#sidebar1 div.featurehome ul li a:active {
	background-color: transparent;
	border: 1px solid #115EAC;
	text-decoration: none;

}*/
#sidebar1 h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #006600;
}
#sidebar1 h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #006600;
	font-weight: bold;
	margin-top: 0px;

}
#sidebar1 h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	line-height: 115%;
}


/* SIDE BAR STYLE*/

div#sidebar {
	position: absolute;
	top: 147px;
	right: 2px;
	width: 175px;
	font-size : 70%;
	border-top: 3px solid #05a658;
	border-left: 1px solid #05a658;
	border-bottom: 3px solid #05a658;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url(../images/sidebar_bkg.gif);
	background-repeat: repeat;
}

div#sidebar div.feature {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	line-height : 150%;
}
#sidebar div.feature hr {
	/*color: #666666;*/
	background-color: #05a658;
	border: none;
	height: 1px;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
#sidebar div.feature ul{
	margin-left: -1em;
	padding-left: 1em;
	list-style-type: none
}

#sidebar div.feature ul li a{
	color : #00753c;
	background-color : transparent;
	text-decoration : none;
	display: block;
	border-top: 1px solid #ccc;
	line-height: 1em;
	width: 165px;
	padding: 3px;
}
#sidebar div.feature a{
	color : #006600;
	background-color : transparent;
	text-decoration : none;
}
#sidebar div.feature a:hover, div.feature a:active{
	text-decoration: underline;
	background-color : transparent;
}

/*#sidebar div.feature ul li a:hover {
	background-color: #efefef;
	border: 1px solid #115EAC;
	text-decoration: none;
}
#sidebar div.feature ul li a:active {
	background-color: transparent;
	border: 1px solid #115EAC;
	text-decoration: none;

}*/
#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #006600;
}
#sidebar h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #006600;
	font-weight: bold;
	margin-top: 0px;

}
#sidebar h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	line-height: 115%;
}


/*  PHOTO STYLES  */
#photo {
	position: absolute;
	left: 100px;
	top: 140px;
	z-index: 2;
	width: 216px;
	height: 162px;
}
#photo2 {
	position: absolute;
	left: 56px;
	top: 150px;
}
.image {
	position: relative;
	top: 5px;
	left: 150px;
}
.center {
	align: center;
}
.imagefloat {
	float: right;
	padding-left: 10px;
}
.imagefloatl {
	float: left;
	margin-left: -175px;
}
#portrait {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*  FOOTER  */
#footer{
	color : #909090;
	font-family: Arial, Helvetica, sans-serif;
	height : 50px;
	font-size: 90%;
	line-height: 120%;
	border-top : 1px solid #05a658;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 6px 0 0 0;
}
.romanlist {
	list-style-type: upper-roman;
}
.begin {
	font-size: 110%;
	color: #0099FF;
	float: right;
	line-height: 110%;
}
.begin a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}
.begin a:hover{
	text-decoration : underline;
}
.bib {
	text-indent: -1em;
	padding-left: 1em;
}
.cite {
	font-size: 100%;
	color: #888888;
	line-height: 130%;
/*	text-indent: 3em;*/
}
.topic {
	font-size: 80%;
	color: #666;
	line-height: 110%;
}
.testimonial {
	text-indent: 5%;
	color: #006600;
	font-style: italic;
}
/*
.question {
	color: #006600;
	font-weight: bold;
	font-size: 160%;
	text-align: center;
}
.question2 {
	color: #006600;
	font-weight: bold;
	font-size: 150%;
	text-indent: 7%;
}
.top {
	font-size: 90%;
	color: #115EAC;
	float: left;
}*/
.top a {
	/*color : #115EAC;*/
	background-color : transparent;
	text-decoration : none;
}
/*.top a:hover {
	text-decoration : underline;
}*/
.hotspot {
	background-color:#efefef;
	padding: 1%;
	color: #666;
}
.yourhere {
	color : #8c5052;
	background-color : #fff;
	border-bottom : 1px solid #8494a1;
	font-weight: bold;
}
.yourhere_sub {
	color : #105bac;
	background-color : #fff;
	border-bottom : 1px solid #8494a1;
	font-weight: bold;
}
.tabin {
	list-style-type: none;
	text-indent: 10px;
	padding-left: 25px;
}
.smaller {
	font-size: 85%;
	line-height: 120%;
}
#content .content ul li  {
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}
#tour blockquote .tabin li a {
	text-indent: 20px;
}
#tour blockquote ol li {
	text-align: left;
}
#menu body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}

#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 112px;
	left: -2px;
	z-index:100;
	width: 100%;
}
#menu dl {
	float: right;
	width: 9em;
	text-align: center;
	background-color: #ffffff;
	vertical-align: middle;
}
#menu dt {
	cursor: pointer;
	background: #FFF;
	margin: 1px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	background-position: center;
	outline-color: #FFF;
	outline-style: solid;
	outline-width: 2px;
	vertical-align: middle;
	height: 20px;
	padding: 1px;
	white-space: nowrap;
	display: block;
	background-color: #006600;
	border-top: 2px #eeeeee solid;
	border-left: 2px #eeeeee solid;
	border-bottom: 2px #d4d4d4 solid;
	border-right: 2px #d4d4d4 solid;
	line-height: 20px;
}
#menu dd {
	display: none;
	border: 1px solid green;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#menu li {
	text-align: left;
	background-color: #FFF;
	color: #060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-color: #FFF;
	height: 30px;
	vertical-align: middle;
	border-top: 2px #eeeeee solid;
	border-left: 2px #eeeeee solid;
	border-bottom: 2px #d4d4d4 solid;
	border-right: 2px #d4d4d4 solid;
	line-height: 30px;
	text-indent: 5px;
	font-weight: bold;
	list-style-type: none;	
}
#menu li a {
	color: #060;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus {
	text-align: left;
	color: #060;
	background-color: #f6e948;
}
#menu dt a:hover, #menu dt a:focus {
	text-align: center;
	color: #f6e948;
	background-color: #006600;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
#content ul li {
	padding-left: 25px;
	list-style-type: none;
}
.rbroundbox {
	background: url(http://www.softchalk.com/images/na.gif) repeat;
}
.rbtop div { background: url(http://www.softchalk.com/images/tl.gif) no-repeat top left; }
.rbtop { background: url(http://www.softchalk.com/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(http://www.softchalk.com/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(http://www.softchalk.com/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	padding-left: 2px;
	padding-right: 2px;
}
.rbroundbox {
	width: 90%;
	margin: 1em auto;
}
.bl {
	background: url(http://www.softchalk.com/images/bl.gif) 0 100% no-repeat #f4ea4c;
	width: 100%
}
.br {background: url(http://www.softchalk.com/images/br.gif) 100% 100% no-repeat}
.tl {background: url(http://www.softchalk.com/images/tl.gif) 0 0 no-repeat}
.tr {
	background: url(http://www.softchalk.com/images/tr.gif) 100% 0 no-repeat;
	padding:10px;
}
.clear {font-size: .1px; height: 1px} 
