/*

Dark Blue #20406A
Light Blue #6BADD5
Text Light Blue: #1E8BB9;
*/

@import url(layout.css);
body {
	color: #000;
	font-size: .9em;
	font-family: Garamond, Georgia, serif;
	font-style: normal;
	background-color: #20406A;
}
img
{
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
}

a img
{
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	background-position: top;
	width: 800px;
	margin: 0 auto;
	background: #fff top;
}
#masthead
{
	text-align: left;
	width: 800px;
	background-color: #6BADD5;
	overflow: hidden;
	height: 130px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
}
#navigation {
	margin: 39px 0 0 0;
	overflow: hidden;
}
#nav_line_home {
	background-color: #fff;
	overflow: hidden;
}
#page_content {
	margin-right: 0px;
	margin-left: 0px;
	width: 800px;
	overflow: hidden;
}

#headlogo {
display: inline-block;
width: 461px;
height: 107px;
float: left;
}

#headtag {
display: inline-block;
text-align: left;
font-family: "Trebuchet MS", Arial, sans-serif;
color: #fff;
font-size: 14px;
padding: 55px 0 0 60px;
clear: both;
}

#column_la {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;

}
#column_hl {
	width: 100px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_hr {
	width: 450px;
	margin: 0;
	float: right;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	top: auto;
	clip: rect(inherit, inherit, inherit, inherit);
}

#column_l {
	position: relative;
	padding: 0 20px 5px 20px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
}
#column_r {
	padding: 0 20px 5px 20px;
	position: relative;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin-top: 0px;
}

#column_RML {
	position: relative;
	padding: 0 30px 5px 30px;
	left: 0px;
	right: 0px;
}
#column_RMR {
	padding: 0 30px 5px 30px;
	position: relative;
	right: 0px;
	left: 0px;
	bottom: 0px;
}


#footer {
	text-align: center;
	font-size: 3px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
#readmore {
	border-style: none;
	background-color: #FFFFFF;
	padding: 0px px px 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 800px;
	overflow: hidden;
}
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:inline;
	padding:0;
	margin:0;
	font-size: 11px !important;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
}

#navigation #selected {
	color: #1E8BB9;
	background-image: url('../images/tabs_white.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	width:80px;
}

#navigation a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	background-image: url('../images/tabs.jpg');
	background-repeat: no-repeat;
	padding-left: 20px; 
	padding-right: 0px;
	width:80px;
	text-align:center;
	
}
#navigation a:hover {
	color: #1E8BB9;
	background-image: url('../images/tabs_white.jpg');
	background-repeat: no-repeat;
	padding-left: 20px; 
	padding-right: 0px;
	width:80px;
	text-align:center;
	
}

/* Styles for Content */
p {
line-height: 14pt;
	}

h1 {
	color: #008ED6;
	font-size: 28px;
	font-style:normal;
	font-weight:normal;
	font-family: Garamond, Georgia, serif;
}
h2 {
	color: #0F2B5B;
	font-size: 20px;
	text-align: justify;
	font-family: Garamond, Georgia, serif;
	font-style:normal;
	font-weight:normal;
	/*margin-top: 10px; */
	line-height: 25px;

}
h3
{
	color: #1E8BB9;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 100%;
	padding: 0 0 2px 10px;
	margin: 0;
}
h4 {
	color: #20406A;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	padding: 5px 0 3px 10px;
	margin: 0;

}
h5 {
	color: #20406A;
	font-size: 1em;	
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Garamond, Georgia, serif;
	font-style:normal;
	font-weight:bold;
	line-height: 14pt;

}

h4.quote {
color: #1E8BB9;
font-size: .8em;
line-height: 150%;
}

h6 {
	color: black;
	font-size:small;
	font-weight:normal;
	line-height: 14pt;
}
#column_r p.p1 {
	text-align: left;
	color: #0F2B5B;
	font-weight: bold;
	line-height: 14pt;
	margin: 0;
	padding: 0 0 0 10px;
}

.p1 b, .p2 b {color: #1E8BB9;}

#column_r p.p2 {
	text-align: left;
	margin: 0;
	color: #000000;
	line-height: 14pt;
	padding-top: 0;
	margin: 0;
	padding: 0 0 10px 10px;
}

big {
	color: #008ED6;
	font-size: medium;
}


.bull {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* Styles for column_hr */
#column_hr h1 {
	margin-bottom: 0px;
	color: #008ED6;
}
#column_hr h2 {
	margin-top: 0;
	color: #0F2B5B;
}


/* Styles for column_r */
#column_r h4 {
	margin-bottom: 0;
	
}
#column_r h5 {
/*	margin-bottom: 1px;
	margin-top: 1px; */
}
#column_r h6 {
	margin: 0;
}

#column_r ul{
	margin-left: 5px;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0;
	line-height: 14pt;
list-style-type:disc;
margin-bottom: 20px;
}

/*
#column_r p:first-letter {
	color: #6AAFD5;
	font-weight:bold;
}
*/

.note {
font-size: 70%;
line-height: 100%;
}

.addressList td {
padding: 10px 0 0 0;

}
/* Styles for column_l */
#column_l h4, #column_l h5, #column_l h6, #column_r h4, #column_r h5, #column_r h6  {
	padding-left: 10px;
}

#column_l h5 {
/*	margin-bottom: 2px;
	margin-top: 2px; */
}

#column_l p, #column_r p {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}


#column_l ul
{
	margin-left: 5px;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0px;
	list-style-position: outside;
	line-height: 14pt;
	list-style-type: disc;
}



/* Styles for column_RMR */
#column_RMR h4 {
	margin-bottom: 0;
	
}
#column_RMR h5 {
/*	margin-bottom: 1px;
	margin-top: 1px; */
}
#column_RMR h6 {
	margin: 0;
}

#column_RMR ul {
	margin-left: 5px;
	margin-top: -2px;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: -2px;
	list-style-image: url('../images/bullet.gif');
	list-style-position: outside;
	line-height: 14pt;
}
/*
#column_RMR p:first-letter {
	color: #6AAFD5;
	font-weight:bold;
}
*/

*/


div.hideme { 
	color: #008ED6;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	padding: 0 0 1px 10px;
	margin: 0;
}

/* Styles for column_RML */
#column_RML h4 {
	
}

#column_RML h5 {
/*	margin-bottom: 2px;
	margin-top: 2px; */
}
#column_RML h6 {
	margin: 0;
}

#column_RML ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: -2px;
	list-style-image: url('../images/bullet.gif');
	list-style-position: outside;
	line-height: 14pt;
}


/* Styles for Footer */
#footer p {
	color: #0F2B5B;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #0F2B5B;
	text-decoration: underline;
}
#footer a:hover {
	color: #0F2B5B;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for mastheadadmin */
#mastheadmain
{
	margin-left: 5px;
	width: 100px;
	position: absolute;
	float: left;
}
#mastheadmain2
{
	margin-left: 10px;
	width: 780px;
	text-transform: capitalize;
	text-align: left;
	font-size: large;
	color: #FFFFFF;
}
#mastheadmain3
{
	width: 100px;
	float: right;
	font-size: x-small;
	margin-top: -30px;
	color: #FFFFFF;
	position: static;
}
#footer2 {
}

.dotline { border-bottom: 1px #333 dotted;
width: 100%;
display: block;
clear: both;
margin: 0 0 10px 0;
}

/* Accordion */
.accordionHeader
{
	color: white;
	background-color: #5F9DCB;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	cursor: pointer;
	height: 35px;
	vertical-align: middle;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../images/a_corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
 
.accordionHeader span
{
	color: #20406A;
	font-size: 28px;
	border-right: 1px #FFF solid;
	padding-right: 15px;
	margin-right: 15px;
}
 
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
      padding-bottom:5px;
}

#master_content .accordionHeader a:first-letter {
	color: #008ED6;
	font-weight:normal;
	font-size:24px;
}

 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
	color: white;
	background-color: #008ED6;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	cursor: pointer;
	padding-bottom: 5px;
	vertical-align: text-bottom;
	padding-top: 20px;
	padding-right: 15px;

}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
	background-color: #FFFFFF;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.ReportMonth
{
 color:#0F2B5B;
}




/*  contact section */
div.row {
	clear: both;
	padding: 5px 0 0 10px;
}
div.row span.label {
	float: left;
	width: 90px;
	margin: 0px auto;
	text-align: left;
	font-style: normal;
	font-size: .8em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

div.row span.formw {
	float: left;
	width: 200px;
	text-align: left;
	font-size: .8em;
}
  
div.row span.cmts {
  float: left;
  width: 235px;
  text-align: left;
  }
 div.row span.headf {
  float: left;
  width: 300px;
  text-align: left; 
  }

 div.row span.headf.cell {
  background-color: #FFEC8B;  
  }
  
div.txtbox {
  float: left;
  width: 210px;
  text-align: left;
  }
  
.txtbox{
background-color: #E0E0E0;
border: none;
}

#gvEMP td, #gvSCP td, #gvIMP td, #gvFIMP td {
font-family: Arial, sans-serif;
font-size: 11px;
padding: 3px 0 3px 5px;
}

#gvEMP th, #gvSCP th, #gvIMP th, #gvFIMP th {
font-family: Arial, sans-serif;
font-size: 11px;
padding: 3px 0 3px 0;
}


