@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;}
a {outline:none;}
img {border:none; background:#F5F5DC;}
body {font-family:Georgia, sans-serif; font-size:14px; line-height:20px; color:#333; background: background: #cec700; /* Old browsers */
background: -moz-linear-gradient(left, #cec700 0%, #fcf4a9 28%, #fcf4a9 75%, #cec700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cec700), color-stop(28%,#fcf4a9), color-stop(75%,#fcf4a9), color-stop(100%,#cec700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #cec700 0%,#fcf4a9 28%,#fcf4a9 75%,#cec700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #cec700 0%,#fcf4a9 28%,#fcf4a9 75%,#cec700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #cec700 0%,#fcf4a9 28%,#fcf4a9 75%,#cec700 100%); /* IE10+ */
background: linear-gradient(to right, #cec700 0%,#fcf4a9 28%,#fcf4a9 75%,#cec700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec700', endColorstr='#cec700',GradientType=1 ); /* IE6-9 */}

.more {color:#FFF; font-size:11px; text-decoration:none; padding:1.3em .9em;}
.clear {clear:both; }


#container {width:847px; margin:auto; background:#FFFFFF; -moz-box-shadow: -1px 1px 33px #000000;
-webkit-box-shadow: -1px 1px 33px #000000;
box-shadow: -1px 1px 33px #000000;}

#header {height:93px;}
	#logo {background:url(images/jiblogo.png) no-repeat; margin-top:1em;}
	#logo a {width:170px; height:100px; display:block; text-indent:-99999em;}
#content {border-top:4px solid #a5a5a5; border-bottom:2px solid #a5a5a5; margin:1em 0; padding:1.5em 0; }
	#content h1 {font-size:17px; margin-bottom:.5em;}
	#content span {color:#7caab9;}
	#left { float: left; width: 406px; }
	#center, #right {float:left; width:300px;}
	#left, #center {border-right:1px solid #cdcdcd; margin-right:2em; padding:3em;}
#boxes {padding-left:.4em; margin-bottom:1em;}
	#box1, #box2, #box3 {float:left;}
	#box1, #box2 {padding-right:4em;}
#footer 
	#footerContainer {width:847px; margin:auto; padding:1em 0;}
	#footerContainer p {color:#fff; font-size:11px; float:left; margin-top:1em;}
	#footerContainer img {float:right;}
#space { height: 20px; }
#space-small { height: 10px; }