@charset "UTF-8";
body  {
	background: #F0EFE2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
	margin-bottom:10px;

} 
#header { 
	background: #367084; 
	height:128px;
	
} 
#header2 { 
	background: #367084; 
	height:20px;
	background-image:url(images/top_band.jpg);
	background-repeat:no-repeat;
	
} 

#header2_option { 
	background: #1D5973; 
	height:30px;
	padding-top: 15px;
	padding-left: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	border-top:#4992A1 1px solid;
/******	background-image: url(images/top_band_option.jpg);
	background-repeat:no-repeat; ****/
} 

#header2_option a:link  {
	color:#FFF;
	text-decoration: none;
}
#header2_option a:visited  {
	color:#FFF;
	text-decoration: none;
}
#header2_option a:active  {
	color:#FFF;
	text-decoration: none;
}

#header2_option a:hover {
	color: #F0EFE2;
	text-decoration: underline;
}




#header3 { 
	background: #FFF; 
	height:22px;	
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 34px 30px 15px 50px;
	text-align:right;
background-image:url(images/side1_back_option.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}
#mainContent { 
	margin: 0 20px 0 287px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 0 30px;
	background-image:url(images/main_content_back.jpg);
	background-repeat:repeat-y;
} 

p, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: #333;
margin-bottom: 7px;

}
p a:link  {
	color: #333;
	text-decoration: underline;
}
p a:visited  {
	color: #333;
	text-decoration: underline;
}
p a:active  {
	color:#333;
	text-decoration: underline;
}

p a:hover {
	color: #7E685F;
	text-decoration: underline;
}


li a:link  {
	color: #333;
	text-decoration: underline;
}
li a:visited  {
	color: #333;
	text-decoration: underline;
}
 li a:active  {
	color:#333;
	text-decoration: underline;
}

li a:hover {
	color: #7E685F;
	text-decoration: underline;
}


h1 {
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	color: #866F66;
}
h1 a:link {
color: #866F66;
text-decoration:underline;
}
h1 a:visited {
color: #866F66;
text-decoration:underline;
}
h1 a:active {
color: #866F66;
text-decoration:underline;
}
h1 a:hover {
color: #666;
text-decoration:underline;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #367084;
	text-decoration: none;
	text-align:justify;
}
h2 a:link {
color: #367084;
text-decoration:underline;
}
h2 a:visited {
color: #367084;
text-decoration:underline;
}
h2 a:active {
color: #367084;
text-decoration:underline;
}
h2 a:hover {
color: #333;
text-decoration:underline;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**********new footer ************/

#footer
{
	position: relative;
	width:902px;
	text-align:center;
	padding: 20px 0px 0px 0px;
	background-color:#E6E4D8;
	clear: both;
	height: 100px;
}
#footerleft
{
	width:213px;
	text-align:left;
	padding: 0px 0px 0px 25px;
	float: left;
}

.footerleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:25px;
	color: #034B64;
}

.footerleft a:link, a:visited, a:active {	
	color: #034B64;
	text-decoration: underline;
}
.footerleft a:hover {
	color: #666;
	text-decoration: underline;
}
#footercentre{
	width:299px;
	text-align:left;
	padding: 0px 20px 0px 50px;
	float: left;
	}
	
#footerright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:230px;
	text-align:left;
	padding: 0px 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	float: left;
	z-index:5;
}
#footer2
{
	margin: 0 auto; 
	width:902px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	clear: both;
	height: 30px;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	color: #666;
}

.footer2 a:link, a:visited, a:active {	
	color: #666;
	text-decoration: underline;
}
.footer2 a:hover {
	color: #000;
	text-decoration: underline;
}


h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #367084;
	text-decoration: none;
}
h3 a:link {
color: #367084;
text-decoration:underline;
}
h3 a:visited {
color: #367084;
text-decoration:underline;
}
h3 a:active {
color: #367084;
text-decoration:underline;
}
h3 a:hover {
color: #333;
text-decoration:underline;
}

p.sidemenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	}
p.sidemenu a:link {
color: #367084;
text-decoration:none;
}
p.sidemenu a:visited {
color: #367084;
text-decoration:none;
}
p.sidemenu a:active {
color: #367084;
text-decoration:none;
}
p.sidemenu a:hover {
color: #333;
text-decoration:none;
border-bottom:#367084 1px dotted;
}
p.services_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#866F66;
	line-height:28px;
	border-bottom:#CCC 1px dotted;
	}
	
	.services_title a:link {
color:#866F66;
text-decoration:none;
}
.services_title a:visited {
color:#866F66;
text-decoration:none;
}
.services_title a:active {
color:#866F66;
text-decoration:none;
}
.services_title a:hover {
color: #333;
text-decoration:underline;
}



p.iso  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#866F66;
	line-height:28px;
	margin-top:20px;
	}
	
.iso a:link {
color:#866F66;
text-decoration:none;
}
.iso a:visited {
color:#866F66;
text-decoration:none;
}
.iso a:active {
color:#866F66;
text-decoration:none;
}
.iso a:hover {
color: #333;
text-decoration:underline;
}

.smalltx{
	font-size:9px;
	border-bottom:#CCC 1px dotted;
	line-height:9px;
	}
#news{
width:480px;
padding:0px 20px 10px 20px;
height:auto;
border:#CCC 1px solid;
margin-bottom:20px;
	}
.redtx {
	color: #89172F;
}
.purple {
	color: #77599B;
}

img
{border:0;}

.table{
border:#CCC 1px solid;
margin-bottom:20px;
	}