/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	width			: 90%;
	margin			: 0 auto ;
	text-align		: center;
}


.small #tcWrapper {
	width		: 950px;
}

#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;
}



#divBorder
{

	width	: 100%;
	float	: left;
	background	: url(../images/left-side-bg.png) repeat-y;
	border-right	: 1px solid #DDDDDD;
}


/* 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%;
	padding-top	: 22px;
}

#tcRightCol {
	float		: right;
	width		: 37.3%;
	overflow	: hidden;
	padding-top	: 22px;
}

#tcRightColInner
{
	padding: 0px 5px 0px 10px;
}

#tcLeftColInner
{
	padding-left	: 15px;
}


#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 div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color			: #fff;
	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			: 15px 0 5px 0;
	text-align		: center;
}


/* VR CSS Things */
#searchBar
{
	float		: left;
	width		: 100%;
	background	:url(../images/search-bar.jpg) no-repeat;
	height		: 50px;
}
#searchMod
{
	float		: right;
	margin-top	: 14px;
	margin-right: 80px !important;
	margin-right: 40px;
}

#searchMod input
{
	border		: 1px solid #9f977a;
	background : #fff;
	width		: 143px;
}

#bar2
{
	width		: 100%;
	background	: url(../images/bar-2.jpg) no-repeat;
	height		: 52px;
}

#menuMod
{
	float		: left;
	width		: 100%;
	background	: url(../images/menu-bar.jpg);
	height		: 44px;
}

#topMenuPostion
{
 margin-right: 70px;
 margin-top	 : 10px;
}

#topMod
{
	float		: left;
	width		: 541px;
	background	: url(../images/header-l.jpg) no-repeat;
	height		: 269px;
}

#topModA
{
	margin-left	: 95px;
	margin-top	: 47px;
	color		: #fff;
}

#topModA h3
{
	font-size	: 20px;
	margin : 0;
	padding : 0;
	padding-bottom : 7px;
}

#logo
{
	float		: right;
	width		: 409px;
	height		: 269px;
	background	: url(../images/logo.jpg) no-repeat;
}

#bar3
{
	float		: left;
	width		: 100%;
	height		: 68px;
	background	: url(../images/bar-3.jpg) no-repeat;
}

#contentTopBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/body-bg.jpg) no-repeat;
	height		: 200px;
}

#contentAdjust
{
	margin-top		: 100px;
	margin-left		: 73px;
	margin-right	: 50px;
}

#bottomModulesWrapper
{
	float		: left;
	width		: 100%;
	background	: url(../images/bottom-mod-top.gif) top right no-repeat;
}

#bmW2
{
	float		: left;
	width		: 100%;
	background	: url(../images/bottom-mod-bg.jpg) bottom right no-repeat;
	margin-top	: 16px;
}

#bmPosition
{
	margin-right	: 10px;
	margin-left		: 10px;
}

#copyRightBg
{
	float			: left;
	width			: 100%;
	background		: url(../images/footer-bg.gif) no-repeat;
	height			: 113px;
}

#copyRight
{
	margin-top		: 46px;
}