/* MSRPO */

/* @group General styles
========================================= */
html body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	color: #42484f;
	background-image: url(/images/page-bg.gif);
	background-repeat: repeat-x;
}
p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

h1 {
	font-size: 2.8em;
	font-weight: bold;
	color: #78b929;
	margin: 0 0 0.6em;
}

h2 {
	color: #24578c;
	font-size: 1.5em;
	margin: 0 0 0.5em;
	line-height: 1.4em;	
}
h3 {
	color: #24578c;
	font-size: 1.1em;
	margin: 0 0 0.5em;
	line-height: 1.4em;	
}
hr {
	margin: 30px 100px;
	color:#eee;
}
blockquote {
	font-style: italic;
	line-height:1.5em;
	margin:0 0 1.5em 1.5em;
}
ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 0 0 10px 20px;
}
li {
	line-height: 1.5em;
	margin:0 0 10px;
}
ol {
	padding-left: 10px;
	margin: 0 0 10px 20px;
	list-style: decimal;	
}
dt {
	line-height: 1.5em;
	font-weight: bold;
}

dd {
	line-height: 1.5em;
	margin: 0 0 14px 10px;

}
a:link {
	color: #24578c;
}
a:visited {
	color: #5e95d5;
}
a:hover {
	color: #5e95d5;
}
a:active {
	color: #4f6618;
}
/*form elements */
form {
	padding: 0;
	margin: 0;
	
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	padding: 0 4px;
	color: #24578c;
	font-size: 1.2em;
}
label {
	display: block;
	cursor: pointer;
	float: left;
	width: 200px;
	line-height: 1.5em;
}
.radio label {
	display: block;
	cursor: pointer;
	float: left;
	width: 200px;
	line-height: 1.5em;
}

input {
	width: 14em;
}
input.security-code {
	width: 3em;
}
input[type="checkbox"] {
    float:left;
    width:auto;
}
input[type="radio"] {
    float:left;
    width:auto;
}
table.rbl {
	display: block;
	margin: 42px 0 10px;
	clear: left;
}
table.rbl td {
	padding: 3px;
}
textarea {
	width: 20em;
	height: 10em;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}
fieldset div {
	/* clear: both; */
	margin: 20px 0;
}
fieldset div.radio {
	margin: 20px 0;
	clear: both;
}
fieldset p, fieldset h4{
	clear: both;
	margin: 0 0 10px;
}

/* @group Helper styles
========================================= */

/* Blog posts and lists */

ul.blog-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-date {
	font-size: .9em;
	margin: 0 0 10px;
}
.entry-meta {
	margin: 0 0 50px;
}
.entry-meta p {
	font-size: 0.8em;
}
.comment-link {
	float: right;
}

/* Comments */
#comments h3 {
	margin: 0 0 20px;
}

#comments ol {
	margin: 0 0 20px;
	padding: 0;
}

.comment-meta {
	font-size: .8em;
}

.comment {
	margin: 0 0 30px;
}
.form-input {
	margin: 0 0 10px;
}
/* @group Page structure
========================================= */
.wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#infobar {
	color:#FFFFFF;
	
	font-size:0.8em;
	height:34px;
	text-align:right;
}
#infobar ul {
	list-style-type: none;
	
}
#infobar li {
	padding: 0 10px 0;
	line-height: 4em;
	display: inline;
}
#infobar a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header {
	width: 940px;
	/*padding: 0 0 18px; */
	height: 118px;
	overflow: hidden;
}

#logo {
	position: relative;
	top: 8px;	
}

.search-box {
	float: right;
	position: relative;
	top: 83px;
	
}
.search-box input {
	padding: 0 4px;
}
.search-box button {
	
	background: none;
	border: none;
	position: relative;
	top: 4px;
	padding: 0;
	margin: 0;
}
.mini-form-button {
	position: relative;
	top: 4px;
}
#nav {	
	height: 35px;
	background-image: url("/images/nav-bg.jpg");
	background-repeat: repeat-x;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style-type: none;
	display: inline;
	line-height: 1em;
}

#nav li a
{
	display: block;
	float: left;
	padding: 12px 12px 10px;
	color: #fff;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	border-left: 1px solid #74A6DF;
	border-right: 1px solid #6290C7;
}

#nav li a:hover { background: #24578c; }

.join-button a:link {
	width: 100%;
	height: 100%;
	display: block
}
.join-button a:visited {
	width: 100%;
	height: 100%;
	display: block;
}
.content {
	overflow: hidden;
	clear: both;
	min-height:400px;
}
.content .primary { /* wraps middle and right columns */
	width: 620px;
	float: right;
	display: inline;
	
}
.content .primary .wrapper { /* Slider wrapper */
	width: 618px;
	height: 247px;
	border: 1px solid #24578c;
	
}
.content .secondary { /* left column */
	width: 298px;
	float: left;
	display: inline;
	margin-top: 10px;
	/*background-image: url("/images/col-bg.jpg");
	background-repeat: repeat-x;*/
}
.content .primary .primary{ /* middle column */
	width: 370px;
	float: left;
	display: inline;
	margin-top: 10px;
}
.content .primary .secondary { /* right column */
	width: 230px;
	float: right;
	display: inline;
	background-color: #f6f6f6;
}
.content  .secondary ul { /* right column lists */
	margin: 0 0 1em;
	list-style-type: none;
}

.content  .primary .secondary li { /* right column list items*/
 	padding: 0 0 8px 26px;
	margin: 0;
	background: url(/images/bullet.png) no-repeat 0 20%;
	
}
.content .secondary button {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	margin:0;
	padding:0;
	position:relative;
	top:4px;
}

/* Interior page structure */
.textpage .content .primary { /* left column */
	width: 620px;
	float: left;
	display: inline;

}

.textpage .content .secondary { /* right column */
	width: 300px;
	float: right;
	display: inline;

	background-color: #f6f6f6;	
}

.textpage .content .secondary ul { /* right column lists */
	margin: 0 0 1em;
	list-style-type: none;
}

.textpage .content .secondary li { /* right column list items*/
 	padding: 0 0 8px 26px;
	margin: 0;
	background: url(/images/bullet.png) no-repeat 0 20%;
}
.textpage .content .primary .primary { /* Left column for Join landing page */
	width: 300px;
}
.textpage .content .primary .secondary { /* Right column for Join landing page */
	width: 300px;
	background: #fff;
}
.textpage .content .primary .secondary ul{
	margin:0 0 0 16px;
	list-style-type: disc;
}
.textpage .content .primary .secondary li{
	line-height: 1.5em;
	margin:0 0 10px;
	padding: 0;
	background: none;
}

/* Form Layout Styles */
.textpage .content .join-form .primary {
	width: 940px;
}
.download-form {
    border: 1px solid #ccc;
    padding: 10px;
}
.join-form-welcome {
	float: left;
	width: 500px;
}
.form-section {
	width: 940px;
	text-align: left;
	clear: both;
}
/*.content .primary .join-form .form-section .primary {
	width: 450px;
	float: left;
	display: inline;
}
.content .primary .join-form .form-section .secondary {
	width: 450px;
	float: right;
	display: inline;
}*/

.textpage .content .join-form .primary .primary {
    float: left;
    width: 440px;
    display: inline;

}
.textpage .content .join-form .primary .secondary {
    float: right;
    width: 440px;
	display: inline;
}
#secondaryNav li {
	background: none;
	margin:0;
	padding: 0 0 8px 10px;
	background: url(/images/bullet-sub-nav.png) no-repeat 0 32%;
}
#secondaryNav a:link {
	text-decoration: none;
	font-size:0.9em;

}
#secondaryNav a:visited {
	text-decoration: none;
	font-size:0.9em;

}
#secondaryNav a:hover {
	text-decoration: underline;
	font-size:0.9em;

}
#secondaryNav a:link {
	text-decoration: none;
	font-size:0.9em;

}
/* Search page structure */
.search {
	margin-top: 20px;
}
/* Blog page structure */
.umbraco-blog .content .primary { /* left column */
	width: 620px;
	float: left;
	display: inline;
	padding-top: 10px;
}

.umbraco-blog .content .secondary { /* right column */
	width: 300px;
	float: right;
	display: inline;
	margin-top: 10px;
	background-color: #f6f6f6;	
}

.umbraco-blog .content .secondary ul { /* right column lists */
	margin: 0 0 1em;
	list-style-type: none;
}

.umbraco-blog .content .secondary li { /* right column list items*/
	margin: 0;
}
.skip-link {
	display: none;
}
.feed-link a:link{
	text-decoration: none;
}
.feed-link a:visited{
	text-decoration: none;
}
#footer {
	clear: both;
	background: #5e95d5;
	/* background-image: url(/images/footer-lake.jpg);
	background-position: bottom left;
	background-repeat: repeat-x; */
	min-height: 400px;
	color: #FFFFFF;
	margin-top: 20px;
	min-height:340px;
	padding:20px;
	text-align: left;
}
#footer-content {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}
.footer-col {
	float: left;
	display: inline;
	width: 219px;
	padding-right: 20px;
}
.footer-col-last {
	display:inline;
	float:left;
	font-size:0.8em;
	width:220px;
}
.footer-col-last img {
	position: relative;
	top: 2px;
}
.footer-sitemap {
	color: #fff;
}
#footer-content a:link {
	color: #fff;
}
#footer-content a:visited {
	color: #fff;
}
#footer-content a:hover {
	color: #fff;
}
#footer-content a:active {
	color: #fff;
}
#footer-content h4{
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
#footer-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content li{
	line-height: 1.5em;
}
.footer-icon {
	position: relative;
	top: 6px;
}
.news-items h2 {
	font-size: 1em;
	font-weight: bold;
	color: #42484f;
	margin: 1.5em 0 0.5em;
	line-height: 1.3em;
}

/* @group Overrides
========================================= */
ul.breadcrumb {
	list-style: none;
	margin:10px 0 26px;
	padding: 0;
}
ul.breadcrumb li {
	display: inline;

}
.join-button {
	background:url("/images/join-btn-donate.png") 0 0 no-repeat;
	float: right;
	height: 35px;
	position: relative;
	text-indent: -9999px;
	width: 172px;
}

.join-button:hover {
	background: url("/images/join-btn-donate.png")  0 -35px no-repeat;
}
	ul.news-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.news-items li{
	padding: 0;
	margin: 0;
}
.dropcap {
	color:#78B929;
	float:left;
	font-size:2em;
	font-weight:bold;
	line-height:0.4em;
	padding:0 8px 0 0;
}
.left-align {
	float: left;
	margin-right: 10px;
}
.bc-bullet {
	display: inline;
}
.book-promo {
	border:1px solid #5E95D5;
	margin:0;
	overflow:hidden;
	padding:10px;
}
.book-promo img {
	margin: 0 0 20px;
}
.book-image {
	float: right;
	display: inline;
	width: 100px;
	margin: 0;
}
.book-promo-text {
	display:inline;
	float:left;
	margin:0;
	width:450px;
}

.lblBook {
	width: 420px;
}
.newsletter-signup-form {
    /*background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd; */
    margin: 30px auto 0;
    padding: 0;

}
.newsletter-signup-form h2{
    background-image: url("/images/e-mail-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 52px;
}
.left-col-callout {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    padding: 4px;

}
.disclaimer {
	font-size: .8em;
}
.instructions {
    color: #24578C;
    font-size: 0.88em;
    line-height: 1.7em;
	
}
/* recaptcha for newsletter form */
#recaptcha_image img { width: 220px; } 
.recaptchatable #recaptcha_response_field {
	left: 0;
}

/* form confirmation message */

#message span {
	font-size: 1.3em;
}

/* @Colors 
==========================================

dk green: 		#4f6618
lt. green: 		#78b929
lt. blue:		#c0d0e7
med. blue:		#5e95d5
dk. blue:		#24578c
dk. grey:		#42484f

*/











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

