/* GENERAL STYLES
/*************************************************************************/ 

html {
}
body, p, div, th, td, ul, ol, li, dd {
	margin: 0px;
	padding: 0px;
	color: #3E2915;
	font-size: 10px;
}
img {
	margin: 0px;
	border: 0px;
}

body { 
	width: 100%;
	background-color: #916C4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.parable {
}

p, li {
	font-size: 1.3em;
}
p {
	line-height: 1.75em;
	margin-bottom: 10px;
}
h2 {
	line-height: 1.5em;
	font-size: 1.32em;
	font-weight: bold;
	color: #3E2915;
	padding: 0px;
	margin: 0px;
}
span.unbold {
	font-weight: normal;
}

a {
	color: #FF6619;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}
a:link,
a:visited { 
	text-decoration: none;
}
a:active,
a:hover, 
a.hover {
	text-decoration: underline;
}

p b {
	font-size: .9em;
}



/* PAGE LAYOUT STYLES
/*************************************************************************/ 
table {
	width: 100%;
	min-width: 786px;
}
td#lMarg1 {
	background: #FFFFFF;
}
td#lMarg2 {
	background: #916C4D;
	border-top: 2px solid #3E2915;
	height: 31px;
}
td#lMarg3 {
	background: #916C4D;
	height: 64px;
}
td#content {
	background-color: #FFFFFF;
	background-image: url("../images/content_bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	width: 776px;
}
td#rMarg1 {
	background: #FFFFFF;
}
td#rMarg2 {
	background: #FFFFFF;
	border-bottom: 2px solid #3E2915;
}
td#rMarg3 {
	background: #916C4D;
}

body.parable td#lMarg1 {
	background: #F1E8DA;
	height: 475px;
}
body.parable td#content {
	background-image: none;
	background-color: #F1E8DA;
	width: 776px;
}
body.parable td#rMarg1 {
	background: #F1E8DA;
}
body.parable td#rMarg2 {
	background: #F1E8DA;
	border-bottom: 2px solid #3E2915;
}


/* BODY STYLES
/*************************************************************************/ 

/*** COMMON ***/
div#header {
}
div#logo {
	width: 495px;
	float: left;
	display: block;
	padding: 33px 0px 38px 5px;
}
div#title {
	width: 230px;
	float: left;
	display: block;
	padding: 31px 0px 38px 30px;
}

div#nav {
	width: 145px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 65px 5px;
	clear: none;
}
div#nav ul {
	list-style: none;
}
div#nav ul li{
	clear: both;
}
div#nav ul li span.nut {
	width: 30px;
	float: left;
	display: block;
	height: 37px;
	padding-top: 10px;
}
div#nav ul li span.link,
div#nav ul li span.current {
	display: block;
}
span#parableLinkArea,
span#buyLinkArea,
span#commLinkArea {
	height: 34px;
	padding-top: 13px;
}

span#lawLinkArea,
span#aboutLinkArea,
span#corpLinkArea,
span#shareLinkArea {
	height: 42px;
	padding-top: 5px;
	margin-top: 0px;
}

span.link {
}
span.current a:link,
span.current a:visited {
	color: #FF6619;
	font-weight: bold;
}

span.sub {
	font-size: .8em;
	vertical-align: 2px;
}
span.super {
	font-size: .8em;
	vertical-align: 3px;
}

div#text ol {
	list-style: lower-alpha;
	margin: 0px 0px 15px 10px;
	padding-left: 10px;
}

div#text ul {
	list-style: square;
	margin: 0px 0px 15px 10px;
	padding-left: 5px;
}
div#text li {
	line-height: 1.75em;
}

div#text img.collage {
	margin: 10px 0px 15px 10px;
}

/*** PARABLE PAGE ***/
div#parable {
	height: 570px;
	background-image: url("../images/parable_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
div#animation {
	height: 570px;
	background-image: url("../images/animation.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
div#video {
	height: 570px;
	background-image: url("../images/parable_bg_still.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

div#parable div#logo,
div#video div#logo {
	padding: 33px 0px 60px 5px;
}

div#parable div#cover,
div#parable div#page,
div#video div#page {
	width: 320px;
	float: left;
	display: block;
	margin: 0px;
	padding: 45px 75px 0px 230px;
	clear: left;
}
div#parable div#cover {
	height: 330px;
}

div#video p {
	line-height: 1.3em;
	margin-bottom: 0px;
}

div#subtitle {
	padding: 50px 0px 0px 60px;
}
div#readItActive {
	padding: 50px 0px 0px 130px;
}
div#readItHint {
	padding: 0px 0px 104px 130px;
}

div#parable div#text {
	width: 315px;
	height: 258px;
	border-bottom: 1px solid #3E2915;
}
div#parable div#text p {
	width: 315px;
	text-align: justify;
}

div#paging {
	width: 307px;
	text-align: center;
}
div#paging ul {
	list-style: none;
	padding: 7px 70px 25px 75px;
}
div#paging ul li {
	float: left;
	width: 90px;
	padding: 1px 5px 0px 5px;
	font-size: 1.1em;
}
div#paging ul li.previous,
div#paging ul li.next {
	width: 20px;
}
div#paging ul li span.current {
	color: #FF6619;
	font-weight: bold;
}

div#teaser {
	padding: 0px 0px 20px 57px;
}
div#teaser span.link {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	vertical-align: 3px;
}
div#video div#teaser {
	padding: 8px 0px 0px 57px;
}

div#parable div#nav,
div#video div#nav {
	width: 150px;
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
}

div#video div#page {
	padding-top: 48px;
	padding-bottom: 20px;
}
div#video div#page div#border {
	width: 313px;
	height: 254px;
	border: 2px solid #3E2915;
	margin-bottom: 5px;
}

p.more {
	margin-left: 65px;
	margin-top: 60px;
}
p.less {
	margin-left: 115px;
}
p.diff {
	margin-left: 155px;
}
div#parable div#text p.drop {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
div#parable div#text p.never {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 90px;
}
div#parable div#text p.closer {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 45px;
}
div#parable div#text p.end {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
div.clock {
	padding: 5px 0px 0px 70px;
}
div.smart {
	padding: 25px 0px 0px 15px;
}

/*** SUBPAGES ***/
div#subpage {
	background-image: url("../images/subpage_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	width: 776px;
	height: 180px;
}

div#subpage div#text {
	float: left;
	width: 400px;
	padding: 20px 15px 35px 50px;
}

div#subpage div#rail {
	float: left;
	width: 135px;
}

div.praise {
	width: 125px;
	margin: 10px 0px 30px 10px;
	padding: 8px 10px 10px 10px;
	border-top: 2px solid #3E2915;
	border-left: 2px solid #3E2915;
	background-color: #F1E8DA;
}

div.praise h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF6619;
}
div.praise p {
	font-size: 1.1em;
	line-height: 1.4em;
}
div.praise span.who {
	display: block;
	clear: both;
	margin-top: 5px;
	font-size: .9em;
	font-weight: bold;
}


div#parable div#note {
	width: 315px;
	height: 258px;
}
div#parable div#note p {
	width: 315px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 72px;	
}

/*** FORMS/FIELDS ***/
div#form {
	margin-left: 215px;
}

form {
	padding: 0px;
	margin: 0px;
}
div.required,
div.optional {
	font-size: 1.3em;
	padding-top: 12px;
}
span.ind {
	display: block;
	float: left;
	padding-right: 5px;
}
span.label {
	display: block;
	float: left;
	width: 170px;
}
span.wideFieldLabel {
	display:block;
}
span.hint,
span.reqHint {
	font-size: .8em;
	display: block;
}
span.reqHint {
	padding-top: 6px;
}
input.field,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 1px 2px 1px 2px;
	background-color: #FAF7F1;
	border-top: 2px solid #916C4D;
	border-left: 2px solid #916C4D;
	border-bottom: 2px solid #F1E8DA;
	border-right: 2px solid #F1E8DA;
	color: #3E2915;
}
input.field {
	width: 350px;
	padding: 1px 2px 1px 2px;
}
textarea {
	width: 532px;
	height: 72px;
}

div.action {
	padding-top: 12px;
}
input.button {
	background-color: #FF6619;
	border-bottom: 2px solid #916C4D;
	border-right: 2px solid #916C4D;
	border-top: 2px solid #F1E8DA;
	border-left: 2px solid #F1E8DA;
	border: 1px solid #3E2915;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	height: 22px;
	padding-bottom: 2px;
}

div.errorHack {
        height: 150px;
        display: block;
        float: none;
}
div.error {
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	padding-top: 9px;
	margin: 0px 0px 10px 0px;
}
div.error p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
span.error {
	font-size: .85em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	color: #CC0000;
	padding: 0px 8px 5px 8px;
}

/* FOOTER STYLES
/*************************************************************************/ 
div#footer {
	height: 29px;
	clear: left;
}
div#copyright {
	color: #FFFFFF;
	padding: 10px 0px 0px 440px;
}
div#credits {
	color: #FFFFFF;
	padding: 2px 0px 0px 440px;
}
div#copyright a,
div#credits a {
	color: #FF9933;
}
td#contentFooter div#footer {
	height: 96px;
	background-image: url("../images/subpage_footer_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
td#contentFooter div#copyright {
	padding: 45px 0px 0px 440px;
}