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


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

}

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

#tcContainer {
	padding: 0;
}


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


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



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

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



#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: 74%;
	
}

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

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

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

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

#tcRightColInner
{
	margin-right	: 7px;
}

#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 a:link,
#tcRightCol a:link,
#tcLeftCol a:visited,
#tcRightCol a:visited
{
	color	: #15407d;
}

#copyRight
{
	float		: right;
	margin-top	: 30px;
	margin-right	: 10px;
	color		: #16abe9;
}

#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%;
	background		: url(../images/logo-menu.gif) no-repeat;
	height			: 100px;
}

#user3Wrapper
{
	float			: left;
	width			: 100%;
	height			: 35px;
	background		: url(../images/sf-bg.png) repeat-x;
}

#user3Mod
{
	float			: right;
	width			: 60%;
	margin-right	: 20px;
}

#header2
{
	float			: left;
	width			: 100%;
	height			: 227px;
	background		: url(../images/header.jpg) no-repeat;
}

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

#contentRptBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/trans-bg.png) repeat-y;
}

#bannerMod
{
	margin		: 10px auto;
	text-align	: center;
}

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


#logoMenu
{
	float		: left;
	width		: 100%;
	background	: url(../images/logo-menu.png) no-repeat;
	margin-top	: 32px;
	height		: 81px;
}

#header2
{
	float		: left;
	width		: 100%;
	background	: url(../images/header-2.png) no-repeat;
	height		: 239px;
	margin-bottom	: 20px;
}

#contentCapTop
{
	float		: left;
	width		: 100%;
	background	: url(../images/curve-top.png) no-repeat;
	height		: 18px;
}

#contentCapBottom
{
	float		: left;
	width		: 100%;
	background	: url(../images/curve-bottom.png) no-repeat;
	height		: 18px;
}

#contentMargin
{
	margin		: 0 20px;
}

#user3Wrap
{
	float		: left;
	width		: 580px;
	margin-left	: 352px;
	margin-top	: 27px;
}


#box1
{
	float		: left;
	width		: 45%;
	height		: 175px;
	margin-top	: 25px;
	margin-left	: 20px;
	overflow	: hidden;
}

#box2
{
	float		: right;
	margin-right	: 30px;
	width		: 45%;
	height		: 217px;
	margin-top	: 20px;
	overflow	: hidden;
}

#box1 h2,
#box2 h2
{
	margin		: 0;
	padding		: 0;
	margin-bottom	: 12px;
	font-size		: 18px;
	color			: #FFF;
	font-family		: Arial;
}

#box1,
#box2
{
	color		: #fff;
}

#box1 a:link,
#box2 a:link,
#box1 a:visited,
#box2 a:visited
{
	color: #000;
}

#box1 a:hover,
#box2 a:hover
{
	text-decoration: underline;
}

#boxes21
{
	float		: left;
	width		: 100%;
	background	: url(../images/1in2boxes.png) no-repeat;
	height		: 90px;
	overflow	: hidden;
}

#boxes22
{
	float		: left;
	width		: 100%;
	background	: url(../images/2boxes.png) no-repeat;
	height		: 90px;
	overflow	: hidden;
}

#boxes2Margin
{
	margin		: 18px;
	
}

.botBox12
{
	float	: left;
	width	: 48%;
	height	: 53px;
	overflow: hidden;
}

.botBox22
{
	float	: right;
	width	: 48%;
	height	: 53px;
	overflow: hidden;
}

#footerWrap
{
	float		: left;
	width		: 100%;
	height		: 80px;
	background	: url(../images/footer-wrap.png) no-repeat;
	margin-top	: 6px;

}



#bottomModulesWrapper
{
	float			: left;
	width			: 100%;
	background		: #4d82d1;
	margin-top		: 10px;
	margin-bottom	: 10px;
	
}

#bmwInner
{
	margin-top		: 5px;
	margin-bottom	: 5px;
}
.

#bmwInner h2{
	font-size	: 15px;
	color		: #82e210;
	height		: 25px;
	margin		: 0;
	padding		: 0;
	margin		: 0px;
	margin-top	: 5px;
}

#blue1,
#blue2,
#blue3,
#blue4
{
	float		: left;
	width		: 23.5%;
	border-right	: 2px solid #fff;
	padding			: 0.2%;
	margin-left		: 5px;
	color			: #fff;
	margin-bottom	: 5px;
}

#blue4
{
	border		: none;
}

#bmwInner h2{
	font-size	: 15px;
	color		: #FFF;
	height		: 25px;
	margin		: 0;
	padding		: 0;
	margin		: 0px;
	margin-top	: 5px;
}

