body {
	margin: 0px;
	background: #F3F3F3;
	color: #444;
	font-family: Helvetica;
	font-size: 16px;
}
#body {
	width: 1020px;
	margin: 20px auto;
}
#header {
	margin: 20px;
}
#content {
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 20px 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 5px #F0F0F0;
}
#footer {
	margin: 0px;
	padding: 15px 0px;
	background: url(/images/footer.jpg);
	color: #ccc;
	font-size: 11pt;
}
#footer-wrapper {
	margin: 0px auto;
	width: 960px;
}
#about {
	margin: 0px;
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}

#about a {
	color: #fff;
}

h1, h2, h3, h4 {
	font-family: Georgia,serif;
}
h2, h3, h4 {
	color: #6D0948;
	font-weight: normal;
}
h1 {
	font-size: 2.5em;
	margin: 0px;
}
h1:hover, h1:hover a, h2:hover, h3:hover, h4:hover {
	color: #8D2968;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

a {
	text-decoration: none;
}

h1 a, h4 a {
	color: #444;
	text-decoration: none;
}

h4 a {
	text-decoration: underline;
}

h4 a:hover {
	color: #6D0948;
}

.description {
	margin: 5px;
	font-family: Georgia,serif;
	font-size: 1.2em;
	font-style: italic;
}
#footer h2 {
	font-family: Times New Roman;
	color: white;
	font-size: 26px;
	margin: 10px 0px;
}
#footer .container {
	float: left;
	max-width: 300px;
	text-align: justify;
}

#footer .menu {
	list-style: none;
	font-size: 10pt;
	padding: 0px 10px;
}

#footer .menu li {
	padding: 3px 10px;
	border-bottom: 1px solid #656;
}

#footer .menu li a {
	color: #fff;
	text-decoration: none;
}
#footer .menu li a:hover {
	color: red;
	text-decoration: none;
}

p {
	margin: 10px 0px;
}

#logo {
	float: left;
	margin-top: 20px;
}

#logo:hover {
	opacity: 0.8;
}

#main-menu {
	float: right;
	margin-top: 80px;
	margin-bottom: 0px;
}
#main-menu li {
	display: inline-block;
	/*				border-bottom: 3px solid #aaa;*/
	margin: 3px 7px;
}

#main-menu li.selected {
	font-weight: bold;
	border-bottom: 3px solid #6D0948;
}

#main-menu li a {
	color: #6D0948;
	text-decoration: none;
	font-family: Georgia,serif;
	font-size: 1.3em;
}


#main-menu li a:hover {
	color: #222;
}

.logo {
	color: #222;
	font-style: normal;
	font-size: 34px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 1em;
}

.logo span {
	font-size: 20px;
	color: #6D0948;
}

.promote .logo {
	font-size: 26px;
	margin-left: 0px;
}
.promote .logo span {
	font-size: 18px;
}

.share .logo {
	height: 48px;
	vertical-align: middle;
	margin-right: 40px;
}

.clearfix {
	clear: both;
}

.calculator-box {
	margin: 0px 0px 40px 0px;
}

.calculator-box h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}

.calculator-menu {
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 10px;
}
.calculator-menu ul {
	padding: 0px;
	margin: 5px 0px;
}

.calculator-menu li {
	/*				border: 1px solid #7D1958;*/
	background: #8D2968;
	padding: 10px;
	color: #fff;
	margin: 1px;
}

.calculator-menu a {
	color: #fff;
	text-decoration: none;
}

.calculator-menu li.selected, .calculator-menu li:hover {
	background: #bD5998;
	color: #fff;
}

.calculator {
	display: none;
	float: left;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
}

.calculator input[type=text] {
	padding: 2px;
	border: 1px solid #888;
	text-align: right;
	font-size: 1em;
	width: 150px;
}
.calculator select {
	padding: 2px;
	border: 1px solid #888;
	font-size: 1em;
	width: 95px;
}
.calculator input[type=submit] {
	border: 1px solid #7D1958;
	background: #8D2968;
	padding: 3px 20px;
	color: #fff;
	margin: 1px;
	font-size: 1.1em;
}

.calculator td {
	padding: 3px;
}

.calculator td:last-child {
/*	width: 150px !important;*/
}

.container {
	float: left;
/*	width: 400px;*/
}

.do-you-know {
	font-style: italic;
	border: 1px dotted #6D0948;
	background: #efeaef;
	padding: 10px;
	font-size: 14px;
}
.do-you-know ul {
	padding-left: 15px;
	margin: 10px 0px;
}
.do-you-know h3 {
	margin: 0px;
}

#results-area {
	margin: 50px 10px 10px 10px;
}

#results-area h4 {
    border-bottom: 1px solid #DDDDDD;
    margin: 40px 0 5px;
    padding-bottom: 1px;
}

#results-area a:hover {
	text-decoration: underline;
}

#results-area .chart {
	margin: 20px 0px;
	text-align: center;
}

.summary {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 20px;

}
.summary table {
	border-collapse: collapse;
}
.summary td {
	padding: 3px 0px;
}

.summary td:last-child {
	text-align: right;
	padding-left: 20px;
}

.report-description {
	margin: 15px 0 30px 0;
}

.negative {
	color: red;
}

.positive {
	color: green;
}

.strong {
	font-weight: bold;
}

.bottom-border td {
	border-bottom: 2px solid #888;
}

.alternatives {
	padding-left: 10px;
}
.alternatives li {
	margin: 10px 0px;
}
.alternatives p {
	margin: 2px 0px;
	font-size: 16px;
}

p.see-details {
	font-size: 14px;
	font-style: italic;
}

.error input {
	border: 2px solid red !important;
	color: red;
}

.visible {
	display: block;
}

.error-box {
	margin: 50px 10px 150px 10px;
}

.share  {
	text-align: left;
	margin: 30px 0px;
}
.share input[type=text] {
	border: 1px solid #ccc;
	padding: 4px;
	width: 750px;
}

.section {
	margin: 20px 0px 50px 0px;

}

.section h3 {
	border-bottom: 1px solid #ccc;
	color: #333;
}

.section h3:hover {
	color: #6D0948;
}

.sub-section {
	float: left;
	max-width: 480px;
}

.right-margin {
	margin-right: 30px;
}

.sub-section img {
	max-width: 350px;
}

.rr {
	margin: 20px 0px;
}

.examples {
	list-style: none;
	padding: 0px;
	margin: 2px;
}
.examples li {
	border-bottom: 1px solid #ddd;
	margin: 2px;
	padding-bottom: 2px;
}

.examples a {
	text-decoration: none;
}


table.list {
    width: 100%;
    font-size: 11pt;
    border-collapse: collapse;
}

table.list td{
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #CDD6DC;
}

table.list thead tr {
  background: #DDE6EC;
  border: 1px solid #DDE6EC;
}

table.list thead th {
    padding: 5px;
}

table.list tr.even {
  background: #EDF6FC;
}

.bookmark {
	margin: 10px 0px;
}

.addthis_toolbox {
	display: inline-block;
		vertical-align: middle;
}

.promote {
	float: right;
	margin: 20px 0px 20px 0px;
}

.share  {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  margin: 40px 0px 10px 0px;
  font-size: 16pt;
}
.share input[type=text] {
  border: 1px solid #ccc;
  padding: 4px;
  width: 750px;
}

.share .like {
	display: inline-block;
}

.share .addthis_toolbox {
	float: right;
}

.fb-like, #___plusone_0 {
    height: 26px;
    vertical-align: middle;
}

.page {
    float: left;
    width: 600px;
}

.sidebar {
    float: left;
    width: 300px;
    border-left: 1px solid #ddd;
    margin-left: 15px;
}

.clearfix {
    clear: both;
}

.addthis_toolbox {
    float: right;
    margin: 0;
}