﻿    body 
{
    margin:0px;
    background-color:#b6bec9;
    text-align:center;
    background-image:url('../_Images/background_grad.jpg');
    background-repeat: repeat-x;
    background-position:left top;
}

a:link, a:visited, a:active
{
    color:#3073a5;
    text-decoration:none;
}

a:hover 
{
    color:#6f96b3;
    text-decoration:underline;
}

.MainArea
{
    width:950px;
    margin-left:auto;
	margin-right:auto;
}

h1 
{
    font-size:18px;
}

img
{
	 border: 0;
	}

/** 
------------------------- Page Header Styles ----------------------------------
**/
.PageHeader
{
    width:100%;
    text-align:left;   
    padding:10px; 
    
}

.PageHeader .Logo
{
    padding-top:0px;
    padding-left:0px;
    width:550px;
}

.PageHeader .LiveChat, .PageHeader .Support,.PageHeader .UnityLogin
{
     font-family:verdana;
     font-size:14px;
     line-height:17px;
     color:#a4b4c2;
     text-align:right;
     padding-top:26px;
     width:100%;
     vertical-align:top;
     font-weight:bold;
}

.PageHeader A, .PageHeader A:Visited, .PageHeader A:Active
{
    color:#FFFFFF;
	text-decoration:none;
}

.PageHeader A:Hover
{
	color:#d3ecff;
	text-decoration:none;
}

.PageHeader .LiveChat
{
   text-align:left;
   padding-left:4px;
   width:160px;
}

.PageHeader .Support
{
   text-align:left;
   padding-left:4px;
   width:150px;
}

.PageHeader .UnityLogin
{
   text-align:left;
   padding-left:4px;
   width:125px;
}


.PageHeader .Icons
{
    padding:2px; 
    vertical-align:middle;   
}
/** 
------------------------- Page Title Bar Styles ----------------------------------
**/

.PageTitleBar
{
    background-image:url('../_Images/PageTitle_bg.jpg');
    background-repeat:no-repeat;
    text-align:left;
    width:100%;
    height:59px;
    vertical-align:top;
}

.PageTitleBar .Title
{
    font-family:verdana;
    font-size:24px;
    color:#FFFFFF;
    padding:15px;
    float:left;
    padding-left:30px;
    margin:0px;
    font-weight:normal;
}

.PageTitleBar .Search
{
    position:relative;
    font-family:verdana;
    font-size:24px;
    color:#FFFFFF;
    text-align:right;
    vertical-align:bottom;
}

.PageTitleBar .SearchTextBox
{
    position:absolute;
    top:19px;
    left:683px;
    font-family:Verdana;
    background-color:Transparent;
    background-image:url('../_Images/home/searchinputboxbg.gif');
    background-repeat:no-repeat;
    border:0px;
    font-size:11px;
    color:#fff;
    padding-left:5px;
    padding-top:6px;
    padding-bottom:4px;
    width:170px;
}
.PageTitleBar .SearchButton
{
    position:absolute;
    top:21px;
    left:857px;
    font-family:"Trebuchet MS Gothic", verdana;
    font-size:9px;
    font-weight:normal;
    background-color:#cef8ff;
    padding:5px;
    margin-bottom:1px;
    padding-bottom:2px;
    padding-top:3px;
    color:#515c64;
    border:solid 1px #cef8ff;
    vertical-align:middle;
}



.PageTitleBar .SearchButton:hover 
{
    background-color:#aaebff;
    border:solid 1px #aaebff;
}


/** 
------------------------- Page Title Bar Styles - Home Master ----------------------------------
**/

.PageTitleBar_Home
{
    background-image:url('../_Images/PageTitle_bg-orange.jpg');
    background-repeat:no-repeat;
    text-align:left;
    width:100%;
    height:59px;
    vertical-align:top;
}

.PageTitleBar_Home .Title
{
    position:relative;
    font-family:Verdana;
    font-size:14px;
    color:black;
    padding:15px;
    float:left;
    padding-left:30px;
    padding-top:10px;
    margin:0px;
    font-weight:bold;
}

.PageTitleBar_Home .Subtitle
{
    position:absolute;
    top:12px;
    left:1px;
    font-family:Verdana;
    font-size:12px;
    color:black;
    float:left;
    padding-left:30px;
    padding-top:25px;
    font-weight:bold;
}

.PageTitleBar_Home .Subtitle span 
{
    font-family:Verdana;
    font-size:12px;
    color:black;
    font-weight:bold;
}

.PageTitleBar_Home .Search
{
    position:relative;
    font-family:verdana;
    font-size:24px;
    color:#FFFFFF;
    padding-top:20px;
    padding-right:51px;
    text-align:right;
    vertical-align:bottom;
}

.PageTitleBar_Home .SearchTextBox
{
    position:absolute;
    top:19px;
    left:683px;
    font-family:Verdana;
    background-color:Transparent;
    background-image:url('../_Images/home/searchinputboxbg.gif');
    background-repeat:no-repeat;
    border:0px;
    font-size:11px;
    color:#fff;
    padding-left:5px;
    padding-top:6px;
    padding-bottom:4px;
    width:170px;
}
.PageTitleBar_Home .SearchButton
{
    position:absolute;
    top:21px;
    left:857px;
    font-family:"Trebuchet MS Gothic", verdana;
    font-size:9px;
    font-weight:normal;
    background-color:#cef8ff;
    padding:5px;
    margin-bottom:1px;
    padding-bottom:2px;
    padding-top:3px;
    color:#515c64;
    border:solid 1px #cef8ff;
    vertical-align:middle;
}

.PageTitleBar_Home .SearchButton:hover 
{
    background-color:#aaebff;
    border:solid 1px #aaebff;
}

/** 
------------------------- Breadcrumb Styles ---------------------------------------------
**/

.BreadCrumbs
{
   font-family:verdana;
   font-size:10px; 
   color:#6abfdf;
   text-align:left;
}

.BreadCrumbs A, .BreadCrumbs A:Visited, .BreadCrumbs A:Active
{
    color:#6abfdf;
	text-decoration: underline;
}

.BreadCrumbs A:Hover
{
	color:#2b658e;
	text-decoration:none;
}

.BreadCrumbs .CurrentPage
{
    color:#698491;
}

.BreadCrumbs .CurrentPage A, .BreadCrumbs .CurrentPage A:Visited, .BreadCrumbs .CurrentPage A:Active
{
    color:#698491;
	text-decoration: none;
}

.BreadCrumbs .CurrentPage A:Hover
{
	color:#698491;
	text-decoration:none;
}

/** 
------------------------- Main Content Sections Styles - Home Master ----------------------------------
**/

.MainContentArea_Home
{
    width:950px;
    background-color:#FFFFFF;
    text-align:left;
    padding:0px;
}

.MainContentArea_Home .LeftContentArea
{
   vertical-align:top;
   width:777px;
   padding:0px;
}

.MainContentArea_Home .RightContentArea
{
    width:173px;
    vertical-align:top;
    text-align:left;
    padding:0px;
}

.MainContentArea_Home .Title
{
   font-family:Verdana,verdana;
   text-transform:uppercase;
   font-size:15px; 
   font-weight:normal;
   color:#2a363d;
   text-align:left; 
   padding-bottom:7px;
}

.MainContentArea_Home .GeneralText
{
   font-family:Verdana,verdana;
   font-size:11px; 
   color:#2a363d;
   text-align:left; 
   line-height:20px;
}

.MainContentArea_Home .bottominfo-container
{
    margin-top:18px;
}

.MainContentArea_Home .HostingSolutionBox
{
    width:306px;
    height:221px;
    font-family:Verdana,verdana;
    font-size:10px; 
    color:#2a363d;
    text-align:left; 
    background-image:url('../_Images/home/home_hostingsolutions_titlebar.jpg');
    background-repeat:no-repeat;
    float:left;
    margin-right:14px;
    padding-top:58px;
    padding-left:15px;
}

.MainContentArea_Home .WhyChooseBox
{
    width:306px;
    height:221px;
    font-family:Verdana,verdana;
    font-size:10px; 
    color:#2a363d;
    text-align:left; 
    background-image:url('../_Images/home/home_whychoose_titlebar.jpg');
    background-repeat:no-repeat;
    padding-top:55px;
    padding-left:15px;
}

.MainContentArea_Home .HostingSolutionBox .Header,.MainContentArea_Home .WhyChooseBox .Header
{
    font-family:Verdana,verdana;
    font-size:11px;
    font-weight:bold;
    color:#2a363d;
    text-align:left; 
    padding-left:16px;
    margin-top:2px;
    margin-bottom:4px;
}

.MainContentArea_Home .HostingSolutionBox .List,.MainContentArea_Home .WhyChooseBox .List
{
    margin:0px;
}

.MainContentArea_Home .HostingSolutionBox .List p,.MainContentArea_Home .WhyChooseBox .List p
{
    background-image: url('../_Images/home/bulletlist_darkgrey.gif');
    background-repeat:no-repeat;    
    margin:0px;
    margin-left:10px;
    padding-left:7px;
    margin-bottom:3px;
    line-height:17px;
}



.MainContentArea_Home .HostingSolutionBox .List
{
    list-style-image: url(../_Images/home/bulletlist_darkgrey.gif);
}

.MainContentArea_Home .Support .List
{
    background-image: url(../_Images/home/bluecheckmark.gif);
    background-repeat:no-repeat;
    font-family:Verdana,verdana;
    font-size:10px;
    color:#3b464d;
    text-align:left; 
    line-height:18px;
    margin-left:12px;
    padding-left:18px;
    margin-top:2px;
}


.mainpage-serversolutions
{
    position:relative;
    width:626px;
    height:185px;
    background-image:url(../_Images/home/home_solutionsbanner_bg.jpg);
    background-repeat:no-repeat;
    margin-bottom:10px;
}

.productspotlight-container
{
    position:relative;
    background-image:url(../_Images/home/home_spotlightbg.jpg);
    background-repeat:no-repeat;
    width:263px;
    height:170px;
    padding-top:53px;

}


.productspotlight-icon 
{
    margin-left:20px;
    margin-right:10px;
    float:left;
}

.productspotlight-text 
{
    font-family:"Trebuchet MS", Verdana, verdana;
    font-size:10px;
    color:#58646b;
    width:170px;
    float:left;
    margin-bottom:27px;
}

.productspotlight-text span 
{
    font-weight:bold;
    font-size:11px;
    color:#333f45;
}


/** 
------------------------- Main Content Sections Styles - Interior Master ----------------------------------
**/

.MainContentArea
{
    width:950px;
    background-color:#FFFFFF;
    text-align:left;
}

.MainContentArea .LeftContentArea
{
    vertical-align:top;
    width:686px;
}

.MainContentArea .RightContentArea
{
    width:262px;
    vertical-align:top;
    text-align:left;
}

.Spacer
{
    padding-bottom:7px;
    padding-right:2px;
}

.GeneralContentText
{
   font-family:Verdana,verdana;
   font-size:11px; 
   line-height:16px;
   color:#444444;
   text-align:left;
   padding-bottom:10px;
   padding-left:20px;
   padding-right:40px;
}

.GeneralContentTextNoIndent 
{
   font-family:Verdana,verdana;
   font-size:11px; 
   color:#444444;
   line-height:16px;
   text-align:left;

}

.GeneralContentTextFeatures 
{
   font-family:Verdana,verdana;
   font-size:11px; 
   color:#444444;
   line-height:16px;
   text-align:left;
   padding-left:10px;
   padding-bottom:5px;
   padding-right:35px;
}

.GeneralContentText p,.GeneralContentTextNoIndent p {
    margin:0px;
    margin-bottom:12px;
    line-height:18px;
}

.GeneralContentText A {
	color: #41859e;
	text-decoration: none;
}

.GeneralContentText A:Visited {
	color: #41859e;
	text-decoration: none;
}

.GeneralContentText A:Hover {
	color: #344047;
	text-decoration: underline;
}

.GeneralContentText A:Active {
	color: #41859e;
	text-decoration: underline;
}

.ContactUL
{
	margin-top: 5px;
	float:left;
	width:295px;
}

.ContactUL LI
{
	list-style-image: url(../_Images/bulletlist_grey.gif);
	border-bottom: 1px solid #d6dde2;
	margin-top:3px;
	margin-bottom:6px;
	padding-bottom: 3px;
}

.SectionTitleBarHomePage
{
    background-image:url('../_Images/SectionTitleBar.jpg');
    background-repeat:no-repeat;
    text-align:left;
    font-family:verdana;
    font-size:20px; 
    color:#333333;
    height:40px;
    padding:0px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:5px;
    margin-left:15px;
    margin-top:20px;
    width:650px;
}


.SectionTitleBar
{
    background-image:url('../_Images/SectionTitleBar.jpg');
    background-repeat:no-repeat;
    text-align:left;
    font-family:verdana;
    font-size:20px; 
    color:#333333;
    height:40px;
    padding:0px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:5px;
    margin-left:15px;
    width:592px;
}

.SectionTitleBarWinEq
{
    background-image:url('../_Images/bigheader_winequip.gif');
    background-repeat:no-repeat;
    text-align:left;
    font-family:verdana;
    font-size:20px; 
    color:#333333;
    height:47px;
    padding:10px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:20px;
    margin:0px;
    width:592px;
}


.SectionTitleBarPDF
{
    background-image:url('../_Images/bigheader_pdf.gif');
    background-repeat:no-repeat;
    text-align:left;
    font-family:verdana;
    font-size:20px; 
    color:#333333;
    height:47px;
    padding:10px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:20px;
    margin:0px;
    width:592px;
}

.SectionTitleBarWinEqArrow
{
    background-image:url('../_Images/tab-proctitlearrow.jpg');
    background-repeat:no-repeat;
    text-align:left;
    font-family:verdana;
    font-size:18px; 
    color:#333333;
    height:57px;
    padding:10px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:15px;
    margin:0px;
}

.RightBox
{  
    text-align:left;
    font-family:verdana;
    font-size:12px; 
    color:#000000;
    width:245px;
    margin-top:10px;
    margin-left:8px;
    background-color:#edf7ff;
}

.RightBox p 
{
    margin-top:0px;
    margin-bottom:0px;
}

.RightBoxPadding 
{
    background-color:#edf7ff;  
    padding-left:15px;
    padding-right:6px;
}

.RightBoxTitle 
{
    font-family:"Trebuchet MS",Verdana,verdana;
    font-size:11px;
    font-weight:bold;
    color:#333f45;
    background-image:url('../_Images/redarrow.gif');
    background-repeat:no-repeat;
    padding-left:8px;
}

.RightBoxText 
{
    font-family:"Trebuchet MS",Verdana,verdana;
    font-size:10px;
    color:#58646b;
    width:150px;
    margin-left:8px;
}

.RightBoxImg 
{
    float:right;
    margin-right:5px;
    margin-top:-5px;
}

.RightBoxLinks 
{
    margin:0px;
    margin-left:8px;
    color:#557f97;
    font-family:"Trebuchet MS",Verdana,verdana;
    font-size:10px;
}

.RightBoxLinks a:link, .RightBoxLinks a:visited 
{
    color:#557f97;
    text-decoration:none;
}

.RightBoxLinks a:hover 
{
    text-decoration:underline;
}

.MidArticleText
{
	margin-top:-10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border:solid 1px black;
	background-color: #f7f7f7;
	padding:5px;
}
.FeatureTable
{
	width:100%;
	margin:0;
	padding:0;
}
.FeatureTable TH
{
	border-bottom: solid 1px #B6BEC9;
}
.FeatureTable TD
{
	border-bottom: dotted 1px #B6BEC9;
}

/**
------------------------- Sales FAQ Styles ----------------------------------
**/

.FaqTitleBar
{
    background-image:url('../_Images/FaqTitleBar.jpg');
    background-repeat:no-repeat;
    text-align:left;
    font-family:Verdana;
    font-size:10px;
    color:#333333;
    height:26px;
    padding:0px;
    padding-bottom:5px;
    padding-left:20px;
}
.FaqTitleBar A 
{
	font-size:14px;
	font-family: Verdana;
	font-weight: bold;
	color: #41859e;
	text-decoration: none;
}
.FaqTitleBar A:Visited 
{
	font-size:14px;
	font-family: Verdana;
	font-weight: bold;
	color: #41859e;
	text-decoration: none;
}

.FaqTitleBar A:Hover 
{
	font-size:14px;
	font-family: Verdana;
	font-weight: bold;
	color: #344047;
	text-decoration: underline;
}

.FaqTitleBar A:Active 
{
	font-size:14px;
	font-family: Verdana;
	font-weight: bold;
	color: #41859e;
	text-decoration: underline;
}

.FaqTeaser {
	padding-left: 25px;
	font-family: Verdana;
	font-size:10px;
	width:528px;
}
/** 
------------------------- Press Release Page Styles ----------------------------------
**/

.PressReleases
{
     font-family:verdana;
}

.PressReleases .Arrow
{
    vertical-align:middle;
    width:11px;
    height:7px;
    background-image:url('../_Images/redarrow.gif');
    background-position:center;
    background-repeat:no-repeat;
}

.PressReleases .Title
{
    font-size:18px;
    color:#41859e;
    padding-bottom:5px;
}
.PressReleases .Title A
{
	font-family: verdana;
	color: #41859e;
	text-decoration: none;
}

.PressReleases .Title A:Visited
{
	font-family: verdana;
	color: #41859e;
	text-decoration: none;
}

.PressReleases .Title A:Hover
{
	font-family: verdana;
	color: #344047;
	text-decoration: underline;
}

.PressReleases .Title A:Active
{
	font-family: verdana;
	color: #41859e;
	text-decoration: underline;
}

.PressReleases .ReleaseDate
{
    color:#000000;
    font-size:12px;
    font-weight:bold;
    text-align:right;
}

.PressReleases .Teaser
{
    color:#000000;
    font-size:11px;
    padding-left:15px;
    padding-bottom:25px;
}
.PressReleases .Teaser A
{
	font-family: verdana;
	color: #41859e;
	text-decoration: none;
}

.PressReleases .Teaser A:Visited
{
	font-family: verdana;
	color: #41859e;
	text-decoration: none;
}

.PressReleases .Teaser A:Hover
{
	font-family: verdana;
	color: #344047;
	text-decoration: underline;
}

.PressReleases .Teaser A:Active
{
	font-family: verdana;
	color: #41859e;
	text-decoration: underline;
}

/** 
------------------------- Page Footer Styles 
**/

.Footer
{
    background-image:url('../_Images/Footer_bg-orange.jpg');
    background-repeat:no-repeat;
    text-align:center;
    width:100%;
    height:60px;
    padding:0px; 
    padding-left:10px;
    font-family:verdana;
    font-size:11px;
}

.Footer .Policy
{
    color:black;
    line-height:18px;   
}
.Footer .Policy A {
	font-family: Verdana;
	color: black;
	text-decoration: none;
}

.Footer .Policy A:Visited {
	font-family: Verdana;
	color: black;
	text-decoration: none;
}

.Footer .Policy A:Hover {
	font-family: Verdana;
	color: #8fb5d1;
	text-decoration: underline;
}

.Footer .Policy A:Active {
	font-family: Verdana;
	color: #8fb5d1;
	text-decoration: underline;
}

.Footer .Copyright
{
    color:black;
    line-height:18px;
}

.Footer .Copyright A {
	font-family: Verdana;
	color: black;
	text-decoration: none;
}

.Footer .Copyright A:Visited {
	font-family: Verdana;
	color: black;
	text-decoration: none;
}

.Footer .Copyright A:Hover {
	font-family: Verdana;
	color: #8fb5d1;
	text-decoration: underline;
}

.Footer .Copyright A:Active {
	font-family: Verdana;
	color: black;
	text-decoration: underline;
}

.floatLeft {
	float: left;
	margin: 10px;
}
.floatRight {
	float: right;
	margin: 10px;
}




/*
--------- Info Boxes -------------------------------------------------------------
*/

.ErrorBox, .AlertBox, .WarningBox, .SuccessBox 
{
    font-family:Verdana,verdana;
    font-size:12px;
	margin: 10px;
	margin-left: 100px;
	margin-right: 100px;
	border-width: 1px;
	border-style: solid;
	padding: 18px;
	text-align: left;
}
.ErrorBox A, .AlertBox A, .WarningBox A, .SuccessBox A {
	font-weight: bold;
	text-decoration: underline;
}
.ErrorBox DIV, .AlertBox DIV, .WarningBox DIV, .SuccessBox DIV {
	padding: 3px;
}

/*
    Warning Box
*/
.WarningBox {
	background-color: #FFEDB7;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-color: #F9BB00;
	color: #8E4700;
}
.WarningBox A, .WarningBox A:Link, .WarningBox A:Visited, .WarningBox A:Active {
	color: #FFC000;
}
.WarningBox A:Hover {
	color: #000000;
}

/*
    Error Box
*/
.ErrorBox {
	background-color: #FFCECE;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-color: #FF0000;
	color: #AA0000;
}
.ErrorBox A, .ErrorBox A:Link, .ErrorBox A:Visited, .ErrorBox A:Active {
	color: #FF0000;
}
.ErrorBox A:Hover {
	color: #000000;
}

/*
    Success Box
*/
.SuccessBox {
	background-color: #ceffb5;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-color: #39a309;
	color: #196800;
}
.SuccessBox A, .SuccessBox A:Link, .SuccessBox A:Visited, .SuccessBox A:Active {
	color: #196800;
}
.SuccessBox A:Hover {
	color: #000000;
}

/*
--------- Input Submit Styles -------------------------------------------------------------
*/

INPUT[type="submit"] {
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color:#a3a3a3;
	margin:0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	height: 19px;
	letter-spacing:1px;
}
INPUT[type="submit"]:Hover {
	cursor: hand;
}

/*
--------- Form - Rows, Labels & Values ------------------------------------------------------
*/
.Form
{
    font-family:Verdana,verdana;
}

.Form .Row {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
.Form .Row .Label {
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
	color: #000000;
}
.Form .Row .Value {
	text-align: left;
	padding-top: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #626262;
}
.Form .Required
{
    color:#FF0000;
    padding-right:3px;
}
.Form .Header 
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	margin: 5px;
	border-bottom: dotted 1px #000000;
	padding-top:10px;
}
.Form .Notes 
{
    font-style:italic; 
    font-weight:normal; 
    font-size:10px;
}

.ReceiptText 
{
    font-family: verdana;
    font-weight:normal; 
    font-size:12px;
    line-height:16px;
}

/*
---------------------------- Testimonials Page Styles ------------------------------
*/
.TestimonialsIntro
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 16pt;
	color:#4e5b61;
}
.FeaturedTestimonial
{
	margin-top:15px;
	background-image:url(../_Images/testimonials/FeaturedTestimonialGrey.jpg);
	background-repeat:no-repeat;
	height:190px;
}
.TestimonialsFeaturedQuote
{
	font-family: "Trebuchet MS",verdana;
	font-size: 12px;
	color: #557f97;
	line-height: 18px;
	padding-left:175px;
	padding-top:29px;
	padding-right: 15px;
	font-style: italic;
	width:390px;
}
.TestimonialsFeaturedCustomer
{
	font-family: "Trebuchet MS",verdana;
	font-size: 13px;
	color: #4e5b61;
	padding-left:220px;
	padding-top:15px;
	padding-right: 15px;
}
.TestimonialsFeaturedTitle
{
	font-family:"Franklin Gothic Medium Cond","verdana Narrow",verdana;
	font-size: 22px;
	color: #2f3539;
	padding-left:20px;
	padding-top:20px;
	padding-right: 15px;
}
.TestimonialQuote
{
	background-color: #f0f0f0;
	width:588px;
	margin-top:20px;
	margin-bottom:0px;
	font-family: Trebuchet MS;
	font-size:11px;
	color: #557f97;
	line-height: 18px;
}
.Indent
{
	padding:5px;
	padding-left: 15px;
	padding-right:15px;
}
.TestimonialStartQuote
{
	background-image:url(../_Images/testimonials/StartQuote2.gif);
	background-repeat:no-repeat;
	height:7px;
}
.TestimonialEndQuote
{
	background-image:url(../_Images/testimonials/EndQuote2.gif);
	background-repeat:no-repeat;
	height:23px;
}
.TestimonialQuoteBy
{
	font-family:Verdana;
	font-size: 11px;
	padding-left: 65px;
	margin-top:-7px;
	color:#414c51;
}

/*
--------- Site Search Page ------------------------------------------------------
*/
.SearchPagerCSS
{
    text-align:center;
    padding:5px;
    font-size:14px;
    letter-spacing:3px;
    font-weight:bold;
    
}

.SearchPagerCSS A, .SearchPagerCSS A:Visited, .SearchPagerCSS A:Active
{
    color:#2b658e;
	text-decoration:none;
	font-weight:normal;
}

.SearchPagerCSS A:Hover
{
	color:#2b658e;
	text-decoration:none;
	font-weight:normal;
}

.SearchMain 
{
    position:relative;
    background-image:url('../_Images/searchbg.gif');
    background-repeat:no-repeat;
    height:52px;
    width:589px;
    margin-left:2px;
}

.SearchMainInput 
{
    position:absolute;
    top:16px;
    left:25px;
}

.SearchMainInput input 
{
    background-color:Transparent;
    font-family:"Trebuchet MS",Verdana,verdana;
    color:#fff;
    font-size:14px;
    border:0px;
    width:440px;
}

.SearchPageButton 
{
    position:absolute;
    top:6px;
    left:485px;
}



/** 
------------------------- Feedback Page Styles ----------------------------------
**/


.FeedbackContainer
{
    position:relative;
	margin-top:15px;
	margin-bottom:20px;
	background-image:url(../_Images/about/header_feedback.jpg);
	background-repeat:no-repeat;
	height:190px;
}
.FeedbackText
{
    position:absolute;
    top:24px;
    left:42px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #557f97;
	line-height:18px;
	width:410px;
}

.FeedbackQuote
{
    position:absolute;
    top:114px;
    left:200px;
	font-family:"Trebuchet MS",verdana;
	font-size: 12px;
	color: #4e5b61;
	width:270px;
}

.feedbacktable 
{
    font-family:"Trebuchet MS",Verdana,verdana;
    font-size:11px;
    color:#515151;
}

.feedbacktable td 
{
    text-align:left;
}

.feedbacktable img
{
    padding-right:10px;
}

.feedbacktable input 
{
    font-family:Verdana;
    color:#515151;
    font-size:11px;
    padding:2px;
}

.feedbacktable textarea
{
    font-family:Verdana;
    color:#515151;
    font-size:11px;
    padding:2px;
}

/*
---------------------------- About Page Styles ------------------------------
*/

.aboutSDTechcontainer 
{
    position:relative;
    background-image:url('../_Images/about/header_aboutsi.jpg');
    background-repeat:no-repeat;
    width:596px;
    height:267px;
    font-family:Verdana,verdana;
    font-size:11px;
    color:#bcbcbc;
}

.aboutSDTechaddress 
{
    position:absolute;
    top:66px;
    left:45px;
    line-height:14px;
}

.aboutSDTechpdf 
{
    position:absolute;
    top:201px;
    left:64px;
    width:300px;
}

.aboutSDTechpdf a:link,.aboutSDTechpdf a:visited 
{
    color:#fff;
}


.AboutSDTech
{
	width: 485px;
	float:left;
}

.AboutSDTechBold
{
	font-weight:bold;
}

.AboutBuilding
{
	float: right;
	margin-right:3px;
}

.AboutSupport
{
	float:left;
	width:281px;
	margin-top:24px;
	margin-left:10px;
}

.AboutBilling
{
	float:right;
	width:281px;
	margin-top:24px;
	margin-left:5px;
	padding-right:30px;
}

.AboutSubHeader
{
    text-align:left;
    font-family:Verdana;
    font-size:12px; 
    font-weight:bold;
    color:#333333;
    height:23px;
    padding:0px;
    padding-top:2px;
    padding-left:15px;
    margin:0;
}

.AboutSubContent
{
	background-color: #f7fbfe;
	background-image:url(../_Images/about/AboutSubContent.jpg);
    background-repeat:no-repeat;
    text-align:left;
    font-family:Verdana;
    font-size:10px;
    color:#333333;
    height:123px;
    padding:0;
    margin:0;
}

.AboutSubContent UL
{
	margin-bottom:0;
	margin-top: 5px;
}

.AboutSubContent UL LI
{
	list-style-image: url(../_Images/about/redarrow.gif);
	border-bottom: none;
	margin-left: 0;
	padding-bottom:5px;
}

.AboutSubContent UL LI A
{
	font-family: Verdana;
	font-size:11px;
	color: #325770;
	text-decoration:underline;
}

.AboutSubContent UL LI A:Visited
{
	font-family: Verdana;
	font-size:11px;
	color: #325770;
	text-decoration:underline;
}

.AboutSubContent UL LI A:Hover
{
	font-family: Verdana;
	font-size:11px;
	color: #41859e;
	text-decoration:none;
}

.AboutSubContent UL LI A:Active
{
	font-family: Verdana;
	font-size:11px;
	color: #325770;
	text-decoration:underline;
}

.AboutNote
{
	padding:15px;
	padding-top:10px;
	font-family: Verdana;
	color: #889fae;
}
