﻿/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
}
ol, 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;
}

/* End CSS Reset */

/* CSS layout */
body {
	width: 1020px;
	height: auto;
	
	margin: 0 0 0 10%;
	
}

#masthead {
	height: 164px;
	width: 988px;
	padding: 0 0 0 30px;
	float: left;
	
	background: #fff url('images/HDR-BG-10x194.png') repeat-x bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#masthead-graphic {
	width: 960px;
	height: 164px;
	float:left;
	
	background: #fff url('images/HDR.png') no-repeat bottom left;
}

#top_nav {
	height: 34px;
	width: 990px;
	background: #fff url('images/NAV-BG-10x34.png') repeat-x;
	float:left;
	padding: 0 0 0 30px;
}

#wrapper {
	width:990px;
	height: auto;
	float:left;
	padding: 0 0 60px 30px;
	
	min-height: 600px;
	
}

#page_content {
	height:100%;
	width: 840px;
	float: left;
	
	padding: 60px;
}

#footer {
	height: 68px;
	width: 990px;
	padding: 0 0 0 30px;
	float:left;
	
	border-top: 1px solid #000;
}

#search {
	float: left;
	clear:both;
	display: block;
	width: inherit;

	
}

/* Column Page Styles */

#page_content_l_col {
	height: 100%;
	width: 840px;
	float: left;
	
	padding: 0px;
}


#left-column {
	float: left;
	display: block;
	width: 200px;
	padding: 20px;
	
}

#right-column {
	float: left;
	display: block;
	width: 660px;
	padding: 20px;
	
	border-left: 1px #ccc solid;
	
}

/* End Column Page Syles */
/* Search Box Styles */
.slidingDiv {
	height:30px;
	background-color: #fff;
	padding: 10px;
	}

.show_hide {
	display:none;
}

.slidingDiv2 {
	height:30px;
	background-color: #fff;
	padding: 10px;
	}

.show_hide2 {
	display:none;
}


/*End Search Box Styles */

.highlight {
	background: #fff url('images/Title-Box-Content-BG-1x128.png') repeat-x top left;
	height: 100%;
	min-height: 130px;
	width: 400px;
	float:left;
	margin:0 20px 40px 0px;
	text-align:center;
}

.highlight-desc {
	background: #456972;
	height: 16px;
	width: 60px;
	float:left;
	margin: 2px 0 0 0px;
}


img {
	border:1px solid #456972;
}

/* Table Styles */
#wrapper table {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#wrapper td {
	border: 1px #2A3F45 solid;
	background: #fff;
	padding: 5px;
}

#wrapper tr {
	border: 1px #2A3F45 solid;
	background: #fff;
	padding: 5px;
}

/* Type Styles */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #2A3F45;
	line-height: 1.5;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #2A3F45;
	line-height: 1.5;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2A3F45;
	line-height: 1.5;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2A3F45;
	line-height: 1.7;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	color: #2A3F45;
	line-height: 1.7;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.case_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #000;
	line-height: 1.7;
	text-align: center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#000;
	line-height: 1.7;
}

pre {
	line-height: 1.6;
	font-size: 16px;
}

#wrapper a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	color: #42626C;
	text-align: center;
	line-height: 1.5;
}

#wrapper a:hover {
	text-decoration: underline;
}
#wrapper a:visited {
	color: #2A3F45;
	text-decoration: none;
	font-size: 16px;
}

#wrapper ol {
	list-style-type: disc;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 15px;
}

#wrapper ul {
	list-style-type: disc;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 15px;
}

blockquote {
	background: #eee;
	padding: 10px;
	width: 90%;
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}

.highlight p {
	font-family: "Times New Roman", Times, serif;
	color: #355057;
	text-align: center;
	font-size: 18px;
}

.highlight a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	text-decoration:none;
	color: #2A3F45;
	text-align: center;
	line-height: 1.5;
}

.highlight a:hover {
	text-decoration: underline;
}
.highlight a:visited {
	color: #2A3F45;
}


.highlight-desc p{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
/* Footer Style */

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

#footer p.strong {
	font-weight: bold;
}

/* End Footer Styles */
/* CSS Dropdown */

#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	
	padding: 8px 7px 7px 7px;
	
}

#nav li:hover {
	background: #344D54;
}

#nav li:hover ul li{
	background: none;
}

#nav a:link{
	display:block;
	padding:0px;	
	text-decoration: none;
	font-size: 18px;
	color: #38535B;
}

#nav a:visited {
	color: #38535B;
}

#nav a:hover{
	color:#d6d6d6;
	/*background:#000;*/
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	background: #476973 url('images/HDR-BG-10x194-f.png') repeat-x top left;
	list-style:none;
	position:absolute;
	padding:3px;
	margin: 4px 0px 0px 0px;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	
	border: 1px solid #344D54;
}

#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #38535B;
}

#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
	color: #d6d6d6;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color: #d6d6d6;
	font-size: 16px;
	margin: 5px;
	
}

#nav li:hover ul a:hover {
	text-decoration: underline;
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: none;
}

#nav li ul li {
}

/* FeedBurner Styles */
.highlight .feedburnerFeedBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

.highlight .feedburnerFeedBlock ul {
	padding: 20px 10px 10px 10px;
}

.highlight .feedburnerFeedBlock ul li {
	margin: 10px 0 10px 0;
	padding: 5px;
	background: #eee;
}

.highlight .feedburnerFeedBlock .feedTitle {
	display: none;
	margin: 0 0 20px 0;
}

.highlight .feedburnerFeedBlock .date {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
