body {
		text-align: center;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#B7B9BE;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
    }
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		border-bottom: #F99C34;
		border-bottom-style: solid;
		border-bottom-width: 5px;
		background-color: #FFFFFF;
    }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		/*background:#eee;*/
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		padding-top: 20px;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    /*background:#ff9;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-245px; 	/* Width of right column */
        position:relative;
        right:100%;
        /*background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:486px;         	/* Left column width + right column width */
        /*background:#FFD8B7;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:241px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 245px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
		text-align: left;
		background:#FFFFFF;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:241px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:245px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
		text-align: left;
    }
	#col3area {
		width: 211px;
		background-color: #FFFFFF;
		background-image: url(../images/whitecurve_right.gif);
		background-repeat: no-repeat;
		background-position: top right;
		padding-top: 27px;
	}
	#col1area {
		background-color: #FFFFFF;
		background-image: url(../images/whitecurve_left.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 27px;
		padding-top: 10px;
		clear:both;
		display:block;
	}
	#col1bottom {
		background-color: #FFFFFF;
		background-image: url(../images/whitecurve_left2.gif);
		background-repeat: no-repeat;
		height:24px;
	}
	#col3bottom {
		width: 211px;
		background-color: #FFFFFF;
		background-image: url(../images/whitecurve_right2.gif);
		background-repeat: no-repeat;
		background-position: right;
		height:24px;
	}
	/* Footer styles */
	#footer {
        clear:both;
        /*float:left;*/
        width:100%;
		text-align:right;
    }
	#fc {
		padding-right: 30px;
	}
	#container {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	img {
		display: block;
	}
	object {
		display: block;
	}
	#himage {
		float: left;
	}
	#hflash {
		float: right;
		height: 116px;
	}
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #264887;
	/*background-image:url(../images/titleline.gif);
	background-repeat: repeat-x;
	background-position: 0 20px;*/
	/*height: 25px;*/
	width:100%;
	margin:0;
	padding:0;
	padding-top: 5px;
	}
a:link {
	text-decoration: none;
	color: #264887;
}
a:active {
	text-decoration: none;
	color: #264887;
}
a:visited {
	text-decoration: none;
	color: #264887;
}
a:hover {
	text-decoration: underline;
	color: #F99C34;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
}
.altintrotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #264887;
}
.dynamics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
	line-height: 21px;
	height: 21px;
}
.dynamicslogo {
	background-image:url(../images/dynamics.gif);
	background-repeat:no-repeat;
	float:right;
	padding-left: 21px;
}
img {
	border: none;
	display:block;
}
#dynimage {
	float:right;
}
#dynlinks {
	float:right;
	padding-right: 30px;

}
/* 2 column left menu settings */
	.leftmenu {
	    background:#B7B9BE;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:241px;
        background:#B7B9BE;
		text-align:left;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:241px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 0 0 241px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:241px;
        position:relative;
        right:241px;
    }
div.rounded {    clear:both;
    margin-right: 24px;
	background: #fff;
}

div.rounded div.top {
    background:url(../images/whitecurve_left.gif) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../images/whitecurve_right.gif) no-repeat bottom right;
    height:24px;
    margin-left:24px;
}

div.rounded div.middle {
    background: #fff;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background: #fff;
}

div.rounded div.middle div.right div.content {
    background: #fff;
	/*padding-left: 24px;*/
}

div.rounded div.bottom {
    background:url(../images/whitecurve_left2.gif) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../images/whitecurve_right2.gif) no-repeat top right;
    height:24px;
}
.col1cont {
	background: #fff;
}
.col1a {
	float:left;
	background: #fff;
	margin-left: 24px;
	background-image:url(../images/titleline.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	min-width: 95%;
}
.col1b {
	float:right;
	width:215px;

	background: #fff;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #264887;
}
.orangebullet {
	list-style-image: url(../images/bullet_orange.gif);
}
.client {
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 12px;
	/*width:100%;*/
	width: 70%;
	margin-top: 12px;
}
.cclient {
	clear:both;
}
.clientfinal {
	margin-top:12px;
}
.ctxt {
	float:left;
	width:65%;
}
.ctxtlarge {
	width: 100%;
}
.cimg {
	float:left;
	width: 163px;
}
.client p {
	width:auto;
}
.c1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #264887;
	font-weight: bold;
	background-image: url(../images/stage1.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	padding-left: 59px;
}
.c2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #264887;
	font-weight: bold;
	background-image: url(../images/stage2.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	padding-left: 59px
}
.c3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #264887;
	font-weight: bold;
	background-image: url(../images/stage3.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	padding-left: 59px
}
.cx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #264887;
	font-weight: bold;
	background-image: url(../images/stagex.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	padding-left: 59px
}
.largebullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #264887;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #264887;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
		min-width: 69%;
}
.lm {
	background-image: url(../images/backg_button.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 20px;
	width: 250px;
}
p {
	width: 69%;

}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 70%;
	height: 24px;
	display:block;
	clear:both;
	overflow:hidden;
}
.dn {
	padding-bottom: 3px;
}
.dnb {
	padding-bottom: 1px;
}
.nb {
	background-image: url(../images/backg_button2.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 241px;
	display:block;
	line-height: 38px;
/*	padding-left: 10px;*/
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	left: 10px;
	text-indent: 10px;
	cursor: pointer;
}
.nb2 {
	background-image: url(../images/backg_button2.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 241px;
	display:block;
	line-height: 38px;
	/*padding-left: 10px;*/
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	clear:both;
	text-indent: 10px;
	cursor: pointer;
}
  .client:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.client {display: inline-block;}  /* for IE/Mac */