/* General ------------------- */

html {
	background-color: #252525;
}

body {
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

a {
	color: #333333;
}

input,select,textarea {
	font-family: inherit;
	font-size: inherit;
}

a img {
	border: none;
}

fieldset {
	border: 1px solid #ccc;
	width: 650px;
	padding-top: 1em;
}

fieldset div {
	clear: left;
	margin-bottom: 0.5em;
}

fieldset p {
	clear: left;
	margin-bottom: 0.5em;
}

fieldset label {
	width: 33%;
	display: block;
	float: left;
	text-align: right;
	padding-right: 0.5em;
}


/* Structure ------------------- */

#wrapper {
	background-color: #FFF;
	width: 914px;
	margin: 16px auto 0px auto;
	padding: 0px 0px 5px 0px;
	overflow: auto;
}


/* Header ------------------- */

#headerRow {
	width: 904px;
	height: 161px;
	margin: 5px 5px 0px 5px;
	overflow: auto;
	background-color: #35c4e1;
	background-image: url('/data/222trust/assets/images/title_banner.jpg');
}

#headerRow p {
	visibility: hidden;
}

/* Navigation ------------------- */

#navRow {
	width: 904px;
	margin: 0px 5px;
	background-color: #d5d6da;
	border-top: 1px solid white;
}

#navRow a {
	background-image: url('/data/222trust/assets/images/nav_generic_icon.gif');
	background-repeat: no-repeat;
	background-position: 0% 55%;

	padding-left: 15px;
	margin-right: 10px;

	line-height: 25px;
	vertical-align: middle;

	text-decoration: none;

	font-weight: bold;
	color: #215e66;
}

#navRow a:hover{
	color: #00353b;
}

/* 1st level Static */

#navRow ul {
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
}

#navRow ul li {
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
}

/* 1st level Interactive */

#navRow ul li:hover ul {
	display: block;
}


/* 2nd level static */

#navRow ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 25px;
	background-color: #cbccd0;
	border-top: 1px solid #b9babd;
	width: 249px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navRow ul li ul li {
	float: none;
}

#navRow ul li ul li a{
	background-image: none;
	padding-left: 12px;
	line-height: 26px;
}


/* Main row ------------------- */

#mainRow {
	width: 904px;
	margin-top: 5px;
	padding: 0px 5px;

	background-image: url('/data/222trust/assets/images/page_bg_runner.gif');
	background-repeat: repeat-y;
	background-position: 5px 0px;
}

#mainRowHome {
	width: 904px;
	margin-top: 5px;
	padding: 0px 5px;

	background-image: url('/data/222trust/assets/images/homepage_bg_runner.gif');
	background-repeat: repeat-y;
	background-position: 5px 0px;
}

/* Blog column ------------------- */

#blogCol {
	width: 189px;
	background-color: #61d6e6;
	
	padding: 0px;
	margin: 0px;

	float: left;
}

#blogCol #blogJoyce {
	border-bottom: 1px solid white;
}

#blogCol a:hover{
	background-color: #51b4c2;
}

#blogCol div h3 {
	background-color: #449ba7;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin: 0px;
	padding: 6px 0px 3px 43px;
	color: white;
	font-size: 11pt;
}

#blogCol #blogJoyce h3 {
	background-image: url('/data/222trust/assets/images/blog_insight_icon.gif');
}

#blogCol #blogCharles h3 {
	background-image: url('/data/222trust/assets/images/blog_truth_icon.gif');
}

#blogCol div div {
	padding: 10px 10px 20px 10px;
}

#blogCol .title {
	display: block;
	float: left;
	padding: 3px 0 3px 0;
	width: 100%;
}

#blogCol div div p {
	margin: 0px;
}

#blogCol div img {
	border: solid 1px white;
	margin-bottom: 2px;
}

/* Homepage ------------------- */

#homeLeftCol {
	float: left;
	width: 502px;
}

#homeRightCol {
	float: left;
	width: 202px;
	margin-left: 5px;
}

#homeRightCol div div img {
	margin-bottom: 2px;
}

div#flashIntro {
	border-bottom: 4px solid white;
}

div#flashIntro img {
	margin: 0px;
	border: 0px;
}

div.homePageBoxTop {
	border-bottom: 4px solid white;
	margin-bottom: 0px;
}

#contentCol h3.homePageTitle {
	clear: both;
	background-color: #cbb31e;
	color: white;
	font-size: 12pt;

	margin: 0px;
	padding: 5px 0 0px 10px;
}

div.homePageBox div, div.homePageBoxTop div{
	padding: 10px;
}

div.homePageBox div p, div.homePageBoxTop div p {
	margin: 0 0 10pt 0;
}

div.homePageBox .title, div.homePageBoxTop .title {
	display: block;
	float: left;
	padding: 3px 0 3px 0;
	width: 100%;
}

div.homePageBox ul {
	padding: 0 0 24px 0;
	margin: 0px;
	list-style-type: none;
}

div.homePageBox ul li {
	font-weight: bold;
	padding: 0 0 9pt 40px;
	background-image: url('/data/222trust/assets/images/podcast_icon.gif');
	background-repeat: no-repeat;
}

div.homePageBox ul li span {
	width: 60pt;
	display: block;
	float: left;
}

.homePageFeatureImage {
	vertical-align: left;
}

/* Content area ------------------- */

#contentCol {
	width: 709px;
	margin: 0 0 0 5px;

	float: left;
}

#contentCol img {
	border: solid 1px white;
	margin-bottom: 2px;
}

#contentCol a:hover {
	background-color: #d5d6da;
}

#contentCol a.strongLink {
	font-weight: bold;
	color: #993333;
}

#contentCol #titleRow {
	background-color: #cbb31e;
	padding: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 700px;
	float: left;
	position: relative;
}

#titleRow h1 {
	font-size: 12pt;
	width: 48%;
	float: left;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	color: white;
}

#titleRow ul { 
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px 15px 0px 0px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#titleRow ul li { 
	display: inline;
	margin-left: 10px;
	background-image: url('/data/222trust/assets/images/splitter_vert_white.gif');
	background-repeat: no-repeat;
	background-position: 0px 85%;
	padding-left: 11px;
}

#titleRow ul li.first { 
	background-image: none;
}

#titleRow ul li a{ 
	font-weight: bold;
	color: white;
}

#titleRow ul li a:hover{ 
	background-color: #b19c1a;
}

#contentCol #contentRow {
	padding: 15px;
	margin: 0px;
	float: left;
	width: 680px;
}

#contentCol #contentRow p{
	margin: 0px 0px 12pt 0px;
}


#contentRow ul {
	padding: 10px 15px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

#contentRow ul strong {
	float: left;
	margin-right: 10px;
}

#contentRow ul li { 
	float: left;
	margin-right: 10px;
	background-image: url('/data/222trust/assets/images/splitter_vert_dark.gif');
	background-repeat: no-repeat;
	background-position: 0px 85%;
	padding-left: 11px;
}
#contentRow ul li.first { 
	background-image: none;
	padding-left: 0px;
}

#contentCol h3 {
	padding: 0px;
	margin: 0px;
}



/* Word for the Week ------------------- */


#wftw dl {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: auto;
}

#wftw dt, #wftw dd {
 margin: 0;
 padding: 0;
}

#wftw .thumbnail {
 float: left;
 width: 105px;
 height: 100px;
 padding-bottom: 18pt;
}

#wftw .title {
 float: right;
 width: 560px;
 margin: 0;
 padding: 0;
 font-weight: bold;
 display: inline;
 margin-right: 10px;
}
#wftw .title a {
 color: #5b5b5b;
}

#wftw .snippet {
 margin: 0;
 padding: 0;
 display: inline;
 float: right;
 width: 560px;
 padding-bottom: 18pt;
 margin-right: 10px;
 }

#wftw dl .date {
 color: #990000;
 padding-bottom: 0.5em;
 line-height: 1em;
}


#wftw_item .date {
 float: right;
 font-weight: bold;
 
}

/* Podcasts ------------------- */

dl.podcastIndexItem {
 clear: both;
 margin: 0;
 padding: 0;
}

dl.podcastIndexItem dt, dl.podcastIndexItem dd {
 margin: 0;
 padding: 0;
}

dl.podcastIndexItem .thumbnail {
 float: left;
 width: 50px;
 height: 60px;
}

dl.podcastIndexItem .snippet {
 margin: 0;
 padding: 0;
 display: inline;
 float: right;
 width: 620px;
 padding-bottom: 1.3em;
 }



/* Products ------------------- */

#products img {
	border: 0px;
	margin: 0 0 20px 10px;
}



/* Footer ------------------- */

#footerRow {
	width: 904px;
	margin: 0px auto 50px auto;
	padding: 5px;
	color: #999999;
	font-size: 8pt;
}
#footerRow a {
	color: #999999;
}

#footerRow .copyright {
	padding: 0px;
	margin: 0px;

	width: 40%;
	float: left;
}

#footerRow .developedBy {
	padding: 0px;
	margin: 0px;


	width: 40%;
	float: right;
	text-align: right;
}

/* Contactus ------------------- */

.contactcomments {
	width: 200px;
	height: 200px;
}

/* Misc ------------------- */

.hide {
	display: none;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.rsslink {
 clear: both;
 display: block;
 width: 120px;
 margin: 0;
 padding: 0 0 0 20px;
 line-height: 1.7em;
 background: url('/data/222trust/assets/images/rss-icon.gif') no-repeat 0 50%;
}

.error {
	color: red;	
	font-size: 0.8em;
}
