/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2em;
	font-family: Arial, sans-serif;
}
/* ol, ul { 
	list-style: none;
} */
ul { 
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style:italic;
}

/** END CSS RESET **/



html{
	background: #e7e1d6;
}

body {
	color:#4d4d4d;
}

h1, h2, h3, h4 {
	line-height:1em;
}

.container{
	width: 860px;
	margin: 0 auto;
}

.clearfix {
	clear:both;
}

.height_1px {
	height:1px;	
}

h3 a,
h3 a:visited {
	text-decoration:none;
	color:#4d4d4d;
}

h3 a:hover {
	text-decoration:underline;
}

a {
	color:#147ad7;	
}

a:visited {
	color:#264a64;	
}

strong {
	font-weight:bold;	
}

/** UTILITIES **/
.smaller { 
	font-size:.75em;
	line-height: 1.2em;
}

.italic {
	font-style: italic;
}

.small_italics {
	font-size:.75em;
	line-height: 1.2em;
	font-style: italic;
}

/** HEADER **/
.top_header{
	background: #FFF;
	padding: 8px 0 15px;
	width: 100%;
	overflow: hidden;
	border-bottom: 10px solid #336a90;
}

.top_header a{
	text-decoration: none;
	color: #000;
}

.top_header ul{
	/*float: right;*/
	float: left;
	margin-left: -42px; 						/*added the float: left and margin-left: to make it look like .psd -kls*/
}

.top_header ul li{
	float: right;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-right: 20px;
}

.top_header ul li img{
	vertical-align: middle;
	padding-right:2px;
}

.top_header ul li:first-child{
	margin-right: 0;
}

.bottom_header{
	height: 50px;
}

.bottom_header nav form{
	float:right;
	width: 195px;
}

.bottom_header nav form label {
	display:none;
}     

.bottom_header nav form input[type="text"]{
	width: 185px;
	font-size: 12px;
	padding: 5px;
	float: right;
	border-radius: 3px;
	border: 0;
	background: #FFF url("../images/site/search.png") no-repeat center right;
}


/* a container for skip nav links, which will start at extreme 
	left margin, but upon hover will take back it's place. For 508 Compliance.
*/
.skipNavLinks a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
.skipNavLinks a:focus {
	position:static;
	width:auto;
	height:auto;
} 


nav{
	width: 72%;
	float: right;
	margin-top: 10px;
}

nav ul{
	float: right;
	padding: 5px 0 0;
}

nav ul li{
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
}

nav ul li a,
nav ul li a:visited{
	text-decoration: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.social{
	width: 860px;
	margin: 0 auto;
	height: 25px;
}

.social ul{
	float:right;
}

.social ul li{
	float:left;
	margin: -15px 0 0 7px;
}

/** MAIN CONTENT **/

.logo{
	position: absolute;
	top: 49px;  					/*change top: 0 to top: 49px in order to move the logo -kls*/
	margin-left: -16px;
}

.content.spotlight{
	background: #346688;
}

.content.spotlight .container{
	background: #346688; 
	/*margin-top: -23px; commented this out -kls*/
	/*overflow: hidden;*/
	margin-top: 23px;				/*change margin: 0 auto to this -kls */
}

.content .container{
	background: #FFF;
	padding: 15px;
	margin-bottom: 12px;
	font-family: Arial, sans-serif;
}

h1{
	font-family: Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 35px;
}

.issue_spotlight{
	margin: -15px 0 0 -15px;
}

.content.home ul li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 13px;
	background: url("/assets/images/site/article_carot.png") no-repeat left center;
	padding-left: 18px;
}

.content.home ul li a:visited {
	color:#264a64;	
}

/** SPOTLIGHT **/

.spotlight h2{
	margin-top: 60px;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 35px;
}

.spotlight h2 a{
	text-decoration:none;
	color:#fff;
}

.issue_identification{
	font-size: 12px;
	margin-left: 260px;
}

.spotlight .issue_identification,
.container.no_spotlight .issue_identification {
	color: #FFF;
}

.issue_identification ul li{
	padding: 0 10px; 
	float: left;
}
.issue_identification ul li:first-child{
	border-right: 1px solid #000;
}

.spotlight .issue_identification ul li:first-child,
.container.no_spotlight .issue_identification ul li:first-child {
	border-right: 1px solid #fff;
}


.article .issue_identification{
	color: #000;
	float: left;
	width: 46%;
	height: 15px;
}

.article .issue_identification ul li:first-child{
	border-right: 1px solid #000;
}

.spotlight p{
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
	line-height: 25px;
}

.spotlight a{
	text-decoration: underline;
	color: #9cb1ba;
}

.spotlight .blurb {
	float: left;
	width: 450px;
	padding-bottom:20px;
}

.spotlight_image{
	width: 367px;
	float: right;
	margin: 20px 0 10px 0;
	/*margin: -238px -23px 0 0;*/
	/*background: #FFF;
	padding: 10px;
	-webkit-transform: rotate(357deg);
	transform: rotate(357deg);
	-webkit-box-shadow: -3px -3px 2px 2px #444;
  	box-shadow:         -3px -3px 2px 2px #444;*/
}

.container.no_spotlight {
	padding: 15px 15px 37px 15px;margin-bottom:12px;background:#7b766d; color:#fff;
}

/** ISSUE **/
/** cbx_2 = issue **/
.content .container.cbx_2{
	margin-top: -17px;
	/*overflow: hidden;*/
}

.issue_spotlight{
	background: url("../images/site/issue_spotlight.png") no-repeat;
	width: 80%;
	position: relative;
	top: -5px;
}

.issue_spotlight h3{
	color: #FFF;
	line-height: 22px;
	text-align: center;
	font-size: 22px;
	width: 240px;
	padding:10px 0 26px 0;
}

.cbx_2 ul{
	width: 35%;
	float: left;
	padding-right: 2%;
}

.cbx_2 ul li{
	border-bottom: dotted 1px #000;
	padding: 8px 0 8px 12px;
	text-indent: -12px;
}

.cbx_2 ul li:last-child{
	border: 0;
}

.cbx_2 ul li img{

}

.cbx_2 ul li a{
	text-decoration: none;
	color: #264a64;
	font-size: 18px;
	background: url("../images/site/article_carot.png") no-repeat left center;
	padding-left: 12px;
}

.cbx_2 ul li a:visited {
	color:#264a64;
}

.next_issue{
	background: #f6f3ee;
	float: right;
	width: 21%;
	margin: -45px 0 0;
	padding: 0 15px 20px;								/*padding: 0 15px 10px;*/
}

.next_issue h4{
	color: #3e3e3e;  									/*f4352f this is the old color -kls*/
	font-size: 20px;
	margin: 15px 0 5px;
}

.next_issue h5{
	margin: 5px 0 0 0;
}

.next_issue a{
	color: #4b4c4d;										/*147ad7 this is the old color -kls*/
	font-size: 12px;
	/*line-height:.7em;*/
}

.next_issue p{
	font-size: 12px;
	padding:3px 0;
	line-height:16px;
}

/** NEWS **/
/** cbx_1 = News **/
.content .container.cbx_1_header {
	background: #264a64;
	padding:20px 15px;
	margin-bottom:0;
}

.cbx_1_header h2{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-left:10px;
}

.cbx_1_header h2 a{
	color: #FFF;
	text-decoration:none;
}

.cbx_1_header h2 a:visited{
	color: #FFF;
	text-decoration:none;
}

.cbx_1_header h2 a:hover{
	color: #FFF;
	text-decoration:none;
}

.cbx_1_header h2 img{
	vertical-align: middle;
	padding-right:10px;
}

.cbx_1_content{
	padding: 15px;
}

.cbx_1_content p{
	font-size: 13px;
	margin-bottom: 15px;
	font-style:italic;
}

.cbx_1_content ul li{
	padding: 2px 0;
}

.cbx_1_content ul li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 13px;
	background: url("../images/site/article_carot.png") no-repeat left center;
	padding-left: 18px;
}

.cbx_1_content ul li a:visited {
	color:#264a64;	
}


/** UPDATES **/


.content .container.updates_header {
	background: #7b766d;
	padding:10px 15px;
	margin-bottom:0;
}
/*irrelevant -kls*/

.updates_header h2{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	background: #7b766d;
	margin-left:10px;
}
/*
.updates_header h2 img{
	vertical-align: middle;
	padding-right:10px;
}*/

.updates{
	/*border-top: 10px solid #7b766d;*/
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

.updates_main{
	width: 68%;
	border-right: 1px dotted #000;
	float:left;
	padding: 0 10px;
}

.updates_sidebar{
	width: 29%;
	float: left;
}

.update{
	margin: 30px 10px 30px 0;
}

.update h3{
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

.update p{
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin: 10px 0;
	font-style:italic;
}

.update ul li{
	padding: 2px 0;
}
.update ul li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 13px;
	background: url("../images/site/article_carot.png") no-repeat left center;
	padding-left: 18px;
}

.update ul li a:visited {
	color:#264a64;	
}

.just_in, .links {
	padding:18px;
}

.just_in ul li{
	padding: 6.5px 0 6.5px;
}
.just_in ul li a{
	text-decoration: underline;
	background:none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 14px;
}

.just_in ul li a:visited {
	color:#264a64;	
}

.updates_sidebar h4,
.article_sidebar h4 {
	margin: 20px 0 8px;
}

.updates_sidebar .links div,
.article_sidebar .links div {
	border-bottom: 1px dotted #000;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

.links a {
	font-size:12px;	
	color:#147ad7;
}

/** SUBPAGES **/


.container.article{
	overflow: hidden;
}

.subpage_nav{											/*changed margin: 50px 0 0 0; to make room underneath text from logo positioning -kls*/
	margin:90px 0 0 0;
	overflow:auto;
}

.article_main .subpage_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

.article_main .subpage_nav ul li,
.subpage_nav ul li{
	float: left;
	/*color: #147ad7;*/
	font-size: 13px;
	margin-right: 5px;
	padding:0;
}

.subpage_nav ul li a{
	color: #147ad7;
	text-decoration: underline;
}

.subpage_nav ul li a:visited {
	color:#147ad7;	/* typical is #264a64; */
}

.subpage_nav ul li a.current{
	color: #000;
	text-decoration: none;
}

.article_main{ 
	width: 68%;
	float: left;
	overflow: hidden;
	padding: 0 30px;
	height: auto;
}

.article_main h2, .menu_main h2{
	font-size: 30px;
	font-family: Arial, sans-serif;
	/*margin-left: 30px;*/
	margin-top: 20px;
}

.article_main h3{
	font-size: 13px;
	font-style: italic;
	margin: 10px 0 0 0;
	line-height: 15px;
}

.article_main p, .menu_main p,
.article_main label, .menu_main label{
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.25em;
}

/*.article_main ul,
.article_main ol {
	padding:5px 30px;	
	list-style: disc;
}

.article_main ul ul,
.article_main ol ol {	
	list-style: circle;	
} */

.article_main ul
{
	padding:5px 30px;	
	list-style: disc;
}
.article_main ol {
	padding:5px 30px;
	line-style-type: number;
	}

.article_main ul ul{	
	list-style: circle;	
}

.article_main li, .menu_main li {
	font-size: 14px;
	line-height: 16px;
	padding:3px 0;	
}

.menu_main tr, .menu_main td {
	font-size:14px;
	line-height: 1.25em;
}

/*.article_main img{
	display: inline;
	float: left;
	margin: 10px 10px 5px 0;
}*/

.article_main .subpage_nav a{
	/*text-decoration: none;*/
	color: #147ad7;
	/*font-size: 12px;*/
	margin: 20px 0 0 0;
}

.article_main a {
	color: #147ad7;
}

.article_main a:visited {
	color:#264a64;	
}

.article_sidebar{
	width: 25%;
	float: left;
	overflow: hidden;
	background: #f6f3ee;
	height: 100%;
}

.article_sidebar .just_in{
	padding: 18px;
}

.article_sidebar .just_in li a{
	padding-left: 0;
}

/** MENU PAGE **/
.container.menu{
	overflow: hidden;
}

.menu_main{
	padding: 0 30px 30px;
}

.menu .issue_identification{
	color: #000;
	float: left;
	width: 46%;
	height: 15px;
}

.year_list{
	width: 100%;
	overflow: hidden;
}

.year_list h3{
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	background: #264a64;
	padding: 8px 8px 8px 12px;
	margin-top: 15px;
}

.cols2{
	float: left;
	width: 40%; /* was 33%; */
	padding: 0 0 0 8px;
}

.cols2 h4{
	text-align: left;
	padding-left: 5px;
	margin-top: 10px;
}

.cols2 .menu_spotlight{
	padding-left: 25px;
}

.cols2 ul{
	padding-left: 5px;
	margin-top: 5px;
}

.cols2 ul li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 14px;
	line-height: 20px;
}

.cols2 ul li a:visited {
	color:#264a64;	
}

ul.article_list {
	padding-left: 5px;
	margin-top: 5px;
}
ul.article_list li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 14px;
	line-height: 20px;
}

ul.article_list li a:visited {
	color:#264a64;	
}

/** FOOTER **/

footer{
	padding: 20px 0;
}

footer .container{
	overflow: hidden;
}

footer a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #147ad7;
	font-size: 13px;
}

footer p{
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}

footer ul{
	width: 33%;
	float: left;
}

footer ul li{
	margin: 7.5px 0;
}

footer .footer_left{
	width: 50%;
	border-right: dotted 1px #000;
	float: left;
}

footer .footer_right{
	width: 41%;
	float: left;
	padding: 0 35px;
}

/** SPECIAL **/
h4.title { padding:10px 0 5px 0; }

/** TABS **/
/* Tabbed browsing format */
.hiddenText
{
	text-indent: -100em;
	overflow: hidden;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.clearTabFix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearTabFix
{display: inline-block;}

#tabs
{
	clear: both;
	margin-top: 2.0em;
	min-width: 700;
}

#tabs #tabnav div
{
	background: #ffffff /*url(/assets/images/tabs/tabbodytopright.gif) no-repeat right top*/;
	height: 0px;
}

#tabs #tabnav div div
{
	/*background: transparent url(/assets/images/tabs/tabpixel.gif) repeat-y left top;*/
}

/* The following styles were adapted from Douglas Bowman's 'Sliding Doors'
   http://alistapart.com/articles/slidingdoors2/
*/
#tabnav
{
	width: 100%;
}

#tabnav ul
{
	padding: 0;
	margin: 0 5px 0 0;
	/*background: url(assets/images/tabs/bg.gif) repeat-x bottom;*/
	list-style: none;
}

#tabnav ul li { display: inline; }

#tabnav li a
{
	float: left;
	/*background: url(/assets/images/tabs/left_both.gif) no-repeat left top;*/
	margin: 0 3px 0 0;
	padding: 0 0 0 7px;
	color: #005494;
	/*border-bottom: 1px solid #9DADCC;*/
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#tabnav a span
{
	display: block;
	/*background: url(/assets/images/tabs/right_both.gif) no-repeat right top;*/
	background: #e7e1d6;
	/*padding: 5px 15px 4px 7px;*/
	padding:8px 12px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#tabnav a.current
{
	background-position: 0 -150px;
	border-width: 0;
	font-weight: bold;
}

#tabnav a.current span
{
	/*background-position: 100% -150px;*/
	background:#f6f3ee;
	/*padding-bottom: 5px;*/
	font-weight: bold;
}

#tabnav li a:hover, 
#tabnav li a:hover span
{
	background-position: 0% -150px;
	text-decoration: none;
}

#tabnav li a:hover span
{
	background-position:100% -150px;
}
	  
#tabs #tab_container
{
	/*background: #ffffff url(/assets/images/tabs/tabbodyright.gif) no-repeat right top;*/
	background: #f6f3ee;
	padding:5px 20px 10px 20px;
}

#tabs .tab_body
{
	background: transparent /*url(/assets/images/tabs/tabbodyleft.gif) no-repeat left top*/;
	min-height: 170px;
	padding-top: 12px;
}

#tabs .tab_body p, #tabs .tab_body ul, #tabs .tab_body h1, #tabs .tab_body h2,
#tabs .tab_body h3, #tabs .tab_body h4, #tabs .tab_body h5,
#tabs .tab_body h6
{
	padding: 0 1.0em;
}

#tabs .tab_body p.evensmaller { padding: 0; }

#tabs .tab_body ul { margin-left: 2.0em; }

#tabs .tab_body li { padding: 0 0 5px 10px; }

#tabs table img, #tabs a img { padding-right:5px; }

