/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/
hr { text-align: center; width: 60%; height: 1px; border: none; color:#586E75; background-color:#586E75;}

.geom_box {
	height: 315px;
	float: left;
	text-align: center;
}
.geom_image {
	height: 290px;
text-align:center;

}
.geom_text {
	height: 20px;
text-align: center;
}

.nav_table {
	background-color: #B7C3CA;
}

.action_table {
	background-color: #494E5A;
}
.data_table {
	background-color: #E3E7E9;
}


.search_table {
	background-position: center;
	border: thin groove #CCCCCC;
	width: 100%;	
}

.search_cell {
	width: 100%;	
}

.main_table {
	background-color: #E3E7E9;
        border: 1px;   
}

/* added styles */
.table_list {
	font-size: small;
	text-align: left;
	vertical-align: text-top;
/*	border: thin none; */

    border-width: 1px;
	padding: 5px;
	width: 95%;
	/* clip: rect(auto,auto,auto,auto); */
	overflow: auto;
}

table.table_list { 
margin:10px;
padding: 5px;
border-width: 1px; 
border-spacing: 0px;
border-style: outset; } 

table.table_list tr { border: 1px; 
 } 

table.table_list td 
 { border-bottom: 1px dotted #6699CC;
  border-right: 1px dotted #6699CC;
} 


th {
	font-size: small;
	text-align: left;
        padding: 6px;
        font-weight: normal;
	color: #586E75;
        overflow: auto;
}

td {
      vertical-align: top;
      padding: 6px;
      overflow: auto;
}

.initial_header {
	width: 120px;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
font-family: "Arial Unicode MS";	
/* font-family: Arial, sans-serif; */
	color: #494949;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #8EADCE;
font-size: 90%;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 2% 0 82%; 
	padding: 0px;
	background-color: #CEE4ED;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content{
	float:left;
	width: 78%;
	margin: 0;
/*	padding: 0 3% 0 0; */
    	padding: 0px 3% 10px 0px; 
	background-color: #FFFFFF;
	overlap: auto;
}


@media only screen and (max-width:480px)
{
#navBar{
	margin: 2% 62% 0 2%;
}

#content{
        width: 100%;
        padding-right:3%;
 }

}

#content_no_nav{
	float:left;
	width: 94%;
	margin: 0;
	padding: 0 3% 3% 1%;
	background-color: #FFFFFF;
	overlap: auto;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #FBFBFB;
padding: 10px 0px 0px 10px;
}

@media only screen and (min-width:680px){
#globalNav{
white-space: nowrap;
 }
}




/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;

}


/************* #breadCrumb styles *************/

#breadCrumb{
float:left;
width: 75%;
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#browse_buttons{
float:right;
width: auto;
text-align: right;
	padding: 10px 0px 5px 10px;}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 20px;
	font-size: small;

}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
}

/* .feature img{
	float: right;
	padding: 10px;
	margin: auto;
}*/
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 90%;
	float: left;
	width: 95%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

/********** image box styles ***************/

.image_box {
	height: 440px;
	width: 340px;
}

@media only screen and (min-width:480px){
.image_box {

	padding: 15px;
	float: right;
}
}


.image_box_nothumb {
	padding: 15px;
	float: right;
	height: 360px;
	width: 337px;
}
.image_main {
	float: left;
	height: 340px;
	width: 327px;
        background-color: #000000;
text-align: center;
}
.thumb_container {
	float: left;
	height: 100px;
	width: 340px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

.thumb1 {
	float: left;
	height: 78px;
	width: 75px;
}

.thumb3 {
	float: left;
	height: 78px;
	width: 75px;
}

.thumb2 {
	float: left;
	height: 78px;
	width: 172px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 85%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo a {
	font-size: 100%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	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/Win's 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: 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #45536E;
}


#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 2px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #006699;
}

#sectionLinks a:visited{
	padding: 2px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #006699;
}

/* #sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
} */


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 2px;
	padding: 2px;
	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 #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.emphasis {
	font-size: small;
	font-weight: normal;
	color: #586E75;
}
.top_data {
	font-size: small;
	font-weight: bold;
}
