/***********************************************/
/* 2col_rightNav.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

pre{
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color:#00A400;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000066;
}

h2{
 font-size: 114%;
 color: #000066;
}

h3{
 font-size: 100%;
 color: #000066;
}

h4{
 font-size: 80%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000066;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000066;
}

.tip {
	position: relative; 
}

.tip span {
	display: none;
}

.tip:hover {font-size: 100%;} /* IE/Win requires some link change on hover in order to show the tooltips */

.tip:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -25px; 
	left: 10px; 
	width: auto;
	border: 1px solid #000;
	background-color: #FFCCCC; 
	color: #000;
	padding: 3px;
	font-size: .8em;
}

/* 
  -- Rounded corners with CSS --
*/
/* Green border, white fill */
.dialog1 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:170px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog1 .content,
.dialog1 .t,
.dialog1 .b,
.dialog1 .b div {
 background:transparent url('images/rndRectBlueWhite.png') no-repeat top right;
}

.dialog1 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog1 .t {
 /* top-left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog1 .b {
 /* bottom-right slice */
 position:relative;
 width:100%;
}

.dialog1 .b,
.dialog1 .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog1 .b {
 background-position:bottom right;
}

.dialog1 .b div {
 position:relative;
 width:12px; /* bottom-left corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog1 h2,
.dialog1 p,
.dialog1 img {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog1 h2 {
 color:#000066;
 padding-bottom:0px;
 border-bottom:2px solid #000066;
}

/*DIALOG2*/
.dialog2 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:170px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url('images/rndRectBlueBlue.png') no-repeat top right;
}

.dialog2 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog2 .t {
 /* top-left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog2 .b {
 /* bottom-right slice */
 position:relative;
 width:100%;
}

.dialog2 .b,
.dialog2 .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog2 .b {
 background-position:bottom right;
}

.dialog2 .b div {
 position:relative;
 width:12px; /* bottom-left corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog2 h2,
.dialog2 p,
.dialog2 img {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog2 h2 {
 color:#000066;
 padding-bottom:0px;
 border-bottom:2px solid #000066;
}

/*DIALOG3*/
/* Blue border, white fill */

.dialog3 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:170px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog3 .content,
.dialog3 .t,
.dialog3 .b,
.dialog3 .b div {
 background:transparent url('images/rndRectGreenWhite.png') no-repeat top right;
}

.dialog3 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog3 .t {
 /* top-left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog3 .b {
 /* bottom-right slice */
 position:relative;
 width:100%;
}

.dialog3 .b,
.dialog3 .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog3 .b {
 background-position:bottom right;
}

.dialog3 .b div {
 position:relative;
 width:12px; /* bottom-left corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog3 h2,
.dialog3 p,
.dialog3 img{
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog3 h2 {
 color:#003300;
 padding-bottom:0px;
 border-bottom:2px solid #003300;
}

/*DIALOG*/
/* Green border, green fill */

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:170px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url('images/rndRectGreen.png') no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top-left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom-right slice */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom-left corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog h2,
.dialog p,
.dialog img{
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h2 {
 color:#003300;
 padding-bottom:0px;
 border-bottom:2px solid #003300;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 800px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background-color: #b6d2e0;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

#content{
  	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
}

.new {
	color:#00A400;
	font-weight:bold;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	width: 800px;
	color: #00A400; 
	padding: 0px 0px 0px 0px;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

#globalNav a:hover {
	background-color: #00A400;
	color:#000066;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .Homefeature styles ***************/

.HomeFeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.HomeFeature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.HomeFeature p{
  padding: 10px 0px 0px 0px;
}

.HomeFeature ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 20px;
}

.HomeFeature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature p{
  padding: 10px 0px 0px 0px;
}

.feature ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 20px;
}

.feature li{
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 210px;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 20px;
}

.story li{
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
}

.story p{
  padding: 0px 0px 10px 0px;
}

/************** .sched styles *****************/

.sched{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.sched ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 20px;
}

.sched li{
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
}

.sched p{
  padding: 0px 0px 10px 0px;
}

.sched a {
	position: relative; 
}

.sched a span {
	display: none;
}

.sched a:hover {font-size: 100%;} /* IE/Win requires some link change on hover in order to show the tooltips */

.sched a:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -25px; 
	left: 10px; 
	width: auto;
	border: 1px solid #000;
	background-color: #FFCCCC; 
	color: #000;
	padding: 3px;
	font-size: .8em;
}

/************** .case styles *****************/

.case{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.case h2{
  background-color: #eeeeee;
  border-left: 2px solid #000066;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}

.case h3{
  background-color: #FFFFFF;
  border-bottom: 1px dotted #000066;
  padding: 0px 0px 0px 5px;
  margin: 5px 0px 0px 10px;
}

.case h5{
  background-color: #FFFFFF;
  border-left: 1px dotted #000066;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 10px;
}

.case p{
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 10px;
  border-left: 1px dotted #000066;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #999999;
	padding: 1px 10px 10px 5px;
	margin-top: 1px;
}

#siteInfo img{
	padding: 2px 10px 2px 5px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000066;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Windows broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #000066;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #000066;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #000066;
	background-color: #00A400;
	padding: 2px 0px 2px 10px;
	color:#000066;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #999999;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines a:hover {
	background-color:#00A400;
	color:#000066;
}


