/* CSS Document */

body {
	background-color: #D7D7D7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #414141;
	line-height: 21px;
	background-image: url(../images/bkgd_tile.jpg);
	background-repeat: repeat-x;
}
/* STANDARD LINKS */
a:link, a:visited, a:active{
	color: #0077BB;
	font-weight: normal;
	text-decoration: underline;
	background-color: none;
}
a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	background-color: #0077BB;
}

/* SUBNAV LINKS */
a.sub:link, a.sub:visited, a.sub:active{
	color: #0077BB;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/bg-underline.gif) repeat-x bottom
	
}
a.sub:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	background-color: #0077BB;
	text-decoration: none;
}
.sub-on{
	color: #000000;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	
}

/* COPY STYLES */

.MAIN_HDGS {
	font-family: Trebuchet MS, sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #003254;
}
.HDG_STYLE_2 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #333333;
}
.Larger_copy {
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 23px;
}
.big_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #0077BB;
	font-weight: bold;
}
.small_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

.footer_txt {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.smallest_txt {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
}

.bullet_txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #414141;
}
.lighter_grey {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
.option_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #009900;
	font-weight: bold;
}
.X_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}
/* MORE BUTTON */
a.more_btn {
display: block;
width: 112px;
height: 28px;
background: url("../images/btnmore_info.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.more_btn {
background-position: 0 -28px;
}

/* AVAYA BUTTON */
a.avaya_btn {
display: block;
width: 285px;
height: 157px;
background: url("../images/avaya_demo.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.avaya_btn {
background-position: 0 -157px;
}

/* VIEW DEMO BUTTON */
a.demo_btn {
display: block;
width: 198px;
height: 34px;
background: url("../images/btn_view_demo.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.demo_btn {
background-position: 0 -34px;
}

/* BACK TO TOP BUTTON */
a.top_btn {
display: block;
width: 80px;
height: 30px;
background: url("../images/btn_top.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.top_btn {
background-position: 0 -30px;
}


/* FOOTER DETAILS */
.footer_txt{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.footer_txt_lighter{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}

a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active{
	color: #004F84;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.footer_nav:hover {
	color: #FFFFFF;
	background-color: #004F84;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.table_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}
.table_txtsmaller {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.red_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #990000;
}
.orange_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #FFCC33;
}
.blue_txt {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #0099CC;
}
