/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        
        background: white;
              
        text-align: center;
    }
    div#page {
        width: 760px;
        
        margin:  0 auto;
        padding: 0;
        
        background: white;
        text-align: center;
    }
    
    /* HEADER */
        div#header {
	color: white;
	background: darkred;
	text-align: left;
	background-image: url(images/header-footer-bg-red.gif);
	height: 75px;
	display: block;
        }
        h1#branding {
	float: left;
	width: 525px;
	text-align: left;
	background-image: url(images/etlogo-horizontal-red2.gif);
	height: 75px;
	margin-left: 10px;
        }
        div#search {
            float: right;
            width: 49%;
            
            margin: 0;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
	position: relative;
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
	color: white;
	background-color: darkred;
	background-image: url(images/header-footer-bg-red.gif);
        }
        div#footer p {
            font-size: 0.8em;
            
            margin: 0;
            padding: 15px;
        }
    /* END FOOTER */
/* END LAYOUT */




/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li strong {
        padding: 0 0 0 12px;
        background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {
        color: white;
        background-color: black;
    }
/* END UL.SUBNAV */
div.downloadsection {
	background-color: #DAE5F9;
	margin: 30px 5px;
	padding: 0px 5px;
	color: #111111;
	border: 1px solid #333333;
}

div.tutorial {
	background-color: #DAE5F9;
	margin: 30px 5px;
	padding: 10px 5px 5px;
	color: #111111;
	border: 1px solid #000066;
	text-align: center;
	background-image: url(images/filmstrip.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: left center;
}

blockquote.testimonial {
	background-color: #DAE5F9;
	margin: 10px 5px;
	font-size: 1.1em;
	background-image: url(images/leftquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 30px;
}

blockquote.testimonial div {
	padding-right: 30px;
	background-image: url(images/rightquote.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #1a1a1a;
	font-size: .9em;
	padding-bottom: 0px;
}

blockquote.testimonial div.testimonial-giver {
	font-size: 0.9em;
	color: #112059;
	display: block;
	text-align: right;
	background-image: url(images/rightcorner.gif);
	padding-right: 10px;
}
