@charset "utf-8";
/* CSS Document */

html {
  -webkit-text-size-adjust: none;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 71%;
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: #DFD4BC;
}

a:link, a:visited, a:active { color: #A32D23; }
a:hover { color: #550601; }

h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS",Georgia,Arial,sans-serif;
	color: #430000;
	font-weight: bold;
	text-transform: capitalize;
	margin: 5px 0 10px 0;
	letter-spacing: 1px;
}
	h1 a:link, h1 a:visited {
		text-decoration: none;
	}

h2 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS",Georgia,Arial,sans-serif;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: 1px;
}
h3 {
	color: #990000;
	font-size: 1em;
	line-height: normal;
	margin: 3px 0px;
}



h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 6px 0px 2px 0px;
}

h6 {
	font-size: 1.4em;
	color: #333333;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: 0px;
}

form { margin: 0; padding: 0; }

.gobox { 
		background-color: #990000;
		color: #FFFFFF;
		border:1px solid #666161;
		}

img { border: 0; }

#printbanner { display: none; }

/**********/
/* HEADER */
/**********/

#header {
	background-color: #430000; 
	padding: 7px;
	height: 46px;
	width: 966px;
	margin: 0px auto;
	overflow: hidden;
}

	#header a:link, #header a:visited { color: #fff; }

	#header a:hover { color: #d5d0b7; }

	#header #inner { width: 966px; margin: 0px auto; }
	
	#header #inner a#banner:link, #header #inner a#banner:visited {
		text-decoration: none;
		float: left;
	}

	#header #topmenu {
		text-align: center;
		width: 350px;
		float: right;
		color: #fff;
	}
	
	#header #topmenu #links {
		display: block;
		padding: 3px;
		text-transform: uppercase;
		font-size: .9em;
		font-family: Arial,Verdana,sans-serif;
		font-weight: bold;
		letter-spacing: 0.13em;
	}
	
	#header #topmenu #links a:link, #header #topmenu #links a:visited {
		text-decoration: none;
		padding: 0px 3px;
		color: #CCCCCC;
	}
	
	#header #topmenu #links a:hover {
		color: #B29D6C;
		text-decoration: underline;
	}
	
	#header #topmenu form { 
		margin: 0;
		padding: 0;
	}
	
	#header #topmenu form #searchbox {
		background: transparent url(/_data/global/designs/node_1/images/searchbox.gif) no-repeat;
		border: none;
		font-size: .92em;
		height: 16px;
		padding: 4px 0px 0px 5px;
		width: 203px;
		color: #666;
		margin: 0;
	}
	
	#header #topmenu #info a:link, #header #topmenu #info a:visited { text-decoration: none; } 


/*******************/
/* MAIN NAVIGATION */
/*******************/

.nav {
	background: #861819 url(/_data/global/designs/node_1/images/navbg.gif) repeat-x;
	height: 25px;
	width: 980px;
	margin: 0px auto;
	position: relative;
	border-top: 1px solid #b29d6c;
	border-bottom: 1px solid #b29d6c;
	position: relative;
	z-index: 3000;
}

.nav ul {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	width: 980px;
	z-index: 3000;
}

.nav li {
	float: left;
}

.nav li a:link, .nav li a:visited {
	color: #FFF3EF;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0px 13px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-width: 0px 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom: 1px solid #B29D6C;
	z-index: 3000;
}

* html .nav li a:link, * html .nav li a:visited { border-width: 0px; }  /* IE6 fix for no transparent border color */

.nav li:hover > a:link, .nav li:hover > a:visited {
	background-color: #711414;
	border-color: #b29d6c;
	color: #d6c59c;
}

.nav li:hover, .nav li:active, .nav li:focus { position: relative; }

* html .nav li a:hover { position: relative; background-color: #711414; border-color: #b29d6c; color: #d6c59c; border-width: 0px 1px; padding: 7px 13px 8px 13px; } /* IE6 fix for no transparent border color */

.nav li ul {
	display: none;
	border-color: #A19067;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background-color: #CBBD9B;
	width: auto;
	z-index: 3000;
	position: absolute;  
	top: 25px;
	left: 0;
}
.nav li:hover > ul {
	display: block; 
}

.nav li li {
	padding: 0;
	margin: 0;
	z-index: 3000;
}
.nav li li a:link, .nav li li a:visited {
	padding: 3px 5px;
	width: 240px;
	color: #990000;
	float: none;
	border: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: 14px;
	font-weight: normal;
	z-index: 3000;
	height: auto;
}
.nav li li a:hover, .nav li li:hover > a:link, .nav li li:hover > a:visited {
	background-color: #B39D6C;
	color: #990000;
}

.nav li li ul {
	display: none;
	top: 0;
	left: 240px;
	border-top-width: 1px;
}
.nav li li li a:link, .nav li li li a:visited  {
	width: 150px;
}

/* IE6 NAV COMPATABILITY */
* html .nav li ul { visibility: hidden; display: block; position: absolute; left: 0; top: 25px; }
* html .nav li a:hover ul { visibility: visible; }
* html .nav li a:hover ul ul { visibility: hidden; }
* html .nav li li a:hover { background-color: #B39D6C; color: #990000; padding: 3px 5px; }
* html .nav li li ul { visibility: hidden; display: block; top: 0; left: 240px; }
* html .nav li li a:hover ul { visibility: visible; }
* html .nav table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; font-size: 1em; }


/****************/
/* CONTENT AREA */
/****************/

.content_container {
	width: 980px;
	margin: 0px auto;
	line-height: 1.3;
	background-color: #fff;
	border-bottom: 3px solid #CBBD9B;
}
.caption {
	font-size: .75em;
	color: #A32D23;
	/*text-transform: uppercase;*/
	line-height: 1.4;
}
.citation {
	font-style: italic;
}
.timestamp {
	color: #AAA99B;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
}
.navside {
	background-color: #CBBD9B; 
	padding: 0px 0px 15px 0px; 
	width: 175px;
	vertical-align: top;
	font-size: 13px;
}
.navside h1 {
	font-size: .8em;
	color: #fff;
	background-color: #B29D6C;
	padding: 5px 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px solid #990000;
}
.navside a:link, .navside a:visited {
	text-decoration: none;
	color: #444;
	font-size: .85em;
}
.navside a:hover {
	color: #444;
	text-decoration: underline;
}
.navside ul {
	margin: 0;
	padding: 5px 0px;
	list-style-type: none;
	background-color: #E3DDCB;
	border-bottom: 2px solid #990000;
}
.navside ul li {
	margin: 0;
	padding: 2px 0px 2px 10px;
}
.navside li.currentnav a:link, .navside li.currentnav a:visited {
	color: #990000;
	font-weight: bold;
} 
.navside li.currentnav li a:link, .navside li.currentnav li a:visited {
	color: #444;
	font-weight: normal;
} 
.navside li.currentnav li.currentnav a:link, .navside li.currentnav li.currentnav a:visited {
	color: #990000;
	font-weight: bold;
} 
.navside ul ul {
  display: none;
	border: 0;
	font-size: .92em;
}
.navside ul li.currentnav ul {
  display: block;
}

.current {
	background-color: #E7E5D8;
}

.rightpanel {
	width: 22%; 
	float: right; 
	margin: 0px 0px 15px 10px; 
	padding: 5px 0px 10px 10px; 
	border-left: 1px solid #DFD5BC; 
	color: #A32D23; 
	font-size: 11px;
}
.quotesource {
	font-size: 10px; 
	color: #58595b;
}
.footer {
	width: 950px; 
	margin: 0px auto; 
	padding: 25px 15px;
	font-size: .92em; 
	text-transform: capitalize;
}
.footer p { margin: 5px 0px; }
.footer a:link, .footer a:visited {
	color: #58595b;
	text-decoration: none;
}
.footer a:hover {
	color: #A32D23;
}

/* HOME PAGE SPECIFIC */

.home_top td {
	border-left: 1px solid #A19067; 
	padding: 12px; 
	width: 25%;
	vertical-align: top;
	background: transparent url(/_data/global/designs/node_1/images/hometop_bg.gif) repeat-x top;
	cursor:pointer;
}

.home_top td h1 {
	margin: 2px 0px 11px 0px;
	padding: 0;
}	

.home_top td:hover h1 a {
	color:#550601;
}

.home_content {
	width: 100%;
	background-color: #f9f8f3;
	border-bottom: 3px solid #A99D6E;
}
.home_content th, .home_content h4 {
	background-color: #B2A77A;
	padding: 0;
	margin: 0;
	color: #FFF3EF;
	text-align: center;
	font-size: .92em;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	letter-spacing: .1em;
	background: transparent url(/_data/global/designs/node_1/images/columns-heading.gif) repeat-x;
}
.home_content th a:link, .home_content th a:visited, .home_content h4 a:link, .home_content h4 a:visited {
	color: #FFF3EF;
	text-decoration: none;
}
.home_content h4 a:hover, .home_content th a:hover {
	color: #363636;
}

.home_content td {
	border-right: 1px solid #A19067;
	padding: 0px 15px 15px 15px;
	vertical-align: top;
}

.home_content td#home_left {
  padding-top: 10px;
}

#eventlist {
	margin-top: 15px;
}

#eventlist a:link, #eventlist a:visited {
	text-decoration: none;
	font-weight: bold;
} 

#headlines {
	width: 70%;
	float: left;
}
	
	#headlines .paddedinner {
		padding: 0px 15px 15px 15px;
		border-right: 1px solid #A19067;
	}

	#headlines .paddedinner div, .news_item {
		border-bottom: 1px dotted #DFD5BC;
		padding: 10px 0px;
	}

	#headlines .paddedinner div:last-child {
		margin-bottom: 0px; 
		padding-bottom: 0px; 
		border-bottom: none;
	}

	#headlines .paddedinner div h2 {
		margin-bottom: 2px;
	}
	
	#headlines span.blogauthor {
    font-weight: bold;
    color: #4E4E4E;
	}
	
	#headlines a.bloglink {
    white-space: nowrap;
	}

.home_content #headlines_sidebar {
	float: left;
	width: 30%;
	padding: 0;
	/*margin-left: -1px;
	border-left: 1px solid #A19067;*/ /*CM: this was causing issues with zoom function in firefox */
}

.home_content #headlines_sidebar h2 {
	margin: 15px 0px 1px 0px;
}

ul.shortcuts {
	padding: 0px 0px 0px 17px;
	margin: 0;
	color: #990000;
}

ul.shortcuts a:link, ul.shortcuts a:visited {
	text-decoration: none;
} 

/* PORT OF OLD SITE CONTENT AREA STANDARDS FOR EASY v1 MIGRATION */

.content {
	color: #000000;
	padding: 20px;
	line-height: 1.6em;
}
.content .pgTitle, .content h1 {
	font-family: Georgia,Times,serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 15px 0px;
	padding: 0;
	text-transform:none;
	letter-spacing:0px;
}

.content .pgTitle {
	display:none;
}

.content td {
	padding: 0px;
}

td.content {
	border-right:0px;
	font-size:9pt;
}

.content h2, .content h4 {
	color: #990000;
	font-size: 1em;
	line-height: normal;
	margin: 3px 0px;
	margin-top:18px;
	border-bottom:1px solid #990000;
	font-family:Verdana, Arial, sans-serif;
}
.content h4 {
	border-bottom: none;
}

span.content { padding:0px; }

.content #gridlayout {
	width: 100%;
}	
	.content #gridlayout #grid_left {
		padding-right: 15px;
	}

	.content #gridlayout #grid_right {
		width: 22%;
		padding: 5px 0px 10px 15px; 
		border-left: 1px solid #DFD5BC;
		color: #A32D23; 
		font-size: 11px;
	}
	
/*comingsoon styles*/

body#singleImage {
	background-color: #fff;
	margin: 60px auto;
	width: 849px;
}

img#comingSoon {
	border: solid 1px #430000;
}

/* DOCUMENT LIBRARY FIXES */
td.highlightTxt { font-weight:bold; }
