body {
	background: #D0EBCA;
	margin: 0;
	font-family: "Gotham Book", Arial, "Helvetica", sans-serif;
	color: #231f20;
}
img {
	display: block;
}
p, a, td, th, li, label,div {
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #43b02a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
h1, h1 a {
	font-weight: lighter;
	margin: 10px 0;
	font-size: 30px;
	text-align: left;
	color: #43b02a;
	line-height: 36px;
}
h2, h2 a {
	font-weight: lighter;
	margin: 10px 0;
	font-size: 24px;
	text-align: left;
	color: #43b02a;
	line-height: 28px;
}
h3, h3 a {
	font-weight: lighter;
	margin: 10px 0;
	font-size: 14px;
	text-align: left;
	color: #43b02a;
	line-height: 20px;
}


img.blank {
	width: 175px;
	height: 175px;
}


div.container {
	position: relative;
	width: 800px;
	margin: 50px auto 20px auto;
	background: white;
	border: 2px solid #7ac054;
}
div.header {
	position: relative;
	width: 800px;
	height: 278px;
	border-bottom: 10px solid #808285;
}
div.sub-header {
	position: relative;
	width: 800px;
	height: 272px;
	border-bottom: 10px solid #808285;
}
div.sub-header img {
	border: none;
}
div.navigation {
	position: relative;
	float: left;
	width: 225px;
	background: url(../images/navigation-bg.png) no-repeat #d0e7ca;
}
div.content {
	position: relative;
	float: left;
	width: 535px;
	padding: 10px 20px;
}
div.content a {
	font-weight: lighter;
}
#print-all-stories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: bold;
}


div.navigation ul {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.navigation ul li {
	position: relative;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
div.navigation ul li a {
	display: block;
	font-weight: lighter;
	color: #323232;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 15px;
}
div.navigation ul li a:hover {
	text-decoration: none;
}
div.navigation ul li ul li {
	font-weight: bold;
}
div.navigation ul li ul li:hover {
	background: #ffffff;
}
div.navigation ul li ul li a {
	color: #43b02a;
}
div.navigation ul.bottom li:hover {
	background: #ffffff;
}
div.navigation ul.bottom li ul {
	position: absolute;
	width: 225px;
	top:0px;
	left: 225px;
	background: #6cc069;
	z-index: 1000;
}
div.navigation ul.bottom li ul li ul {
	background: #ad80ca;
}
div.navigation h2 {
	color: black;
}
div.navigation ul.bottom {
	margin: 10px 0;
}
div.navigation ul li ul li.nav-header {
	padding: 5px 0;
	background: #43b02a;
	color: white;
}
div.navigation ul li ul li.nav-header a {
	cursor: pointer;
	color: white;
}
div.navigation ul li ul li.nav-header:hover {
	background: #6cc069;
}
div.navigation ul li ul li.nav-header a li a {
	padding: 5px 10px;
	color: #43b02a
}
div.navigation ul li ul li.nav-header ul li:hover {
	background: #43b02a;
	color: white;
}





div.footer {
	width: 800px;
	padding: 5px 0;
	background: #B4DFAA;
}
div.social-title-ddmo {
	float: right;
	height: 10px;
	padding: 3px 7px 0 10px;
	text-align: left;
	color: #323232;
	font-style: italic;
	margin: 5px 0 0 30px;
	
}
div.social-title-advantica {
	float: right;
	height: 10px;
	padding: 3px 7px 0 10px;
	text-align: left;
	color: #323232;
	font-style: italic;
}
a.facebook {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-facebook.png);
	margin: 5px 10px 0 0;
}
a.facebook span {
	display: none;
}
a.twitter {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-twitter.png);
	margin: 5px 10px 0 0;
}
a.twitter span {
	display: none;
}
a.app-apple {
	float: right;
	display: block;
	width: 124px;
	height: 38px;
	background: url(../images/app-apple.png);
	margin: 1px 10px 0 0;
}
a.app-apple span {
	display: none;
}
a.app-google {
	float: right;
	display: block;
	width: 110px;
	height: 38px;
	background: url(../images/app-google.png);
	margin: 1px 10px 0 0;
}
a.app-google span {
	display: none;
}



div.feature-box {
	width: 535px;
}
div.feature-hr-odd {
	width: 531px;
	height: 21px;
	background: url(../images/feature-hr-odd.png) no-repeat;
	margin: 5px auto;
}
div.feature-hr-even {
	width: 531px;
	height: 21px;
	background: url(../images/feature-hr-even.png) no-repeat;
	margin: 5px auto;
}

div.caption-img {
	float: right;
	margin: 0 0 15px 20px;
	text-align: center;
	font-weight: lighter;
	border: 12px solid white;
	box-shadow: 1px 1px 10px black;
}
div.caption-img img {
	padding-bottom: 5px;
}
div.caption-img-left {
	float: left;
	margin: 0px 20px 15px 0;
	text-align: center;
	font-weight: lighter;
	border: 12px solid white;
	box-shadow: 1px 1px 10px black
}
div.caption-img-left img {
	padding-bottom: 5px;
}
div.caption-img-group {
	float: left;
	margin: 0px 20px 15px 0;
	text-align: center;
	font-weight: lighter;
	border: 12px solid white;
	box-shadow: 1px 1px 10px black
}
div.caption-img-group img {
	padding-bottom: 5px;
}
div.caption-img-group2 {
	float: left;
	margin: 0px 10px 10px 0;
	text-align: center;
	font-size: 7px;
	font-weight: lighter;
	border: 8px solid white;
	box-shadow: 1px 1px 5px black
}
div.caption-img-group2 img {
	padding-bottom: 5px;
}
div.caption-img-caption {
	float: left;
	margin: 0px 20px 15px 0;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	border: 12px solid white;
	box-shadow: 1px 1px 10px black
}
div.caption-img-caption img {
	padding-bottom: 5px;
}

div.sidebar {
	float: right;
	margin: 0 0 10px 20px;
	text-align: left;
	font-size: 15px;
	width: 190px;
	padding: 12px;
	background-color:#6cc069;
	box-shadow: 1px 1px 10px black;
}
div.sidebar span {
	font-size: 12px;
}
div.sidebar h2 {
	color: #323232;
}


div.logoright {
	float: right;
	padding: 10px 5px;
}
span.small {
	font-size: 10px;
}
span.verysmall {
	font-size: 6px;
}


#temp {
	display: none;
}

table.welcome {
	width: 550px;
}
table.welcome th {
	text-align: left;
}
table.welcome td {
	text-align: left;
}

span.big1 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 20px;
	text-align: left;
	color: #43b02a;
}
span.big2 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 20px;
	text-align: left;
	color: #afc9a8;
}

ol.footnote li {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}



td.green {
	background: #d0e7ca;
}



table.green {
	border-collapse: collapse;
	border: 2px solid green;
}
table.green th {
	border: 1px solid #a2d49a;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #ceffc8
}
table.green th.green {
	background: #6fc26a;
}
table.green td {
	border: 1px solid #367a1e;
	padding: 5px;
}