#mainMediaContainer {
	display: block;
	width: 1000px;
	margin: 0;
	background-color: #fff;
	
}

#container {	
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #fff;	
	overflow: hidden;
}

/*
#widgetContainer1 {
	float: left;
	margin: 10px 0 5px 0;
	background-color: #fff;	
	width: 1000px;
}
*/

#widgetContainer2 {
	float: left;
	margin: 10px 0 0 0;
	background-color: #fff;	
	width: 1000px;
	
}

#widgetContent2 {
	float: right;
	padding-bottom: 10px;
	margin: 0 26px 0 0;
}

#containerHome {
	/*background-color: #2b2b2b;*/
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	/* margin-bottom: 32px; */
	top: 20px;
	width: 940px;	
	clear: both;
}

#triTabModule {	float: left; width: 345px; background-color: #2B2B2B; height: 274px; }
#triTabModule #tabs { width: 345px; color: #242424;	background-color: #78be68; height: 46px; }
#triTabModule #tabs ul { width: 345px; }
#triTabModule #tabs ul li { display: block; float: left; }
#triTabModule #tabs ul li a { display: block; height: 46px; background: url(../images/tabs.gif) no-repeat 0px 0px; font: bold 11px/46px Arial; text-align: center; color: #999; text-decoration: none; text-indent: -400px;  overflow: hidden; }
#triTabModule #tabs ul li.news a { width: 99px; background-position: 0px 0px; }
#triTabModule #tabs ul li.glossary a { width: 105px; background-position: -99px 0px; }
#triTabModule #tabs ul li.sm101 a { width: 141px; background-position: -204px 0px; }
#triTabModule #tabs ul li.news a:hover, #triTabModule #tabs ul li.news a.tabon { background-position: 0px -46px; }
#triTabModule #tabs ul li.glossary a:hover, #triTabModule #tabs ul li.glossary a.tabon { background-position: -99px -46px; }
#triTabModule #tabs ul li.sm101 a:hover, #triTabModule #tabs ul li.sm101 a.tabon { background-position: -204px -46px; }

#mod1, #mod2, #mod3 { position: relative; width: 345px; height: 90px; margin: 25px 0px 0px 0px; min-height: 95px; height: auto !important; height: 95px; }
#mod2, #mod3 { display: none; }
#mod1 p, #mod2 p, #mod3 p {	float: left; width: 226px; margin: 5px 0px 0px 15px; color: #CCC; }
#mod1 h3, #mod2 h3, #mod3 h3 { float: left; font-size: 12px; font-weight: bold; margin: 0px 0px 0px 15px; }
.thumb { position: relative; display: block; float: left; margin: 0px 0px 0px 22px; border: 2px #ccc solid; }
.moduleDivider { position: relative; clear: left; margin: 10px auto 15px auto; width: 304px; height: 5px; height: 4px; }

#emailModule {
	margin: 0 0 20px 22px;
}


dt label {
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
	margin-left: 22px;
}

dd.mod_email input{
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 22px;
	background-color: #000;
	font-size: 11px;
	color: #fff;
	padding: 4px;
	border: 0;
}

dd.mod_submit {
	float: left;
	margin-top: 4px;
}

/* right side */

#mainContentContainer {
	float: left;
	background-color: #fff;
	width: 595px;
	padding-top: 8px;
}

#mainContent {
	float: left;
	background: url("../images/maincontent_horiz_divider.gif") 0 0 repeat-y;
	color: #242424;
	padding-bottom: 30px;
	width: 590px;
	padding-left: 22px;	
	/*background-color: #e8e8e8;*/
}
.topShim {
	float: left;
	background: url("../images/mainContent_shimTop.gif") 0 0 no-repeat;
	width: 595px;
	height: 38px;
}

.bottomShim {
	float: left;
	background: url("../images/mainContent_shim_Bottom.gif") bottom right no-repeat;
	width: 595px;
	height: 10px;
}

#mainContent h1 {
	font-size: 13px;
	font-weight: bold;
}

#mainContent p {
	margin: 20px 0 0 0;
	padding-right: 19px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}


#mainContent .emIndent {
	float: right;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin-right: 15px;
}
