﻿html { overflow-y:scroll; }

body {
    margin:0;
    padding:0;
    background:#f7f7f7 url('Images/borders.gif') repeat-y 50% top;
}

a:link, a:visited {
    text-decoration:none;
}

img {
    border:none;
}

div.body {
	width:984px;
    margin:0px auto;
	overflow:hidden;
}

div.header, div.headerSmall {
	background-image:url('Images/logo.jpg');
	background-repeat:no-repeat;
	height:105px;
}

div.headerSmall
{
    height:81px;
}

div.logo {
	float:left;
	margin:20px 0 0 20px;
}

div.logo img {
	width:148px;
	height:40px;
    border-style:none;
}

div.main {
    font-family:Arial;
    font-size:12px;
    text-align:justify;
	margin:27px 18px 12px 18px;
}

div.userInfoBox {
    float:right;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:Yellow;
	text-align:left;
	margin:10px 10px 0;
}

div.userInfoBox a {
	color:Lime;
}

div.formRow {
    line-height:5em;
    width:675px;
}

div.formRow label.formLabel {
    margin-right:20px;
}

div.formRow .formColumn1
{
    width:200px;
    float:left;
    text-align:right;
}

div.formRow .formColumn2
{
    width:475px;
    float:right;
}

div.demoPage2,div.demoPage3,div.demoPage4
{
    width:475px;
    padding-left:50px;
}

div.demoForm h2
{
    font-size:24px;
    margin-top:0px;
}

div.formRow span.radio label {
    padding-right:10px;
}

div.formRow span.radio input {
    vertical-align:middle;
}

div.formText, div.formTextBold {
  text-align:center;
  padding:10px 0px 10px 0px;
}

div.formTextBold {
  font-weight:bold;
}

/* menu styles */

div.menu {
    margin:57px 0 0 34px;
    float:left;
}

div.menu div {
    width:124px;
    height:24px;
    float:left;
    overflow:hidden;
}

div.menu img {
    border-style:none;
    border-color:inherit;
    border-width:medium;
    background-image:url('Images/menu.jpg');
    background-repeat:no-repeat;
    background-color:transparent;
    width:100%;
    height:100%;
}

div.active {
    background-color:White;
}

div.sub_menu {
    background-image:url('Images/sub_menu_back.jpg');
    background-repeat:repeat-x;
    height:24px;
    clear:left;
    padding-left:124px;
}

div.sub_menu div {
    float:left;
    overflow:hidden;
    width:92px;
    height:24px;
}

div.sub_menu img {
    border-style:none;
    background-repeat:no-repeat;
    background-color:transparent;
    width:100%;
    height:100%;
}

div.incerts img {
    background-image:url('Images/sub_menu_incerts.jpg');
}

div.about img {
    background-image:url('Images/sub_menu_about.jpg');
}

#menuItem0 img{background-position:left -24px;}
#menuItem0.active img{background-position:left top;}
#menuItem0.active_with_sub_menu img{background-position:left top;}
#menuItem0.disabled img{background-position:left -48px;}
#menuItem1 img{background-position:-124px -24px;}
#menuItem1.active img{background-position:-124px top;}
#menuItem1.active_with_sub_menu img{background-position:-124px top;}
#menuItem1.disabled img{background-position:-124px -48px;}
#menuItem2 img{background-position:-248px -24px;}
#menuItem2.active img{background-position:-248px top;}
#menuItem2.active_with_sub_menu img{background-position:-248px top;}
#menuItem2.disabled img{background-position:-248px -48px;}
#menuItem3 img{background-position:-372px -24px;}
#menuItem3.active img{background-position:-372px top;}
#menuItem3.active_with_sub_menu img{background-position:-372px top;}
#menuItem3.disabled img{background-position:-372px -48px;}
#menuItem4 img{background-position:-496px -24px;}
#menuItem4.active img{background-position:-496px top;}
#menuItem4.active_with_sub_menu img{background-position:-496px top;}
#menuItem4.disabled img{background-position:-496px -48px;}
#menuItem5 img{background-position:-620px -24px;}
#menuItem5.active img{background-position:-620px top;}
#menuItem5.active_with_sub_menu img{background-position:-620px top;}
#menuItem5.disabled img{background-position:-620px -48px;}
#menuItem6 img{background-position:-744px -24px;}
#menuItem6.active img{background-position:-744px top;}
#menuItem6.active_with_sub_menu img{background-position:-744px top;}
#menuItem6.disabled img{background-position:-744px -48px;}

#subMenuItem0 img{background-position:left top;}
#subMenuItem0.active img{background-position:left -48px;}
#subMenuItem0.disabled img{background-position:left -24px;}
#subMenuItem1 img{background-position:-92px top;}
#subMenuItem1.active img{background-position:-92px -48px;}
#subMenuItem1.disabled img{background-position:-92px -24px;}
#subMenuItem2 img{background-position:-184px top;}
#subMenuItem2.active img{background-position:-184px -48px;}
#subMenuItem2.disabled img{background-position:-184px -24px;}
#subMenuItem3 img{background-position:-276px top;}
#subMenuItem3.active img{background-position:-276px -48px;}
#subMenuItem3.disabled img{background-position:-276px -24px;}
#subMenuItem4 img{background-position:-368px top;}
#subMenuItem4.active img{background-position:-368px -48px;}
#subMenuItem4.disabled img{background-position:-368px -24px;}

/* Email Us */

#emailUs input.text, textarea.text {
    width:300px;
}

#emailUs textarea.text {
    height:150px;
}

#emailUs #fromInfo {
    padding-left:10px;
}

#emailUs #fromInfo.warning {
    color:Red;
}

#emailUs span.message {
    color:Green;
    padding-left:20px;
}

#emailUs fieldset {
  padding: 1em;
  margin:0;
}

#emailUs fieldset label {
  float:left;
  width:60px;
  margin-right:10px;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

#emailUs legend {
    font-weight:bold;
    font-size:1.2em;
    padding:0 0.5em 0 0.5em;
}

#emailUs div.formLine {
    margin-top:1em;
}

#emailUs fieldset input.submit {
    margin-left:70px;
}

/* Home page */

div.assessmentTitle {
    padding-bottom:20px;
    text-align:left;
}

div.assessmentText {
    padding-top:6px;
}

div.assessmentText p {
    margin:0;
    padding-bottom:1em;
}

div.assessmentText p.head1 {
    color:#D53D35;
    font-weight:bold;
}

div.assessmentText p.head2 {
    color:#DF9B39;
    font-weight:bold;
}

div.assessmentText p.head3 {
    color:#2D418D;
    font-weight:bold;
}

div.screenshot {
    width:462px;
    float:right;
    margin-left:18px;
}

img.demoButton {
    margin-top:0px;
    width:199px;
    height:36px;
    background-image:url(images/trydemohome.gif);
    margin-top:10px;
}

a.demoButton
{
    margin-left:140px; 
}

a { 
    outline:none;
}


div.boxes {
    clear:both;
}

div.boxes img {
    float:left;
    margin-top:30px;
}

div.boxes img.margined {
    margin-right:21px;
}

img.screenshot {
    width:462px;
    height:325px;
}

img.projectBox {
    width:221px;
    height:146px;
}

div.heading {
    clear:both;
}

img.heading, img.headingRight, img.headingLeftPadded {
    width:450px;
    height:30px;
    padding-bottom:20px;
    clear:both;
}

img.headingRight {
    float:right;
    padding-right:18px;
}

img.headingLeftPadded {
    margin-left:239px;
}

/* The Team page */

div.textOnLeft, div.textOnRight {
    text-align:justify;
    clear:both;
    padding-bottom:3em;
}

div.textOnLeft p, div.textOnRight p {
    padding-bottom:1em;
    margin:0;
}

div.textOnLeft p.heading, div.textOnRight p.heading {
    font-weight:bold;
}

div.textOnLeft img {
    padding-left:18px;
    float:right;
    padding-bottom:3em;
}

div.textOnRight img {
    padding-right:18px;
    float:left;
    padding-bottom:3em;
}

img.photo {
    width:220px;
    height:150px;
}

/* Demo pages */

div.demoForm {
    float:left;
    width:676px;
}

div.demoForm h2 {
    color:Black;
    text-align:center;
}

div.sidebar {
	text-align:justify;
    font-family:Tahoma;
    font-size:11px;
    width:221px;
    float:left;
    margin-right:50px;
}

div.sidebarBody p {
    margin:0;
    padding:5px 5px 15px 5px;
}

div.sidebarBody p.last {
    padding-bottom:0;
}

div.sidebarTop {
    background:url('Images/sidebar_top.gif') no-repeat;
    height:10px;
}

div.sidebarBody {
    border-right:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
}

div.sidebarBottom {
    background:url('Images/sidebar_bottom.gif') no-repeat;
    height:36px;
}

p.sidebarActive {
	background-color:#F8F0E8;
}

div.sidebar span.heading {
	font-weight:bold;
	display:block;
	padding-bottom:3px;
}

p.sidebarActive span.heading {
	color:Red;
}

div.progress {
    margin-top:20px;
    text-align:center;
    visibility:hidden;
}

div.errorMessage {
    color:Red;
    text-align:center;
}

/* Incerts 2010 pages */

div.advertisement {
    text-align:center;
    padding-bottom:24px;
}

div.walesPageText {
    width:100%;
    clear:both;
}

div.walesPageText p {
    margin-top:0;
}

div.walesPageText1 {
    float:left;
    width:465px;
    padding-right:9px;
    text-align:left;
}

div.walesPageText2 {
    float:left;
    width:465px;
    padding-left:9px;
    text-align:right;
}