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


.wSmall #tcWrapper {
	width		: 1002px;
}

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

}

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

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

}

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



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

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

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

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

#tcMainbody-f #tcContentWrap {
	
}

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

/* left mid and right , sets width of Mid only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 64%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 25%;
	
}

#tcRightCol {
	float		: right;
	width		: 34%;
}

#tcRightColInner
{
	padding: 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;
}

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


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

#bottomMenu
{
	float			: left;
	width			: 100%;
	background		: #FFF;
	margin			: 7px 0px;
	border			: 1px solid #b7b4b0;
}

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


/* VR CSS Things */
#logoHeader
{
	float			: left;
	width			: 100%;
	height			: 123px;
}

#logo
{
	float			: left;
	width			: 376px;
	height			: 123px;
	background		: url(../images/logo.gif) no-repeat;
}

#user3Wrapper
{
	float			: right;
	height			: 123px;
	width			: 581px;
	margin-right	: 21px !important;
	margin-right	: 11px;
}

#user3Mod
{

}

#searchW
{
	float			: right;
	width			: 237px;
	height			: 87px;
	background		: url(../images/search.gif) 0 30px no-repeat;
}

#searchMod
{
	margin-top		: 30px;
}

#searchMod input
{
	width			: 200px;
	height			: 19px;
	border			: none;
	margin-left		: 2px;
	background		: transparent;
	font-size		: 15px;
	font-family		: georgia;
	line-height		: normal;
	color			: #000;
}

#siteBg
{
	float			: left;
	width			: 100%;
	background		: url(../images/body-bg.gif) repeat-y;
}

#siteAdj
{
	margin				: 0 31px;
}

#topHeadW
{
	float				: left;
	width				: 100%;
	height				: 259px;
	
}

#topModPic
{
	float			: left;
	width			: 313px;
	background		: url(../images/header-2.gif) no-repeat;
	height			: 259px;
}

#topModW
{
	float		: right;
	width		: 627px;
	background	: url(../images/header-2-bg.jpg) no-repeat;
	height		: 259px;
	text-align	: left;
}

#topMod
{
	color		: #676767;
}
#topMod h3
{
	margin		: 0;
	padding		: 0;
	font-size	: 32px;
	color		: #676767;
	font-weight	: normal;
	margin-bottom: 7px;
}

#topMod
{
	font-weight	: bold;
	margin-top		: 25px;
}

#thinBar
{
	float			: left;
	width			: 100%;
	background		: #d0e4e9;
	height			: 2px;
	overflow		: hidden;
	margin-bottom	: 5px;
}

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

#bannerAdj
{
	margin			: 10px 0 0 0;
}

#copyRight
{
	float			: left;
	width			: 100%;
	min-height		: 10px;
	background		: url(../images/copyright-bg.gif) 50% 0 no-repeat;
	padding-top		: 12px;
}

#copyRightAdj
{
	margin-left		: 56px;
	margin-bottom	: 3px;
}