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

body
{ font-family: tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 9pt;
  background: transparent url(../images/strip.gif) repeat-y fixed top center;
}

/* Left col Anchors */
a{outline: none;}

A.navleft,A.navleft:link,A.navleft:visited
	{
		color: black;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px;
		text-decoration: none;
		line-height: 25px;
		margin-bottom: 5px;
		text-align: left;
}

A.navleft:hover
	{
		color: #6b84fa;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px;
		text-decoration: none;
		border-bottom: 1px dashed #6b84fa;
		line-height: 25px;
		margin-bottom: 5px;
		text-align: left;
	}
	
/* Testimaonial scroller links */
A.testimonial,A.testimonial:link,A.testimonial:visited
	{
		color: #6b84fa;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px;
		text-decoration: none;
		line-height: 14px;
		margin-bottom: 2px;
		text-align: left;
		border-bottom: 1px dashed #6b84fa;
}
A.testimonial:hover
	{
		color: #979fda;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		padding: 2px;
		text-decoration: none;
		line-height: 14px;
		margin-bottom: 2px;
		text-align: left;
		border-bottom: 1px dashed #979fda;
	}
			
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: gray;
  font-size: 12pt;
  border-bottom: 1px dotted gray;
  margin-top: 10px;
}

h2
{ 
color: #6b84fa;
margin: 5px;
padding: 2px;
font: bold 10pt/14px tahoma;
border-bottom: 1px dashed #6b84fa;
}

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: 5px 0px 0px 15px;
  padding: 0px;

}

ul li
{ 
  margin: 0px 0px 5px 0px; 
  padding: 0px;
  list-style: disc inside;
}

li.mainpage
{ 
  margin: 10px 15px; 
}

/* 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: 980px;
border: none; /* Temp for alignment design */
background: transparent;
}

.banner {
width: 980px;
height: 233px;
min-height: 233px;
background: transparent url(../images/imagehere.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: 980px;
height: 233px;
/* 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: 190px;
display: block;
padding: 0px;
float: left;
}

.rightcolumn {
width: 184px;
padding: 0px;
float: right;
margin-top: 0px;
}

.centercontent {
width: 586px;
/* height: 780px; */
background: white;
padding: 0px 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: 180px;
	padding: 0px;
	background-color: transparent;
}
#pscroller2 a{
text-decoration: none;
}


partnerslide {
	border:0px;
}

.partnercontentsub
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
/*	border: 1px dotted #E2E1F0;  */
	background: transparent;
	height: 190px;
}
.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.sites,a.sites:link,a.sites:visited
{
	font-family: verdana, arial, times new roman;
	font-size: 8pt;
	line-height: 12pt;
	color: #979FDA;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
	margin-bottom: 8px;
	text-decoration: none;
	border-bottom: 1px dashed #979FDA;
}
a.sites: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;
} 
.1smart {
	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: #6b84fa;
		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 */
	
.testimonialcontainer {
	clear: both; 
	margin: 5px 8px; 
/*	border: 1px dashed gray; */ /* Use for alignement and size testing */
	width: 160px; 
	height: 230px;
}

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

.testimonialscontentsub
{
	margin: 5px;
	padding: 2px;
	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: 135px;
height: 137px;
/* border: 1px dashed gray; */
padding: 3px;
}

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

/* Charity */
.bluearea
		{
color: white;
text-align: justify;
font-size: 10pt;
border: 2px solid #75caf6;
padding: 5px;
background-color: #03357c;
margin-top: 5px;
/*max-width: 420px;*/
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

/* Charity */
.lightbluearea
		{
color: navy;
text-align: justify;
font-size: 10pt;
border: 2px dotted blue;
padding: 5px;
background-color: #f5ffff;
margin-top: 5px;
/*max-width: 420px;*/
-webkit-border-radius:10px;
-moz-border-radius:10px;
}


