@import url('base.css');

body { background-color: #d2eef5; }
/*body { background: #fff url('img/temp-grid.png') repeat-y top center; }*/

#header-wrapper { background: transparent url('img/bg-header.png') repeat-x top left; }
h1 a:link, h1 a:visited { color: #086d87; }
h1 a:hover { color: #fff; }
#navigation li a:link, #navigation li a:visited { color: #086d87; }
#navigation li a.active { background: transparent url('img/bg-header-active.png') no-repeat center center; color: #fff; }
#navigation li a:hover { color: #d2eef5; }

#wrapper { width: 960px; clear: both; margin: 0 auto; }
h2 { font-family: 'gnuolane-1', 'gnuolane-2'; font-size: 70px; line-height: 80px; color: #ef7f07; font-weight: normal; border-bottom: 4px solid #fff; padding-left: 98px; background: transparent url('img/bg-heading.png') no-repeat center left; width: 666px; margin: 0 0 11px 0; }

p { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; color: #223b41; font-size: 14px; line-height: 18px;}
.box { background-color: #fff; padding: 15px 18px; width: 450px; font-size: 15px; color: #ef7f07; }
.box .lead-in { display: block; margin-bottom: 9px; padding-bottom: 9px; border-bottom: 1px solid #ddd; font-family: 'gnuolane-1', 'gnuolane-2'; color: #223b41; text-transform: uppercase; letter-spacing: .1em; }

.left-half { width: 470px; float: left; }
.right-half { float: right; width: 470px; }

.final { clear: both; margin: 40px 0; border-top: 5px double #fff; border-bottom: 5px double #fff; padding-left: 294px; }
.end { margin-left: 10px; background-color: #fff; padding: 0 6px; }