@charset "iso-8859-1";

/* CSS Document */

/*<![CDATA[*/


/* Site colors

#727272 - grey nav links
#d4d3d3 - light grey bg
#ebebeb - footer bg
#999999 - footer text
#555555 - body default text

*/

/*** set body & footer style ***/

body {
	background-color: #d4d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	/*centers content*/
	margin: 0px auto;
	text-align: center;			
}

p, li, ul, ol, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincontent {
	/*centers content*/
	margin: 0px auto;
	text-align: center;
}


#footer {
	background: #ebebeb;
	margin: 0px auto;
	padding: 0px;
	border-top-color: #d4d3d3;
	border-top-style: solid;
	border-width: 1px;
	text-align: center;
	clear: both;
	position: relative;
}

#footerEEO {
	background: #f7f7f7;
	color: #999999;
	font-style: italic;
	margin: 0px auto;
	padding: 4px;
	border-top-color: #d4d3d3;
	border-top-style: solid;
	border-width: 1px;
	text-align: center;
	clear: both;
	position: relative;
}

.footerText {
	font-size: 10px;
	color: #999;
	margin: 0px auto;
	padding: /*top*/ 8px /*right*/ 20px /*bottom*/ 10px /*left*/ 0px;
	text-align: left;
	vertical-align: top;
	 
}

.footerImage {
	font-size: 10px;
	color: #999;
	margin: 0px auto;
	padding: /*top*/ 8px /*right*/ 0px /*bottom*/ 0px /*left*/ 8px;
	text-align: right;
	vertical-align: top;
	 
}

/*** set column styles ***/

#bgTop {
	background-color: #aaaaaa;
	height: 241px;
}

#bgBottom {
	background-color: #d4d3d3;
	height: auto;
}

#container {
	width: 1026px;	
	margin: 0px auto; /*centers content*/	
	text-align: center;
	margin-top: -241px; /* pulls container <div> to top of page */
}

.left {
	width: 113px;
	text-align: center;
	background-image: url(../images/left_column.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

.center {
	background-color: #fff;
	width: 800px;
	text-align: center;	
}

.right {
	width: 113px;
	text-align: center;
	background-image: url(../images/right_column.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}


/*** set link styles **/

a:link {
	color: #7b7b7b;
	text-decoration: none;	
}

a:visited {
	color: #7b7b7b;
	text-decoration: none;
} 

a:active {
	color: #892222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

/*** set header & nav styles **/

.header {
	width: 800px;
	height: 116px;
	text-align: right;
	background-color: transparent;
	background-image: url(../images/jja_navbg_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;	
}

#topnav { /* sets top nav td layout */
	width: auto;
	height: 32px;
	text-align: right;
	vertical-align: middle;
	background-color: transparent;
	margin: 0px auto;
	padding-right: 10px;
}

.topnavlogo { /* sets logo */
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

.topnavlinks { /* sets top nav links */
	margin: 0px auto;
	padding-right: 9px;
	padding-left: 9px;
	font-weight: bold;
}


body.currentPg1 a.index,
body.currentPg2 a.about,
body.currentPg3 a.gallery,
body.currentPg4 a.safety,
body.currentPg5 a.location,
body.currentPg6 a.contact {color: #ae1f28;}


.topnavlinksLast { /* class for last top nav link only; removes right border */
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 6px;
	border-right: 0px;
	font-weight: bold;		
}

#subnav { /* sets top subnav td layout */
	font-size: 11px;
	width: 800px;
	height: 84px;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 49px;
	font-weight: normal;
}

.subnavlinks { /* sets sub nav links */
	margin: 0px auto;
	padding-right: 6px;
	padding-left: 3px;
	border-right-color: #727272;
	border-right-style: solid;
	border-width: 1px;
	font-weight: normal;
}

.subnavlinksLast { /* class for last subnav link only; removes right border*/
	margin: 0px auto;
	padding-right: 8px;
	padding-left: 3px;
	border-right: 0px;
}

/*** set box styles **/

#greyBoxLeft {
	margin: 0px auto;
	padding-right: 8px;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
}

#greyBoxRight {
	margin: 0px auto;
	padding-right: 7px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
}

.greyBoxTop{
	margin: 0px auto;
	padding: 0px;
}

.greyBoxBottom{
	margin: 0px auto;
	padding: 0px;
}
	
.greyBoxContent {
	min-height: 180px;
	margin: 0px auto;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	border-left: solid;
	border-left-color: #e0e0e0;
	border-right: solid;
	border-right-color: #e0e0e0;
	border-top: 0px;
	border-bottom: 0px;
	border-width: 1px;
	min-height: 220px;
}

.greyBoxContentSubpages {
	min-height: 100px;
	margin: 0px auto;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	border-left: solid;
	border-left-color: #e0e0e0;
	border-right: solid;
	border-right-color: #e0e0e0;
	border-top: 0px;
	border-bottom: 0px;
	border-width: 1px;
	min-height: 220px;
}

/*** subpage-specific formatting ***/

.content {
	width: 784px;
	min-height: 500px;
	margin: 0px auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom: 24px;
	text-align: center;
	vertical-align: top;
}

.leftColumn {
	width: 265px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

.rightColumn {
	width: 535px;
	margin: 0px auto;
	padding-right: 12px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: left;	
	vertical-align: top;
}

.subContent {
	margin-bottom: 12px;
}


/*** set header styles **/

p {
	padding: 0px;
	margin: 0px auto;
}

.contentLink{
	font-weight: normal;
	color: #2e6fa7;
}

h1 {
	font-weight: bold;		
}

h1.services {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	margin: 0px auto;
	vertical-align: super;
}

h1.subpage {
	font-size: 16px;
	color: #2e6fa7;	
}

h2 {
	font-weight: normal;		
}

h2 a:hover {
	color: #2e6fa7;
}

p a:link {
	color: #2e6fa7;
}

h2.index {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px auto;
}

/*** set index headline styles **/

.insideJJA {
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 31px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	display: inline-block;
}

#headline {
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 18px;
	float: left;
	text-align: left;
}

.headlineLeft {
	margin: 0px auto;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;

}

.headlineHeader {
	font-weight: bold;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;	
}

.headlineContent {
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;	
}

.headlineText {
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;	
}

.headlineLink {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	vertical-align: top;	
}

h1.gallery {
	color: #68161b;
	margin-top: 20px;
}

#galleryCopy {
	width: 759px;
	color: #b4b4b4;
	font-size: 11px;
	font-style: italic;
	margin-left: 4px;
	padding: 0px;
	text-align: left;
	clear: both;
	position: relative;
}

/*** [M] style ***/

#footerM {
	font-size: 10px;
	color: #999;
	margin: 0px auto;
	padding: /*top*/ 6px /*right*/ 0px /*bottom*/ 0px /*left*/ 0px;
	text-align: center;
	vertical-align: top;
	 
}

#footerM a:hover {
	font-size: inherit;
	color: #da5400;
}

/*]]>*/