﻿/* main elements */
/********************************************************/
html, body {
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/splash/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
body, div, p, td {
	font-family: Garamond, Georgia, Times New Roman, Serif;
	color: #cccccc;
	font-size: 18px;
}
div.clearing {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 1px;
	line-height: 1px;
	visibility: hidden;
}
a {
	color: #0000ff;
}

/* main structure */
/********************************************************/
#mainOuter {
	width: 100%;
	text-align: center;
	background-image: url(../images/contentbg.png);
	min-height:100%;
}
#mainInner {
	width: 750px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px; /*background-image: url(../images/bg2.jpg); 	background-position: right bottom; 	background-repeat: no-repeat;*/
	position: relative;
}
.floatedContent {
	clear: both;
}

/* titles */
/********************************************************/
#title {
	text-align: center;
	float: right;
	width: 277px;
	margin: 0px;
}
h1 {
	padding: 0px;
	margin: 0px auto;
	width: 277px;
	height: 85px;
	text-indent: -90000px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.decoration {
	height: 29px;
	width: 100%;
	background-image: url(../images/decoration.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	margin: 10px auto 0px auto;
	width: 220px;
	height: 29px;
	text-indent: -90000px;
	background-image: url(../images/subtitle.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* content */
/********************************************************/
#content {
	width: 450px;
	float: left;
	text-align: center;
	padding: 108px 0px 5px 0px;
	text-align: left;
	margin: 0px auto;
	background-image: url(../images/bg1.png);
}
#content p {
	font-weight: normal;
	line-height: 160%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-indent: 20px;
}
h3 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	font-size: 22px;
	color: #D5B551;
	background-image: url(../images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}
.pagetop {
	text-align: right;
	padding: 5px;
}
#content a {
	text-decoration: none;
	border-bottom: dotted 1px #888888;
	font-weight: bold;
	color: #D5B551;
}
#content a:visited {
	color: #b59531;
}
#content a:hover {
	border-bottom: solid 1px #888888;
	color: #f5d571;
}

/* in-page button lists */
/********************************************************/
.buttons {
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
}
.buttons ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.buttons ul li {
	padding: 10px 0px;
	border-top: dotted 1px #555555;
	margin: 0px 42px;
}
.buttons ul li.first {
	border-style: none;
}
.buttons ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #687FBC;
}
.buttons ul li a:hover {
	text-decoration: underline;
	color: #889FdC;
}
.buttons ul li.selected a {
	cursor: default;
	color: #ffffff;
}
.buttons ul li.selected a:hover {
	text-decoration: none;
}


/* footer */
/********************************************************/
#footer {
	color: #999999;
	font-size: 11px;
	font-family: Arial;
	padding: 110px 100px 35px 0px;
	margin: 60px auto 0px auto;
	text-align: left;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#ripen {
	position: relative;
	top: 10px;
	padding-left: 8px;
	display: none;
	visibility: hidden;
}
#ripen img {
	border-style: none;
}
#topLink {
	position: relative;
	top: 1px;
	padding-left: 5px;
	display: inline;
}
#topLink img {
	border-style: none;
}

/* text classes */
/********************************************************/
.publicationName {
	text-transform:uppercase;
}

/* misc */
/********************************************************/
.line {
	height: 29px;
	width: 100%;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.numbersList {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 50px;
}
ul.numbersList li {
	margin: 0px 0px 8px 0px;
}

table.numbersList {
}
table.numbersList td.title {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	width: 120px;
}
table.numbersList td.item {
}
table.numbersList td {
	padding-bottom: 10px;
}
table.numbersList td .explain {
	font-size: 11px;
	font-family: Verdana;
	font-style: italic;
	color: #888888;
}
ul.bodhi {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
ul.bodhi li {
	background-image:url(../images/li_bodhi.gif);
	margin: 0px 0px 12px 25px;
	padding:0px 0px 0px 14px;
	background-repeat:no-repeat;
	background-position:left 5px;
}