
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#333333;
	min-width:994px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
    
.client_img {float:left; padding:10px;}
.red {color:#ff0000!important;}
.arial_12 {font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_14 {font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_16 {font-size:16px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_18 {font-size:18px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_red_12 {color:#ff0000; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_red_14 {color:#ff0000; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_red_16 {color:#ff0000; font-size:16px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.arial_red_18 {color:#ff0000; font-size:18px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.photoRight { float:right; margin:3px 0 7px 10px; }
.photoLeft { float:left; margin:3px 10px 7px 0; }
.photoCentre { display:block; margin:0 auto; }
.center { text-align:center; }
.justify { text-align:justify; }

img {border:none;}

ul { list-style-image: url(bullet-left.gif); padding-top:20px; }
ul li {color:#666666;  font-size:11px; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style2 {	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style3 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {color: #333333}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }

.style17 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.style18 {color: #FFFFFF}

    
a {
	color:#FF0000;
}
a:hover {
	color:#FF0000;
	background:#333333;
	text-decoration:none;
}
.clear { clear:both; height:0; overflow:hidden; }
h1 {	font-size: 14px;
font-weight: bold;
color: #FF0000;
}

h2 {	font-size: 12px;
font-weight: bold;
color: #999999;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	color:#333333;
}

blockquote{
	color:#1F497D;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background:#CCCCCC;
	height:94px;
	margin:0;
	padding:0;
}

#header_right {
	float:right;
	padding-right:20px;
}
#header_left {
	float:right;
	padding-right:40px;
	padding-top:20px;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.container {
	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 */
}
/* holy grail 3 column settings */
.containerb {
	background:#fff;    	/* Right column background colour */
}
.containerb .colmid {
	float:left;
	width:200%;
	margin-left:-178px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.containerb .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:529px;         	/* Left column width + right column width */
	background:#fff;    	/* Left column background colour */
}
.containerb .colleft ul {
padding-top:20px;
text-align:center;
}
.col2 img {
margin:0; padding:0; overflow:hidden; float:left;
}
.containerb .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:351px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.containerb .col1 {
	margin:20px 220px 0 381px ;     	/* 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;
   
}
.containerb .col1 ul {

text-align:left;
padding-top:0;

}
.containerb .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:351px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;         	/* Width of the left-had side padding on the left column */
}
.containerb .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:160px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:10px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height:170px;
	background: #fff url(footer_bg.gif) left top no-repeat;
}
#footer p {
	padding:10px;
	margin:0;
}
    
#nav { width:176px; margin-top:17px; overflow:hidden; float:left; z-index:999; }
#nav ol { list-style-type:none !important; margin:0; padding:0; list-style-position:inside;}
#nav ol li {list-style: none !important; list-style-type: none !important;}
#nav ol li a,
#nav ol li a:visited { color:#000000; display:block; text-decoration:none; width:156px; padding-left:25px; padding-bottom:17px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background:url("navblock.jpg") left top no-repeat; font-style:normal!important;}
#nav ol li a:focus,
#nav ol li a:hover { color:#F30000; background:url("navblockin.jpg") left top no-repeat; }
.active a,
.active a:active { color:#F30000; background: url("navblockin.jpg") left top no-repeat!important; }

ul { list-style-image: url(bullet-left.gif); padding-top:20px; }
ul li {color:#666666;  font-size:11px; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; }
