﻿html
{
	background:#ccc url(/images/html-bg.gif) repeat-x;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
}

body
{
	background-color:#0c0c0c;
	color:White;
	font: 12px/1.3 Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#cccccc;
}

a
{
	color:White;
	font-weight:bold;
}

a img
{
	border:0 none;
}

acronym
{
	cursor:help;
	text-decoration:underline;
}

#pagecontainer
{
	
}

#header
{
	background:url(/images/template/headerbg.jpg);
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#topbar
{

	width:750px;
	margin:0 auto;		

}

#topbar .logo
{
	height:45px;
	background:url(/images/template/topbarlogo.gif) no-repeat 0 10px;
	padding: 55px 0 0 370px;
	color:#999999;
}

#topbar .menulinks
{
	width:400px;
	margin:0px;
	height:30px;
	padding:0px;
	list-style:none;
}

#topbar .menulinks li
{
	float:left;
	margin-right:4px;
	height:30px;
	color:White;
}

#topbar .menulinks li .tabbg_normal_ls, #topbar .menulinks li .tabbg_normal_rs,
#topbar .menulinks li .tabbg_selected_ls, #topbar .menulinks li .tabbg_selected_rs
{
	float:left;
	background:url(/images/template/tabbgleft.png);
	width:8px;
	height:30px;
}

#topbar .menulinks li .tabbg_selected_ls, #topbar .menulinks li .tabbg_selected_rs
{
	background:url(/images/template/tabbgleftselected.png);
}

#topbar .menulinks li .tabbg_normal_bg, #topbar .menulinks li .tabbg_selected_bg
{
	float:left;
	background:url(/images/template/tabbg.png);
	padding-top:5px;
	height:25px;

}

#topbar .menulinks li .tabbg_selected_bg
{
	background:url(/images/template/tabbgselected.png);
}

#topbar .menulinks li .tabbg_normal_rs,
#topbar .menulinks li .tabbg_selected_rs
{
	float:left;
	background:url(/images/template/tabbgright.png);
}

#topbar .menulinks li .tabbg_selected_rs
{
	background:url(/images/template/tabbgrightselected.png);	
}

#topbar .menulinks li .tabbg_normal_bg a, 
#topbar .menulinks li .tabbg_selected_bg a
{
	display:block;
	float:left;
	height:25px;
	text-decoration:none;
	font-weight:normal;
	color:White;
}

#topbar .menulinks li .tabbg_selected_bg a{
	color:Black;
	text-decoration:underline;
}

#topbar .menulinks li .tabbg_normal_bg a:hover
{
	text-decoration:underline;
}

#featurebar
{
	
	height:217px;
}

#featurebarshort
{
	
	height:100px;	
	background:url(/images/template/cogbg.jpg) no-repeat 70% 1px;
}

#textart, #slider
{
	padding-top:1px;
	width:750px;
	margin:0 auto;	
	font-size:16pt;	
	color:White;
	font-family:Arial;
}

#textart h1
{
	margin-top:20px;
	font-size:22pt;
	margin-bottom:0;
	text-align:left;
		
}

#textart h2
{
	font-size:12pt;
	margin:0;
	text-align:left;
}

#textart img
{
	margin-left:-8px;
}

#contentcontainer,#contentcontainershort 
{
	margin:0 auto;
	margin-top:347px;
	width:750px;
	background-color:#202020;
	padding:20px;
	font-size:14px;
}

#contentcontainer a:hover,#contentcontainershort a:hover
{
	color:#ff9304;
}

#contentcontainershort
{
	margin-top:222px;	
}

#contentcontainer .leftcol, #contentcontainershort .leftcol
{
	width:420px;
	margin-right:20px;
	float:left;
}

#contentcontainer .rightcol, #contentcontainershort .rightcol
{
	width:300px;
	float:right;
}

.breadcrumbs
{

}

.breadcrumbs a
{
	font-weight:normal;
}

.breadcrumbs ul
{
	margin:0;
	padding:0;
	padding-bottom:20px;
	list-style:none;
}

.breadcrumbs ul li
{
	float:left;
	margin-right:10px;
	text-indent:15px;
	background:transparent url(/images/template/breadcrumbspacer.gif) no-repeat 0 5px ;
}

.breadcrumbs ul .first /*, .breadcrumbs ul .last*/
{
	text-indent:0px;
	background:none;
}

h3
{
	margin:0;
	padding:0;
	margin-bottom:-10px;
	font-size: 16px;
	height:25px;	
	color:White;
}

h4
{
	margin:0;
	padding:0;
	margin-bottom:-10px;	
	font-size: 21px;
	height:22px;
	color:White;
}

h5
{
	margin:0;
	padding:0;
	font-size: 16px;
	height:22px;
}

.clear
{
	clear:both;
}

hr
{
	height:1px;
	border:solid 1px #5a5a5a;
}

ol.numbered
{
	list-style:none;
}

ol.numbered li
{
	position:relative;
	margin:1em 0;
}

ol.numbered span
{
	font-size:3.5em;
	position:absolute;

	left:-35px;
	xtop:8px;
	color:#666666;
	font-weight:bold;
	font-family:Times New Roman;
	font-style:italic;
}


/*greybox */
.greybox
{
	position:relative;
	background:url(/images/template/greyboxbg.gif) 0 100%;
}

.greybox .tl
{
	background:transparent url(/images/template/greyboxtl.gif) no-repeat scroll 0pt 0;
	width:100%;

}

.greybox .bl
{
	background:transparent url(/images/template/greyboxbl.gif) no-repeat scroll 0pt 100%;
	width:100%;
}

.greybox .content
{
	padding:10px;
}

.greybox .content h3
{
	margin-bottom:15px;
}

.greybox .icon
{
	margin:-10px 10px 0 0;
	position:absolute;
	left:235px;
}

.greybox .iconwide
{
	margin:-10px 10px 0 0;
	position:absolute;
	left:680px;
}

.greybox .tr
{
	background:transparent url(/images/template/greyboxtr.gif) no-repeat scroll 100% 0pt;
	width:100%;
}

.greybox .br
{
	background:transparent url(/images/template/greyboxbr.gif) no-repeat scroll 100% 100%;
	width:100%;
}

.greybox ul
{
	margin-left:15px;
	padding:0;
}

.greybox .price
{
	font-size:50px;
	color:#abd9f0;
	float:right;
	padding:0 0 10px 10px;
}

.greybox .price .smalltext
{
	font-size:18px;
}

.cta
{

	font-weight:bold;
	background:url(/images/template/arrowlink.gif) no-repeat 100%;

}



.cta:hover, ol.numbered .cta:hover
{
	background:url(/images/template/arrowlink-selected.gif) no-repeat 100%;
}


.cta span
{
	text-decoration:none;

}

ol.numbered .cta
{
	display:inline-block;
	background:url(/images/template/arrowlink.gif) no-repeat 100%;	

}

ol.numbered .cta span{
	font-size:1em;
	position:relative;
	background:none;
	left:0;
}

/*news items*/
.newsitems
{
	list-style:none;


}

.greybox .newsitems
{
	margin-left:0;
	padding-left:0;
}

.newsitems li
{
	margin-bottom:20px;
}

.newsitems li a
{
	text-indent:20px;
	background:url(/images/template/doc-icon.gif) no-repeat;	
	display:block;
	padding-bottom:5px;
}

.rsslink
{
	text-indent:20px;
	background:url(/images/template/rss-icon.gif) no-repeat;
	display:block;
}

/* Services subcat list */
.servicesubcats ul
{
	list-style:none;
	margin:15px 0 15px 0;
}

.servicesubcats li
{
	background:transparent url(/images/template/arrowlink.gif) no-repeat scroll left center;
	margin:10px 0;
	padding:0 0 0 15px;
}


.servicesubcats li:hover
{
	background:transparent url(/images/template/arrowlink-selected.gif) no-repeat scroll left center;
	margin:10px 0;
	padding:0 0 0 15px;
}

#partnerlogos
{
	margin-top:10px;
	text-align:center;
	height:21px;
	overflow:hidden;
}

#velink, #gmlink, #mplink, #gelink
{
	display:block;
	float:left;
	height:21px;
	margin-right:5px;
	background:url(/images/template/partner-logos.gif);
	text-indent:-8000px;
}

#velink
{
	width:75px;	
}

#gmlink
{
	width:70px;	
	background-position:-90px 0;	
}

#mplink
{
	width:70px;	
	background-position:-170px 0;		
}

#gelink
{
	width:70px;	
	background-position:-247px 0;
	margin-right:0;	
}

/*footer */
#footer
{
	background:url(/images/template/bottombarbg.jpg);	
}

#bottombar
{
	width:750px;
	margin:0 auto;
	padding:15px 0;
	color:#a1a1a1;
}

#bottombar h3
{
	border-bottom:1px solid #a1a1a1;
}

#bottombar a
{
	color:#a1a1a1;
	font-weight:normal;	
}

#bottombar .leftcol
{
	width:420px;
	float:left;
}

#bottombar .rightcol
{
	width:300px;
	float:right;
}

.highlightlinks
{
	margin:12px 0;	
	padding:0;
	list-style:none;
	width:100%;
	height:100px;
}


#bottombar .highlightlinks li
{
	float:left;
	width:198px;
	margin-right:10px;
	margin-bottom:4px;
}

#bottombar .highlightlinks li a
{
	color:#a1a1a1;
	text-decoration:none;
	font-weight:normal;
	display:block;
	width:100%;
	border-bottom:1px solid #a1a1a1;
}


#bottombar .highlightlinks li a:hover
{
	color:#ccc;
	border-bottom:1px solid #ccc;	
}

#bottombar #casestudybox
{
	margin-top:10px;
	position:relative;
}

#bottombar #casestudybox .header
{
	font-weight:bold;
	font-size:14px;
}


#bottombar #casestudybox a.cta
{
	color:White;
}

#bottombar #casestudybox a.cta span
{
	text-decoration:none;
}

#casestudybox .thumbbox
{
	float:left;
	padding:0 10px 10px 0;
}

.thumbbox
{
	position:relative;
}

.thumbbox .thumbframe
{
	background:transparent url(/images/template/thumbframe.png) no-repeat scroll 0%;		
	height:95px;
	width:95px;
	left:0pt;
	overflow:hidden;
	position:absolute;
	top:0pt;
}

.greybox .thumbbox .thumbframe
{
	background:transparent url(/images/template/thumbframegrey.png) no-repeat scroll 0%;		

}



.watermark
{
	color: #bebfbf;
}

.formerrorhighlight
{
	background-color: Yellow;
}

.smallbreak
{
	height: 3px;
}

.mediumbreak
{
	height: 10px;
}

.ajax__validatorcallout
{
	z-index:1000;
}

.ajax__validatorcallout_error_message_cell
{
	color:Black;
}

input[type=image]
{
	cursor:pointer !important;
}

.downloadslist
{
	margin:0;
	padding:0;
	list-style:none;		
}

.downloadslist li
{
	margin-left:-14px;
	padding:0;	
	height:16px;
}

.downloadslist .pdf
{
	display:block;
	text-indent:20px;
	background:transparent url(/images/icons/pdf.gif) no-repeat;	
}
.downloadslist .ppt
{
	display:block;
	text-indent:20px;
	background:transparent url(/images/icons/ppt.gif) no-repeat;	
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 25px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	height:25px;
	letter-spacing: -6px;
	font-size: 23px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
}

.contactemailaddress
{
    font-weight: normal;
    text-decoration: none;
    color:#cccccc;
}
.contactemailaddress:hover
{
    text-decoration: underline;
}     


ul.subcatlinks
{
	list-style:none;
	padding:0;
	margin:0;
	min-height:25px;
}

ul.subcatlinks li
{
	float:left;	
}

ul.subcatlinks li a
{
	display:block;
	padding:0;
	margin:0 10px 5px 0;

	background:url(/images/template/arrowlink.gif) no-repeat 0 3px;
	text-indent:15px;
	font-size:11px;	
}

ul.subcatlinks li a:hover
{
	background:url(/images/template/arrowlink-selected.gif) no-repeat 0 3px;
}


   
