﻿@charset "UTF-8";
/*
----------------------------------------------------------------------------
Title: Main Stylesheet
Description: main sheet for site with common elements.
----------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------
Common
----------------------------------------------------------------------------
*/

body {
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	color:#000000;
	background: #FFFFFF url(images/page_bg.gif) repeat-y scroll center;
	width: auto;
	margin: 0px;
	}

embed, object {
	position: relative;
	z-index: 0;
}

#wrapper {
	position: relative;
	width: 940px;
	margin: auto;
	}

a, a:visited, a:active {
	text-align: left;
	font-size: 12px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
		font-style: normal;
	font-weight: normal;
	color: #990000;
	}
img { border: 0px; }
a:hover {
	text-decoration: underline;
	}

a img {
	border: 0px;
	}

.greenText {
	color: #006600;
	}
	
.bold {
	font-weight: bold;
	}
	
.textLeft {
	text-align: left;
	}
	
.textRight {
	text-align: right;
	}

.borderBlack {
	border: 1px solid black;
	}
	
/*
----------------------------------------------------------------------------
Masthead Area
----------------------------------------------------------------------------
*/

#topHeader {
	background: #FFFFFF url(images/top_header_bg.gif) repeat-x scroll top left;
	width: 940px;
	height: 25px;
	margin: 0px;
	font-size: 2px;
	line-height: 2px;
	}

/*
----------------------------------------------------------------------------
Home Page Masthead Area
----------------------------------------------------------------------------
*/

#homeLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 320px;
	margin: 0px;
	z-index: 99;
	}

/*
----------------------------------------------------------------------------
Branding Area - Home and Main Sub Pages
----------------------------------------------------------------------------
*/

#homeBanner {
	background: #FFFFFF url(images/home_banner_bg.gif) repeat-x top left;
	width: 590px;
	height: 230px;
	float: right;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	font-size: 18px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
/*	color: #2A4146;	*/
	color: #000000;
	}

#homeBanner h1 {
	text-align: left;
	font-size: 33px;
	font-family: verdana, arial, georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: bold;
/*	color: #990000;	*/
	color: #000000;
	line-height: 42px;
	margin: 0px 0px 5px 0px;
		
	}
	
#homeBanner a {
	text-align: left;
	font-size: 20px;
	font-family: verdana, arial, georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 28px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
#homeBanner a:hover { color: #eef4f4; background-color: #831706; text-decoration: none; }*/
/*
----------------------------------------------------------------------------
Main Top Navigation
----------------------------------------------------------------------------

*/

#navMainWrapper {
	font-size: 12px;
	clear: both;
	position: relative;
	width: 940px;
	height: 45px;
	background: #FFFFFF url(images/menu_bg.gif) repeat-x top left;
	float: left;
	z-index: 90;
	}

#navMain {
	text-align: right;
	font-size: 12px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #304A50;
	line-height: 16px;
}

#navMain ul {
	background: #FFFFFF url(images/menu_bg.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 590px;
	float: right;
}

#navMain ul li {
	float: left;
	display: inline-block;
}

#navMain ul a {
	display: inline-block;
	height: 43px;
	padding: 0px 20px; 
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 43px;
	margin: 1px 0px 1px 0px;
	}

#navMain ul a:hover {
	color: #304A50;
	background-color: #C7D2C6; 
	}

/* Highlight current page in nav bar */
#home #navMain .home a,
#about #navMain .about a,
#faq #navMain .faq a,
#store #navMain .store a,
#stories #navMain .stories a,
#contact #navMain .contact a {
	display:inline-block;
	color: #304A50;
	background-color: #C7D2C6; 
	}


/*
----------------------------------------------------------------------------
Divider Bar Colour
----------------------------------------------------------------------------
*/

#divider {
	position: relative;
	width: 940px;
	height: 15px;
	float: left;
	font-size: .01em;
	background: #5D7A76 url(images/banner_divider_bg.gif) repeat-x bottom left;
	}	

/*
----------------------------------------------------------------------------
Content Area
----------------------------------------------------------------------------
*/

#contentWrapper {
	width: 940px;
	padding-bottom : 15px;
	height: auto;
	float: left;
	background: #FCF7E7 url(images/content_bg.gif) repeat-x bottom left;
}

#contentStories {
	width: 100%;
	}

#contentStories img {
	border: 1px solid black;
	}

#contentStories h3{
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
	}

#contentStories .odd {
	background-color: #ECE7D7;
	}

#contentStories td {
	vertical-align: top;
	}

#contentStories .image {
	text-align: right;
	}

#contentStories td  .fullStoryLink {
	font-size: 12px;
	color: #990000;
	float: right;
	}
	
#contentJoin {
	width: 864px;
	}
	
#contentJoin .joinStepsHeader {
	background-color: #336666;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	}
	
#contentJoin .joinStepsContent {
	text-align: left;
	padding: 0px 15px;
	}
	
#contentJoin .joinStepsContent .header {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 20px;
	width: 730px;
	}
	
#contentJoin .joinStepsContent .table {
	border-collapse: collapse;
	width: 700px;
	}
	
#contentJoin .joinStepsContent .table td {
	border: 1px solid black;

	}
	
#contentJoin .joinStepsContent .footer {
	font-size: 15px;
	margin-top: 10px
	}
	
#contentTopColumn  {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	}	
	
#contentTopColumn h1 {
	text-align: left;
	font-size: 28px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: 32px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}	

#contentRightColumn {
	position: relative;
	width: 600px;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}	

#contentRightColumn h1
{
	text-align: left;
	font-size: 45px;
	line-height: 40px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 15px 5px;
}	

#contentRightColumn h2, .title {
	text-align: left;
	font-size: 18px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	margin: 30px 20px 5px 0px;
}

#contentRightColumn h3 {
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #304A50;
	margin: 10px 20px 5px 0px;
	}

#contentRightColumn p {
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #304A50;
	margin: 0px 20px 5px 0px;
	}

#contentRightColumn .guest {
	text-align: left;
	font-size: 16px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	margin-top: 15px;
	}

#contentRightColumn .link {
	padding-left: 40px;
	}
	
#contentRightColumn .header1 {
	color: #990000;
	}
	
#contentRightColumn .required {
	font-size: 11px;
	color: #990000;
	width: 10px; 
	vertical-align: top;
	}
	
#contentRightColumn .requiredHeader {
	font-size: 11px;
	color: #990000;
	text-align: right;
	float: right;
	padding-right: 10px;
	}
	
#contentRightColumn .label {
	font-size: 9px;
	}
	
#contentRightColumn .tblApp {
/*	border: 1px solid #A0BAC0;	*/
	width: 570px;
/*	margin-left: 10px;
	padding-left: 5px;	*/
	}
	
#contentRightColumn .contactInfo  {
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #304A50;
	margin: 10px 0px 20px 0px;
	}
	
#contentRightColumn .contactInfo td  {
	padding: 3px 0px;
	}
	
#contentRightColumn .redText {
	text-align: left;
	font-size: 20px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 30px;	
	margin: 15px 2px 0px 0px;
	}
	
#contentRightColumn .youGetList {
	font-size: 20px;
	}
	
#contentRightColumn .youGetList td{
	height: 30px;
	}

#contentRightColumn ol {
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #304A50;
	margin: 0px 20px 5px 0px;
	}

#contentLeftColumn {
	width: 300px;
	height: 350px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*background-image: url(images/illustration%20copy.gif);
	background-repeat: no-repeat;*/
}

#contentLeftColumn img { margin: 42px 0px 0px 0px; }

#contentLeftColumn h1
{
	text-align: left;
	font-size: 28px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: 30px;	
	margin: 0px 10px 10px 10px;
}
	
#contentLeftColumn .object { float: left; margin: 0px 10px 0px 10px; }

#contentLeftColumn .image { text-align: center; }

#contentLeftColumn p
{
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #304A50;
	margin: 0px 10px 10px 0px;
}

#contentLeftColumn a { text-decoration: underline; }
#contentLeftColumn a:hover { color: #f7ebc3; background-color: #831706; text-decoration: none;  }

#contentFooter
{
	font-family: georgia, times, "times new roman", serif;
	font-size: 20px;
	text-align: center;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

/*
----------------------------------------------------------------------------
Content Box - Home content ad
----------------------------------------------------------------------------
*/

#tblBox
{
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

#tblBox form, #tblBox input
{
	font-size: 10px;
	margin: 0px 0px 0px 4px;
}

#tblBox form .txtField
{
	width: 100px;
}

#tblBox .header
{
	text-align: center;
}

#tblBox .borderEdge
{
	height: 20px;
	width: 20px;
}

#tblBox .borderSideX
{
	width: 20px;
}

#tblBox .borderSideY
{
	height: 20px;
}

#tblBox .top
{
	background: url(images/goldBorder_top.gif) repeat-x top left;
	padding-top: 5px;
}

#tblBox .topLeft
{
	background: url(images/goldBorder_topLeft.gif) no-repeat top left;
}

#tblBox .topRight
{
	background: url(images/goldBorder_topRight.gif) no-repeat top right;
}

#tblBox .left
{
	background: url(images/goldBorder_left.gif) repeat-y top left;
}

#tblBox .right
{
	background: url(images/goldBorder_right.gif) repeat-y top right;
}

#tblBox .bottom
{
	background: url(images/goldBorder_btm.gif) repeat-x bottom left;
	height: 20px;
}

#tblBox .btmLeft
{
	background: url(images/goldBorder_btmLeft.gif) no-repeat bottom left;
}

#tblBox .btmRight
{
	background: url(images/goldBorder_btmRight.gif) no-repeat bottom right;
}


/*
----------------------------------------------------------------------------
Content Ad - Home content ad
----------------------------------------------------------------------------
*/

#ad
{
	background: transparent url(images/dogoodstore_ad_3stores.jpg) no-repeat top left;
	width: 340px;
	height: 160px;
	float: right;
	margin: 0px;
	padding: 20px 20px 20px 230px;
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	color: #2A4146;
}

#ad h1
{
	text-align: left;
	font-size: 20px;
	font-family: georgia, times, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	line-height: 24px;	
	margin: 15px 0px 0px 26px;
}

#ad h1 a
{
	text-align: left;
	font-size: 38px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #00cc00;
	line-height: 42px;	
	padding: 0px 8px;
}

/*#ad h1 a:hover { color: #f7ebc3; background-color: #831706; text-decoration: none; }*/
#ad h1 a:hover { color: #f7ebc3; background-color: #00cc00; text-decoration: none; }

#ad .deliver
{
	font-size: 15px;
	font-style: italic;
	color: #000000;
	margin-top: 10px;
}

/*
----------------------------------------------------------------------------
Footer bar
----------------------------------------------------------------------------
*/

#footerBar
{
	width: 900px;
	height: 52px;
	margin: 0px;
	padding: 0px 20px;
	background: #B09451 url(images/footer_bar_bg.gif) repeat-x top left;
	clear: both;
}

#footerBar h1
{
	text-align: left;
	font-size: 22px;
	font-family: georgia, times, "times new roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 52px;
	}

#footerBar h1 span
{
	text-align: left;
	font-size: 14px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: 24px;
}

#footerBar .contentFooter
{

	font-family: georgia, times, "times new roman", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	line-height: 48px;
}

#footerBarPrivacy, #footerBarPrivacy a
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height: 52px;
}
		
/*
----------------------------------------------------------------------------
Footer for all pages
----------------------------------------------------------------------------
*/

#footer {
	width: 900px;
	height: auto;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px 20px 10px 20px;
	background: #312C24 url(images/footer_bg.gif) repeat-x top left;
	}
	
.DoGoodSlogan {
	text-align: center;
	font-size: 22px;
	font-family: georgia, times, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	}
	
.copyright {
	text-align: center;
	font-size: 11px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #9A826C;
	}
#footer a, #footer a:visited, #footer a:active {
	font-size: 11px;
	font-family: trebucket, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	}

#footer a:hover {
	text-decoration: underline;
	}
