﻿* {
	padding:0;
	margin:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family:Calibri, Arial;
	color:white;
	background-color:#1E2947;
}

a {
	text-decoration:none;
	color:white;
}

a img {
	border:0;
}

a:hover {
	color:#bf232c;
}

div#wrapper {
	width:951px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background:transparent url('../inc/wrapper_bg.gif') repeat-y;
}

div#header, 
div#content {
	background:url('../inc/stripes.gif') repeat;
	padding:0 33px 0 32px;
}

div#topnav {
	padding:6px 0;
	font-size:12px;
	z-index:10;
	height:23px;
	font-weight:bold;
}

span#callus {
	font-size:20px;
}

span#leftlinks {
	padding-top:4px;
}

div#topnav a { color:white; }
div#topnav a:hover { color:#007dec; }
div#topnav a.current { color:#bf232c; }

div#headimage {
	background-image:url('../images/header.jpg');
	height:294px;
	width:886px;
	vertical-align:top;
	text-align:right;
}

div#nav table {
	background-image:url('../inc/navbar.gif');
	height:65px;
	width:886px;
	border-collapse:collapse;
	border:0;
}

div#nav table td {
	text-align:center;
	width:20%;
}

div#nav table td a {
	color:white;
	font-size:14px;
	font-weight:bold;
	display:block;
	height:38px;
	width:100%;
	text-transform:uppercase;
	padding-top:22px;
}

div#nav table td a.taller {
	height:48px;
	padding-top:12px;
}

div#nav table td a:hover {
	color:#0054a6;
}

div#nav table td a.current {
	color:#bf232c;	
}

div#content {
	padding-top:23px;
	padding-bottom:10px;
	font-size:14px;
}

div#content p {
	padding-bottom:8px;
}

h1 {
	font-size:19px;
	color:white;
	margin:8px 0;
}

h2 {
	font-size:19px;
	color:#0054a6;
	margin:8px 0;
}

h3 {
	font-size:16px;
	color:white;
	margin:8px 0;
}

div.panel3 {
	width:275px;
	float:left;
	padding-bottom:8px;
}

.left3 {
	padding-right:14px;
	border-right:1px #6d6d6d solid;
}

.middle3 {
	padding:0 14px;
}

.right3 {
	padding-left:14px;
	border-left:1px #6d6d6d solid;
}


div#lower {
	padding:15px 33px 15px 32px;
	border-top:3px #222531 solid;
}

div#footer {
	padding:12px 33px 0 32px;
	background-color:#222531;	
	border-bottom:#383d4e 1px solid;
	height:24px;
	font-size:12px;
}

div#footer a {
	color:#bf232c;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.first {
	color:#bf232c;
}

ul {
	margin:10px;
	padding-left:20px;
}

ul.green li {
	list-style-image:url('../inc/green_bullet.gif');
	font-size:13px;
}

.smallprint {
	font-size:10px

}

img.tiles {
	margin:4px;
}
