/* CSS Document */
H1{
	Font-Family:Arial;
	Font-Size:16px;
	Font-Weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0px;
}
#bodyWraper{
	background-color:#D9DBD8;
}
#mainContent-wrapper{
	position:absolute;
	top:30px;
	left:263px;
	width:480px;
}
#contentWrapper{
position:absolute;
left:0px;
top:100px;
width:770px;
height:100%;
}
.contentTD{
	Padding-left:35px;
	padding-right:20px;
}
#banner-wrapper{
	position:relative;
	left:0px;
	top:0px;
}
#banner-topBackground{
	position:relative;
	left:1;
	top:0;
	z-index:1;
	background-color:#FFFFFF;
	width:768px;
	height:62;
	border-bottom:1px solid #688677;
}
#banner-outline
	{
	position:absolute;
	top:-1;
	left:0px;
	width:768px;
	height:100px;
	border:1px solid #688677;
	border-bottom:1px solid #688677;
	}
#banner-logo{
	position:absolute;
	left:5;
	top:5;
	z-index:101;	
}
#banner-slogan{
	position:absolute;
	left:465px;
	top:37px;
	z-index:101;	
}	
#banner-menuBackground
{
	position:absolute;
	left:1;
	top:67;
	border-top:1px solid #688677;
	z-index:1;
}
#banner-menu{
	position:absolute;
	left:1;
	top:67;
	z-index:101;
}

.dropMenuLink{
	Font-Family:Arial;
	font-size:11px;
	color:#000000;	
}

.dropMenuBackground{
    background: url(http://www.wevins.com/Dev/image/dropMenuBG.gif) #ECEBE3;
    width:105px;
}

.dropMenuBackground-top{
    background: url(http://www.wevins.com/Dev/image/dropMenuBG-top.gif) #ECEBE3;
    width:105px;
}

.dropMenuBackground-bottom{
    background: url(http://www.wevins.com/Dev/image/dropMenuBG-bottom.gif) #ECEBE3;
    width:105px;
}

#leftIndex-Item{
	padding-bottom:8px;
}

#breadCrumbs{
	position:relative;
	top:0px;
	margin-bottom:0px;
	margin-top:10px;
}

.leftIndex-MainTable{
	display:block;
	position:relative;
	border:1px solid #688677;
	background-color:#F0EFD5;
	margin-top:5px;
}
.submenu-staticItem{
	padding:3px;
	padding-left:13px;
	background-image: url("../Dev/image/submenu-itemstaticbackground-.gif");
	background-repeat:no-repeat;
	height:31px;
	font-family:arial;
	font-size:12px;
	color:#19174B;
	font-weight:bold;	

}
.submenu-ActiveItem{
	padding:2px;
	padding-left:13px;	
	background-image: url("../Dev/image/submenu-itemactivebackground-.gif");
	background-repeat:no-repeat;
	height:31px;
	font-family:arial;	
	font-size:12px;
	color:#aea734;
	font-weight:bold;

}
.subMenuLink{
	color:#001D61;
}
