@charset "UTF-8";
body {
	color: #000;
	font-family: "Myriad Pro", sans serif;
	font-size: 16px;
	margin:0;
	/*background-color: #FFF;*/
	background-image: url(../Graphics/clouds2.png);
	
	/*background-color: #EDF3FF;
	background-image:
	url(Graphics/bg-ltgrayretic.gif);*/
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-radius: 10px;
}
h1, h2, h3 {
	font-weight: bold;
	margin-top:1px;
	margin-bottom: 0px;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}

/* General classes here */


a {
	text-decoration: none;
}

a:link {
	color: #0632FF;
}

a:visited {
	color: #0632FF;
}

a:hover, a:active {
	color: #999;
}

.color-red {
	color: #900;
}
 .ital {
	 font-style:oblique;
 }
 
 .p_bold {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

 .bold_ital_subhead {
	font-style: italic;
	font-weight: bold;
 }
 
 .centered_text {
	text-align: center;
}
.centered_text_red {
	color: #900;
	text-align: center;
}
.column-subhead {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	margin-bottom: 4px;
}
.column-subhead a {
	color:#00C;
}
.column-subhead a:hover {
	color: #999;
}

#header {
	/*background-image: url(Graphics/clouds2.png);*/
	border-radius: 10px 10px 0px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #f5f5f5;
}

#header img {
	padding-left: 18px;
}

/* applies to contact info in header*/
#header p {
	text-align: left;
	color: #000;
	padding-left: 20px;
	margin-top: 4px;
	margin-bottom: 1px;
}

#header h1, h2, h3, h4 {
	padding-left: 20px;
}

/*.header_text {
	float: left;
	clear: both;
}*/


/* topnav here*/
#topnav {
	width: 920px;
	background-color: #FFF;
	font-size:90%;
	padding: 2px 20px 2px 20px;
	color: #000;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #900;
	border-bottom-color: #900;
	border-bottom-style: double;
	border-bottom-width: medium;
	/*float: left;*/
	text-align: left;
	font-weight: normal;
}

#topnav a {
	color: #000;
	text-decoration: none;
}

#topnav a:hover {
	color: #999;
}
/* #column-head goes under nav bar above main content columns. Contains title and page intro.  */
#content-head {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	width: 920px;
	margin-bottom: 0px;
}

#content-head p {
	margin-bottom: 6px;
	margin-top: 2px;
	line-height: 1.15em;
}

#content-head h1, h2 {
	margin-bottom: 2px;
}

/*#right-sidebar used for Contact box on About Us, Products & Services, Support Options  */

#right_sidebar {
	width: 240px;
	float: left;
	clear: right;
	padding: 15px;
	margin-top: 20px;
	margin-right: 20px;
	border: thin solid #009;
	border-radius: 10px;
	/*text-align: center;*/
	margin-left: 20px;
}


#right_sidebar h1 {
	margin: 0px;
	text-align: center;
}


#right_sidebar h2 {
	margin-bottom: 4px;
}

#right_sidebar h3 {
	margin-bottom: 4px;
}

#right-sidebar-support {
	width: 240px;
	float: left;
	clear: right;
	padding: 15px 15px 15px 0px;
	margin-top: 20px;
	margin-right: 20px;
	border: thin solid #009;
	border-radius: 10px;
	/*text-align: center;*/
	margin-left: 20px;
}
#right-sidebar-support h1, h2 {
	text-align: center;
}

/*Use #content-3colContainer to hold 3 columns of divs. Longest column will determine ht of container. */
#content-3colContainer {
	width: 670px;
	clear: right;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
	background-color: #f5f5f5;
	padding-right: 0px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	margin-top: 0px;
}
#content-3colContainer h2 {
	margin-bottom: 0px;
}


#content-3colContainer p {
	padding-right: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	margin-bottom: 20px;
}

#content-3colContainer-left {
	width: 680px;
	clear: none;
	float: right;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
	background-color: #f5f5f5;
	padding-right: 0px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
#content-3colContainer-left h2 {
	margin-bottom: 0px;
}


#content-3colContainer-left p {
	padding-right: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	margin-bottom: 20px;
}


/*Use for columns nested in mainContent3col.*/
#mainContent1 {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;	/*padding-left: 20px;*/
}
#mainContent2 {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent3 {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*not in use, but reserve for future use. */
#mainContent4 {
	float: left;
	width: 185px;
	padding: 20px;
	
}

#mainContent1 p, #mainContent2 p, #mainContent3 p, #mainContent4 p {
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 2px;
	line-height: 1.25em;
	margin-bottom: 6px;
}

#mainContent1 h1, #mainContent2 h1, #mainContent3 h1, #mainContent4 h1 {
	margin-bottom: 9px;
	padding-top: 0px;
}

#mainContent1 blockquote, #mainContent2 blockquote, #mainContent3 blockquote, #mainContent4 blockquote {
	margin-top: 1px;
}

#mainContent1 blockquote p, #mainContent2 blockquote p, #mainContent3 blockquote p, #mainContent4 blockquote p {
	text-indent: -20px;
	margin-bottom: 1px;
	margin-top: 0px;
}

/* #mainContentPanel holds who what where when why spry panel; spry does not work in IE6*/
#mainContentPanel {
	font-size: 13px;
	float: left;
	width: 663px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* #homeContent is for Index page only */

#homeContent {
	font-size: 16px;
	margin-top: 12px;
	float: left;
	margin-left: 20px;
	margin-right: 16px;
	width: 663px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	border-radius: 10px;
	clear: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
*html #homeContent {
	display: inline;
}

.inline {
	display: inline;
}

#homeContent p {
	margin-top: 1px;
	line-height: 1.25em;
}


#homeContent h2 {
	font-size: 22px;
	font-style: oblique;
	color: #900;
	padding-bottom: 4px;
	margin: 0px;
	text-align: left;
}	
	
#homeContent h3 {
	padding-top: 0px;
	padding-bottom: 2px;
	line-height: 1.15em;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: normal;
}

#homeContent-intro p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#homeContent-intro li {
	margin-left: 20px;
	padding-left: 20px;
}

#homeContent ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-bottom: 2px;
	list-style-type: disc;
}

/*This controls font size of panel tabel*/
#homeContent li {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 4px;
}


/* image is a simple network diagram prepared in Fireworks */
#homeContent img {
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 60px;
	margin-top: 0px;
}

#homeContent-Contact {
	float: left;
	width: 400px;
	margin-left: -40px;
	margin-top: 15px;
	text-align: center;
	border-radius: 10px;
	padding: 8px;
	clear: right;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-top: thin solid #999;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #6999;
}

#homeContent-Contact p {
	margin-top: 0px;
	font-size: 14px;
}

/* Testimonials are on home page; background images are in separate divs: one image is all-over cloud image; one image is an open quote; one image is a close quote. Prepared large-size quotes in FW*/
#testimonial {
	background-color: #F4F4F4;
	float: right;
	width: 146px;
	margin-top: 12px;
	margin-bottom: 0px;
	border-radius: 10px;
	margin-right: 20px;
	color: #666;
	padding: 22px;
	clear: right;
}
*html #testimonial {
	display: inline;
}

#testimonial p {
	font-style: italic;
	font-weight: normal;
	line-height: 1.15em;;
	color: #333;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 6px;
}

#testimonial-1 {
	height: 50px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 6px;
	background-image: url(../Network%20ArchiTechs/zzzDo%20Not%20Use/zzzGraphics-unused/closeQuote2.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#testimonial h1 {
	color: #900;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.1em;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 50% 200%
%;
}


/* #tagline appears above #top-of-page and #footer. Need to insert a paragraph return after previous element and add display-inline to *html #tagline and #top-of-page to appear correctly in IE6 and IE7. Also, need to have tagline float right and clear right.*/
#tagline {
	font-size: 18px;
	color: #900;
	text-align: left;
	float: left;
	clear:left;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	padding-top: 3px;
	width: 480px;
	margin-right: 0px;
}
*html #tagline {
	display: inline;
}


#top-of-page {
	float: left;
	clear: left;
	font-size: 95%;
	font-weight: normal;
	color: #FFF;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline;
	width: 165px;
	
}
#html #top-of-page {
	display: inline;
}

#tagline-products {
	font-size: 18px;
	color: #900;
	text-align: left;
	float: left;
	clear:both;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	padding-top: 3px;
	width: 480px;
	margin-right: 0px;
}
*html #tagline-products {
	display: inline;
}


#top-of-page-products {
	float: left;
	clear: both;
	font-size: 95%;
	font-weight: normal;
	color: #FFF;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 6px;
	margin-bottom: 0px;
	display: inline;
	width: 165px;
	
}
#html #top-of-page-products {
	display: inline;
}

#lower-navbar {
	width: 920px;
	background-color: #FFF;
	font-size:90%;
	color: #000;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #900;
	border-bottom-color: #900;
	border-bottom-style: double;
	border-bottom-width: medium;
	float: left;
	text-align: left;
	font-weight: normal;
	clear: both;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#lower-navbar a {
	color: #000;
	text-decoration: none;
}

#lower-navbar a:hover {
	color: #999;
}
.contactPage-contact {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
}
#contactPage-contact {
	margin: 0px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	float: left;
}

#contactPage-contact p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
#frmInfoRequest {
	width: 920px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#requestForInfo {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 920px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
*html #requestForInfo {
	display: inline;
}

#requestForInfo-contact1 {
	width: 418px;
	float: left;
	padding: 20px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-radius: 10px 0 0 10px;
	border-top-width: thin;
	border-top-color: #000;
}

#requestForInfo-contact1 h2, #requestForInfo-contact2 h2 {
	color: #900;
	margin-bottom: 24px;
}

#requestForInfo-contact2 {
	width: 416px;
	float: left;
	padding: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
	border-radius: 0 10px 10px 0px;
	border-top-width: thin;
	border-top-color: #000;
}

#requestForInfo-contact1 p, #requestForInfo-contact2 p {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 4px;
	padding: 0px;
	font-size: 12px;
	line-height: .5em;
}
#requestForInfo-contact1 h3, #requestForInfo-contact2 h3 {
	margin-bottom: 2px;
	padding: 0px;
}

/*not used:
#requestForInfo-contact3 {
	float: left;
	width: 286px;
	padding-left: 10px;
}*/
#requestForInfo h1 {
	text-align: center;
	margin-bottom: 18px;
}
#requestForInfo-network1 {
	float: left;
	width: 856px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#requestForInfo-network1 h2 {
	color: #900;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

#requestForInfo-network1 h3 {
	margin-bottom: 12px;
	font-size: 16px;
}
	
#requestForInfo-network1 p {
	line-height: 1.25em;
	padding-top: 0px;
	margin-bottom: 6px;
}

#requestForInfo-network2 {
	float: left;
	width: 395px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#requestForInfo-network3 {
	float: right;
	width: 395px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#requestForInfo-network2 h2, #requestForInfo-network3 h2 {
	color: #900;
	padding-bottom: 6px;
	margin-bottom: 12px;
	text-align: left;
}

#requestForInfo-network2 h3
#requestForInfo-network3 h3 {
	margin-bottom: 12px;
	font-size: 16px;
}
	
#requestForInfo-network2 p,
#requestForInfo-network3 p {
	line-height: 1.25em;
	padding-top: 0px;
	margin-bottom: 6px;
}
#requestForInfo-networkContainer {
	width: 916px;
	border: thin solid #000;
	margin-top: 20px;
	float: left;
	border-radius: 10px;
}
#homeContent-intro li {
	font-size: 18px;
}
#homeContent-intro {
	font-size: 18px;
}

/*AboutUs css*/

#singlecol-container {
	background-color: #F5F5F5;
	clear: none;
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-top: 20px;
}

*html #singlecol-container {
	display: inline;
}

#content-imgA {
	width: 610px;
	clear: none;
	float: right;
	margin-bottom: 40px;
	margin-right: 20px;
	border: thin dotted #000;
	margin-top: 20px;
}
*html #content-imgA {
	display: inline;
}

#content-imgB {
	width: 610px;
	clear: none;
	float: right;
	margin-bottom: 180px;
	margin-right: 20px;
	margin-left: 0px;
	border: thin dotted #000;
}
*html #content-imgB {
	display: inline;
}

#content-imgC {
	width: 605px;
	clear: none;
	float: right;
	margin-bottom: 180px;
	margin-right: 20px;
	border: thin dotted #000;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 2px;
}
*html #content-imgC {
	display: inline;
}

#content-imgD {
	width: 610px;
	clear: none;
	float: right;
	margin-bottom: 60px;
	margin-right: 20px;
	border: thin dotted #000;
}
*html #content-imgD {
	display: inline;
}

#content-imgE {
	width: 610px;
	clear: none;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	border: thin dotted #000;
}
*html #content-imgE {
	display: inline;
}

#aboutus {
	margin-top: 12px;
}

#aboutus h2 {
	text-align: left;
	padding-left: 0px;
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}
#aboutus h3 {
	margin-top: 12px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 18px;
	color: #990000;
}

#aboutus p {
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 12px;
	margin-top: 6px;
}

#aboutus-blurb {
	width: 500px;
	color: #333;
	background-color: #f5f5f5;
	margin-left: 175px;
	padding: 15px;
	border-radius: 20px; 
}

#aboutus-blurb h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
}

#aboutus-box2 {
	width: 720px;
	color: #333;
	background-color: #f5f5f5;
	margin-left: 80px;
	padding: 15px;
	border-radius: 20px; 
}

#aboutus-box2 h3 {
	font-size: 18px;
	color: #333;
}

#aboutus-box2 ul {
	margin-top: 6px;
	line-height: 1.25em;
	
}

#aboutus-box2 li {
	padding-bottom: 6px;
}

#content-aboutus-a {
	clear: none;
	float: left;
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 400px;
	margin-left: 0px;
	border-radius: 10px;
	width: 245px;
}

#content-aboutus-b {
	clear: none;
	float: left;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 245px;
}


#content-aboutus-c {
	width: 245px;
	margin-bottom: 200px;
	margin-left: 0px;
	clear: none;
	float: left;
	background-color: #F5F5F5;
	padding-right: 20px;
	padding-left: 20px;
}

#content-aboutus-d {
	width: 245px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	float: left;
	background-color: #F5F5F5;
	padding-right: 20px;
	padding-left: 20px;
}

#content-aboutus-e {
	padding: 20px;
	width: 245px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: none;
	float: left;
	background-color: #F5F5F5;
}

#left_sidebar {
	text-align: center;
	padding: 20px;
	float: left;
	width: 157px;
	margin-left: 20px;
	border: thin solid #000;
	border-radius: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
	clear: none;
	margin-right: 20px;
}
#footer {
	color: #333;
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 20px;
	clear:both;
	text-align: left;
	margin-top: 20px;
	border-radius: 0px 0px 10px 10px;
	width: 940px;
}

.smallcaps {
	font-variant: small-caps;
}

#footer a:hover {
	color: #999;
}


#content-imgA2 {
	width: 610px;
	margin-right: 20px;
	border: thin dotted #000;
	float: right;
	margin-bottom: 20px;
}
#content-imgC1 {
	float: right;
	width: 610px;
	margin-right: 20px;
	padding-left: 0px;
	border: thin dotted #000;
	margin-bottom: 800px;
}
.content-aboutus-a2 {
	float: left;
	width: 255px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 100px;
}
#photo-img {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
*html #photo-img {
	display: inline;
}

/*need to have 0px margins for IE6 and IE7.*/
.support-img {
	float: left;
	clear: left;
	margin: 0px;
}
content-2col-container {
	padding: 20px;
	float: right;
	width: 200px;
}
#content-2colContainer {
	padding: 20px;
	float: right;
	width: 430px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

#mainContent-2Col1 {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;	/*padding-left: 20px;*/
}
#mainContent-2Col2 {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent-2Col3 {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#photo-container-left {
	float: left;
	width: 430px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#left_sidebar_wide {
	text-align: center;
	padding: 20px;
	width: 390px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: none;
	float: left;
}
.support-img {
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	float: left;
	margin-top: 4px;
}
*html .support-img {
	display: inline;
}

#content-head-support {
	float: left;
	width: 600px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.support-img-a2 {
	margin-bottom: 40px;
	margin-left: 20px;
	float: left;
}

/*#testimonial-slideshow {
	width: 200px;
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 0px;
	float: right;
	clear: none;
	text-align: center;
}

#testimonial-slideshow img {
	padding-bottom: 20px;
	padding-top: 20px;
}

#testimonial-slideshow li {
	list-style-type: none;	
}
#testimonial-slideshow h1 {
	font-size: 24px;
	color: #900;
	text-align: center;
	padding-bottom: -6px;
	margin-bottom: -4px;
}*/


#faqHead {
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 12px;
}

#faqHead p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#faq-container {
	background-color: #F5F5F5;
	width: 660px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-radius: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#faqContentList {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#faqContent {
	float: left;
	padding: 20px 20px 0px 20px;
}

#faqContent a:link, a:hover, a:visited, a:active {
	font-size: 95%;
}

#faqContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	padding-bottom: 2px;
}
#faqContent p {
	margin-top: 6px;
	margin-bottom: 9px;
}
#faqContentList ul {
	font-size: 14px;
	/*margin-top: 6px;*/
	/*margin-bottom: 3px;*/
}
#faqContentList li {
	padding-bottom: 6px;
}
#faqContent li {
	padding-bottom: 9px;
}

/*IDs for links on page*/
#faq-whoweserve {
}

#faq-wan-specialist {
}

#faq-lan-vs-wan {
}

#faq-legacysys {
}

#faq-integrate-computer-tele {
}

#faq-integrate-video {
}

#faq-rural {
}

.red {
	color: #990000;
}

.bold {
	font-weight: bold;
}


#testimonial-largequote {
	font-size: 600%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 400;
}
#aboutus-box2 {
}
