/* css for Beliefs, Future, Medical, CT, Archives, Languages */
body, p, ul, td, th, h1, h2, h3, h4 {
	margin: 0;
	color: #000;
}
body {
	background-color: #fff;
}
body.archives {
	margin: 10px;
}
#fontset, 
#fontset p,
#fontset ul,
#fontset td,
#fontset th,
#fontset h2,
#fontset h3,
#fontset h4 {
	font-family: arial, helvetica, sans-serif;
}
/* id for Languages; font-family set to standard unicode fonts*/
#unicode, 
#unicode p,
#unicode ul,
#unicode h2,
#unicode h3,
#unicode h4 {
	font-family: "Arial Unicode MS", helvetica, "Lucida Sans Unicode";
}

p, ul, td {
	font-size: 80%;
}
ul {
	list-style-type: none;
	padding: 0;
}
li {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}
/* header items */
div.header {
	background-color: #ccc;
	border: none; 
}
div.header img {
	padding-left: 10px;
}
.uppernav {
	background-color: #333;
	border: none;
}

/* structure of page */
div.content {
	margin: 0 10px;
}
div.leftcolumn {
	width: 70%;
	float: left;
	padding-bottom: 1em;
}
div.rightcolumn {
	width: 30%;
	float: right;
	text-align: left; /* IE4 */
}

h1 { 
	font-size: 12px;
	margin: 0 25px 8px;
}
#fontset h1,
#unicode h1 {
	font-family: Geneva, verdana, Arial, Helvetica, sans-serif;
}
h2 { 
	font-size: 24px;
	margin: 1em 0 .5em;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 { 
	font-size: 18px;
	margin: 0 0 5px;
}

div.largeads,
div.box,
div.ctsmall,
div.smallads,
div.additional,
div.study {
	border: #ddd 1px solid;
	padding: 10px;
	margin: 0 0 1em;
}
/* large ads */
div.largeads {
	width: 98%;
	overflow: auto;
}
div.index {
	width: 33%;
	float: left;
	padding-right: 10px;
}
div.indexright {  
	width: 30%;
	float: right;
	text-align: left;
}
div.indexright h3,
div.indexright p,
div.indexright img {
	margin-left: 10px;
}

div.leftcolumn img {
	float: left;
}
div.leftcolumn img.video,
div.leftcolumn img.check {
	float: none;
	padding: 0;
}

div.box,
div.ctsmall,
div.smallads {
	width: 90%;
	overflow: auto;
}

div.box,
div.ctsmall {
	margin-top: 0;
}
div.smallads img,
div.ctsmall img {
		padding: 0 5px 20px 0;
	}

/* inside small ads */
	div.left {
	width: 48%;
	float: left;
	}
	div.right {
	width: 48%;
	float: right;
	text-align: left; /* IE4 */
	}

.ct {
	margin: 1em 50px 0 0;
}


/* right column sections */

/* table for beliefs page */
.content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
.content tr {
	vertical-align: top;
}
th {
	text-align: left;
	padding: 0 10px;
}
.content td {
	border: 1px solid #ccc;
	padding: 4px 10px;
}

	div.study img { 
	padding-right: 1px;
	}
	div.study h4,
	div.study p,
	div.study form {
	margin-left: 15px;
	}

	div.study input.btn { 
		color: #333;
		background: url(/images/index/bg_grad-lt.jpg) top left repeat-x #eee;
		border: 1px outset #ccc;
		padding: 0 10px;
		margin: 2px 0 0;
		cursor: hand;
	}
img.video, img.check {
	float: none;
	padding: 0;
	margin: 0;
}


/* upper navigation */
.uppernav {
	padding: 5px 10px;
	color: #fff;
}
.uppernav a:link, 
.uppernav a:visited, 
.uppernav a:hover,
.uppernav a:active {
	color: #fff;
	text-decoration: none;
}
.uppernav a:hover,
.uppernav a:active {
	text-decoration: underline;
}

/*archives pages */
.archives .page {
	width: 600px;
	padding-bottom: 1em;
}
div.headings {
	width: 290px;
	float: left;
	margin: 0 5px 1em 0;
}
div.headings li {
	font-weight: bold;
	margin-bottom: 0;
}
.archives ul {
	font-size: 100%;
}
h1#archives {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin: .5em 0;
}
.archives h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em; 
	margin-bottom: 2px; 
	border-bottom: #000 2px solid;
}
ul.list {
	list-style-type: disc;
	padding-left: 40px;
	margin-top: 0;
}
ul.list li {
	margin-bottom: 3px;
}

/* Languages page */
.languages .content {
	width: 745px;
}
.languages p.intro {
	font-size: 100%;
	margin-bottom: 1em;
}
.languages img {
	display: block;
}
.completelist {
	width: 745px;
	background: url(/images/langs/bg.gif) repeat-y #ddd;
	border-bottom: 2px #bbb solid;
	padding-bottom: 1em;
}

.languages div.list {
	background-image: none; 
	border: none;/* NN4.7*/
	float: left;
	width: 245px;
	padding-left: 2px;
}
.indent { 
	display: block;
	margin-left: 10px;
}
.languages div.list ul {
	margin-left: 2px;
	padding-left: 2px;
}

/* footer */
div.footer {
	margin-left: 10px;
	padding-bottom: 1em; 
}
div.footer p {
	margin: 1em 0;
}


/* hyperlinks */
a:link, 
a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover,
a:active	 {
	color: #00f;
	text-decoration: underline;
}
