/**************************************************/
/***  File:    index_styles.css  ******************/
/***  Author:  Steven Jarvis     ******************/
/***  Date:    1/22/2008         ******************/
/**************************************************/


/**************************************************/
/* Style to create rounded corners and background */
/**************************************************/
.roundcont {
width: 800px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}


/********************************************/
/* Styles section above the navigational bar*/
/********************************************/

/* Container div for the section above navigation*/
.preNav {
padding-left:10px;
padding-right:10px;
}

/* Class to position the logo */
.logo {
border:none;
float:left;
}

/* Class to postion the message in top right corner */
.joinTR{
border: none;
float: right;
}


/*******************************************************************/
/* Container div for the nav bar (see menu_styles.css for nav css) */
/*******************************************************************/
.navigation{
padding-top:10px;
padding-bottom:10px;
padding-left:16px;
padding-right:16px;
margin-top:52px;

}


/***********************************************/
/* Container div for the large image and banner*/
/***********************************************/
.topImage {
text-align:center;
}



.bannerImage
{
	margin-top: 5px;
	margin-bottom: 10px;
}

		.bannerPopup{
		background-image:url(../images/jtt_BannerPopup.jpg);
		width:400px; 
		height:500px;
		margin: 0px;
		}

				#BP_cmdClose{
				position:relative;
				left: 343px;
				bottom: 42px;
				}

				#BP_cmdImReady{
				position:relative;
				top: 406px;
				left:85px;
				}

.bottomBody {
margin-left:18px;
margin-right:6px;
}

		.bodyLeft {
		float: left;
		width: 352px;

		}

				.BL_Header {
				margin-top: 3px;
				padding:2px;
				padding-left:7px;
				background-image: url("../images/imgBodyHeader.jpg");
				font-family:Arial, Helvetica, sans-serif;
				font-size:22px;
				font-weight: bolder;
				color:#FFFFFF;
				}

				.BL_Text {
				margin-top:10px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:18px;
				color:#808080;
				}

		.bodyRight {
		text-align:right;		
		}

.roundcont p {
margin: 0 10px;
}

.roundtop { 
background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
width: 16px;
height: 16px;
border: none;
display: block !important;
}
