/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	margin			: 0 auto ;
	text-align		: left;
	/* padding on left and right for 20px */
}


.wSmall #tcWrapper {
	width		: 1000px;
}

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

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

#tcContainer {
	padding: 0;
}


#tcContent {
	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: 26%;
}



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

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

#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%;
	/* right side module and mainbody */
}

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

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

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

#tcRightColInner
{
	margin : 0px;
	
}

#tcLeftColInner
{
	padding-left	: 0px;
}


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


#modBanner
{
	float			: left;
	width			: 100%;
	padding			: 7px 0 0 0;

}

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

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


/* VR CSS Things */

.clearDiv
{
	clear:both;
}

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

#searchMod
{
	float			: right;
	width			: 200px;
	height			: 35px;
	overflow		: hidden;
	margin-top		: 125px;
	margin-right	: 60px;
}


#searchMod form
{
	margin : 0;
	padding	: 0;
}

#searchMod input
{
	border		: none;
	background	: transparent;
	width		: 175px;
	height		: 27px;
	font-size	: 15px;
}


#user3Wrapper
{
	float		: left;
	width		: 100%;
	background	: url(../images/user3-wrapper.jpg) no-repeat;
	height		: 70px;
	margin-bottom	: 10px;
}

#contentBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/page-bg.jpg) top center repeat-y;
}

#pageMargin
{
	margin		: 0 30px;
}

#tcPathWay
{
	float		: left;
	width		: 100%;
	height		: 16px;
}

#mainBodyBorder
{
	border-left		: 2px solid #e5e5e3;
	border-bottom	: 1px solid #e5e5e3;
	background		: url(../images/mainbody-corner.gif) top right no-repeat;
	padding-top		: 27px;
	float			: left;
	width			: 100%;
}

#mainBodyRtBorder
{
	border-right	: 1px solid #e5e5e3;
	float			: left;
	width			: 100%;
}

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

#footerMenuBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/content-bottom-bg.jpg) bottom left no-repeat;
}

#footerBg2
{
	float		: left;
	width		: 100%;
	background	: url(../images/footer-bg-2.jpg) repeat-x;
	height		: 88px;
}

#copyRight
{
	margin-top		: 20px;
}

/* special content heading */

.postdate{
	float: left;
	display: block;
	background: url(../images/date.gif) no-repeat;
	height: 48px;
	width: 48px;
	line-height: 160%;
	margin-right: 10px;
}

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



.date{
	text-align: center;
	margin-top: 4px;
	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
{
	background		: url(../images/user.gif) 0 0 no-repeat;
	padding-left	: 12px;
	font-size		: 10px;
}

.alt_bg_1
{
	background		: #F4F9FD;
	border			: 1px solid #e1ebf4;
}

#footerMenu
{
	float	: left;
	width	: 100%;
	text-align: center;
	height		: 70px;
}


#copyRight a:link,
#copyRight a:visited,
#copyRight a:active
{
	color		: #fff;
}
