@charset "utf-8";
/*
====================================================================
Navy JAG Home CSS 
	Version 1.0
	Date: 02/13/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

====================================================================
*/

/*
====================================================================
Audience Bar Styles
====================================================================
*/

#audiencebar {
	width: 900px;
	height: 247px;
	margin: 0 auto;
	padding: 0;
	color: #ebebce;
	background: url(../images/audience_bg_01.jpg) no-repeat 219px 0;
	overflow: hidden;
}

#lawyerslegalmen {
	background: url(../images/home_bgs.jpg) no-repeat -462px 0;
}

#sailorsfam {
	width: 461px;
	background: url(../images/home_bgs.jpg) no-repeat 0 0;
}

#moreinfo {
	float: right;
	background: url(../images/home_bgs.jpg) no-repeat -924px 0;
}

.audience {
  float: left;
  display: inline-block;
  overflow: hidden;
  height: 247px;
  width: 219px;
  cursor: pointer;
  padding: 0;
}
#audiencebar {
	padding: 0;
}

#audiencebar ul li img{
  position: relative;
  float: left;
}

.audience div {
  margin: -190px 20px 0 245px;
  width: 185px;
}

.audoptions {	
	margin: 5px 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: 1em;
}

	.audoptions a:link, .audoptions a:visited {	
		color: #ebebce;
		text-decoration: none;
		font-weight: bold;
	}
	.audoptions a:hover, .audoptions a:active {	
		color: #ebebce;
		text-decoration: underline;
		font-weight: bold;
	}

/*
====================================================================
Coda Slider Bar Styles
====================================================================
*/

h2 {
	margin-bottom: 0.5em;
	border-bottom: none;
}

#slider {
    width: 697px;
    position: relative;
	background: url(../images/scrollersideshadow.jpg) no-repeat right top;
}

.scroll {
    height: 248px;
    width: 690px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(../images/scrollerbg.jpg) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    width: 650px;
	height: 208px;
	background: #ebebcf url(../images/scrollerbtmshadow.jpg) no-repeat left bottom;
}

#main #slider ul.navigation {
	width: 677px;
	background: #BFB89B;
    padding: 0.40em;
}

#main #slider ul.navigation li {
    display: inline;
	color: #036;
	margin-right: 5px;
	font-size: 0.9em;
}

#main #slider ul.navigation a {
    padding: 0.75em;
    color: #0d1e3a;
	text-transform: uppercase;
    text-decoration: none;
	font-weight: bold;
}

#slider ul.navigation a:hover {
    background-color: #ebebcf;
}

#slider ul.navigation a.selected {
    background-color: #ebebcf;	
}

.scrollButtons {
	display: none;
}

.hide {
    display: none;
}

.scrollContainer h3 {
	color: #036;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 0 0 0.75em 0;
	text-transform: none;
}

.scrollContainer p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 0.45em;
}

.scrollContainer li {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 0.45em;
}

.scrollContainer .readmore a:link, .scrollContainer .readmore a:visited {
	color: #3f6d79;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

.scrollContainer .readmore {
	padding-bottom: 0;
}
.scrollContainer .readmore a:hover, .scrollContainer .readmore a:active {
	color: #1f3a47;
}
#main .scrollContainer img {
	float: right;
	margin-left: 1em;
	padding: 0;
	display: inline;
}
/*
====================================================================
Public Affairs Links Styles
====================================================================
*/

#medialinks {
	width: 118px;
	float: right;
}

#main #medialinks ul {
	list-style: none;
	padding: 0;
}
#main #medialinks li {
	padding: 0;
}
#medialinks a {
	display: block;
	width: 118px;
	height: 54px;
	background: url(../images/medialinks.jpg) no-repeat 0 0;
	text-indent:-9999px;

}

#medialinks .tv a {
	background-position: 0 0;
	height: 54px;
}

	#medialinks .tv a:hover, #medialinks .tv a:active {
		background-position: -118px 0;
	}

#medialinks .radio a {
	background-position: 0 -54px;
	height: 54px;
}

	#medialinks .radio a:hover, #medialinks .radio a:active {
		background-position: -118px -54px;
	}

#medialinks .mag a {
	background-position: 0 -107px;
	height: 53px;
}

	#medialinks .mag a:hover, #medialinks .mag a:active {
		background-position: -118px -107px;
	}

#medialinks .review a {
	background-position: 0 -161px;
	height: 53px;
}

	#medialinks .review a:hover, #medialinks .review a:active {
		background-position: -118px -161px;
	}

#medialinks .topic a {
	background-position: 0 -214px;
	height: 53px;
}

	#medialinks .topic a:hover, #medialinks .topic a:active {
		background-position: -118px -214px;
	}

/*
====================================================================
Diversity Banner Styles
====================================================================
*/

#diversitybanner {
	width: 900px;
	height: 71px;
	padding: 0;
	margin: 12px -30px 0 -30px;
	text-indent: -9999px;
	background: #6e8b84 url(../images/home_bgs.jpg) no-repeat 0 -247px;
	clear: both;
	border: none;
}






