body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
}
		
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005aa5;
	text-decoration: underline;
}

a:link {
	color: #3D5FA0;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	color: #3D5FA0;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer a,
.footer a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:visited{
	color: #DDDDDD;
}

.footer a:hover{
	color: #FF9900;
}


ol,ul {
	color: #666666;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.pagetitle {
	color: #516CA6;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.pagetitle_white {
	font: bolder 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.navigationheader {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.greenhighlight_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009933;
	font-weight: normal;
}


.calloutbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}


.calloutbox a{
	color: #666666;
}

.calloutbox a:link {
	color: #0066CC;
}

.calloutbox a:visited {
	color: #000099;
}

.calloutbox a:hover {
	color: #ff9900;
}

.h1-orange{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

.h1-orange a{
	color: #FF9900;
	text-decoration: none;
}

.h1-orange a:link {
	color: #FF9900;
	text-decoration: none;
}
.h1-orange a:visited {
	color: #FF9900;
	text-decoration: none;
}
.h1-orange a:hover {
	color: #3D5FA0;
	text-decoration: none;
}

.h2-blue {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3D5FA0;
	text-decoration: none;
}

.leftnavtext {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.rightnavheader {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.rightnavtext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #516CA6;
	text-decoration: none;
}

.Sublink-purple {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	text-decoration: none;
}

.testimonials {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*Sets line-height of all menuitems*/
#HomeNav {
	line-height: 1.5;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#HomeNav div div {
	margin: 0 0 0 16px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#HomeNav div a {
	color: #333333;
	font-size: 10px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#HomeNav div a {
	padding: 1px 4 1px 12px;
	display: block;
	background-color: #CCCCCC;
	border-top: 1px solid #eee;
	border-right: 1px solid #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	text-decoration: none;
	width: 160px;
}

#HomeNav div a:visited {
	color: #333333;
}

#HomeNav div a:hover {
	color: #666666;
	background-color: #FFFFFF;
}

/*The Link style for second-level menuitems*/
#HomeNav div div a {
	font-size: 9px;
	background-color: transparent;
	border: 0;
}



/*The Other Tags*/

.leftTableMargin {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	height: 375px;
	padding: 0px;
}

.blue-subheader {
	color: #3D5FA0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/* Tearout boxes NEW*/
#tearoutSolutions {
	background-image:url(images/tearouts/solutions.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:15px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:300px;
}

#tearoutCustomers {
	background-image:url(images/tearouts/customers.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:15px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:300px;
}

#tearoutProducts {	
	background-image:url(images/tearouts/products.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:20px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:154px;
}

#tearoutSupport {	
	background-image:url(images/tearouts/support.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:20px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:164px;
}

#tearoutCompany {	
	background-image:url(images/tearouts/company.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:20px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:180px;
}

#tearoutPartners {	
	background-image:url(images/tearouts/partners.jpg);
	background-repeat:no-repeat;
	position:absolute;
	line-height:20px; 
	text-align:left;
	left:5px;
	top:130px;
	width:170px;
	height:120px;
}

#tearoutAction {	
/*	background-image:url(images/tearouts/calltoaction.gif);	*/
	background-repeat:no-repeat;
	position:absolute;
	line-height:20px; 
	text-align:left;
	left:5px;
	top:330px;
	width:160px;
	height:180px;
}

.TParent {
	font-size:12px; 
	padding-left:12px;
	padding-right:12px;
}

.TChild {
	font-size:11px; 
	padding-left:20px;
}

.swirls_Solutions {
	background-image:url(images/swirls/sw_solutions.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.swirls_Customers {
	background-image:url(images/swirls/sw_customers.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.swirls_Products {
	background-image:url(images/swirls/sw_products.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.swirls_Partners {
	background-image:url(images/swirls/sw_partners.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.swirls_Company {
	background-image:url(images/swirls/sw_company.jpg);
	background-position:top;
	background-repeat:no-repeat
}

.swirls_Support {
	background-image:url(images/swirls/sw_support.jpg);
	background-position:top;
	background-repeat:no-repeat
}


/* Tearout boxes OLD*/
/*
.tearout {
	line-height: 10px;
	text-align: left;
	background-position: top;
	background-repeat: no-repeat;
}

	
.tearout a, .tearout a:link{
	font-size: 12px;
	font-family: "Arial";
	color: #666666;
}

.tearout a:visited{
	color: #666666;
}

.tearout a:hover{
	color: #FF9900;
}



.tearout_support {
	background-image: url(images/tearouts/support.jpg);
}

.tearout_product {
	background-image: url(images/tearouts/products.jpg);
}

.tearout_solutions {
	padding-left:15px;
	background-image: url(images/tearouts/solutions.jpg);
}

.tearout_partners {
	background-image: url(images/tearouts/partners.jpg);
}

.tearout_company {
	background-image: url(images/tearouts/company.jpg);
}

.tearout_indent{
	line-height: 6pt;
	text-indent: 15px;
}

*/
.dottedHozRule {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.orangehighlight_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: normal;
}

