.bottomtitle {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #358B47;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.bottomcontent {
	font-family: tahoma;
	font-size: xx-small;
	color: #333333;
}

.bottomcontent a {
	color: #6633FF;	
	text-decoration: underline;
}

.bottomcontent a:hover {
	color: #009900;
	text-decoration: underline;
}

input {
	font-family: tahoma;
	font-size: xx-small;
	color: #333333;
	background-color: whitesmoke;
}
.lineleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.maintext {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #3A2B79;
}
li {
	list-style-image: url(images/bullet.png);
}
.maincontent {
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #363636;
}
.bk {
	background-image: url(images/new_default.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.indent2px {
   padding-left: 2px;
}

#csshbar {
 width: 100%;
}
#csshbar ul {
 margin:0;
 padding:0;
 list-style:none;
}
#csshbar li {
 display:inline;
 margin:0 0 0 0;
 padding:0;
}
#csshbar a {
 text-decoration: none;
 letter-spacing: 3px;
 background: repeat-x;
 margin: 0 0 0 0;
 float:left;
 clear:right;
 padding:0;
 white-space:nowrap;
}
#csshbar a .hbarleftspan {
 background: left no-repeat;
 display:block;
}
#csshbar a .hbarrightspan {
	font-family: ms sans serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #999999;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: right no-repeat;
	display:block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#csshbar a:hover {
 background: #666666 repeat-x;
 height:20px
}
#csshbar a:hover .hbarleftspan {
 background: left no-repeat;
}
#csshbar a:hover .hbarrightspan {
 color: #FFFFFF;
 background: right no-repeat;
}
#csshbar #current a {
 background: #666666 repeat-x;
}
#csshbar #current .hbarleftspan {
 background: left no-repeat;
}
#csshbar #current .hbarrightspan {
 color: #FFFFFF;
 background: right no-repeat;
}

#secbar {
 width: 100%;
}
#secbar ul {
 margin:0;
 padding:0;
 list-style:none;
}
#secbar li {
 display:inline;
 margin:0 0 0 0;
 padding:0;
}
#secbar a {
 text-decoration: none;
 /* letter-spacing: 1px; */
 background: repeat-x;
 margin: 0 0 0 0;
 float:left;
 clear:right;
 padding:0;
 white-space:nowrap;
}
#secbar a .hbarleftspan {
 background: left no-repeat;
 display:block;
}
#secbar a .hbarrightspan {
	font-family: ms sans serif;
	font-size: 9px;
	font-weight: normal;
	padding-left: 10px;
	color: #999999;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: right no-repeat;
	display:block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#secbar a:hover {
 background: #999999 repeat-x;
 height:20px
}
#secbar a:hover .hbarleftspan {
 background: left no-repeat;
}
#secbar a:hover .hbarrightspan {
 color: #FFFFFF;
 background: right no-repeat;
}
#secbar #current a {
 background: #999999 repeat-x;
}
#secbar #current .hbarleftspan {
 background: left no-repeat;
}
#secbar #current .hbarrightspan {
 color: #FFFFFF;
 background: right no-repeat;
}.dottedleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}

.portfoliotitle {
	font-family: "ms sans serif";
	font-size: 10px;
	font-weight: bold;
	color: #585094;
}

.portfoliotext {
	font-family: "ms sans serif";
	font-size: 10px;
	color: #333333;
}

.dottedmiddle {
	/*padding-left: 6px*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 100px;
	width: 1px;
}


.bottomnavbk {
	background-image: url(images/new_default2_08.gif);
	background-repeat: repeat-y;
}
.contentscroll {
	overflow: scroll;
}
.dottedbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#domainlist {
	font-family: "tahoma";
	font-size: 12px;
	color: #333333;  
}

#domainlist a {
	color: #009900;
	text-decoration: underline;
}

#domainlist a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#domainlist .du {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: whitesmoke;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 25px; /*position where enlarged image should offset horizontally */