/* global */
html{height: 100%;}

body
{ font-family: tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: white url(../computingimages/computingback.gif) repeat-x scroll;
}

/* Company Anchors */
a{outline: none;}

A.nav,A.nav:link,A.nav:visited
	{
		max-width:130px;
		color: White;
		background-color: #640000;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 9pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 2px solid #990000;
		border-left: 1px dotted #990000;
		line-height: 20px;
		display: block;
		margin-bottom: 5px;
		margin-left: 15px;
		text-align: left;
}

A.nav:hover
	{
		color: #FFDFDF;
		background-color: Highlight;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 9pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 2px solid #990000;
		border-left: 1px dotted #990000;
		line-height: 20px;
		display: block;
		margin-bottom: 5px;
		margin-left: 15px;
		text-align: left;
	}

A.nav2,A.nav2:link,A.nav2:visited
	{
		max-width:130px;
		color: #990000;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 9pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 1px dashed #990000;
		line-height: 20px;
		margin-bottom: 5px;
		margin-left: 5px;
		text-align: left;
}

A.nav2:hover
	{
		color: red;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 9pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 1px dotted red;
		line-height: 20px;
		margin-bottom: 5px;
		margin-left: 5px;
		text-align: left;
	}

A.nav3,A.nav3:link,A.nav3:visited
	{
		color: #990000;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 1px dashed #990000;
		line-height: 18px;
		margin-bottom: 5px;
		text-align: left;
}

A.nav3:hover
	{
		color: red;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px 4px;
		text-decoration: none;
		border-bottom: 1px dashed #990000;
		line-height: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
		
p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
  text-align: justify;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  color: red;
  font-size: 12pt;
  border-bottom: 1px dotted red;
}

h2
{ margin: 0px 0px 8px 5px;
  padding: 0px 0px 2px 0px;
  font: bold 10pt/14px tahoma;
  border-bottom: 1px solid maroon;
}

img{border: 0px;}



/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 25px 5px 25px 5px; 
  padding: 10px 20px;
}

/* list */
ul
{ margin: 10px 0px 0px 35px;
  padding: 0px;

}

ul li
{ list-style-type: dot;
  margin: 0px 0px 5px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights that center content */
#main, #links, #footer, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container AMB - KEEP */
#main {
width: 990px;
border: none; /* Temp for alignment design */
background: transparent;
} /* was 780px */

.banner {
width: 990px;
height: 200px;
background: transparent url(../computingimages/computingbanner.png) no-repeat scroll left;
padding: 0px;
/* border: 1px solid red; */ /* For alignment troubleshooting only */
}

/* Bannerphoto */
.bannerphoto { 
width: 717px;
height: 142px;
margin: 45px 0 0 5px;
}

/* logo */
.logoarea { 
width: 720px;
height: 180px;
/* border: 1px solid red; */ /* For alignment troubleshooting only */
float: left;
text-align:left;
}

/* logo */
.logo { 
width: 401px; 
height: 136px; 
border:0px;
padding: 0px 10px 0px 10px;
}

.leftcolumn {
clear: both;
width: 170px;
min-height: 800px;
padding: 0px;
float: left;
background: transparent url(../computingimages/leftcolback.png) repeat-y scroll;
}

.rightcolumn {
width: 205px;
min-height: 800px;
background: transparent url(../computingimages/rightcolback.png) repeat-y scroll right;
padding: 0px;
float: right;
margin-top: 0px;
}

.centercontent {
width: 595px;
height: 780px;
background: white;
padding: 10px;
float: left;
}

/* links above the logo / footer */
#links, #footer
{ padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}



/* navigation menu AMB - for the top */
#menu
{ height: 42px;
  width: 760px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 
/* News Snippets coloring etc */
.dragonnewscontainer {
	clear: both; 
	margin: 5px 10px; 
/*	border: 1px dashed gray; */ /* Use for alignement and size testing */
	width: 180px; 
	height: 200px;
}

.panelhdr
{
	 color: white;
    padding: 3px;
    background-color: #4e4e4e;
    text-align: center;
    margin: 9px;
    font-weight: bold;
    font-size: 9pt;
}

/* CSS for snippets in conjunction with snippets.js */
.snippetdate {
	background: transparent;
	color: #990000;
	border-bottom: 1px solid #990000;
	padding-bottom: 2px;
}
#pscroller1{
	height: 140px;
	border: 1px dotted #eeeeee;
	padding: 2px;
	background-color: #eeeeee;
}

.dragonnewssnip { 
font-size: 8pt;
line-height: 10pt;
padding-top: 5px;
}
/* Partners snippets For partner slides */
#pscroller2{
	height: 97px;
	padding: 0px;
	background-color: transparent;
}
#pscroller2 a{
text-decoration: none;
}


partnerslide {
	border:0px;
}

.partnercontentsub
{
	margin: 5px 5px 0px 5px;
	padding: 4px 0px 0px 4px;
/*	border: 1px dotted #E2E1F0;  */
	background: transparent;
}
.scrollersub3 /*Use only for a third scroller */
{
	margin: 5px 5px 0px 5px;
	padding: 4px 0px 0px 4px;
/*	border: 1px dotted #E2E1F0;  */
	background: transparent;
}
.partners {
width: 260px;
height: 145px;
float: right;
/* border: 1px solid red;  *//* For alignment troubleshooting only */
}

.partnersback {
	margin: 3px 15px 0px 6px; 
	padding-top: 15px; 
	padding-bottom: 0px; 	
	height: 130px;
/*	background: transparent url(../computingimages/partnersback.gif) no-repeat scroll; */
	background: transparent;
}

.partnerssnip{ 
padding-top: 0px;

}

/* Small Header links text */
a.scrolink 
{
	font-family: verdana, arial, times new roman;
	font-size: 8pt;
	line-height: 12pt;
	color: #9900cc;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
	margin-bottom: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #9900cc;
}
a.scrolink:link 
{
	font-family: verdana, arial, times new roman;
	font-size: 8pt;
	line-height: 12pt;
	color: #9900cc;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #9900cc;
}
a.scrolink:visited 
{
	font-family: verdana, arial, times new roman;
	font-size: 8pt;
	line-height: 12pt;
	color: #9900cc;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #9900cc;
}
a.scrolink:hover 
{
	font-family: verdana, arial, times new roman;
	font-size: 8pt;
	line-height: 12pt;
	color: #6B84FA;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #6B84FA;
}

.contentsub
{
	margin: 5px;
	padding: 5px;
	border: 1px dotted #E2E1F0;
	background-color: white;
	font-family: tahoma, arial;
	font-size: 9pt;
}

.panel
{
    margin: 4px;
    border: 1px dotted #4A8FF7;
    background-color: #dcdcf7;
    font-family: tahoma, arial;
    font-size: 9pt;
	 width: 98%;
	 float: left;
}

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 
.dragon {
	font-size: 12pt;
	font-weight: bold;
	color: #59225e;
	font-family: Tahoma, arial;
}

/* Contact page specific */
	.label
	{
		color: black;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 8pt;
		padding: 2px 4px;
		border-bottom: 1px dotted gray;
		line-height: 18px;
		margin-bottom: 3px;
	}

	.field
	{
		color: #990000;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		font-size: 8pt;
		padding: 2px 4px;
		border: 1px solid #dddddd;
		line-height: 18px;
		margin-bottom: 3px;
	   background: #f5f5f5;
	}	
	
	/* Testimonials scroller specific */
	
.dragontestimonialscontainer {
	clear: both; 
	margin: 5px 8px; 
/*	border: 1px dashed gray; */ /* Use for alignement and size testing */
	width: 150px; 
	height: 200px;
}

.testimonialspanelhdr
{
	 color: #990000;
    padding: 3px;
    background-color: #eeeeee;
    text-align: center;
    margin: 9px;
    font-weight: bold;
    font-size: 9pt;
}

.testimonialscontentsub
{
	margin: 5px;
	padding: 5px;
	border: 1px dotted #E2E1F0;
	background-color: white;
	font-family: tahoma, arial;
	font-size: 9pt;
}

.testimonialssnip { 
font-size: 8pt;
line-height: 10pt;
padding-top: 5px;
}

#pscroller3{
width: 120px;
height: 120px;
border: 1px dashed gray;
padding: 3px;
}

#pscroller3 a{ /*Use only for a third scroller */
text-decoration: none;
}