/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	width			: 90%;
	margin			: 0 auto ;
	text-align		: center;
}

.small #tcWrapper {
	width		: 900px;
}

#tcWrapperInner {
	text-align	: left;
	padding		: 0;
}


#tcContainerWrap {
	padding: 0;
}

#tcContainer {
	padding: 0;
}


#tcContent {
	padding: 5px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
	padding-top	: 0;
}


/* Contend divs ---------------------------------------------------- */
#tcMainbody, #tcMainbody-fl, #tcMainbody-fr, #tcMainbody-f {
}



#tcMainbody-fr {
	float: right;
	width: 73%;

}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 26.4%;
}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 73%;
	background: none;
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 26.5%;
}

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	background: none;
}

/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	float: right;
	width: 73%;

}

/* left mid and right , sets width of Mid only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 62.1%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 26.4%;
}

#tcRightCol {
	float		: right;
	width		: 37.3%;
	overflow	: hidden;
}

#tcRightColInner
{
	padding: 0 0px 0 0;
}

#tcLeftColInner
{
	padding-left	: 5px;
}


#tcLeftCol table,
#tcRightCol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tcLeftCol ul li,
#tcRightCol ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 7px;
}

#tcLeftCol ul,
#tcRightCol ul {
	margin: 0;
}

#tcLeftCol li a,
#tcRightCol li a{
	color: #484848;
}


#copyRight
{
	float			: left;
	width			: 100%;
	text-align		: left;
}

#copyRight div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color				: #000;
	text-decoration		: none;
	font-size			: 9px;
	
}

#copyRight div a:hover
{
	background		: none;
}


/* VR CSS Things */
#siteBg
{
	float				: left;
	background			: #296F9B;
	width				: 100%;
}

#logo
{
	float				: left;
	width				: 100%;
	background			: url(../images/imode-logo.gif) no-repeat;
	height				: 84px;
}

#header
{
	float				: left;
	width				: 100%;
	height				: 281px;
	background			: url(../images/header.jpg) no-repeat;
}

#modBanner
{
	margin				: 0 0 10px 0;
}

#bottomMenu
{
	float	: left;
	width	: 100%;
	height	: 38px;
}

#bottomMenuPositioner
{
	text-align		: center;
}

#footerBar
{
	float			: left;
	width			: 100%;
	background		: url(../images/footer-bg.gif) no-repeat;
	height			: 77px;
	margin-top		: 5px;
}

#copyRight
{
	text-indent		: 12px;
	float			: left;
	
}

#menu2
{
	float			: left;
	width			: 320px;
	margin-top		: 181px;
	text-align		: right;
}