/*
** CLCD Styles - www.childrenslit.com/
*/

a,
a:link,
a:visited {
    font-family:arial, helvetica, sans-serif;
    color:#cf3535;
    text-decoration:none;
}
a:hover,
a:active {
    text-decoration:underline;
}
h1 {
	font:bold 18px/22px "times new roman", times, serif;
	color:#cf3535;
	margin:0px;
}
h2 {
	font:bold 16px/20px "times new roman", times, serif;
}
p {
	font:normal 14px/20px "times new roman", times, serif;
}
ul,
ol {
	font:normal 14px/20px "times new roman", times, serif;
}
li {
    
}
table {
	font:normal 14px/20px "times new roman", times, serif;
}

/* navigation */
.nav {
    background:#cf3535;
}

/* testimonials banner */
.banner {
    width:900px;
	margin:0;
}
.banner span
{
	width:900px;
    height:166px;
    background:#E6DEC9;
    font:normal 1px/-999px sans-serif;
    text-indent:-99999px;
    margin-top:-1px;
    padding:0px;
    float:left;
}
.banner span.testimonial-01 { background:#E6DEC9 url(testimonial-01.jpg) no-repeat; }
.banner span.testimonial-02 { background:#E6DEC9 url(testimonial-02.jpg) no-repeat; }
.banner span.testimonial-03 { background:#E6DEC9 url(testimonial-03.jpg) no-repeat; }
.banner span.testimonial-04 { background:#E6DEC9 url(testimonial-04.jpg) no-repeat; }
.banner span.testimonial-05 { background:#E6DEC9 url(testimonial-05.jpg) no-repeat; }
.banner span.testimonial-06 { background:#E6DEC9 url(testimonial-06.jpg) no-repeat; }
.banner span.testimonial-07 { background:#E6DEC9 url(testimonial-07.jpg) no-repeat; }
.banner span.testimonial-08 { background:#E6DEC9 url(testimonial-08.jpg) no-repeat; }
.banner span.testimonial-09 { background:#E6DEC9 url(banner01.jpg) no-repeat; }
.banner span.testimonial-10 { background:#E6DEC9 url(banner03.jpg) no-repeat; }
.banner span.testimonial-11 { background:#E6DEC9 url(banner04.jpg) no-repeat; }

/* homepage */
.left-col {
	width:180px;
	/*height:100%;*/
	/*background:#c5c1b7;*/
    font:normal 12px/19px "times new roman", times, serif;
	padding:10px 12px 0;
	float:left;
}
    .left-col .login {
        margin:0 0 16px;
    }
    .left-col .login a {
        font:normal 11px/14px arial, helvetica, sans-serif;
    }

.left-col .login a span {font-weight:bold;font-size:13px;}

    .left-col .line {
        width:100%;
        height:1px;
        background:#fff;
        margin:0 0 12px;
        font:normal 1px/1px sans-serif;
    }
.mid-col {
    width:422px;
    font:normal 12px/20px "times new roman", times, serif;
	padding:10px 20px 0;
	float:left;
_padding-left:0px!important;
}
    .mid-col p {
        margin:0 0 12px;
    }
    .mid-col a {
        font-size:14px;
    }
.right-col {
    width:225px;
    font:normal 12px/20px "times new roman", times, serif;
	padding:10px 0 0;
	float:left;
}

/* layout */
.content li {
    margin:0 0 6px;
}

/* subscriber list */
.subscribers {
    width:225px;
    background:url(subscribe_hdr.gif) no-repeat;
    margin:0 0 16px 2px;
}
.subscribers div {
    width:225px;
    background:url(subscribe_ftr.gif) no-repeat 0 100%;
    padding:0 0 25px
}
.subscribers h3 {
    /*font:normal 1px/-999px sans-serif;*/
  /*  text-indent:-99999px;*/
    margin:0;
	color:#c60000;
	position:Relative;
	top:12px;
	left:14px;
	text-transform:uppercase;
	font-size:16px;
}
.subscribers h4 {
    /*height:45px;*/
    font:normal 1px/-999px sans-serif;
    text-indent:-99999px;
    margin:0;
}
.subscribers ul {
    list-style:none;
    background:url(subscribe_bdy.gif) repeat-y;
    margin:0 0 -4px;
    padding:2px 14px 0;
}
.subscribers ul li {
    font:normal 12px/16px Times New Roman, serif;
    margin:0 0 4px;
    padding:0;
}

/* press release list */
#pr-list {
    width:810px;
    border:none;
    border-collapse:collapse;
	font:normal 14px/20px "times new roman", times, serif;
    margin:16px 0 0;
}
#pr-list td {
    vertical-align:top;
    text-align:left;
    padding:0 3px 12px 0;
}
#pr-list .date {
    width:140px;
	font:bold 14px/20px "times new roman", times, serif;
}

/* form */
.alignR {
	text-align:right;
	padding:3px;
}
.alignL {
	text-align:left;
	padding:3px;
}
.required {
	font-size:8pt;
	color:red;
}
.formContent {
	font-size:11pt;
	font-family:Times New Roman, serif;
	color:#000000;
}
.CLCD_terms * {
	font-size:10pt;
	font-family:Times New Roman, serif;
	color:#000000;
}

