@charset "utf-8";
body {
	background-color: #1e1e1f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#main-content {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main-content #menu {
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
#main-content .headerbg{
	background-image: url(../images/customer-care.gif);
	background-repeat: no-repeat;
	height: 140px;
	background-position: right;
}

#main-content #support-options {
	background-color: #ebebeb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 80px;
	z-index: 1;
	position: relative;
}

#main-content #content {
	background-color: #FFFFFF;
	vertical-align: top;
}
#main-content #latest-news {
	background-color: #f4f4f4;
	height: 80px;
	z-index: 1;
	position: relative;
}

#main-content #side-bar {
	z-index: 3;
	position: relative;
	top: -155px;
}
#main-content #footer {
	background-color: #2b2b2c;
	font-size: 10px;
	color: #999999;
}
#main-content #footer a:link {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#main-content #footer a:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#main-content #footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#main-content #header {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#main-content #header a:link {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#main-content #header a:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#main-content #header a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#main-content #footer p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-content #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#main-content #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#main-content #content p {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
/*News Ticker Style START*/

#moostick,  .moostick {
	display: block;
	height: 50px;
	margin: 0;
	padding: 0px 0;
	overflow: hidden;       /* used in css check */
	width: 420px;
	margin: auto 0px;
	border: 0px solid #666666;
}
#moostick li,  .moostick li {
	display: block;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 11px;
	color: #333333;
}
#moostick .show,  .moostick .show {
	visibility: visible;
	opacity: 1;
}
/*News Ticker Style END*/
#main-content #content .box {
	width: 95%;

}

#main-content #content .box td {
	padding: 2px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
} 
#main-content #content h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F1EB;
	height: 100%;
	background-color: #FFFFFF;
	color: #666666;
} 

#main-content #content .box td a {
	text-decoration:none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
} 

#main-content #content .box td a:hover {
	background-color:#EBEBEB;
	color:#333333;
} 
#main-content #content #formID {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	background-color: #EBEBEB;
}
#main-content #content #formID table td{
	width: auto;
	background-color: #FFFFFF;
}
#main-content #content #formID em {
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
