/* ------------------------------------
iBase (Content)
version: 1.0
author: malcolm secrett

------------------------------------- */

/*DIV CLASSES */

/*Summary Page */

.summarywrapper {
	width:auto;
	height:auto;
	float:left;
	margin:0 0 40px 0 ;
	padding:0 0 0 0px;
}

.summaryleft {
	font-style: italic;
	font-size: 105%;
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.summaryright {
	width: 440px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

/*Clients Page */

.clientwrapper {
	width: 720px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 10px 0px;
}

.clientleft {
	text-align: center;
	width: 250px;
	float: left;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 20px 0px;
}

.clientright {
	text-align: center;
	width: 250px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 20px 50px;
}

/*Home Page */

/*Main wrapper*/

.homewrappermain {
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.homewrappermain img{
	border: none;
	padding: 0px;
	margin: 0px;
}

.homeleftmain {
	float: left;
	text-align: justify;
	width: 530px;
	padding: 0px 4px 0px 12px;
}

.homeContainer{
	margin: 4px 0px 4px 0px;
}

.homeContainerTitle{
	font-size: 125%;
	color: #f4f4f4;
	padding: 6px 16px 0px 8px;
	height: 23px;
	background: url(../images/Home/central-box-top.jpg) no-repeat;
}


.homeContainerTitleFeat{
	font-size: 125%;
	color: #f4f4f4;
	margin-top: 8px;
	padding: 6px 16px 0px 8px;
	height: 23px;
	background: url(../images/Home/central-box-top-wide.jpg) no-repeat;
}

.homeContainerContent{
	padding: 4px 18px 4px 8px;
	line-height: 1.5em;
	background: url(../images/Home/central-box-middle.jpg) repeat-y;
	position: relative;
}

.homeContainerContentFeat{
	padding: 4px 18px 4px 8px;
	line-height: 1.5em;
	background: url(../images/Home/central-box-middle-wide.jpg) repeat-y;
	position: relative;
}

.homeContainerContent ul{
	list-style-type: none;
	padding: 0px;
	margin: 8px 0px 0px 10px;
	position: relative;
}

.homeContainerContentFeat ul{
	list-style-type: none;
	padding: 0px;
	margin: 8px 0px 0px 10px;
	position: relative;
}

#aboutTrinity{
	margin-top: -10px\0/;
}

.homeContainerContent li{
	background-image: url(../images/Home/yellow-star.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 24px; 
}

.homeContainerContentFeat li{
	background-image: url(../images/Home/yellow-star.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 24px; 
}

#trinityFeatures {
	background-image: url(../images/Home/trinity-logo-faded.jpg);
	background-repeat: no-repeat;
	background-position: 340px -20px;
}

.homeContainerFooter{
	background: url(../images/Home/central-box-bottom.jpg) no-repeat;
	height: 32px;
}

.homeContainerFooterFeat{
	background: url(../images/Home/central-box-bottom-wide.jpg) no-repeat;
	height: 32px;
}

.homewrappersub {
	width: 530px;
}

.homewrappersub .homeContainerTitle{
	background: url(../images/Home/central-box-small-top.jpg) no-repeat;
}

.homewrappersub .homeContainerContent{
	background: url(../images/Home/central-box-small-middle.jpg) repeat-y;
}

.homewrappersub .homeContainerFooter{
	background: url(../images/Home/central-box-small-bottom.jpg) no-repeat;
}

.homeleftsub {
	text-align: justify;
	width: 255px;
	float: left;
	margin-right: 10px;
}

.homerightsub {
	text-align: justify;
	width: 255px;
	float: left;
	margin-left: 10px;
}

.homerightmain {
	float: right;
	text-align: justify;
	width: 192px;
}

.homerightmain .homeContainerTitle{
	background: url(../images/Home/central-box-side-top.jpg) no-repeat;
}

.homerightmain .homeContainerContent{
	background: url(../images/Home/central-box-side-middle.jpg) repeat-y;
}

.homerightmain .homeContainerFooter{
	background: url(../images/Home/central-box-side-bottom.jpg) no-repeat;
}

/*Uses and Applications Page*/

.usewrapper {
	width: 720px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

.useleft {
	text-align: left;
	width: 325px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

.useright {
	text-align: left;
	width: 200px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/* LIST CLASSES */

.bullethangingindent {
	list-style-type: decimal;
	margin-left: 35px;
	text-indent: 0px;
	line-height: 150%;
	}

.nobullethangingindent {
	list-style-type: none;
	margin-left: 35px;
	text-indent: -12px;
	line-height: 150%;;
	}

.nobulletlist {
	list-style-type: none;
	margin-left: 35px;
	line-height: 150%;
	}

