@charset "iso-8859-1";
/* CSS Document */
/***********************************************/
/* home.css                            */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #F2F2F2 url() fixed;
	text-align:center;
}

td{
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #10426A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #000000;

}

a:hover img{
  	filter: alpha(opacity=70);
}

/************** header tag styles **************/

h1{
 font: bold 140% "trebuchet ms",Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 124% "trebuchet ms",Arial, Helvetica, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% "trebuchet ms",Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square; 
 font-size: 12px;
}

ul ul{
 list-style-type: disc;
 font-size: 10px;
}

ul ul ul{
 list-style-type: cirlce;
 font-size: 10px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial, Helvetica, sans-serif;
}

pre {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	padding: 0px 0px 10px 20px;
}
option,select {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}			
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width:800px;
	background-color:#fff;
	margin: 0 auto;
}

#masthead{
	/* position: absolute;
	top: 0px; */
	/* width:100%; */
        padding: 10px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	height: 100px;
}

#globalNav{
	clear: both;
          /* position: relative; */
          /* width: 100%;*/
	  font-size: 12px;
          color: #777777;
          padding: 5px 20px 5px 20px;
          margin: 0px 0px 0px 0px;
          /* background-image:  url(""); */
	  /* background-color: #007ABF; */
	  cursor: default;
}
#globalNav a{
          color: #777777;
}

#globalNav a:hover {
          color: #000000;
}

#globalNav img{
	margin-top: -5px;
	margin-right: -20px;

}

#flash{
        margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	height: 150px;
	background-color: #ffffff;
}
#Noflash {
	padding: 0px 0px 0px 0px;
	height: 25px;
	top:-1px;
}


#pagecell1{
	width:96%;
	background-color: #ffffff;
	font-size: 13px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;

}


#content{
	padding: 20px 100px 25px 20px;
	margin:0px 0px 0px 200px;
	border-left: 0px solid #ccd2d2;
	border-bottom: 0px solid #ffffff;

}

#content h3{
	font-weight:bold;
	font-size: 20px;
}

#pageNav{
	float: left;
	width: 270px;
	height: 100%;
	margin:0px;
	padding: 5px 5px 5px 5px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
}

#pageNav li{
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	list-style-image: url(images/menu-leaf.png);
	/*font-size: 12px;*/
	margin: 0px;
	vertical-align: top;
	text-align: left;
}
#pageNav li a:hover {
	list-style-image: url(images/menu-collapsed.png);
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}



/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
        margin: 0 0 0 0;
	padding: 5px 0px 0px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#breadCrumb a{
	color: #AAAAAA;
	font-size: 12px;

}

#breadCrumb a:hover{
	color: #000000;
	text-decoration: underline;       
}


/************** Blank gap styles *****************/

.blankgap200 {
	padding: 0px 10px 0 10px;
	height: 200px;
}
.blankgap100 {
	padding: 0px 10px 0 10px;
	height: 100px;
}
.blankgap50 {
	padding: 0px 10px 0 10px;
	height: 40px;
}
.blankgap20 {
	padding: 0px 10px 0 10px;
	height: 20px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	width: 490px;
	padding: 5px 20px 0px 5px;
	color: #333333;
	background-color:#FFFFFF;
	line-height: 140%;
	font-size: 12px;
	text-align: left;
	float: right;
}


.story h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333333;
}

.story a, .story a:visited,{
	color: #E60003;
	text-decoration:underline;
}

.story a:hover, .story a:hover,{
	border-bottom: 1px solid;
	color: #E60003;
}

.story p {
	/* text-align: left; */
	padding: 0px 0px 5px 0px;
	text-align: justify;
}

.story a.capsule{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story li {
	list-style-position: outside;
	list-style-image: url(../images/icon_list.gif);
}

.storyIntent, .storyIntent p {
	padding: 0px 0px 0px 50px;
	font-size: 12px;
}


td.storyLeft{
	padding-right: 12px;
}

.imgFloatLeft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 00px 0px 0px;
}
.imgFloatRight {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 00px 0px 0px;
}


/************** siteInfo styles ****************/


#siteInfo{
	clear: both;
	border-top: 1px solid #CFDEE5;
	border-bottom: 1px solid #0E5C85;
	font-size: 11px;
	/* color: #cccccc;*/
	padding: 4px 20px 0px 20px;
	/* margin-top: -1px; */
	background-color: #79C2E5;

}
#siteInfo td{
	font-size: 11px;
	color: #10426A;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** highlight styles *****************/

#highlight{
	padding: 10px;
}

#highlight img{
	display: block;
}

/********************* end **********************/

.clear{
clear:both; height:0px}