@charset "UTF-8";
/* CSS Document */

.homeText {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top:7;
}

.rightSide {
background-image:url(LSB_RightSide.png);
background-position:top;
background-repeat:no-repeat;
padding-top:7px;
}

.leftSide {
background-image:url(LSB_LeftSide.png);
background-position:top;
background-repeat:no-repeat;
padding-top:7px;
}

.content {
background-image:url(LSB_Content.png);
background-position:top;
background-repeat:no-repeat;
padding-top:7px;
}

.staticNav {
background-image:url(LSB_NavBack.jpg);
background-position:top;
background-repeat:repeat-x;
}

#footer, a {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-top:4px;
}

/* Menu Items */
#menuSwapHome {display: block;background-image:url(LSB_NavHome.jpg);width: 128px;height: 32px;}
#menuSwapHome:hover{background-image:url(LSB_NavHomeOver.jpg);}
#menuSwapHome span{display:none;}

#menuSwapContact {display: block;background-image:url(LSB_NavContact.jpg);width: 128px;height: 32px;}
#menuSwapContact:hover{background-image:url(LSB_NavContactOver.jpg);}
#menuSwapContact span{display:none;}

#menuSwapBlog {display: block;background-image:url(LSB_NavBlog.jpg);width: 128px;height: 32px;}
#menuSwapBlog:hover{background-image:url(LSB_NavBlogOver.jpg);}
#menuSwapBlog span{display:none;}

/*-------------- Search SkinObject Styles --------------*/
.search_style{float:right; padding:0px 0px 0px 0px;}
.search_bg{padding-right:0px;}
.search_bg Input{color: #43494D;}

div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap; margin-top: 5px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

