html, body {
}

body p, body a { 
    font-size: 14px;
}

.errorlist, .plain, ul.plain {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.errorlist {
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
    margin-bottom: 0.2em;
}

.indent {
    margin-left: 1em;
}

h1, h2 {
    border-bottom: 2px solid #566978;
    font-weight: bold;
}

h3 {
    font-weight: bold;
    margin-bottom: 0.3em;
}

h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.container_body {
    width: 100%;
}

.container_body.shadow {
   background: url('/static/images/shadow-bg.png') repeat-y center;
}


#noborder {
    background: white;
    margin-left: -1px;
    width: 784px;
}


/* COLORS */
#pnb .nav_toplevel {
 /*   background: #D9DDD9;*/
}

#pnb li {
    cursor: pointer;
}

#pns ul {
    padding-top: 10px;
    background-image: url('/static/images/subnav-bg.png');
/*    border-top: 1px solid #C2C6C9;
    border-bottom: 1px solid #C2C6C9;*/

/*    position: relative;*/
    top: -30px;

    display: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0 30px;
    margin: -36px 0 15px 0;
}

/* other stuff */

.container {
}

#content {
    padding-top: 15px;
}

#content a {
	text-decoration:none;
	color: #7c0000;
}

#snb, #wl, #pnb, #pns, #content, #footer {
}

#snb {
    height: 24px;
    text-align: right;
}

#pnb {
    display: block;
    height: 30px;
    margin: 0 auto;
    background: transparent url('/static/images/top-shadow.png') bottom left scroll repeat-x;
}

#pnb ul.nav_toplevel {
    height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
}

#corner_tl {
    background: url(/static/images/container-corner-tl.png) top left no-repeat;
    height: 56px;
    width: 59px;
    margin-bottom: -30px;

    position: relative;
    top: -40px;
    left: -38px;
}

#corner_tr {
    background: url(/static/images/container-corner-tr.png) top right no-repeat;
    height: 56px;
    width: 64px;
    margin-bottom: -30px;

    position: relative;
    top: -66px;
    left: 947px;
}

#footer_wrapper {
    background: url(/static/images/bottom-shadow.png) top left repeat-x;
    margin-top: 25px;
    margin-bottom: 0px;
    height: 31px;
}

#footer_bl_corner {
    background: url(/static/images/container-corner-bl.png) top left no-repeat;
    height: 59px;
    margin-bottom: -59px;

    position: relative;
    top: -13px;
    left: -30px;
}

#footer_br_corner {
    background: url(/static/images/container-corner-br.png) bottom right no-repeat;
    height: 52px;
    margin-bottom: -52px;

    position: relative;
    top: -15px;
    left: 34px;
}


#pnb li {
    float: left;
    padding: 0 13px;
    margin: 0 2px;
    background: #1b3d52 url(/static/images/tab-unselected.png) repeat-x;
    height: 30px;
}

#pnb li.selected {
	background: #638197 url(/static/images/tab-selected.png) repeat-x;
    height: 30px;
}


#pnb li a {
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    font-size: 1.2em;
}


#pns li:hover {
    background-image: url('/static/images/subnav-bg-hover.png');
}

#pns li.selected {
    background-image: url('/static/images/subnav-bg-selected.png');
    font-weight: bold;
}

#pns li {
    display:block;
    float: left;
    line-height: 30px;
    height:30px;
    margin:0;
    padding:0;
    text-align:center;
}

#pns li a {
    /*color:#FFFFFF;*/
    color: #950002;    
    display:inline;

    line-height: 30px;
    font-weight: bold;

    padding: 2px 7px 3px 10px;
    text-align:center;
    text-decoration:none;
    font-size: 1.2em;
}
#pns li a:visited {
    display: inline;
    text-align:center;
    text-decoration:none;
}

#pns li a:hover {
    text-decoration:none;
}

#footer {
    background: #ecf0f3;
    color: #111;
    font-size: 1.3em;
    height: 80px;
}

#footer_inner {
    padding: 10px;
}

#footer a {
	text-decoration: none;
	color: #96231c;
}

#footer p {
    margin: 0px;
	padding: 0px;
    line-height: 1.4em;
    font-weight: bold;
}

.fp-sidebox {
	background-color: #f3f4f6;
	border: 1px solid #b9caea;
	padding: 10px;
	margin-bottom: 25px;
}

.fp-sidebox h2 {
	margin-bottom: .15em;
}

#fpw {
    padding-bottom: 25px;
}

#fpw h2 {
 font-size: 18px;
}

#fpw-page-container {
	height: 394px;
	border: 1px solid #aaaaaa;
	overflow:hidden;
}

.fpw-page {
	display: none;
}

#fpw-page-navigator {
}

#fpw-page-navigator ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#fpw-page-navigator ul li {
	margin: 0px;
	padding: 20px;
	display: inline;
}

#fpw-page-navigator a {
	background-color: #a25151;
	color: white;
	text-decoration: none;
	border: 1px solid black;
	padding: 10px;
    font-weight: bold;
    font-size: 1.3em;
}

#fp-side {
}

/*
#help-nav {
	width: 150px;
	color: white;
	background-color: #333;
}*/

.meta {
font-style:italic;
font-size: 11px;
text-decoration:none;
}

#bfl h2 {
}

#bfr h2 {
}

.fp-new-testimonial {
    font-size: 15.5px;
    font-style: italic;
    font-weight: bold;
    color:  #950002;
    font-family: Arial, Helvetica, sans-serif;
}

.fp-new-testimonial .byline {
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}

.more {
    float: right;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 10px;
}

.fp-testimonial {
font-size: 11px;
margin-bottom: 10px;
}

.fp-testimonial img {
	margin-right: 10px;
}

.testimonial {
	float: left;
	width: 90%;
	padding: 15px;
	border-bottom: 1px dashed #cccccc;
	clear: both;
}

.testimonial img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-body {
margin-bottom: 20px;
}
.post-date {
font-style:italic;
}

.headline {
	font-weight: bold;
	margin-bottom: 5px;
}

.story {

}

input.search {
	background-color: #ffd4d4;
	border: 1px solid #aaa;
	width: 125px;
	padding: 2px;
}

#content_container {
    background: transparent url('/static/images/top-gradient.png') scroll repeat-x;
}

#searchbox {
    position: relative; 
    top: -7px;
}

#searchbox input {
    border: 1px solid #333333;
}

#searchbox input[type='submit'] {
    padding: 0;
}

