/* CSS Document */
body {
    background-color: #fff;
    font-family: "Times New Roman", Times, serif;
    margin: 20px 0px 10px 0px;
    padding: 0;
    font-size: 13px;
    color: #000000;
    line-height:18px;
}

img {
    border:0px;
}

.AbsWrap {
    width: 100%;
    position: relative;
}
.rowWrap {
    width: 100%;
}
.clearfloat {
    clear:both;
    height:0px;
}

#Container {

    width:1000px;
    margin: 20px auto;
}
#Logo {
    height:185px;
    width:940px;
}

#MainBodyContainer {
    width:850px;
    position:relative;
    margin:0 auto;
    clear:both;
}

#NavContainer {
    height:20px;
    clear:both;
    width:850px;
    padding-bottom:20px;
}

#Layout {
    
    width:560px; 
    float:left;
    position:relative;
}
#Sidebar {
    position:relative;
    width:236px;
    float:right;
}
.mainnewsletter {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color:#A0AA64;
    font-weight:bold;
    position:relative;

}

.rightHolder {
    margin-bottom:10px;
    width:240px;
    position: relative;
    overflow:hidden;
}

.quoteTop {
    background-image:url(../images/quoteTop.gif);background-repeat:no-repeat;width:236px;height:16px;	
}
.quoteMid {
    background-image:url(../images/quoteMid.gif);
    background-repeat:repeat-y;
    padding:10px;
	text-align:center;
}

.quoteBot {
    background-image:url(../images/quoteBot.gif);background-repeat:no-repeat;width:236px;height:18px;
    margin-bottom:20px;
}

.quoteHeader  {
    font-size:24px;
    font-style:italic;
    line-height:24px;
    text-align:center;
}



.specialsTop {
    height: 18px;
    width: 237px;
    background-image: url(../images/specialsTop.gif);
}

.specialsMid {
    background-image:url(../images/specialsMid.gif);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
}


.specialsHeader {
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    text-align:center;
}

.specialsImage {
    text-align: center;
    padding: 20px 0;

}

.SpecialOfferText {
	font-size:14px;
	line-height:20px;
	padding:0 10px;
	text-align:center;
}
.SpecialOfferTermsline {
	text-align:center;
		padding:0 10px;

}

.specialsBot {
    background-image: url(../images/specialsBot.gif);
    background-repeat: no-repeat;
    height: 23px;
}

#FooterCon {
    width:850px;
    position:relative;
    margin:10px  auto 0;
    clear:both;

}

