/* CSS Document */

/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	background:url(images/bg.jpg) top repeat-x #000000;
}

body, p, ul, .content, table, tr, td, html {
	color: #000000;
	font-size: 14px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}

div {
	color: #000000;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}

td.headerCell {
	background:url(images/header.jpg) no-repeat;
	width:752px;
	height:195px;
}

td.headerCell h1 span { display:none; }

td.bodyTop {
	background:url(images/body-top.jpg) no-repeat;
	width:752px;
	height:26px;
}

td.leftShade {
	background:url(images/left-shade.jpg) no-repeat top;
	width:5px;
	height:335px;
}
td.leftTop {
	background:url(images/body-left-top.jpg) no-repeat top #ffffff;
	width:27px;
	height:257px;
}
td.leftBottom {
	background:url(images/body-left-bottom.jpg) no-repeat top #ffffff;
	width:27px;
	height:52px;
}

td.rightShade {
	background:url(images/right-shade.jpg) no-repeat top;
	width:7px;
	height:335px;
}
td.rightTop {
	background:url(images/body-right-top.jpg) no-repeat top #ffffff;
	width:20px;
	height:257px;
}
td.rightBottom {
	background:url(images/body-right-bottom.jpg) no-repeat top #ffffff;
	width:20px;
	height:52px;
}


td.bodyCell {
	background:#FFFFFF;
	width:504px;
}

td.bodyCell p {
	padding-right: 8px;
	padding-left: 4px;
}

td.footerCell {
	background:url(images/footer-hr.jpg) top no-repeat #FFFFFF;
	
	color:#000000;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.footerCell p {
	color:#000000;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.footerBottom {
	background:url(images/footer-bottom.jpg) no-repeat;
	width:752px;
	height:7px;
}

.bodyCell li {
	list-style:none;
	background:url(images/arrow-red-bg.jpg) no-repeat 6px 6px;
	padding: 0 0 10px 20px;
}


/*wide*/
td.bodyCellWide {
	background:#FFFFFF;
	width:653px;
}

td.bodyCellWide p {
	padding-right: 8px;
	padding-left: 4px;
}

td.bodyTopWide {
	background:url(images/wideTop.gif) no-repeat;
	width:900px;
	height:26px;
}
td.headerCellWide {
	background:url(images/header.jpg) no-repeat;
	width:900px;
	height:195px;
}
td.headerCellWide h1 span { display:none; }
td.leftShadeWide {
	background:url(images/wideLeftShade.jpg) no-repeat top;
	width:8px;
	height:257px;
}
td.leftTopWide {
	background:url(images/wideLeftTop.jpg) no-repeat top #ffffff;
	width:20px;
	height:257px;
}
td.leftBottomWide {
	background:url(images/wideLeftBottom.jpg) no-repeat top #ffffff;
	width:20px;
	height:52px;
}
td.rightShadeWide {
	background:url(images/wideRightShade.jpg) no-repeat top;
	width:10px;
	height:257px;
}
td.rightTopWide {
	background:url(images/wideRightTop.jpg) no-repeat top #ffffff;
	width:20px;
	height:257px;
}
td.rightBottomWide {
	background:url(images/wideRightBottom.jpg) no-repeat top #ffffff;
	width:20px;
	height:52px;
}
td.footerCellWide {
	background:url(images/wideLine.gif) top no-repeat #FFFFFF;
	color:#000000;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size:11px;
}
td.footerCellWide p {
	color:#000000;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.footerBottomWide {
	background:url(images/wideFooter.jpg) no-repeat;
	width:900px;
	height:7px;
}




/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Nav Settings								 */
/*//---------------------------------------------*/

td.navigationCell {
	background:#FFFFFF;
	width:189px;
	
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	
	background:url(images/nav-bg.jpg) repeat-y;
	width:189px;
}

#menu {
	width: 189px;
	margin: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li a {
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;

	height: 20px;
	background:url(images/nav-up-new.gif) bottom left no-repeat #ffffff;
	padding: 7px 0 0px 40px;
}
	
#menu li a:hover {
	color: #ffffff;
	background:url(images/nav-over-new.gif) bottom left no-repeat #a1a1a1;
	padding: 7px 0 0 40px;
}

div.navHr {
	background:url(images/nav-hr.jpg) top left no-repeat;
	width:189px;
	height:1px;
	margin:0px;
	padding:0px;
}

#menu li a.remote-rollOver
{
	background: url(images/remotesupport-up);
	width:189px;
	height:27px;
	margin:0px;
	padding:0px;
	display:block;
}
#menu li a.remote-rollOver:hover
{
	background: url(images/remotesupport-over);
	width:189px;
	height:27px;
	margin:0px;
	padding:0px;
	display:block;
}

#menu li a.remote-rollOver2
{
	background: url(images/remotesupport-up2);
	width:189px;
	height:27px;
	margin:0px;
	padding:0px;
	display:block;
}
#menu li a.remote-rollOver2:hover
{
	background: url(images/remotesupport-over2);
	width:189px;
	height:27px;
	margin:0px;
	padding:0px;
	display:block;
}



div.navHr hr { display:none; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/

a {
	color: #17385b;
	font-size: 14px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	color: #17385b;
	font-size: 14px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.img {
	border:2px solid #5F1013;
}
.img:hover {
	border:2px solid #000000;
}

td.footerCell a {
	color: #000000;
	font-size: 11px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td.footerCell a:hover {
	color: #961a1d;
	font-size: 11px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

td.footerCell a.red {
	color: #961a1d;
	font-size: 11px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td.footerCell a.red:hover {
	color: #000000;
	font-size: 11px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Other Settings								 */
/*//---------------------------------------------*/

.subtitle h1, .subtitle {
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h1.redText, .redText {
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color:#8f0d11;
}

.hpTagline {
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color:#8f0d11;
	font-size:14px;
	line-height:30px;
}

.textRequiredField {
	font-weight: bold;
}

.imgBorder {
	border:2px solid #5F1013;
	}

.imgAlignLeft {
	margin-right:7px;
	}
.imgAlignRight {
	margin-left:7px;
	}

a.newsletterbutton
{
	width: 175px;
	height: 54px;
	display: block;
	background: url(images/newsletter-button.jpg);
}

a.newsletterbutton:hover
{

	background: url(images/newsletterbutton-uptime-over.jpg);
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/