/* BACKGROUND & BORDER  */

body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.0em;
    background: #ff0000;
    border: 10px solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

/* HEADER GRAPHIC  */
.custom #header #logo a { display: block; height: 205px; width: 600px; background: url('images/header3.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; border: none; }

.highlight { background: #ffff5e !important; }
.highlight-blue { background: #c0deff !important; }

/* HEADLINES (content and sidebar) ]  */
.custom #content h1 {
	color: #336699;
	font-size: 20pt;
        font-weight: bold;
}

.custom #content h2 {
	color: #ff3333;
	font-size: 16pt;
	font-weight: bold;
}

.custom h3 { 
        color: #66cc99;
        font-size: 14pt;
	font-weight: bold;
}

.custom h4 { 
	font-weight: strong; 
	color: #336699; 
	font-size: 12pt;	
} 

.custom h5 { 
	font-weight: normal; 
	color: #ff3333; 
	font-size: 10pt;	
}

/*  ALERT BOXES  */
.quote-neutral
{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-top: 2em;
        padding: 10px 5px 5px 15px;
	border: dotted 1.5px #66cc99;
	background-color: #ffffcc;
	font-size: 12pt;
}

/*  LISTS  */
li.d,
li.dot
{
	list-style-image: url(http://raisealovingdog.com/images/dot.gif);
	margin-left: 1.5em;
	padding: 0px 10px 5px 5px;
}