/***
* Container for 4 col
*/
.container_4 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.lay2col .col.first {
	float: left;
	width: 700px;
	padding: 10px 10px 20px;
	background: #ECF6F7;
}
.span_1 {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px
}
.container_4 .span_1 {
	width: 220px;
}
.first {margin-left: 0;}
.last {margin-right: 0;}
.border {
	margin-right: 0px;
	padding-right: 9px;
	border-right: 1px solid #e7e7e7;
}
.article dt {
font-size: 18px !important;
}
.words {
	padding: 30px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.word-list {
	list-style-type: none;
}
.word-row {
	margin:0;
	padding: 0;
}
.word-row a {
	color: #111;
	display: block;
	padding: 2px 0px 2px 16px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../../_img/wodrsdot.gif) no-repeat 0 4px; 
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.word-row a:hover {
	background: #eee url(../../_img/wodrsdot.gif) no-repeat 100% 4px;
	color: #111;
}
.word-row a:hover em {
	font-weight: normal;
}

.top-global-banner {
	margin: 10px 0;
	background: #0072BC;
	text-align: center;
}
.top-global-banner a {
	display: block;
	
}
.top-global-banner a img {
	border-width: 0px 2px;
	border-style: solid;
	border-color: #fff;
	display: block;
	margin: 0 auto;
}
.bottomnav {
	padding: 15px 0 30px;
}
/* footer element*/
.foot-gbanner {
    background-color: #DDF3F6;
    margin-bottom: 20px;
    padding: 2px 2px;
}
.foot-gbanner .banner.left {
    width: 728px;
    height: 90px;
    background-color: #fff;
    float: left;
}
.foot-gbanner .banner.right {
    float: right;
    width: 215px;
    height: 90px;
    max-height: 90px;
    background-color: #f00;
    color: #fff;
}

.foot.banner {
    padding: 20px 10px;
}
#footer_nav {
    border-top: 1px solid #e2e2e2; 
    padding: 10px 0;
}
#network {
    background-color: #f5f5f5;
    margin: 0 0 20px 0;
}

.site_list,.site_list ul {
    list-style-type: none;
}
.site_list > li {
    float: left;
    width: 189px;
    border-right: 1px solid #fff;
}
.site_list h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px 0;
    color: #c00;
    letter-spacing: 1px;
	font-family: Arial,Helvetica,sans-serif;
}
.site_list ul {padding: 0 10px 10px;}
.site_list li a {
    font-size: 11px;
    color: #004a80;
    text-decoration: none;
}
.google-fbanner {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    width: 950px;
    margin-bottom: 20px;
}
.google-fbanner td {
    width: 469px;
    border: 1px solid #e3e3e3;
    padding: 3px;
}

#nav {
    clear: both;
	font-size: 12px;
}
#nav table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1px;
}
#nav table.sub {
	background-color: #fff;
}
#nav td img {
    vertical-align: middle;
}
#nav td {
    padding: 4px 5px;
    text-align: center;
    background-color: #DDF3F6;
}
#nav td.arrow {
    padding: 4px 0px;
    background-color: #DDF3F6 !important;
}
#nav td.alt {
    background-color: #C0E2E6;
}
#nav .sub td {
    background-color: transparent;
    padding: 2px 5px;
}
#nav .sub td.alt {
    font-weight:bold;color:#f00;
    border: 1px solid #DDF3F6;
}
#nav td.sep {
    width: 1px;
    border-right: 1px solid #fff;
    padding: 4px 0px;
}
#nav .sub .sep {
    border-right: 1px solid #DDF3F6;
}
#nav a {
    text-decoration: none;
    color: #222;
}
