/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	margin			: 0 auto ;
	text-align		: left;
	width			: 703px;
}


#tcWrapperInner {
	text-align	: left;
	padding		: 0;

}

#bodyBg
{
	float		: left;
	width		: 100%;
}
#tcContainerWrap {
	padding: 0;
}

#tcContainer {
	padding: 0;
}


#tcContent {
	padding		: 0;
	margin		: 0;
	clear		: both;
	display		: block;
	padding-top	: 0;
}


/* Contend divs ---------------------------------------------------- */
#tcMainbody, #tcMainbody-fl, #tcMainbody-fr, #tcMainbody-f {
}



#tcMainbody-fr {
	float: right;
	width: 64%;
}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 34%;
}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 76%;
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 23.5%;
}

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	
}

/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	/*right side + main body */
	float: right;
	width: 76%;
}

/* sets width of mainbody  only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 68%;
	
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- 
*/

#tcLeftCol {
	float		: left;
	width		: 23.5%;
}

#tcRightCol {
	/*related Group A */
	float		: right;
	width		: 31%;
}

#tcRightColInner
{
	padding: 0;
}

#tcLeftColInner
{

}


#tcLeftCol table,
#tcRightCol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tcLeftCol ul li,
#tcRightCol ul li {
	padding-left: 10px;
	margin: 0;
}

#tcLeftCol ul,
#tcRightCol ul {
	margin: 0;
}

#tcLeftCol li a,
#tcRightCol li a{
	color: #484848;
}

#copyRight
{
	float		: left;
	width		: 100%;
	margin-top	: 20px;
}

#copyRight div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color			: #282822;
	text-decoration		: none;
}

#copyRight div a:hover
{
	background		: none;
	text-decoration : underline;
}

#modBanner
{
	float			: left;
	width			: 100%;
	margin			: 5px 0 0px 0;
}

#bottomMenu
{
	float			: left;
	width			: 100%;
}

#bottomMenuPositioner
{
	margin			: 5px 0 5px 0;
	text-align		: center;
}


/*************************************************************************************/
/* other layout and css from vr */
#logo
{
	float			: left;
	width			: 100%;
	height			: 58px;
	background		: #000;
}

#headerWrapper
{
	float			: left;
	width			: 100%;
	background		: #000 url(../images/header-1.jpg) 50% 0px no-repeat;
	height			: 189px;
}

#searchAndMenu
{
	float			: left;
	width			: 100%;
	background		: #000 url(../images/search-and-menubar.png) 50% 0px no-repeat;
	height			: 7px;
}

#cpanelMod
{
	float			: left;
	margin-left		: 115px;
	height			: 180px;
	overflow		: hidden;
}

#searchMod
{
	float			: left;
	width			: 220px;
	margin			: 10px 0px 0px 20px;
}

#user3Wrapper
{
	float			: left;
	overflow		: hidden;
	width			: 454px;
	height			: 37px;
	margin-top		: 2px;
	margin-left		: 3px;
}

#contentRptBg-f
{
	float			: left;
	width			: 100%;
	background		: #000;
}

#contentRptBg-fr
{
	float			: left;
	width			: 100%;
	background		: #000 url(../images/main-content-bg.png) 50% 0px repeat-y;
}

#contentMargin-f
{
	margin			: 5px;
}

#contentMargin-fr
{
	margin			: 5px;
}

#footerWrapper
{
	float		: left;
	width		: 100%;
	background	: url(../images/footer-separator.png) 50% 0px no-repeat;
	min-height		: 55px;
	color: #000;
}

#user5Mod
{
	float		: left;
	width		: 230px;
	min-height	: 50px;
	margin		: 15px 0 0 5px;
	overflow	: hidden;
}

#copyRight
{
	float		: left;
	width		: 430px;
	min-height	: 50px;
	margin		: 15px 0 0 15px;
	overflow	: hidden;
}
