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


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

}

#bodyBg
{
	float		: left;
	width		: 100%;
}
#tcContainerWrap {
	padding: 0;
	margin	: 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: 78.2%;
}

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



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

}

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

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

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

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

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

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

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

#tcRightColInner
{
	margin-top		: 16px;
}

#tcLeftColInner
{
	margin-top		: 16px;
}


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

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


/*************************************************************************************/
/* VR CSS Things */

/* Special HTML Content */
/* special content heading */

.postdate{
	float: left;
	display: block;
	background: url(../images/date.gif) no-repeat;
	height: 60px;
	width: 60px;
	margin-right: 5px;
}

.month{
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin-top	: 7px;
}



.date{
	text-align: center;
	margin-top: 7px;
	font-size: 18px;
	color		: #fff;
	font-weight	: bold;
}


.title{
	
}



.title h2{
	line-height: 120%;
	
}



.title h2 a{
	color: #3e606f;
	font-size: 20px;
	line-height: 140%;
}



.title h2 a:hover{
	color: #db5104;
}



.title .postmeta a:hover{
	color: #db5104;
}

.buttonheading
{
	float		: right;
	width		: 60px;
	text-align	: right;
}

.article-content
{
	clear:both;
	padding-top		: 10px;
}

.createby
{
	font-size		: 10px;
}

.alt_bg_1
{
	border			: 1px solid #d2d7b4;
	margin-bottom	: 10px;
}

.alt_bg_2
{
	border			: 1px solid #d2d7b4;
	margin-bottom	: 10px;
}



/* other layout and css from vr */

#topMenuWrapper
{
	float		: left;
	width		: 100%;
	height		: 73px;
}

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

#user3Mod
{
	margin-top	: 13px;
}

#bannerMod
{
	float		: left;
	width		: 100%;
	text-align	: center;
	margin		: 10px 0px;
}

#footerWrap
{
	float		: left;
	width		: 100%;
	border-top	: 2px solid #d2d9c9;
	margin-top	: 10px;
}