/* @override http://www.prestonpersuaders.org/assets/site.css */

body {
	background-color: #445e80;
	color: #ccc;
}
#wrapper {
	background: url(images/content-background.png) no-repeat 0 0;
	min-height:500px;
	height:auto !important;
	height:500px;
}

/* General Styling */
h3 {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
    margin: 0 0 10px;
}
h6 {
	margin: 0 0 10px;
	font-size: 12px;
	color: #fff;
}
blockquote {
    margin-left: 20px;
    margin-right: 20px;
    color: #eaeaea;
}
a {
	color: #a9a9a9;    
}
a:hover {
	color: #fff;    
}
p {
    margin-bottom: 10px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
    margin: 0 0 10px;
}
#footer p {
	text-align: center;
    font-size: 12px;
}

/* Header */
#header {
	height: 100px;
    position: relative;
}
#header h1 {
	margin: 28px 0 0;
	font-size: 48px;
	height: 32px;
	line-height: 32px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	color: #ccc;
}
#header h3 {
	display: block;
	height: 100px;
	width: 350px;
	background: url(images/tmlogo.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    margin: 0;
}

/* Main Navigation */
#navigation {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#navigation li {
	margin: 0;
	list-style-type: none;
	float: left;
}
#navigation li a {
	display: block;
	margin-right: 16px;
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation li.active a {
	color: #fefffe;
}
#navigation li a:hover {
	color: #ffcc19;
}

/* Footer */
#footer {
	margin-top: 20px;
}

/* Home Page */
#home-facets {
	height: 181px;
	padding-bottom: 20px;
}
#home-content {
	margin-bottom: 20px;	
}
#home-member .member-pic {
    float: left;
    padding-right: 10px;
}
#home-member .member-pic img {
	width: 120px;
}
#home-member .member-profile {
    width: 160px;
    float: right;
}

/* Home and News */
#home-member .member-profile h6, .home-news h5, .home-news h6, .newsPost h4, .newsPost h5, h4.description {
    margin-bottom: 0;
}
#home-member .member-profile p.title, .home-news p.date, .newsPost p.date, p.date {
    font-size: 10px;
}
.home-news, .newsPost {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;    
}
.home-news.last, .newsPost.last {
	border-bottom: none;
	margin-bottom: 0;    
}
.newsPost .pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Subnavigation */
#subnav {
	min-height:300px;
	height:auto !important;
	height:300px;    
}
#subnav ul {
    margin: 0;
    padding: 0;
}
#subnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#subnav li a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 14px;
}
#subnav li.active a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#subnav li.active li a {
    color: #ffcc19;
}
#subnav li li.active a{
    color: #fff;    
}
#subnav li ul {
    margin: 0 0 0 20px;
}
#subnav li li a, #subnav li.active li a {
    font-weight: normal;
    font-style: normal;
}

/* Gallery Pics */
.gallery {
    margin: 0;
}
.gallery li {
    list-style-type: none;
    margin: 0 0 10px;
}

/* Sidebar Right */

#sidebar-right li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}

li.currentvideo a {
    color: #feffff;
    font-weight: bold;
}

/* News Flash */
#newsFlash {
	overflow: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
    border-bottom: 2px solid #383939;
    background: #002049 url(images/nf_back.png) repeat-x 0 top;
    display: none;
}

#newsFlashContent {
	width: 916px; /* Width less 20px to allow for margins */
	margin: 15px auto 13px;
	color: #fff;
	border: 2px solid #e72208;
	padding: 20px 20px 8px;
	background: #a32929;
}

#newsFlashContent h1 {
	font: 24px/28px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: none;
	padding: 0;
	margin-bottom: 10px;
}

#newsFlashContent p {
	color: #fff;
}

.nfReadMore a {
	color: #fff;
	background: url(images/nf_arrow.png) no-repeat;
	padding-left: 20px;
	font-weight: normal;
	font-style: normal;
}
#cse-search-results iframe {
	padding: 10px;
    background-color: #445e80;
    border: 1px solid #cacaca;
}