/* CSS Document */

body {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:white;
	color:#999999;
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.h {
	color: #669933;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}

.h1 {
	color: #669933;
	background-color:transparent;
	font-weight: bold;
	font-size:1em;
	text-decoration: none;
}

.h2 {
	color: #ffffff;
	background-color:transparent;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
}

.h4 {
	color: #000165;
	background-color:transparent;
	font-size:1em;
	text-decoration: none;
}

.h5 {
	color:#000165;
	background-color:transparent;
	font-size:1em;
	text-decoration:none;
}

h2 {
	color: #000165;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}

h3 {
	color:#000165;
	background-color:transparent;
	font-size:1em;
	text-decoration: none;
}

h4 {
	color: #000165;
	background-color:transparent;
	font-weight: bold;
	font-size:1.3em;
	text-decoration:none;
}

.h6 {
	color:#000165;
	background-color:transparent;
	font-size:0.8em;
	text-decoration:none;
}

.h7 {
	color:black;
	background-color:transparent;
	font-size:0.9em;
	text-decoration:none;
}

.container {
	position:relative;
	width: 758px;
	margin: 0px auto;
	padding:0;
	background-color:white;
	text-align:justify;
	border:1px solid #343434;
	font-size:1.1em;
	background-image:url(../images/background_grey_bars.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

html>body .container {
	background-image:url(../images/background_grey_bars_firefox.gif);
}

.headerContainer {
	position:relative;
	width: 758px;
}

.columnLeft {
	position:relative;
	width:187px;
	float:left;
	border-right:1px solid #cdcdcd;
	/*background-color:white;*/
}

.heading_bluebackground {
	position:relative;
	width: 758px;
	height:54px;
	background-image:url(../images/headingbgfadeblue.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom:1px solid white;
	text-align:center;
}

#heading_text {
	position:relative;
	color:white;
	font-size:2em;
	padding-top:20px;
}

#heading_text_smaller {	
	font-size:0.75em;	
}

.columnLeft_news {
	position:relative;
	width:156px;
	padding:8px 16px 23px 16px;
}

.postitnote {
	position:relative;
	width:171px;
	background-image:url(../images/postitmiddlefull.gif);
	background-position: top left;
	background-repeat: repeat;
	margin-left:8px;
}

#postittop {
	position:relative;
	width:171px;
	height:40px;
	background-image:url(../images/postittop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#postitbottom {
	position:relative;
	width:171px;
	background-image:url(../images/positbottomhalf.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.columnLeftNewsContent {
	position:relative;
	margin:0;
	padding:0;
	color:#525252;
}

.columnLeftNewsLink {
	color:#777777;
}

.columnLeftNewsLink a,
.columnLeftNewsLink a:link,
.columnLeftNewsLink a:hover,
.columnLeftNewsLink a:active,
.columnLeftNewsLink a:visited {
	text-decoration:none;
	color:#777777;
}

.columnLeftNewsLinkRed {
	color:#C42E36;
}

.columnLeftNewsLinkRed a,
.columnLeftNewsLinkRed a:link,
.columnLeftNewsLinkRed a:hover,
.columnLeftNewsLinkRed a:active,
.columnLeftNewsLinkRed a:visited {
	text-decoration:none;
	color:#C42E36;
}



.columnMiddle {
	position:relative;
	width:380px;
	float:left;
	border-right:1px solid #cdcdcd;
	padding:0;
	margin:0;
}

.columnMiddle_content {
	position:relative;
	width:345px;
	padding:23px 16px 23px 16px;
	color:#525252;
} 

.columnRight {
	position:relative;
	width:187px;
	float:left;
	padding:0;
	margin:0;
}

.columnRight_logo {
	position:relative;
	width:187px;
	height:121px;
	/*border-bottom:1px solid #cdcdcd;*/
}

.columnRight_services {
	position:relative;
	width:155px;
	padding:23px 16px 23px 16px;
}

.columnRight_services a,
.columnRight_services a:link,
.columnRight_services a:hover,
.columnRight_services a:active,
.columnRight_services a:visited {
	text-decoration:none;
	color:#636566;
}

.columnRight_services_table {
	position:relative;
	font-size:1.2em;
}

.columnRight_services_table {
	position:relative;
	font-size:1.2em;
}
.columnRight_services_links {
	color:#9C33CE;
}

.signature {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
}

.page_heading {
	position:relative;
	font-size:1.4em;
	font-weight:bold;
	color:#0171D6;
}

.news_heading {
	position:relative;
	font-size:1.4em;
	font-weight:bold;
	color:#C42E36;
}

.services_heading {
	position:relative;
	font-size:1.4em;
	font-weight:bold;
	color:#9C33CE;
}

/* NAVIGATION */

#navcontainer { 
	width: 187px; 
	margin:0px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	padding-top: 1px;
	list-style-type: none;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background-color:white;
}

html>body #navcontainer ul {margin-top:0px;}

#navcontainer a {
	display: block;
	padding: 6px 5px 8px 20px;
	width /**/: 187px;
	w\idth: 163px;
	background-image:url(../images/nav_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#000000;
	
}

html>body #navcontainer a { width:162px;}

#navcontainer a:link, #navlist a:visited{
	color: #666666;
	text-decoration: none;
	background-color:transparent;
}

#navcontainer a:hover {
	color: #000165;
	background-color:transparent;
}

.navitem {
	color: #000165;
	background-color:transparent;
	font-size:1em;
	text-decoration: none;
}

#subnav {
	width: 187px; 
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background:white;
	color:#000000;
}

/* END NAVIGATION */

.clearFloats {
	clear:both;
}

/* Footer */

.footer_spacer {
	position:relative;
	height:20px;
	background-color:white;
}

.footer {
	position:relative;
	/*margin-top:20px;*/
	padding-top:10px;
	height:20px;
	font-size:0.6em;
	background-color:#F4FAFF;
}

html>body .footer {
	height:20px;
}

.footerPt1 {
	position:relative;
	text-align:center;
	color:#636566;
	font-size:1.7em;
}

.footerPt1 a,
.footerPt1 a:link,
.footerPt1 a:hover,
.footerPt1 a:active,
.footerPt1 a:visited {
	text-decoration:none;
	color:#636566;
}

.textli{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.lhsimages {
	position:relative;
	width:91px;
	margin-left:40px;
}