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


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

}

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

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



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

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

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

}

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

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

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

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

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

#tcRightColInner
{
	margin-top		: 16px;
	margin-right	: 7px;
}

#tcLeftColInner
{
	margin				: 21px 0 0 0px;
}


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


#copyRight
{
	float		: left;
	width		: 100%;
	margin-top	: 7px;
	color		: #ddd3a3;
	line-height	: 140%;
}

#copyRight div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color			: #ddd3a3;
	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;
}


/*************************************************************************************/
#logoAndMenu
{
	float	: left;
	width	: 100%;
	
}

#logo
{
	margin-top	: 15px;
	float		: left;
	width		: 297px;
	margin-left	: 20px;
}

#user3Mod
{
	float		: right;
	width		: 560px;
	overflow	: hidden;
	margin-top	: 25px;
	margin-right	: 20px;
}

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

#topWrapper
{
	float		: left;
	width		: 310px;
	height		: 160px;
	margin-left	: 40px;
	margin-top	: 12px;
	overflow	: hidden;
	color		: #eee;
	background	: url(../images/latest-news.png) 5px 0px no-repeat;
	padding-top	: 20px;
}

#topWrapper a:link,
#topWrapper a:active,
#topWrapper a:visited
{
	color		: #FFF;
}

#topWrapper a:hover
{
	text-decoration	: underline;
}

#topWrapper p
{
	margin		: 0 0 10px 0;
	padding		: 0;
}

#mbBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/content-bg.png) top center repeat-y;
}

#mbBg1
{
	float		: left;
	width		: 100%;
	background	: url(../images/content-bg-top.png) top center no-repeat;
}

#mbAdj
{
	margin		: 12px 26px 0 32px;
}

#bannerMod
{
	float		: left;
	width		: 100%;
	text-align	: center;
}

#footerWrap
{
	float		: left;
	width		: 100%;
	height		: 63px;
	background	: url(../images/footer-bg.jpg) top center no-repeat;
}