/*--------------------- Main doc styles --------------------*/

body {
	background-color: #ccc;
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:75%;
	margin: 0px;
}

h1 { 
	font-size: 1.4em;
	font-weight:normal;
	color:#333;
	border-bottom:solid 2px #51B39C;
	margin-top:0px;
	font-weight:bold;
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #51B39C;
	margin-top: 2em;
}

.h2nomargin {
	margin-top: 0em;
}

h3 {
	font-size: 1.1em;
	font-weight:bold;
	color: #333;
}

h4 {
	font-size: 1em;
	font-weight:normal;
	color: #51B39C;
}

.smalltext {
	font-size: 0.8em;
}

hr {
	color: #CECCDA;
}

a {
	color:#51B39C;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#mainborder {
	width:986px;
	background-image: url('../images/template/mainborder.gif');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#main {
	width: 960px;
	border:#666 solid 1px;
	margin-left:auto;
	margin-right:auto;
}

.onehundredpercent {
	width: 100%;
}

/*--------------------- Header --------------------*/

#toprow {
	background-color:#020D30;
	height: 75px;
	overflow:hidden;
	padding:3px 7px 3px 10px;
}

.banner{ 
	margin: 8px 4px 8px 4px;
}

/*--------------------- Top naviagation --------------------*/

#topnav {
	position: relative;
	background-color:#020D30;
	color: #000;
	overflow: hidden;
	padding-left: 3px;
	height: 27px;
}

.topnavtableft {
	background-image: url('../images/template/tab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddle {
	background-image: url('../images/template/tab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabright {
	background-image: url('../images/template/tab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtableftactive {
	background-image: url('../images/template/activetab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddleactive {
	background-image: url('../images/template/activetab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabrightactive {
	background-image: url('../images/template/activetab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

#topnav a:link {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:hover {
	color: #666;
	text-decoration: underline;
}

#topnav a:active {
	color: #666;
	text-decoration:none;
}

#topsubnav {
	position: relative;
	background-color:#51B39C;
	color: #fff;
	padding: 5px 5px 5px 5px;
	border-bottom: #666 solid 1px;
	height:1.2em;
}

#topsubnav a:link {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

#topsubnav a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

#topsubnav a:hover {
	color: #FFF;
	text-decoration:underline;
}

#topsubnav a:active {
	color: #FFF;
	text-decoration:none;
}



/*--------------------- Main Navigation --------------------*/

#leftnav {
	width: 200px;
	background-color:#FFF;
	float:left;
	color:#333;
	margin-top: 5px;
}

#leftnav a:link {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:visited {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:hover {
	color: #51B39C;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:active {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav ul{
	position:relative;
	margin: 10px 0 0 15px;
	padding: 0px;
}

#leftnav li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0em;
	line-height:1.8em;
	list-style-image:url('../images/template/bullet_arrow.gif');
}

.navbox {
	margin-bottom: 5px;
	margin-left: 0px;
}

.navbox-top {
	background-image: url('../images/template/navtop.gif');
	background-repeat: no-repeat;
	height:14px;
}

.navbox-mid {
	background-image: url('../images/template/nav.gif');
	background-repeat: repeat-y;
	padding-left:12px;
	padding-right:14px;
}

.navbox-bot {
	background-image: url('../images/template/navbottom.gif');
	background-repeat: no-repeat;
	height:22px;
}


/*--------------------- Main Content Layout --------------------*/

#content{
	border-top: #FFF 3px solid;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
}

#maincontent {
	width: 750px;
	float: left;
	margin-top: 8px;
	margin-left: 4px;
	padding-left: 2px;
	/*border: #000 solid 1px; */
	overflow:hidden;
}

#leftcontent {
	width:500px;
	float:left;
	border-right: solid #ccc 1px;
	padding-right: 4px;
	overflow:hidden;
}

#rightcalltoaction {
	float:right;
}


/*--------------------- Body styles --------------------*/

.ulpad {
	padding-top:0px;
	margin-top:0px;
}

.compulsoryIndicator {
	color:#CC0000;	
}

img {
	border:0px;
}

.imgpadnobord {
	margin-left: 10px;
}

.imgpadnobordleft {
	margin-right: 10px;
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.leftimg {
	position: left;
	margin-left:0px;
}

.rightimg {
	position: right;
	margin-right:0px;
}

.centreimg {
	text-align: centre;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.rightitem {
	border: #FABA03 solid 2px;
	border-right: #FABA03 solid 2px;
	border-bottom: 0px;
	padding: 1px;
	font-size: 10px;
}

.rightitem a{
	color: #00144C;
}

.rightitem a:hover{
	color: #00144C;
}

.rightitem a:active{
	color: #00144C;
}

.rightitem a:visited{
	color: #00144C;
}

.rightitembottom {
	font-size: 0.9em;
	border: #FABA03 solid 2px;
	padding: 1px;
}

.rightitembottom a{
	color: #00144C;
}

.rightitembottom a:hover{
	color: #00144C;
}

.rightitembottom a:active{
	color: #00144C;
}

.rightitembottom a:visited{
	color: #00144C;
}

.rightitembottom {
	font-size: 0.9em;
	border: #FABA03 solid 2px;
	padding: 1px;
}

.floatingbox {
	width: 95%;
	border: #93A9B7 solid 1px;
	background-color:#EAEAEA;
	padding: 2px;
}


div#actioncall{
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
	margin-bottom:10px;
}

div#actioncallleft{
	float: left;
	width:49%;
	overflow: hidden;
	height: 100%;
}

div#actioncallright{
	float: right;
	width:49%;
	overflow: hidden;
	height: 100%;
}

span.help {
  cursor: help;
  border-bottom: 1px dashed;
}

span.help:hover {
  cursor: help;
  border-bottom: 0 none;
}

.cornershadowbg {
	background-image: url('../images/shadow-corner-bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-top: 15px;
}

.fiftyfiftysplit {
	margin-bottom: 20px;
	overflow:hidden;
	border-top:1px #CCCCCC solid;
}

.fiftyright {
	width:49%;
	float:right;
	overflow:hidden;
	height:auto;
}

.fiftyleft {
	width:49%;
	float:left;
	overflow:hidden;
	height:auto;
}

.floatright {
	float: right;
	background:none;
}

.floatleft {
	float: left;
	background:none;
	overflow:hidden;
}

.fieldheight {
	font-size:0.9em;
	background-color:#FFFFFF;
}

.imgleftpad {
	margin-left: 5px;
}

.imgrightpad {
	margin-right: 5px;
}

.textverticalalign {
	vertical-align: middle;
}

.tdpadright{
	border-right: solid 1px #666666;
	padding-right: 5px;
}

.trborder{
	border-top: 1px solid #CCCCCC;
}

.tableborder{
	border: 1px solid #CCCCCC;
}

legend { 
		font-size: 10px;
		padding: 5px;
        text-decoration:none;
		font-weight: bold;
		color: #0C2E82; 
}

.box{
		border-width : 1px;
		border-style : solid;
		border-color: #666666;
		background-color: #FBFBFB;
}

.button{
		border-width : 2px;
		border-style : solid;
		border-color: #333333;
		border-left-color:#999999;
		border-top-color:#999999;
		color: #000000;
		font-size:1em;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #F2F2F2;
		padding: 2px 0px 2px 0px;
}

.compulsoryIndicator {
	color:#CC0000;	
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.centreimg {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

span.help {
  cursor: help;
  border-bottom: 1px dashed;
}

span.help:hover {
  cursor: help;
  border-bottom: 0 none;
}

.imgleftpad {
	margin-left: 10px;
	margin-bottom:5px;
}

.imgrightpad {
	margin-right: 10px;
	margin-bottom:5px;
}

.imgborder {
	border:#51B39C solid 1px;
}

.imgnoborder {
	border:0px;
}

.tableborder{
	border: 1px solid #ccc;
	margin-right:auto; 
	margin-left:auto;
	background-color:#E9F2F8;
	padding: 10px;
	margin-top: 20px;
}

legend { 
	font-size: 10px;
	padding: 5px;
    text-decoration:none;
	font-weight: bold;
	color: #0C2E82; 
}

.box{
	border-width : 1px;
	border-style : solid;
	border-color: #666;
	background-color: #FBFBFB;
	z-index:1;
}

.button{
	border-width : 2px;
	border-style : solid;
	border-color: #333;
	border-left-color:#999;
	border-top-color:#999;
	color: #000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	padding: 2px 0px 2px 0px;
}

/*--------------------- Footer --------------------*/

#footercontent {
	clear:both;
	background-color:#020D30;
	height: 24px;
	padding: 4px;
	padding-bottom: 13px;
	border-top:#51B39C solid 5px;
	position: relative;
	color: #fff;
	text-align: center;
}


/*--------------------- Call to action ---------------------*/

.calltoaction {
	clear:both;
	width: 744px;
	background-image: url(../images/actions/wheretonext.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}

.calltoactionboxes {
	width: 744px;
	margin: 0px 10px 0px 10px;
	height: 126px;
	background-repeat:no-repeat;
	position:relative;
}

.calltoactionboxleft {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	position:relative;
}

.calltoactionboxmid {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.calltoactionboxright {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.absolutebottom {
	position: absolute;
	bottom: 24px;
	right: 9px;
}

legend { 
	font-size: 12px;
	padding: 10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:-10px;
    text-decoration:none;
	font-weight: bold;
	color: #0C2E82; 
}

div#actioncall{
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
	margin-bottom:10px;
}

div#actioncallleft{
	float: left;
	width:49%;
	overflow: hidden;
	height: 100%;
}

div#actioncallright{
	float: right;
	width:49%;
	overflow: hidden;
	height: 100%;
}



/*--------------------- Home page styles ---------------------*/

#welcomebox {
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	height:200px;
}

#welcomeimage {
	width:320px;
	float:left;
	margin-left:1px;
}

#welcometext {
	background-image: url('../images/welcome-background.jpg');
	background-repeat: repeat-x;
	height:200px;
	width:422px;
	float:right;
	padding:0px;
	background-color:#54B39B;
	margin-right:1px;
}

#welcometextl4d {
	background-image: url('../images/welcome-backgroundl4d.jpg');
	background-repeat: repeat-x;
	height:200px;
	width:422px;
	float:right;
	padding:0px;
	background-color:#C3D4E4;
	margin-right:1px;
}

#welcometextcontainer {
	padding:16px 16px 0px 16px;
	height:212px;
}

#homecontent {
	width:410px;
	float: left;
	margin-top: 3px;
	margin-left: 2px;
	overflow:hidden;
}

#recentoppscontainer {
	width: 327px;
	float: right;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:0px;
	margin-right:1px;
}

.recentoppstitle {
	color:#333333;
	font-size:1.2em;
}

.recentopps {
	margin-bottom: 5px;
	overflow: hidden;
}

.recentopps-top {
	background-image: url('../images/recent-opps_top.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	height:24px;
	padding-left:15px;
}

.recentopps-mid {
	background-image: url('../images/recent-opps_mid.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	padding-left:15px;
	padding-right:3px;
}

.recentopps-bot {
	background-image: url('../images/recent-opps_bottom.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	height:26px;
	padding-left:15px;
}

.recentoppsitem {
	padding-top: 5px;
	border-top: 2px solid #FFFFFF;
	color:#333333;
	margin-top:6px;
}

.recentoppslink:link{
	text-decoration:none;
	color:#333333;
}

.recentoppslink:visited{
	text-decoration:none;
	color:#333333;
}

.recentoppslink:hover{
	text-decoration:none;
	color:#CC6600;
}

.calltoactionpad {
	padding-left: 5px;
	margin: 8px 0px 10px 0px;
}

div.hidden {
display:none;
}

a.resultsLink {
	text-decoration: none;
	color: Black;
}
a.resultsLink:hover{
	text-decoration: underline;
}

tr.resultsRow {
	background-color: #E5E4E9;
}

tr.resultsRow td {
	padding-left: 1px;
	padding-right: 1px;
}
tr.alternateResultsRow {
	background-color: #F5F4EB;
}

tr.resultsRow:hover {
	background-color: #D4D3D8;
}

tr.alternateResultsRow:hover {
	background-color: #D4D3D8;
}

div#stdcontent {
	
	text-align:left;
}

/* new purchase matrix page styles 2012 */
.Purchasematrixh1{
	font-size:26px;
	border-bottom:none; 
	color:#020d30; 
	margin-bottom:4px;
}
.Purchasematrixh2{
	font-size:17px;
	border-bottom:none;
	color:#51B39C;
	margin-top:0px;
	font-weight:bold;
}
.Purchasematricp{
	font-size:13px;
}
.Purchasematrixlistheading{
	font-size:19px;
	border-bottom:none;
	color:#020d30;
	margin-top:0px;
}
.Purchasematricliststyle{
	line-height:21px;
	list-style-image:url(../images/purchasematrix2012/bullet.jpg);
}
