@charset "utf-8";

body {
	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 Centres the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #15537A;
	background-image: url(../images/shadow1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bluesideBg.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/headBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #header .abs {
	position: absolute;
	height: 250px;
	width: 602px;
	left: 205px;
	top: 147px;
}


.insidetext
{
	padding-left:30px;
	padding-top:20px;
	font-size: 11px;
	padding-right: 265px;
	background-repeat: no-repeat;
	background-position: 620px 60px;
}
.insidetextcar
{
	padding-left:30px;
	padding-top:20px;
	font-size: 11px;
	padding-right: 270px;
	background-repeat: no-repeat;
	background-position: 620px 60px;
}
.thrColFixHdr #container .menubar {
	background-image: url(../images/menuBg.jpg);
	margin: 0px;
	height: 32px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container .menubar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thrColFixHdr #container .menubar li {
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 21px;
	display: block;
	background-image: url(../images/splitter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	float: left;
}
.thrColFixHdr #container .menubar a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container .menubar a:hover {
	color: #000000;
}
.introtext {
	line-height: 20px;
	padding-top: 10px;
	color: #7C7C7C;
	text-align: justify;
}
.introtext a {
	color: #376BA6;
}

.thrColFixHdr #container .contentbox {
	padding: 0px;
	zoom:1;
	margin-right: 230px;
}

.insidetext h2 {
	font-family: "Arial Narrow";
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #0093D9;
}
.insidetext a {
	color: #0193E0;
	text-decoration: none;
	font-weight: bold;
}
.insidetext a:hover {
	color: #83C22D;
	text-decoration: underline;
}
.insidetext ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.insidetext li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/bullDot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 15px;
}


.padrgt120 {
	float: left;
	padding-right: 120px;
}

#corp{
bo
}


.thrColFixHdr #container .insideContent .insidetext p {
	line-height: 22px;
	font-size: 9pt;
	text-align: justify;
}





.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	background-color: #229DEA;
	height: 346px;
}
.thrColFixHdr #container .insideContent {
	margin-left: 150px;
	padding-bottom: 100px;
}

.thrColFixHdr #container .insideContent .insideHeader {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0092E4;
	background-color: #DAF1FC;
	text-align: right;
	padding-top: 55px;
	font-size: 11px;
	padding-right: 20px;
}
.thrColFixHdr #container .insideContent .insideHeader a {
	color: #0092DF;
	text-decoration: none;
}
.thrColFixHdr  #container  .insideContent  .insideHeader  a:hover  {
	color: #666666;
	text-decoration: underline;
}



/*.thrColFixHdr #container #sidebar1 .menuContainer {
	width: 140px;
	float: left;
}
.thrColFixHdr #container #sidebar1 .childmenu {
	float: left;
	height: 218px;
}

.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 140px;
}
.thrColFixHdr #container #sidebar1 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bullets1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr  #container  #sidebar1  li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 22px;
	height: 30px;
	line-height: 30px;

}

.thrColFixHdr #container #sidebar1 .menuContainer a:hover {
	color: #333333;
}*/


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E7E7E7;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #mainContent {
	width: 600px;
	margin-top: 0;
	margin-bottom: 0;
	float: right;
	height: 361px;
} 
.thrColFixHdr #container #mainContent #banner {
	padding-top: 17px;
}
.padding20px {
	padding:20px;

}
.thrColFixHdr #container .logos {
	height: 80px;
	border: 1px solid #EAEAEA;
	padding-right: 20px;
	padding-left: 20px;
}

.thrColFixHdr #footer {
	padding-top: 12px;
	padding-left: 20px;
	background-color: #DAF1FC;
	color: #7F7F7F;
	font-size: 11px;
	padding-bottom: 12px;
	line-height: 21px;
} 
#footer p {
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #footer a {
	color: #229DEA;
	text-decoration: none;
}
.thrColFixHdr #container #footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	font-size: 9px;
	text-align: right;
	padding-right: 20px;
	color: #999999;
	float: right;
}



.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;
}
#sitetable a {
	color: #666666;
	text-decoration: none;
}
#sitetable a:hover {
	
	text-decoration:underline
}
#menu1Container  {
	position: absolute;
	visibility: hidden;
	height: 75px;
	width: 158px;
}
#menu2Container, #menu4Container {
	position: absolute;
	visibility: hidden;
	height: 75px;
	width: 154px;
	z-index: 1100;
}
#menu5Container {
	position: absolute;
	visibility: hidden;
	height: 50px;
}
#menu1Content, #menu2Content, #menu3Content, #menu4Content, #menu5Content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 150px;
}
#menu3Content  {
	height: 72px;
	margin-left: 150px;
}

#menu2Content, #menu4Content {
	height: 72px;
}
#menu5Content {
	height: 48px;
}
.thrColFixHdr #container .contentbox .newspanel {
	float: left;
	width: 210px;
	height: 176px;
	background-image: url(../images/newsBg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
.thrColFixHdr #container .contentbox .newspanel .newsEvents {
	line-height: 25px;
	height: 25px;
	text-align: center;
}
.thrColFixHdr #container .contentbox .newspanel .news {
	line-height: 25px;
	height: 35px;
	font-weight: bold;
	text-align: center;
	color: #0C71A9;
}



.boxstyle {
	background-color: #EFEFEF;
	line-height: 17px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.boxstyle a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boxstyle:hover {
	background-color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFD00;
	font-weight: bold;
	font-variant: small-caps;
}
.style2 {
	color: #FFFD00;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.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;
}
#menu1Container, #menu3Container {
	position: absolute;
	visibility: hidden;
	height: 75px;
	width: 158px;
}
.imgholder{
	padding:20;
	border:1px solid #F0F0F0;
	float: left;
	margin-right: 20px;px;
}
.style4 {
	color: #74A018;
	font-weight: bold;
}
.font12 {
	font-size: 12px;
}
.thrColFixHdr #xtr {
	color: #15537A;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.thrColFixHdr #xtr a {
	color: #15537A;
}


.thrColFixHdr #container #footer .copyright img {
	margin-right: 5px;
	margin-left: 5px;
}

