@charset "utf-8";
/* CSS Document */

/* Coded by designFORMARE */

/* BODY */

body, html {
background-color: #fcefde;
text-align: center;
margin: 0 auto;
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* MAIN CONTAINER DIV */

#container {
position: relative;
margin: 15px auto;
width: 780px;
height: 100%;
color: #000;
background-color: #FFF;
text-align: left;
border: 1px solid #f0121b;
}

/* CONTENT DIV */

#content {
width: 730px;
padding: 15px 25px 15px 25px;
}

/* HEADER DIV */

#header {
 width: 780px;
 height: 151px;
background-image: url(images/cjb_header.jpg);
background-position: center;
background-repeat: no-repeat;
}

#detail {
padding: 5px 5px 0 0;
text-align: right;
font: normal 900 12px;
}

/* BOXES */

.box1 {
width: 500px;
background: #fcefde;
border: 1px solid #f0121b;
padding: 5px 15px 5px 15px;
text-align: left;
}

.box2 {
width: 500px;
background: #fcefde;
border: 1px solid #faac57;
padding: 5px 15px 5px 15px;
text-align: left;
}

.box3 {
margin: 0 auto;
width: 600px;
padding: 5px 15px 5px 15px;
border: 1px solid #8da33e;
}

.box4 {
width: 500px;
background: #FFF;
border: 2px solid #d22843;
padding: 5px 15px 5px 15px;
text-align: left;
}

.box5 {
width: 500px;
background: #fcefde;
font-weight: normal;
border: 3px dotted #f0121b;
padding: 5px 15px 5px 15px;
text-align: left;
}

/* COLORED TEXT */

.redtxt {
color: #f0121b;
}

.purpletxt {
color: #512970;
}

.tinytxt {
font: normal 9px;
color: #000;
}

p {
line-height: 18px;
}


/* HEADINGS */

h1 {
font: bold 24px;
color: #f0121b;

}

h2 {
font: bold 20px;
color: #f0121b;
}

h3 {
font: bold 18px;
color: #000;
}

h4 {
font: bold 16px;
color: #000;
}

.heading1 {
font-size: 24px;
font-weight: bold;
color: #000;
line-height: 24px;
}

.heading {
font: bold 20px;
color: #f0121b;
padding-bottom: 5px;
border-bottom: 1px solid #f6c542;
}

/* LIST STYLES */

ul {
list-style-type: none;
margin-left: 20px;
padding-left: 20px;
}

ol {
	list-style-type:decimal;
	list-style-image:none;
margin-left: 20px;
padding-left: 20px;
}

ul li {
background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0 3px;
padding-left: 20px;
margin-bottom: 10px;
color: #000;
}

ol li {
margin-bottom: 10px;
}

.categories ul li {
background-image: url(images/flower.gif);
background-repeat: no-repeat;
background-position: 0 3px;
padding-left: 20px;
margin-bottom: 10px;
color: #000;
}

.categories2 ul li {
background-image: url(images/flower.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 20px;
margin-left: -40px;
margin-bottom: 10px;
color: #000;
}

.categories ul li {
background-image: url(images/flower.gif);
background-repeat: no-repeat;
background-position: 0 3px;
padding-left: 20px;
margin-bottom: 10px;
color: #000;
}

.strawberry ul li {
background-image: url(images/strawberry16.png);
background-repeat: no-repeat;
background-position: 0 2px;
padding-bottom: 4px;
margin-left: 5px;
margin-bottom: 20px;
color: #000;
}

/* IMAGE */

.imgfltlft {
float: left;
padding: 10px;
}

.imgfltrt {
    float: right;
    padding: 10px 0 10px 10px;
	text-align: center;
}

.caption {
	font-size: 9px;
	line-height: 12px;
}

.imgbrdr {
float: left;
border: solid 1px #000;
margin: 10px;
}

/* FOOTER DIV */

#footer {
margin: 0 auto;
font: normal 900 9px;
text-align: center;
color: #000;
border-top: 1px solid #f0121b;
}

/* TEXT LINKS */

A:link {text-decoration: underline; color: #f0121b;}
A:visited {text-decoration: none; color: #f0121b;}
A:active {text-decoration: none; color: #f0121b;}
A:hover {text-decoration: none; color: #f0121b;}

