@charset "utf-8";
/*
====================================================================
Navy JAG Core CSS 
	Version 2.0
	Date: 06/16/09

	Author: Lauren Egan, Qnexis, Inc. http://www.qnexis.com
		***for***
	The U.S. Navy JAG Corps http://www.jag.navy.mil/
	
	Color Palette:
	Navy:   #0d1e3a
	Teal:	#1f3a47
	Tan:    #dbd3a7
	DrkTan: #b4aa72
	LtTan:  #ebebcf
	DrkBrwn:#1a1001

====================================================================     
*/

/*
====================================================================
Global 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, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, ol, ul, li, dl, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

address {
	font-style: normal;
	}

acronym {
	cursor: help;
}

a acronym {
	cursor: pointer;
}

selector {
        filter: alpha(opacity=50); /* internet explorer */
        -khtml-opacity: 0.5;      /* khtml, old safari */
        -moz-opacity: 0.5;       /* mozilla, netscape */
        opacity: 0.5;           /* fx, safari, opera */
        }



/*
====================================================================
Header Styles
====================================================================
*/
html {
	background: none;
}

body {
	font: 0.78em/1.25em Arial, Helvetica, sans-serif;
	background: none;
}

#top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#navylinks {
	display: none;
}

#header {
	background: none;
}

.logo {
	display: none;
}

.title {
	width: auto;
	height: auto;
	margin: 20px 0 10px 0;
	background: none;
	text-indent: 0;
	float: none;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}

.title a:link, .title a:visited {
	color: #000;
}

/*
====================================================================
Navigation Styles
====================================================================
*/
ul.dropdown {
	display: none;
	}
/*
====================================================================
Banner Styles
====================================================================
*/

#banner {
	display: none;
}

/*
====================================================================
Main Styles
====================================================================
*/

.pagebreakbefore {
	page-break-before: always;
}

#maincontainer {
	width: 100%;
	background: none;
	border-top: 3px solid #dfdfdf;
	overflow: visible;
}
	
#main {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: none;
	overflow: visible;
}

#main #breadcrumb {
	display: none;
}
	
.blocklink a {
	width: 100%;
	height: 100%;
	display: block;
}

#main a:link, #main a:visited {
	color: #000;
	font-weight: bold;
}	
#main a:hover, #main a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#main img {
	padding: 1em 0;
}

#content {
	width: 100%;
	padding-right:0;
	border-right: none;
	float: none;
}

#highlight {
	width: 100%;
	padding-left: 0;
	font-size: 92%;
	display: inline;
	overflow: visible;
	float: none;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 0.75em 0 0.25em 0;
	color: #0d1e3a;
	line-height: 1.45em;
	border-bottom: 1px dotted #0d1e3a;
}

h3 {
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	color: #1c4c59;
	line-height: 1.35em;
	page-break-after: avoid;
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 0.5em 0 0.25em 0;
	page-break-after: avoid;
}

p {
	font-size: 1em;
	line-height: 1.45em;
	padding-bottom: 1.25em;

}

blockquote {
	font-size: 1em;
	line-height: 1.45em;
	padding-bottom: 1.25em;
	text-indent: -0.4em;
}

ul, ol {
	font-size: 1em;
	line-height: 1.45em;
	padding: 0 0 1em 2em;
}

ul li, ol li {
	padding-bottom: 0.5em;
}

ul ul ul ul {
	list-style-type: disc;
}

ul ul ul ul ul {
	list-style-type: circle;
}

ul ul ul ul ul ul {
	list-style-type: square;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	padding-bottom: 0;
	padding-top: 0.15em;
}

#highlight ul li, #highlight ol li {
	padding-bottom: 0;
}

.no-liststyle {
	list-style-type: none;
	padding: 0 0 1.25em 1em;
}

.no-liststyle li ul {
	list-style-type: none;
	padding: 0 0 0.25em 1em;
}

.upper-roman {
	margin-left: 0.25em;
	list-style-type: upper-roman;
}

.upper-alpha {
	list-style-type: upper-alpha;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 1.25em;
}

dt {
	padding: 0.75em 0 0.15em 0;
	font-weight: bold;
}

dd {
	font-size: 1em;
	line-height: 1.45em;
}

#main .floatleft {
	float: left;
	padding: 0.15em 1em 0.4em 0;
	position: relative;
}

#main .floatright {
	float: right;
	padding: 0.15em 0 0.4em 1em;
	position: relative;
}

.footnote {
	width: 100%;
	margin-top: 1.25em;
	padding-top: 0.25em;
	font-style: oblique;
	font-size: 0.9em;
	color: #333;
	border-top: 1px dotted #0d1e3a;
	float: none;
	}

#content .footnote {
	width: 100%;
	margin-top: 1.25em;
	padding-top: 0.25em;
	font-style: oblique;
	font-size: 0.9em;
	color: #333;
	border-top: 1px dotted #0d1e3a;
	float: none;
	}

.leadership .footnote {
	page-break-after: always;
}

.pdf {
	background: none;
	padding-left: 0;
}

p.pdf {
	background-position: 0 4px;
}

.chart {
	background: none;
	padding-left: 0;
}

p.chart {
	background-position: 0 4px;
}

.exlink {
	background: none;
	padding-left: 0;
}

p a:after, li a:after, td a:after {
	content: " ("attr(href)") ";
	font-style: oblique;
	font-size: 9pt;
	font-weight: normal;
}

#highlight p a:after, #highlight li a:after {
	content: attr(x);
}

.download {
	background: none;
	padding-left: 0;
}

.back {
	display: none;
}

.btn-slide {
	background: none;
	padding-left: 0;
	font-size: 0.9em;
	}

	.active {
		background: none;
	}

#main .offices {
	width: 100%;
	float: none;
	margin-bottom: 0.5em;
}

#main .offices div {
	overflow: visible;
}

#main .offices dl {
	width: 100%;
	float: none;
	display: inline;
	padding-top: 0;
	margin-right: 20px;
}

#main .offices .divider {
	margin-right: 15px;
	border-right: none;
}

#main .offices.btn-slide {
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

#main .offices p {
	padding-bottom: 0.75em;
}

#main .buttonlist a:link, #main .buttonlist a:visited {
	margin-bottom: 1em;
	padding: 0.25em 0;
	background: none;
	border: 1px solid #CCC;
	color: #0d1e3a;
	font-weight: bold;
	text-decoration: none;
}

#main .buttonlist a:hover, #main .buttonlist a:active {
	color: #1f3a47;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
}
#main .buttonlist {
	margin: 0.5em 0;
	padding: 0;
}
#main .buttonlist li ul {
	margin: 1em 0 0.5em 1em;
	padding: 0;
}
#main .buttonlist li {
	list-style-type: none;
	padding: 0;
	margin-bottom: 1em;
}

#main .map {
	height: 544px;
	padding: 0;
}

.more {
	margin-top: -10px;
	padding-bottom: 1.75em;
}

/*Diversity*/
#column1 {
	width: 100%;
	float: none;
	padding-right: 0;
	border-right: none;
	display: inline;
}
#column2 {
	width: 100%;
	float: none;
	padding-left: 0;
	display: inline;
}

#column1 h3, #column2 h3 {
	padding-bottom: 0;
}

#main .diversity .floatleft {
	padding: 0.25em 1em 0 0;
}
/*
====================================================================
Table Styles
====================================================================
*/

table {
	width: 100%;
	margin: 0.25em 0;
	border-collapse: collapse;
	background: none;
	float: none;
	}
	
th, td {
	padding: 0.5em;
	border: 1px solid #D2D2DD;
	border-top: none;
	font: 0.9em/1.35em Arial, Helvetica, verdana, tahoma, sans-serif;
	vertical-align: middle;
	line-height: 1.5em;
	}

th {
	font-size: 1.05em;
	font-weight: bold;
	color: #0d1e3a;
	border-bottom: 1px dotted #1c4c59;
}

.sorttable th {
	width: 25%;
	cursor: pointer;
}

caption {
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1.5em 0 0.75em 0;
	color: #1c4c59;
}

tfoot {
	font-size: 0.8em;
}

#table-search-container {
	display: none;
}
.table-search-error-message {
	margin-top: 0.25em;
	color: #C00;
	font-weight: bold;
}
/*
====================================================================
Footer Styles
====================================================================
*/
#footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.65em;
	color: #000;
	border-top: 3px solid #dfdfdf;
	list-style: none;
}
	#footer ul {
		display: none;
	}

	.officialsite {
		color: #999;
		padding-top: 0.25em;
		margin-bottom: 2em;
	}
	