/* 
    Document   : page_content
    Created on : May 7, 2009, 1:38:11 PM
    Author     : Matthew Wells <mattheww@sixfootstudios.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div.image-container{
    clear:left;
    float:left;
    padding:4px 12px 12px 2px;
    
}
div.paragraph-container{
    padding-right:7px;
    margin-bottom:5px;
    display:block;
}

a.link_pdf {
    background:url(../images/icon-pdf.gif) left no-repeat;
    padding-left: 30px;
    height: 21px;
    display: block;
    }

div.content_header div.left {
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:24px;
	display:block;
	background:url(../images/left_cap.jpg) no-repeat;
}

div.content_header {
	position:relative;
	width:480px;
	height:24px;
	overflow:hidden;
	display:block;
	background:#cc0000 url(../images/right_cap.jpg) right top no-repeat;
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:3px 0 0 10px;
}

div.content_childheader {
    position:relative;
	width:580px;
	height:22px;
	overflow:hidden;
	display:block;
    background-image: url(../images/redbar.gif);
    background-repeat: no-repeat;
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:13px;
    font-weight: bold;
	padding:5px 0 0 10px;
    margin: 15px 0 10px;
}

.banner {
    margin-left: -3px;
    margin-bottom: 10px;
}

h5, h5 span, h5 em, h5 i, .sub_header, p.sub_header {
    font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #cc0000;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-top:5px;
}

div.product_container {
    width: 572px;
    padding: 0 7px 30px 0;
}

.child {
    width: 188px;
    float: left;
    line-height: 20px;
    padding-left: 2px;
}

.child a {
    color: #858585;
    font-weight: bold;
}

.child a:hover {
    color: #333;
}

div.home_featured_container {
    display:block;
    width:988px;
    float: left;
}


div.content_subchild_container {
    width:580px;
    display:block;
    clear:both;
    padding:10px;
    background:#FAFAFA;
    margin-bottom:10px;
}

div.content_subchild_container h3 {
    font-weight:bold;
    display:block;
    font-size:14px;
}

div.content_subchild_container p {
    display:block;
    width:580px;
    padding:5px 10px 20px 10px;
}

div.pullquote-container {
    padding:20px;
    background-color:#f9f9f9;
    margin-bottom:10px;
}

p.pullquote-text {
    text-align:left;
    font-size:13px;
    color:#7a7a7a;
}

p.pullquote-byline {
    text-align:right;
    font-size:13px;
    color:#7a7a7a;
    font-weight:bold;
    margin-top:5px;
    font-style:italic;
}

.clearfloat {
    clear: both;
}

div#main_center p { margin-bottom:5px; }