/* ------------------------------------------------
Basic Style Sheet for Trail Creative

version:    1.03 (12-18-2007)
author:     J.Trail
website:    http://www.trailcreative.com/
------------------------------------------------- */

/* imported rules (placeholder) 
@import url(css/special.css);
*/


HTML {
	margin: 0px;
	padding: 0px;
	color:  #707070;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: 'Trebuchet MS', 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif; */
	
}
/* star HTML hack is for IE 6 and below only */
* HTML {
	margin: 0px;
	padding: 0px;
	color:  #707070;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: 'Trebuchet MS', 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif; */
}

/* type selectors */
BODY {
    margin: 0px;
	padding: 0px;
	text-align: center;
    min-width: 800px;
}

H1 {
	font-size: 14px;
	color: #126cd7;
	font-weight: bold;
	margin-top:11px;
}

H2 {
    font-size: 12px;
    color: #ff8604;
    font-weight:bold;
}

H3 {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
A.bodlink:link, A.bodlink:visited {
	color: #3d75c2;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
A.bodlink:hover, A.bodlink:active {
    color: #ff8604;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}
A.gen:link, A.gen:visited {
	color: #3d75c2;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
A.gen:hover, A.gen:active {	
    color: #ff8604; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}
.green {
	color: #76c720;
}
.orange {
	color: #ff8604;
}

A.greenLink:link, A.greenLink:visited {
	color: #76c720;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A.greenLink:hover, A.greenLink:active {
    color: #3d75c2; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.contentList {
	*margin-top:-10px;
}
.listRow {
	float:left;
	clear:both;
	width:400px;
	padding-top:4px;
	padding-bottom:4px;
}
.listCol1 {
	float:left;
	padding-top:1px;
}
.listCol2 {
	float:left;
	margin-left:5px;
	width:380px;
}
.clear {
  clear: both;
}
.leftPlaceholder {
	display:block;
	width:146px;
	height:192px;
}
A.genNobold:link, A.genNobold:visited {
	color: #3d75c2;
	font-size: 12px;
	text-decoration: none;
	padding-top:3px;
}
A.genNobold:hover, A.genNobold:active {
    color: #ff8604; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
	padding-top:3px;
}
/* Layouts */
#wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#branding {
	margin: 0 auto;
	padding: 0px;
	width: 810px;
	height:80px;
	text-align:left;
	margin-top:5px;
	position: relative;
	background-image: url(../img/trail_financial_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.clearNavBar {
	float:right;
	margin-right:5px;
	padding-top:60px;
}
* HTML .clearNavBar {
	margin-right:30px;
}
.clearNavBarHome {
	float:right;
	padding-right:5px;
	padding-top:60px;
}
* HTML .clearNavBarHome {

}
A.topNav:link, A.topNav:visited {
	color: #3d75c2;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	padding-top:3px;
}
A.topNav:hover, A.topNav:active {
    color: #ff8604; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	padding-top:3px;
}
/* ---------------------------------------------------------- */
/* BEGIN MASTHEAD ELEMENTS */
.title {
	float:right;
	width:300px;
	margin-bottom:-30px;
	*margin-top:30px;
	*margin-bottom:-15px;
}
.titleLg {
	float:right;
	width:420px;
	margin-bottom:-30px;
	*margin-top:30px;
	*margin-bottom:-15px;
}
.titleLgr {
	float:right;
	width:450px;
	margin-bottom:-30px;
	*margin-top:30px;
	*margin-bottom:-15px;
}
.title_line_1 {
	width:440px;
	float:right;
	margin-bottom:-30px;
	clear:both;
	text-align:right;
	*margin-bottom:-15px;
}
.title_line_2 {
	width:440px;
	float:right;
	margin-bottom:-5px;
	clear:both;
	text-align:right;
	*margin-bottom:-10px;
}
.mast_text {
	float:right;
	width:470px;
	clear:both;
	line-height:18px;
	text-align:right;
	*width:460px;
}
.mast_textPI {
	float:right;
	width:480px;
	clear:both;
	line-height:18px;
	text-align:right;
	*width:460px;
}
.mastLinkWrap {
	float:right;
	padding-left:148px;
	margin-top:8px;
	clear:both;
	*padding-left:8px;
}
.mastLinkWrap .balls{
	float:left;
	padding-top:2px;
	margin-left:5px;
}
A.mastLink:link, A.mastLink:visited {
float:left;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top:2px;
	text-transform:uppercase;
	padding-left:5px;
}
A.mastLink:hover, A.mastLink:active {
float:left;
    color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	padding-top:2px;
	text-transform:uppercase;
	padding-left:5px;
}
#masthead {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	/* margin-top:-10px;*/
	border: 1px solid #b8b8b8;
	text-align:left;
}
#flashContent {
 margin-left:-1px;
 margin-top:-1px;
}
#flashContent2 {

}
.mastheadButton {
	position: absolute;
	width:230px;
	height:25px;
	top:275px;
	left:570px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
	padding-top:3px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:3px;
}
.mastheadButton img {
	float:left;
}

#masthead_notes {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/mortgage-trust-deed.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_notes .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_settlements {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/court-settlement-funding.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_settlements .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_winnings {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/lottery-winnings-funding.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_winnings .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_inheritance {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/inheritance-probate-funding.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_inheritance .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_professional {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/lawyer-real-estate-agent.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_professional .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_plans {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/personalized-purchase-plans.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_plans .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_contact {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/contact-trail-financial.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_contact .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_promise {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/trail-financial-guarantee.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_promise .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_sitemap {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/trail-financial-site-map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_sitemap .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_downloads {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/trail-financial-downloads.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_downloads .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
#masthead_referrals {
	display:block;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	position: relative;
	margin-top:-10px;
	border: 1px solid #b8b8b8;
	text-align:left;
	background-image: url(../img/referral-fees-commissions.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead_referrals .mast_content {
	float:right;
	margin-top:45px;
	text-align:right;
	padding-right:20px;
	color:#FFFFFF;
	font-size:14px;
}
.mastCol1 {
	float:left;
	width:313px;
}
.mastCol2 {
	float:left;
	width:460px;
	text-align:left;
	padding-top:15px;
	padding-left:20px;
	background-color:#FFFFFF;
	*width:485px;
}
.mastTitle {
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#f5861f;
	text-align:left;
	margin-bottom:5px;
	*margin-bottom:10px;
}
.mastContent {
width:450px;
	float:left;
	text-align:left;
	margin-bottom:5px;
	*margin-bottom:10px;
	*padding-right:5px;
}
.mastButton {
	float:left;
}

.mastdot {
	float:left;
	margin-left:3px;
	*height:19px;
	*display:block;
}
A.mastgen:link, A.mastgen:visited {
	float:left;
	color: #3d75c2;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	padding-top:3px;
}
A.mastgen:hover, A.mastgen:active {
float:left;
    color: #ff8604; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	padding-top:3px;
}
/* ------------------------------------------- */
/* green box */
.greenBoxTop {
	display:block;
	width:218px;
	height:64px;
	background-image: url(../img/green_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.gbContent {
	width:150px;
	padding-top:20px;
	padding-left:20px;
	color:#3274c3;
	font-size:14px;
	font-weight:bold;
}
.greenBoxContent {
	width:184px;
	padding-top:0px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #76c720;
	border-left-color: #76c720;
	line-height:17px;
}
.greenBoxContentHome {
	width:184px;
	padding-top:0px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #76c720;
	border-left-color: #76c720;
	line-height:17px;
	*width:216px;
}
.greenBoxBottom {
	float:left;
	padding-left:21px;
}
A.greenBoxLink:link, A.greenBoxLink:visited {
	color: #559705;
	font-size: 12px;
	text-decoration: underline;
}
A.greenBoxLink:hover, A.greenBoxLink:active {
    color: #3d75c2; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
}

/* orange box */
.orangeBoxWrap {
	float:right;
	margin-right:-20px;
	*width:270px;
	*margin-right:0px;
}
.orangeBoxTop {
	display:block;
	width:270px;
	height:64px;
	background-image: url(../img/orange_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:10px;
}
.obContent {
	width:210px;
	padding-top:15px;
	padding-left:15px;
	color:#3274c3;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}
.orangeBoxContent {
	width:244px;
	padding-top:0px;
	padding-left:14px;
	padding-right:10px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff8604;
	border-left-color: #ff8604;
	line-height:17px;
	margin-left:10px;
	margin-bottom:-7px;
}
.orangeBoxContentHome {
	width:244px;
	padding-top:0px;
	padding-left:14px;
	padding-right:10px;
	padding-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff8604;
	border-left-color: #ff8604;
	line-height:17px;
	margin-left:10px;
	margin-bottom:-7px;
	*width:270px;
}
A.orangeBoxLink:link, A.orangeBoxLink:visited {
	color: #ff8604;
	font-size: 12px;
	text-decoration: none;
}
A.orangeBoxLink:hover, A.orangeBoxLink:active {
    color: #3d75c2; /*#0000cc;*/
	font-size: 12px;
	text-decoration: underline;
}
.orangeBoxBottom {
	margin-left:10px;
}

/* blue box */
.blueBoxWrap {
	width:800px;
	margin-left:5px;
}
.blueBoxImg {
	float:left;
}
.blueBoxContent {
	float:left;
	width:710px;
	height:42px;
	margin-top:5px;
	padding-top:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3d75c2;
	border-bottom-color: #3d75c2;
}
.blueBoxContentHome {
	float:left;
	width:710px;
	height:44px;
	margin-top:5px;
	padding-top:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3d75c2;
	border-bottom-color: #3d75c2;
	*padding-bottom:2px;
}
.blueBoxCol1 {
	float:left;
	width:180px;
	color:#3274c3;
	font-size:14px;
	font-weight:bold;
	padding-top:3px;
}
.blueBoxCol2 {
	width:520px;
	float:left;
	padding-top:3px;
}

/* Begin content */
div.content 
{
    clear: left;
}

.content {
	width: 800px;
	margin-top:0px;
}

.topContent  
{
    width: 800px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
	*padding-bottom:-30px;
}
.columnWrapper {
	margin-bottom:-15px;
}
.IRnavHome
{
	width: 220px;
	display:block;
	position: relative;
	padding-top: 10px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom: 10px;
	float:left;
	margin-bottom:-40px;
	*padding-top:10px;
	*margin-right:-15px;
}
.IRnav  
{
	width: 220px;
	display:block;
	position: relative;
	padding-top: 10px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom: 10px;
	float:left;
	margin-bottom:-40px;
	*padding-top:10px;
}
* HTML .IRnav  
{
	width: 200px;
}
.IRnav IMG  
{
	float:left;
	margin-left:-21px;
}
.IRcontentHome  
{
	width: 550px;
	position: relative;
	float:left;
	*padding-top:15px;
	*width: 565px;
}
* HTML .IRcontentHome  
{
	width: 550px;

}
.IRcontentHome P {
	*margin-top:10px;
	*margin-bottom:10px;
}
.IRcontent  
{
	width: 485px;
	position: relative;
	float:left;
	padding-top:5px;
	*padding-top:20px;
	*width: 485px;
}
* HTML .IRcontent  
{
	width: 540px;
}
.IRcontentHome2  
{
	width: 150px;
	position: relative;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b8b8;
	text-align:right;
}
* HTML .IRcontentHome2  
{
	width: 155px;
}
.IRcontent2  
{
	width: 150px;
	position: relative;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b8b8;
	text-align:right;
	*width: 125px;
	*margin-left:-16px;
}
* HTML .IRcontent2  
{
	width: 130px;
	margin-left:-16px;
}

.contactCol1 {
	float:left;
	width:200px;
}
* HTML .contactCol1 {
	float:left;
	width:180px;
	margin-right:-60px;
}
.contactCol2 {
	float:right;
	width:250px;
}
* HTML .contactCol2 {
	float:left;
	width:200px;
}
.dropMenu {

}



/* contact link at bottom of pages */
.pageBottomLink {
	width:300px;
	float:left;
	padding-top:5px;
}
.pageBottomLink IMG{
	float:left;
	padding-right:5px;
}


/* portfolio scrolling css elements */
#container {
	float:left;
	position:relative;
	width:323px;
	height:86px;
	overflow:hidden;
	margin-left:-100px;
	
}
#content {
	position:absolute;
	width:330px;
	left:0;
	top:0;
	padding:0;
}

#container2 {
	float:left;
	position:relative;
	width:400px;
	height:63px;
	overflow:hidden;
}
#content2 {
	position:absolute;
	width:330px;
	left:100px;
	top:0;
	padding:0;
}

A.contact:link, A.contact:visited {
	color: #3d75c2;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
A.contact:hover, A.contact:active {
    color: #ff8604;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}

.quickLinksWrap {
	float:left;
	width:440px;
	height:83px;
	float:right;
	position:relative;
}
.quickLinksTitle {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	color: #76c720;
	margin-bottom:3px;
}
.quickLinksContent {
	width:420px;
}
 A.ql:link, A.ql:visited {
	color: #707070;
	font-size: 11px;
	text-decoration: underline;
	font-weight:normal;
}
 A.ql:hover, A.ql:active {
    color: #3d75c2;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}

.purchTout {
	width:500px;
	padding:10px;
	border: 1px solid #3d75c2;
}
.referLink {
	float:left;
	margin-left:20px;
}

/* footer elements */
#footer {
	clear: both;
	color: #707070;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.footCol1 {
	margin-top:5px;
	margin-bottom:5px;
}
.footCol2 {
    padding-left: 5px;
	font-size:11px;
}
#footer A.foot:link, A.foot:visited {
	color: #707070;
	font-size: 12px;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	text-decoration: none;
	font-weight:normal;
}
#footer A.foot:hover, A.foot:active {
    color: #3d75c2;
	font-size: 12px;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	text-decoration: none;
	font-weight:normal;
}



/* end of CSS file. */