/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	background-repeat:no-repeat;
}

body{
	/*background:url(../images/top.gif) repeat-x left top;*/
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.vcenter{
	width:1000px;
	margin:0 auto;
}

.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.black{
	color:#000000;
}

.deep-grey{
	color:#5d5d5e;
}

.deep-ash{
	color:#5C5D5E;
}

.green{
	color:#1F9114;
}

.leftPad10{
	padding-left:10px;
}

.allPad10{
	padding:10px;
}

.submitBtn{
	background:url(../images/btn-submit.png) no-repeat; width:159px; height:44px; border:none;
	cursor:pointer;
}

.menu{
	background:url(../images/menu-bg.png) no-repeat bottom left;
	height:44px;
	width:542px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#4E4E4E;
}

.menu a{
	color:#4e4e4e;
}

.greenItalic{
	text-decoration:underline;
	font-style:italic;
	color:#1F9114;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.greenTitle{
	font-size:18px;
	font-family:Verdana;
	color:#1F9114;
	background:url(../images/title-border.gif) bottom left no-repeat;
}

.greenTitleWUn{
	font-size:18px;
	font-family:Verdana;
	color:#1F9114;
}

.pageHeading{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}

.font18Tre{
	font-family:"Trebuchet MS";
	font-size:18px;
}

.dvTopLeft{
	background:url(../images/top-left.png) no-repeat top left;
	float:left;
	width:11px;
	height:10px;
}

.dvTopRight{
	background:url(../images/top-right.png) no-repeat top left;
	float:left;
	width:10px; height:10px;
}

.dvTopMid{
	height:9px;
	width:100%;
	border-top:2px #eaebeb solid;
	background-color:#F9FAFC;
}

.dvBottomLeft{
	background:url(../images/bottom-left.png) no-repeat bottom left;
	float:left;
	width:11px;
	height:9px;
}

.dvBottomRight{
	background:url(../images/bottom-right.png) no-repeat bottom left;
	float:left;
	width:10px; height:9px;
}

.dvBottomMid{
	border-bottom:2px solid #eaebeb;
	height:8px; width:100%;
	background-color:#F9FAFC;
}

.left-right-border{
	border-left:2px solid #eaebeb;
	border-right:2px solid #eaebeb;
}

.light-bottom-border{
	border-bottom:1px solid #F4F5F6;
}

#dvContainer{
	height:auto;
	overflow:hidden;
	/*background:url(../images/footer-bg.gif) repeat-x left bottom;*/
}

#banner{
	background:url(../images/banner.png) no-repeat top center;
	width:983px;
	height:310px;
}

#inner-banner{
	background:url(../images/inner-banner.png) no-repeat top center;
	width:983px;
	height:310px;
}

#special-offer-box{
	background:url(../images/special-offer-box.png) no-repeat center;
}

#footer-top{
	background:url(../images/footer-top-bg.gif) no-repeat center top;
	width:826px; height:20px;
}

#footer{
	background:url(../images/footer-bg.gif) repeat-x;
	height:67px;
	color:#5d5d5e;
}