/* CSS Document */

/* BODY */


body, html {

background-image: url(../images/bgrnd1.jpg);

background-repeat: repeat-x;

background-color: #7A892E;

text-align: center;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

margin: 0 auto;

color: #000;

}


/* MAIN CONTAINER DIV */

#container {

margin: 0 auto;

width: 770px;

background: #FFF;

text-align: left;

min-height: 100%;

overflow: hidden;

}

/* HEADER DIV */

#header {

width: 770px;

height: 184px;

background-image: url(../images/header2.jpg);

background-position: center;

background-repeat: no-repeat;

}

/* OPTIN */






#optin {







	width: 370px;







	height: 175px;







	margin-left: 310px;







	padding-top: 5px;







	}















/* CONTENT DIVS */















#contentcontainer {


float: left;


width: 750px;


margin: 5px 10px 5px 10px;

padding: 0 0 10px 0;
background: #FFFFFF;

}


#contentsales {


width: 950px;


padding: 5px;


margin: 10px auto;


padding: 0;


}



#contentcontainer ul {


font-size: 12px;


font-weight: normal;


list-style-type: square;


margin: 0;


padding: 0;


}


#contentcontainer ul li {


font-size: 12px;


font-weight: normal;


padding-left: 8px;


list-style-position: inside;

text-indent: -7px;


color: #FFF;

}

/* CAPSULE COMPONENTS */

.capsule1 {

width: 350px;

margin: 0;

}


.capsule1top {

width: 350px;

height: 33px;

background-image: url(../images/capsuletop1.jpg);

background-position: center;

background-repeat: no-repeat;

}


.capsule1top h2 {
font-size: 16px;

font-weight: bold;

font-variant: small-caps;

color:#CC0000;

text-align: left;

margin: 0;

padding: 8px;

}

.capsule1top h2 a {
font-size: 16px;

font-weight: bold;

font-variant: small-caps;

color:#CC0000;
text-decoration:none;

text-align: left;

margin: 0;

padding: 8px;

}

.capsule1top h2 a:hover {
font-size: 16px;

font-weight: bold;

font-variant: small-caps;

color:#CC0000;
text-decoration:underline;

text-align: left;

margin: 0;

padding: 8px;

}


.capsule1content {

width: 350px;

text-align: justify;

background-image: url(../images/capsulemiddle.jpg);

background-position: center;

background-repeat: repeat-y;

}

.capsule1 p {

padding: 3px;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:12px;
line-height: 130%;

margin: 0 5px 0 5px;

}


.capsule1bottom {

width: 350px;


height: 22px;


background-image: url(../images/capsulebottom.jpg);

background-position: center;

background-repeat: no-repeat;
text-align: right;

font-size: 10px;


color: #E1EBB9;

}


.capsule1bottomtxt {

font-size: 9px;

font-weight: bold;

text-decoration:underline;

color: #FFFFFF;

padding-top: 3px;

}


.capsule1bottom a {

font-size: 10px;
color: #FFFFFF;

font-weight: bold;

text-decoration:underline;
padding-right: 3px;
}

.capsule1bottom a:hover {

font-size: 10px;

color: #FFFFFF;

text-decoration: none;

}



/* FOOTER */


#footer {

width: 1000px;


height: 70px;


background-image: url(../images/footer.jpg);


background-position: left;


background-repeat: no-repeat;


color: #000;


text-align: center;


margin: 0 auto;



clear: both;


}


#footertxt {


padding: 15px 5px 5px 5px;


font-size: 9px;


color: #FFF;

}


#footertxt a {


color: #FFF;


text-decoration: none;


}


#footer a:hover {

text-decoration: underline;


}



/* HEADINGS */



h1 {

font-size: 24px;

font-weight: bold;

}



h2 {

font-size: 20px;

font-weight: bold;

}



h3 {

font-size: 18px;

font-weight: bold;

}

h4 {

font-size: 16px;

font-weight: bold;

text-align: left;

}

h5 {

font-size: 14px;

font-weight: bold;

text-align: center;

}















/* TEXT DECORATION */

.red {

color: #CC0000;

}

.blue {

color: #000066;

}

.blueunderline {

color: #000066;
text-decoration:underline;

}
.bluebold {

color: #000066;
font-weight: bold;

}

.moss {
color: #999933;
}


.caption {

font-size: 9px;



color: #333333;







text-align:center;







}







/* ALIGNMENTS */















.imgfltleft {







float: left;







padding-right: 12px;







padding-bottom: 12px;







}















.imgfltright {







float: right;







padding-left: 12px;







padding-bottom: 12px;







}















.imgpad {







padding: 10px;







}







