body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg.gif);
	background-color: #000F47;
	font-family: Verdana, Geneva, sans-serif;
}

#outer {
	width:100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-image: url(/images/bg-top.gif);
	background-repeat: repeat-x;
}

.text-on, .photo-off {
	display: none;
}

#inner {
	width: 870px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;
	background-color: #FFF;
	border-color: #001A7B;
	border-width: 0 18px;
	border-style: solid;
}

html>body #outer #inner{height:auto; min-height:100%;}

a {
	font-weight: bold;
}

a:link {
	color: #001A7B;
	
}

a:hover {
	color: #D60414;
}

#header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 100%;
}

#logo {
	float: left;
	margin: 12px 28px 12px 30px;
	width: 309px;
	height: 257px;
}

#top-menu {
	margin: 12px 30px 12px 0;
	text-align: right;
	padding: 6px 0;
	color: #001A7B;
	border-width: 1px 0;
	border-color: #001A7B;
	border-style: solid;
	font-weight: bold;
	font-size: 13px;
}

#top-menu a {
	font-size: 14px;
}

h1, h2, h3, #top-menu, #top-menu a, .box-header, .title {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#services {	
	margin: 3px 30px 0 0;
}

#top-menu, #services {
	float: left;
	width: 473px;
}

#services .service-item {
	float: left;
	width: 120px;
	height: 209px;
}

#services .service-item a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#services .service-item a {
	display: block;
	width: 100%;
	height: 209px;
	overflow: hidden;
}

#bar {
	width: 100%;
	background-image: url(images/color-bar.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.content {
	background-color: white;
	margin: 18px 30px 0 30px;
	text-align: left;
	font-size: 13px;
}

.content h1, .content h2 {
	width: 100%;
	padding-bottom: 4px;
	color: #001A7B;
	border-width: 0 0 2px 0;
	border-color: #001A7B;
	border-style: groove;
	font-size: 24px;
	margin-top: 0;
	text-align: left;
}
.content h2 {
	border-width: 0;
	padding: 0;
	font-size: 18px;

}

.col-left {
	width: 540px;
	float: left;
	font-size: 13px;
	color: #001A7B;
}
.col-right {
	width: 220px;
	min-height: 100px;
	border: 1px solid #001A7B;
	float: right;
	margin-left: 15px;
	font-size: 11px;
}

.col-right p, .col-right ul {
	margin: 3px 15px;
	padding: 0;
}

.col-right ul li, .content ul li {
	list-style-image: url("images/check.gif");
}
 
.col-right ul {
	padding-left: 18px;
	margin-right: 13px;
}

.col-right p.box-header {
	margin: 0;
	padding: 8px 0px;
	background-color: #001A7B;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.clearing {
	width: 100%;
	clear: both;
	height: 1px;
	font-size: 1px;
}

.banner {
	text-align: center;
	color: #CF1A24;
	font-weight: bold;
}

.footer {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #001A7B;
	padding: 12px 0;
	margin-top: 3em;
}

img.left {
	float: left;
	margin: 10px 12px 12px 0px;
}

img.right {
	float: right;
	margin: 10px 0px 12px 12px;
}

img.left, img.right {
	border: 1px solid #000;
}

.photo-line {
	clear: both;
	margin-top: 15px;
}

.photo-line img {
	float: left;
	border: 1px solid #000;
	margin-right: 15px;
}

.main-image {
	margin-right: 1em;
	margin-bottom: 1em;
}
