body {
	background-image:  url(../_images/background.gif);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
}
body.popup {
	background-image: none;
	overflow: hidden;
}

#center {
	width: 775px;
	margin: 10px auto 0px;
	text-align: left;
}

#header {
	text-align: right;
	padding: 5px;
	border: 1px solid #000;
	background-color: #888;
}

#header h1 {
	margin: 0px 0px 33px;
	display: block;
	width: 221px;
	height: 30px;
	padding: 0px;
	float: right;
	clear: both;
	background-image:  url(../_images/j2_title_blue.gif);
}

h1 span {
	display: none;
}

#navprimary {
	clear: both;
	margin: 0px;
}

#navprimary li {
	display: inline;
}

#navprimary a {
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

#navprimary a:link, #navprimary a:visited {
	color: #fff;
}

#navprimary a:hover, #navprimary a:active {
	color: #FFC017;
}

#body {
	background-color: #fff;
	border: 1px solid #000;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 7px 10px;
}

h2 {
	display: none;
}

#navsecondary {
	position: absolute;
	width: 170px;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 2px 0px 4px;
	margin: 0px 0px 10px 0px;
}

#navsecondary li {
	list-style-type: none;
	border: 1px solid #efefef;
	display: inline;
}
html>body #navsecondary li {
	display: block;
}

#navsecondary a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 2px 3px 10px
}

#navsecondary a:link, #navsecondary a:visited {
	color: #2D4BC7;
}

#navsecondary a:hover, #navsecondary a:active {
	color: #50507C;
	background-color: #fff;
}

#content {
	margin-left: 190px; 
	margin-bottom: 10px;
}
#content a {
	text-decoration: none;
}
#content a:link {
	text-decoration: none;
}
#content a:visited {
	text-decoration: underline;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#content .float {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px solid;
	border-color: #e5e5e5 #999 #999 #e5e5e5;
	padding: 3px;
}

#content .float img {
	border: 0px;
}

#content ul {
	list-style: outside;
}
#content li {
	margin-bottom: 7px;
}
#divider {
	clear:both;
	height:0px;
}
acronym {
	font-style: normal;
	cursor: help;
}

h3 {
	margin-top: 0px;
	font-size: 150%;
}

h4 {
	font-size: 120%;
	border-bottom: 1px dashed #000;
	clear: right;
	margin-bottom: 3px;
}

p {
	margin-top: 0px;
	line-height:1.3em;
}

p.ref {
	font-size: 85%;
	padding: 0px 10px;
}

dl {
	margin-left: 15px;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 10px;
}

#footer {
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	color: #fff;
	font-size: 80%;
	margin: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#styles {
	float: left;
	margin: 2px 0px;
}

#styles img {
	border-width: 0px;
}

#validators {
	margin: 2px 0px;
	text-align: right;
}

#validators img {
	width: 45px;
	height: 15px;
	border-width: 0px;
}

#logo {
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	width: 123px;
	height: 90px;
	top: 21px;
	background-image:  url(../_images/j2_boxes_blue.gif);
}

/*Main page styles*/
#blog {
	border: 1px solid #ccc;
	padding: 0px 5px;
	margin-left: 200px; 
/*	height: 250px; */
	overflow: auto; 
}
html>body #blog {margin-left:0px;}
#blog h3 {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
#blog h4 {
	font-size: 80%;
	margin-top: 0px;
	font-weight: normal;
	border-bottom: 0px;
}
#blog p.archive {
	text-align: center;
	border-top: 1px dotted #999;
	padding: 5px 0px 10px;
	font-size: .85em;
}
#archives {
	padding-bottom: 5px;
}
#archives a {
	border: 1px solid #fff;
	background-color: #ccc;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
#archives a:link, #archives a:visited {
	text-decoration: none;
} 
#archives a:hover, #archives a:active {
	text-decoration: none;
	border: 1px solid #333;
} 
#quote {
	border: 1px solid #ccc;
	width: 190px;
	height: 250px;
	float: left;
	margin-right: 10px;
	background: url('../_images/slogan1.gif') no-repeat center;
}
#quote.gears {
	background-image: url('../_images/quote_gears.gif');
}
#quote.bridge {
	background-image: url('../_images/quote_bridge.gif');
}
#quote.light {
	background-image: url('../_images/quote_light.gif');
}
#quote.columns {
	background-image: url('../_images/quote_columns.gif');
}
#quote.trains {
	background-image: url('../_images/quote_trains.gif');
}

