/*  JRI Global CSS
    Copyright 2008
*/


html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, em, img, ins, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, 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;
}

body {
	background: #ececec url(/img/bg.gif) repeat-x top;
	font: 10px/1 "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
	text-align: center;
	color: #333;
}

#wrap {
	background: url(/img/wrap-bg.png) repeat-y top center;
	position: relative;
	width: 732px;
	margin: 0 auto;
	padding: 0 8px;
	text-align: left;
}



/* Text
----------------------------------- */

p { margin: 0 0 .5em; }

strong { font-weight: bold; }
em { font-style: italic; }


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #369;}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #036;
}



/* Structure
----------------------------------- */


/* Header */

#header {
	background: url(/img/double-border.gif) repeat-x 0 18px;
	margin: 0 32px 1.8em;
	padding: 34px 0 0;
}

h1 {
	background: #fff;
	position: absolute;
	top: 28px; left: 40px;
	padding: 0 16px 0 8px;
	font: normal normal 360% Georgia, Times, serif;
	color: #333;
}

#phone {
	display: block;
	margin: 0 0 1.5em;
	padding: 0 8px .43em;
	border-bottom: 1px solid #d7d7d7;
	font-size: 140%;
	text-align: right;
}

p.tagline {
	margin: 0 38px 0 0;
	padding: 0 8px;
	font-size: 140%;
	line-height: 1.75;
	color: #666;
}


/* Splash */

#splash {
	background: url(/img/splash.jpg) no-repeat 0 2px;
	display: block;
	/* width: 682px; */
	height: 215px;
	margin: 0 32px;
	padding-top: 2px;
	border-top: 1px solid #d7d7d7;
}


/* Boxes */

.box {
	position: relative;
	margin: 0 32px;
	padding: 1.4em 0 2em 148px;
	border-top: 1px solid #d7d7d7;
}

.box a {
	text-decoration: none;
}

.box img {
	margin: 0 0 0 -112px !important;
	position: absolute;
}

#jri h2 {
	font: 240% Georgia, Times, serif;
	color: #333;
}

#ev h2 {
	font-weight: bold;
	font-size: 240%;
	text-transform: lowercase;
	color: #333;
}

#ev h2 em {
	font-style: normal;
	color: #c3272f;
}

#ev p {
	margin: 0 0 0 -112px !important;
}

.box:hover h2 {
	color: #111;
}

#ev:hover h2 em {
	color: #aa161e;
}

.box strong {
	display: block;
	margin: .67em 0 1.33em;
	font-size: 120%;
	white-space: pre;
	color: #666;
}

.box:hover strong {
	color: #444;
}

.box strong span {
	text-decoration: underline;
}

#jri strong span {
	color: #1a3275;
}

#ev strong span {
	color: #9c2228;
}

.box p {
	font-size: 140%;
	line-height: 1.65;
	color: #666;
}

.box:hover p {
	color: #444;
}

.box > span {
	visibility: hidden;
	display: block;
	margin: 1.5em 0 0;
	font-size: 120%;
	color: #aaa;
}

.box:hover > span {
	visibility: visible;
}


/* Terms */

#main {
	padding-top: 1.2em;
}

#main h2 {
	margin: 1.67em 36px .67em;
	font-size: 180%;
}

#main p {
	margin: 0 36px 1em;
	font-size: 120%;
	line-height: 1.5;
	color: #666;
}


/* Footer */

#footer {
	position: relative;
	clear: both;
	margin: 0 32px;
	padding: 2.4em 0 8.4em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer .contacts {
	background: url(/img/double-border.gif) repeat-x top;
	height: 1.6em;
	padding: 1.3em 12px .8em;
	border-bottom: 1px solid #d7d7d7;
}

#footer .cities {
	float: left;
	margin: 0 0 0 -6px;
	font: 120% Georgia, Times, serif;
}

#footer .cities a:link, #footer .cities a:visited {
	color: #666;
}

#footer .cities a:hover, #footer .cities a:active {
	text-decoration: none;
	color: #666;
}

#footer .cities span {
	margin: 0 6px;
}

#footer strong {
	float: right;
	font-size: 120%;
	color: #333;
}

#footer .keelhead {
	background: url(/img/double-border.gif) repeat-x bottom;
	position: relative;
	clear: both;
	height: 2em;
	padding: 1.2em 12px .6em;
}

#footer .keelhead a {
	color: #666;
}

#footer .copyright {
	float: left;
	font-size: 110% !important;
	color: #666;
}

#footer .links {
	float: right;
	margin: 0 -12px 0 0;
	padding: 0;
	font-family: Helvetica, Arial, clean, sans-serif !important;
	list-style: none;
}

#footer .links li {
	display: inline;
	border-right: 1px solid #999;
}

#footer .links li.last {
	border-right: none;
}

#footer .links a {
	padding: 0 12px;
	font-size: 110%;
}









