@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
html{ 
	height:100%;
	width:100%
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#333333;
}
ol, ul {
	list-style:none;
}
p {
	text-align:justify;
}
a {
	text-decoration:none;
}
sup {
	vertical-align:top;
}

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* global */
.pngfix {
	behavior:url("./css/iepngfix.htc");
}
.clear {
	clear:both;
}
.textSmall {
	font-size:10px;
	line-height:12px;
}
.textRed {
	color:#e21a22;
}
.textBold {
	font-weight:bold;
}

.dotLine {
	height:1px;
	font-size:0;
	line-height:0;
	background:url(../images/pic_dot.gif) repeat-x;
	background-position:left top;
}
.redLine {
	height:1px;
	font-size:0;
	line-height:0;
	border-bottom:1px solid #e21a22;
}
.greyLine {
	height:1px;
	font-size:0;
	line-height:0;
	border-bottom:1px solid #dddddd;
}

.greyBorder {
	border:1px solid #dddddd;
}

.fixMargin {
margin-bottom:15px;
clear:both;
}

a, a:link, a:visited {
	color:#333333;
}
a:hover {
	color:#e21a22;
	text-decoration:underline;
}

/* main content */
#main {
	width:940px;
	text-align:left;
	position:relative;
}

#main #guideMenu {
	margin:15px 0 0 180px;
	font-size:10px;
	height:25px;
	overflow:hidden;
	display:block;
}
#main #guideMenu li {
	float:left;
	padding-left:20px;
	background:url(../images/bullet_arrow.gif) no-repeat;
	background-position:8px 6px;
}
#main #guideMenu li.fix {
	padding-left:0;
	background:none;
}
#main #guideMenu li a.checked {
	color:#e21a22;
	font-weight:bold;
	text-decoration:none;
}
#main #guideMenu li a.disable {
	color:#333333;
	text-decoration:none;
}

#main #mainLeft {
	float:left;
}

#main #mainLeft #leftMenu {
	line-height:0;
	font-size:0;
}
#main #mainLeft #leftMenu li {
	height:60px;
	width:160px;
	margin-bottom:10px;
}

#main #mainLeft #leftMenu li a, #main #mainLeft #leftMenu li a:link, #main #mainLeft #leftMenu li a:visited {
	font-size:0;
	line-height:0;
	height:60px;
	position:absolute;
	background-position:bottom left;
}
#main #mainLeft #leftMenu li a:hover {
	background-position:center left;
}
#main #mainLeft #leftMenu li a.checked {
	background-position:top left;
}

#main #mainRight {
	float:left;
}

#main #mainRight #contentLeft {
	float:left;
}
#main #mainRight #contentRight {
	float:left;
}

#main #mainRight #bottomMenu {
	padding-top:40px;
	height:60px;
}
#main #mainRight #bottomMenu #bottomMenuLeft {
	float:left;	
	padding-left:8px;
	line-height:0;
	font-size:0;
}
#main #mainRight #bottomMenu #bottomMenuRight {
	float:right;
	line-height:0;
	font-size:0;
}

/* header and footer */
#outer {
	width:940px;
	margin:0 auto;
}

#header {
	height:135px;
	width:940px;
}

#logo {
	margin:0 10px 0 0;
	width:160px;
	height:135px;
	float:left;
	_margin:0 10px 0 0;
}

.new-roll {
	float:left;
	display:block;
	width:70px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_news.gif);
	background-position:left top;
}
.new-roll:hover {
	display:block;
	width:70px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_news.gif);
	background-position:left bottom;
}
.events-roll {
	float:left;
	display:block;
	width:85px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_events.gif);
	background-position:left top;
}
.events-roll:hover {
	display:block;
	width:85px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_events.gif);
	background-position:left bottom;
}
.abt-roll {
	display:block;
	float:left;
	width:81px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_about.gif);
	background-position:left top;
}
.abt-roll:hover {
	display:block;
	width:81px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_about.gif);
	background-position:left bottom;
}
.abt-roll2 {
	display:block;
	float:left;
	width:80px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_about_2.gif);
	background-position:left top;
}
.abt-roll2:hover {
	display:block;
	width:80px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_about_2.gif);
	background-position:left bottom;
}

.mevent-roll {
	display:block;
	float:left;
	width:120px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_mevent.gif);
	background-position:left top;
}
.mevent-roll:hover {
	display:block;
	width:120px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_mevent.gif);
	background-position:left bottom;
}
.msche-roll {
	display:block;
	float:left;
	width:145px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_sche.gif);
	background-position:left top;
}
.msche-roll:hover {
	display:block;
	width:145px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_sche.gif);
	background-position:left bottom;
}
.mpro-roll {
	display:block;
	float:left;
	width:126px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_pro.gif);
	background-position:left top;
}
.mpro-roll:hover {
	display:block;
	width:126px;
	height:135px;
	text-decoration:none;
	background:url(../images/btn_pro.gif);
	background-position:left bottom;
}
.displace {
	position:absolute;
	left:-5000px;
}
#nav {
	float:left;
	width:770px;
	background:url(../images/bg.gif) repeat-x;
}
#login {
	/*width:370px;*/
	float:right;
	/*height:135px;*/
}
#login-in {
	width:368px;
	float:left;
	/*border:1px solid #666666;*/
}
.br {
	background:url(../images/br.gif);
	width:1px;
	height:135px;
	/*display:block;*/
	float:left;
}
.br2 {
	background:url(../images/br.gif);
	width:1px;
	height:135px;
	/*display:block;*/
	float:right;
}
.login-img {
	margin:19px 100px 0 15px;
	float:left;
}
.panel {
	color:#e21a22;
	font-size:10px;
	height:135px;
	width:444px;
	float:left;
}
.txt {
	width:158px;
	height:14px;
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;
}
.txt2 {
	width:158px;
	height:14px;
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;
	/*font-size:6px;*/
}
.fs {
	/*width:230px; 
	height:45px;*/
	margin:8px 10px 0 15px;
	/*width:230px;*/
	/*_width:260px; */
}
.poll-fs {
	/*width:230px; 
	height:45px;*/
	/*margin:12px 10px 0 0;*/
	/*width:230px;*/
	/*_width:260px; */
}
.e-pad {
	padding-right:11px;
	width:160px;
	float:left;
}
.p-pad {
	/*padding-top:6px;*/
	float:left;
	width:160px;
}
.signed {
	color:#999;
	float:left;
	padding-top:5px;
}
.signed-in {
	margin:5px 5px 0 0;
	padding:0;
	/*border:1px solid #c0c0c0;*/
	width:14px;
	height:14px;
	float:left;
}
.mem {
	color:#666;
	/*float:left;
	margin:41px 0 0 10px;*/
}
.now a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#e21a22 !important; 
}
.now a:hover {
	color:#ff6666 !important;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
.signup {
	float:left;
	margin:7px 0 0 14px;
	width:162px;
	_margin:7px 0 0 7px;
}
.btn-sign a{
	color:#333;
	text-decoration:none;
	float:left;
	margin:1px 6px 0 9px;
}
.signin-btn {
	/*margin-top:2px;*/
	float:right;
	padding-top:1px;
}
.sign-forgot {
	width:70px;
	height:15px;
	float:left;
	margin:20px 0 0 7px;
	padding-left:8px;
	background:url(../images/line.gif) no-repeat 4px center;
}
.logout{
	width:140px;
	height:15px;
	float:left;
  	padding-top:10px;
}

.logout_msg{
	float:right;
	text-align:right;
	overflow:hidden; 
	height:30px;
	padding-right:10px; 
	font-size:10px;
}

.logout_btn{
	float:right;
	padding-top:32px; 
	#padding-top:23px; 
	_#padding-top:22px;
	padding-right:6px;
}
.logout_btn_bak{
	float:right;
	padding-top:46px; 
	#padding-top:37px; 
	_#padding-top:36px;
	padding-right:6px;
}
.forgot {
	float:left;
	padding-top:4px;
	width:150px;
}
.forgot a{
	/*color:#33ccff;*/
	/*color:#e21a22;*/
	color:#999999 !important;
	text-decoration:none;
	margin:1px 9px 0 0;
	float:left;
}
.forgot a:hover {
	color:#e21a22 !important;
	float:left;
	margin:1px 9px 0 0;
	text-decoration:underline;
}
.panel-l {
	float:left;
	width:444px;
}
#logout {
	float:left;
	/*width:140px;*/
	height:135px;
}
#logout a{
	font-size:10px;
	text-decoration:none;
	color:#333333;
	width:73px;
	height:15px;
	display:block;
	background:url(../images/btn-arrow.gif) no-repeat 50px 0;
	margin:99px 0 0 68px;
	_margin:99px 0 0 63px;
	padding-top:1px;
}
#footer {
	width:940px;
	height:70px;
	background:url(../images/footer-bg.gif) no-repeat;
}
.foot {
	color:#e21a22;
	font-size:10px;
	margin:15px 0 0 15px;
	float:left;
}
.f-icons {
	float:left;
	margin:7px 0 0 10px;
}
.f-pad {
	padding-left:5px;
}
.f-nav {
	width:350px;
	margin-top:8px;
	float:right;
	font-size:10px;
	padding-right:10px;
}
.f-nav li{
	float:left;
}
.f-nav li a{
	color:#666666;
	text-decoration:none;
}
.f-nav li a:hover {
	color:#e21a22 !important;
	text-decoration:underline;
}
.f-nav li.contact a{
	color:#e21a22;
	font-weight:bold;
	text-decoration:none;
}
.f-nav li.contact a:hover {
	color:#ff6666 !important;
	font-weight:bold;
	text-decoration:underline;
}
.f-line {
	color:#666666;
	padding:0 8px 0 8px;
}
.w-pad {
	color:#333333;
	padding-bottom:5px;
	float:left;
}
.w-pad2 {
	float:left;
	width:150px;
}

/*footer newly added*/
.deep-logo {
	float:right;
	text-align:right;
	width:500px;
	margin-right:7px;
}

/*menu items active state*/
/*since a tag is not inserted for active btns, please replace <a> with <div> in the html*/
.news-active {
	display:block;
	width:70px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_news.gif);
	background-position:left bottom;
}
.abt-active {
	display:block;
	width:81px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_about.gif);
	background-position:left bottom;
}
.abt-active2 {
	display:block;
	width:80px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_about_2.gif);
	background-position:left bottom;
}
.mevent-active {
	display:block;
	width:120px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_mevent.gif);
	background-position:left bottom;
}
.msche-active {
	display:block;
	width:145px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_sche.gif);
	background-position:left bottom;
}
.events-active {
	display:block;
	width:85px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_events.gif);
	background-position:left bottom;
}
.mpro-active {
	display:block;
	width:126px;
	height:135px;
	text-decoration:none;
	float:left;
	background:url(../images/btn_pro.gif);
	background-position:left bottom;
}

/*end menu item active state*/
