/*----------- MAIN TABLE OUTLINE ---------*/

#Table_outline {
	border: 1px solid #6D7E9A;
	width: 900px;
}

#mainContainer {
	margin-top: 6px;
	text-align: center;
	display: block;
}

#content {
	padding: 20px 12px 12px 20px;
}
.pageTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 3px;
	background: #EAE9EA;
	padding-bottom: 3px;
	padding-left: 30px;
}
.inputBox {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
        padding: 0 0 0 0;
	vertical-align: middle;
	display: inline;
	color: #215352;
}
.inputCheckbox {
	height: 11px;
	width: 11px;
	display: inline;
	vertical-align: middle;
}
.login_Txt {
	font: 11px "Trebuchet MS", Verdana, Arial, Sans-serif;
	vertical-align: middle;
}
.login_Txt a {
	color: #000000;
	text-decoration: underline;
}
/* ------- BOTTOM NAVIGATION START--------*/

.botnav
{
	font: 10px Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
.botnav a
{
	font: 10px Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	color: #000000;
	text-decoration: none;
}

.botnav a:hover
{
	color: #9D3020;
	text-decoration: underline;
	display: inline;
}
.nav_bot_border {
	border-bottom: 1px solid #6D7E9A;
}
.subnav_grey_bkg {
	background: #EAE9EA;
	border-top: 2px solid #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 3px;
}





/*----------START BUTTON NAVIGATION for TOP----------*/
    
#btn {
	float:left;
	font: 10px/normal Arial, Helvetica, sans-serif;
	margin-left: 15px;
}


#btn ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#btn li{
	display:inline;
	margin:0;
	padding:0;

}

#btn a {
float:left;
background:url(/web_images/btn_bkg_01.gif) no-repeat left top;
height: 22px;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
color: ffffff;
}

#btn a span {
float:left;
display:block;
background:url(/web_images/btn_bkg_02.gif) no-repeat right top;
    line-height: 14px;
    padding: 4px 15px 4px 0px;

font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#btn a span {float:none;}
/* End IE5-Mac hack */

#btn a:hover span {
color: ffffff;
}

#btn #current a {
background-position:0 -22px;
}

#btn #current a span {
background-position:100% -22px;
color: ffffff;
}

#btn a:hover {
background-position:0% -22px;
}

#btn a:hover span {
background-position:100% -22px;
}

#btn a:active {
background-position:0 -44px;
}

#btn a:active span {
background-position:100% -44px;
color: ffffff;
padding: 5px 15px 3px 0px; /* push text down 1px */
}
/*---------end top nav-------------*/



/*----------START URL Button----------*/
    
.SENDbtn {
	font: 10px/normal Arial, Helvetica, sans-serif;
	float:left;
	clear: both;
}



#SENDbtn a {
background:url(/web_images/2btn_bkg_01.gif) no-repeat left top;
height: 22px;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
color: ffffff;
}

#SENDbtn a span {
display:block;
background:url(/web_images/2btn_bkg_02.gif) no-repeat right top;
    line-height: 14px;
    padding: 4px 15px 4px 0px;

font-weight:bold;
color:#ffffff;
}


#SENDbtn a:hover span {
color: ffffff;
}

#SENDbtn a:hover {
background-position:0% -22px;
}

#SENDbtn a:hover span {
background-position:100% -22px;
}

#SENDbtn a:active {
background-position:0 -44px;
}

#SENDbtn a:active span {
background-position:100% -44px;
color: ffffff;
padding: 5px 15px 10px 0px; /* push text down 1px */
}
/*---------END URL button-------------*/





/*--------styles for body of all pages-------------*/
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
}
	
.bodyText {
	font: 11px Arial, Helvetica, sans-serif;
}

.dashedLine {
	border-top: 1px dashed #B3B4B4;
	display: block;
	line-height: 5px;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #B3B4B4;
	text-align: left;
	padding-top: 7px;
	padding-left: 4px;
	padding-bottom: 7px;
}
#footer {
	padding: 3px 0px;
	background: #F3F3F3;
	width: 898px;
	margin: 3px 1px 1px;
	height: 20px;
	clear: both;
}

	
	/*---------------home page specific tags-------------------*/

.main_category {
	font-size: 12px;
	background: #EAE9EA;
	padding: 3px;
	height: 18px;
	border-top: 1px solid #BAC5BF;
	border-bottom: 1px solid #BAC5BF;
	color: #557D7C;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: 12px;
	margin-left: 12px;
}

.main_category a{
	color: #557D7C;
	text-decoration: none;
}

.body_category {
        font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #B3B4B4;
	padding-top: 8px;
	margin-right: 12px;
	margin-left: 12px;
	width: 80%;
}
.main_category a:hover {
	color: #557D7C;
	text-decoration: underline;
}
.homeTxt_rt {
	color: 215352;
	font: normal 14px/16px "Times New Roman", Times, serif;
	padding-right: 25px;
	padding-left: 25px;
}
.TD_title {
	background: url(/web_images/ARROW-DASH_ORANGE.gif) no-repeat bottom;
	height: 40px;
	margin-top: 6px;
	display: table-cell;
}

#red_brackets {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #00718F;
	background: url(/web_images/BRACKET_SML_LEFT.gif) no-repeat left center;
	display: block;
	padding-left: 0px;
	text-align: center;
	height: 20px;
}
#red_brackets span {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9F3121;
	background: url(/web_images/BRACKET_SML_RT.gif) no-repeat right center;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	text-align: center;
	height: 20px;
}
#red_brackets_big {
	font: bold 14px/30px "Times New Roman", Times, serif;
	color: #9F3121;
	background: url(/web_images/BRACKET_BIG_LEFT.gif) no-repeat left center;
	display: block;
	padding-left: 12px;
	text-align: center;
	height: 38px;
}
#red_brackets_big span {
	font: 14px/30px "Times New Roman", Times, serif;
	color: #9F3121;
	background: url(/web_images/BRACKET_BIG_RT.gif) no-repeat right center;
	display: block;
	padding-right: 12px;
	text-align: center;
	height: 38px;
}
#description {
	font: 10px Arial, Helvetica, sans-serif;
	color: #215352;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

.bulletTxt {
	color: 215352;
	font: normal 14px/18px "Times New Roman", Times, serif;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: square;
	margin-left: 0px;
}
.red {
	color: #FF0000;
}
.big_arrow{
	background: url(/web_images/ARROW_BIG_BKG.jpg) no-repeat center center;
}
.big_arrow_txt{
	font: bold 14px "Times New Roman", Times, serif;
	color: #9D3020;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

td.GrnTxtSerif {
  font-family: "Times New Roman", Times, serif;
  color: #215352;
  font-size: 14px;
  font-size-adjust: none;
}
td.GreyTxtSerif {
  font-family: "Times New Roman", Times, serif;
  color: #808080;
  font-size: 14px;
  font-size-adjust: none;
}
td.GreyTxtSmallSerif {
  font-family: "Times New Roman", Times, serif;
  color: #808080;
  font-size: 12px;
  font-size-adjust: none;
}
td.GreyTxtVerySmallSerif {
  font-family: "Times New Roman", Times, serif;
  color: #808080;
  font-size: 11px;
  font-size-adjust: none;
}
td.GrnTxtSmallSerif {
  font-family: "Times New Roman", Times, serif;
  color: #215352;
  font-size: 13px;
  font-size-adjust: none;
}
td.GrnTxtMedSerif {
  font-family: "Times New Roman", Times, serif;
  color: #215352;
  font-size: 15px;
  font-size-adjust: none;
}
td.RedTxt {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #9F3121;
  font-size: 14px;
  font-size-adjust: none;
}
td.RedTxtSmall {
        color: #9F3121;
        font-size-adjust: none;
        font: 12px "Trebuchet MS", Verdana, Arial, Sans-serif;
        padding: 0px;
}
#demoList {
        font: 13px "Times New Roman", Times, serif;
        color: #215352;
        padding-left: 20px;
        list-style-type: none;
        margin-left: 0px;
}
#demoList li {
        color: #215352;
        list-style-type: none;
        margin-left: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: "Times New Roman", Times, serif;
}
#demoContent {
        padding: 0px;
        width: 582px;
        border: 1px solid #CCCCCC;
}
td.OrangeTxt {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #E66B26;
  font-size: 14px;
  font-size-adjust: none;
}
td.RedBracket {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #9F3121;
  font-size: 90px;
  font-size-adjust: none;
}
td.RedBracketSmall {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #9F3121;
  font-size: 30px;
  font-size-adjust: none;
}
td.GrnTxtSmall {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #215352;
  font-size: 11px;
  font-size-adjust: none;
}
span.GrnTxtVerySmall {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  color: #215352;
  font-size: 12px;
  font-size-adjust: none;
}
span.GrnTxtSerif {
  font-family: "Times New Roman", Times, serif;
  color: #215352;
  font-size: 15px;
  font-size-adjust: none;
}
td.GrnTxtSerif2 {
  font-family: "Times New Roman", Times, serif;
  color: #215352;
  font-size: 16px;
  font-size-adjust: none;
}
td.RedTxtBigSerif {
  font-family: "Times New Roman", Times, serif;
  color: #9F3121;
  font-size: 19px;
  font-size-adjust: none;
}
td.RedTxtSerif {
  font-family: "Times New Roman", Times, serif;
  color: #9F3121;
  font-size: 16px;
  font-size-adjust: none;
}
span.RedTxtBig {
  font-family: Arial,sans-serif;
  color: #9F3121;
  font-size: 15px;
  font-size-adjust: none;
}
.faqTitle {
	font: 10px Arial, Helvetica, sans-serif;
	color: #9F3121;
}
.faqAnswer {
	font: 12px "Times New Roman", Times, serif;
	color: #215352;
	padding-top: 2px;
}
.bulletTxtBig li{
	color: 215352;
	font: normal 18px/22px "Times New Roman", Times, serif;
	list-style-type: square;
	margin-left: 0px;
	margin-bottom: 8px;
}
#faqBox {
	height: 320px;
	width: 350px;
	border: 1px solid #D4D2D3;
	overflow: auto
}
#demobtn {
	background: url(/web_images/btn_demo_bkg.gif) no-repeat;
	height: 46px;
	width: 138px;
	padding-top: 8px;
	padding-left: 8px;
}
#demobtn a{
	font: 10px Arial, Helvetica, sans-serif;
	color: #00718F;
	text-decoration: none;
}
#demobtn a:hover{
	color: #993300;
	text-decoration: underline;
}
.Grn_txt {
	color: 215352;
	font: normal 14px/16px "Times New Roman", Times, serif;
}
.faqQuestions {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9F3121;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
}
#faqList{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9F3121;
}
#faqList UL{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
        padding: 0;
	list-style-type: none;
}
#faqList LI{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
