html { 
	font-size: 90%;
}

body {
	min-width: 690px;
	font-family: "Trebuchet MS", Verdana, Helvitica, sans-serif;
	line-height: 1.3em;
	color: black;
	background: #5088be;
	margin: 0;
	padding: 0;
	border: 0;	
}

img {
	border: 0;
}

p {
	text-align: justify;
	margin-top: .5em;
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------*/

a {
	color: #00347b;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	z-index: 1;
	text-decoration: underline;
}

a.external {
	padding-right: 15px;
	background:url(images/external.png) ; /* 99% 40% no-repeat; */
}

/*----------------------------------------------------------------------------*/

#outer-wrapper {
}

#shadow {
}

#paper {
	padding-bottom: 1em;
}

#page {
	width: 76%;
	margin: 1em auto;
	background: white;
}

/*----------------------------------------------------------------------------*/

#header {
	height: 88px;
	width: 100%;
	background: #2c6090;
	position: relative;
}

#header #logo {
	height: 88px;
	width:	155px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFCE05;
	background: #900000;
}

#header #text {
	height: 88px;
	position: relative;
	margin-left: 155px;
	color: white;
}

#header #text h1#title {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	position: relative;
	top: .3em;
	left: .5em;
}

#header #text #title a {
	color: white;
}

#header #text q#sub-title {
	quotes: none;
	font-style: italic;
	position: absolute;
	overflow: auto;
	bottom: .5em;
	right: 1em;
}

/*----------------------------------------------------------------------------*/

.bg-strip {
	height: 5px;
	width: 100%;
	background: #5088be;
	clear: both;
}

.blue-strip {
	height: 25px;
	width: 100%;
	color: white;
	background: #00347b;
	text-transform: uppercase;
	font-weight: bold;
}

.blue-strip .current {
	position: relative;
	top: 3px;
	left: .8em;
	float: left;
	color: #FFCE05;
}

.blue-strip span.client-history {
	position: relative;
	left: 1.5em;
	top: 3px;
}

.blue-strip .options {
	display: inline;
	float: right;
	position: relative;
	top: 3px;
	right: 1.2em;
}

.blue-strip .link {
	display: inline;
	margin-left: 1.2em;
}

.blue-strip .link a {
	color: white;
}

.blue-strip .link a:hover {
	color: white;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

#footer {
	text-align: center;
	font-size: 85%;
	padding-top: .5em;
	padding-bottom: .5em;
	color: white;
	background: #2c6090;
	clear: both;
}

#footer a {
	color: white;
	font-weight: normal;
}

#footer a:hover {
	color: #900;
}

/*----------------------------------------------------------------------------*/

#main {
	background: #6a9ac8 url(images/6a9ac8.jpg) repeat-x;
	clear: both;
}

/*----------------------------------------------------------------------------*/

#sidebar {
	width: 155px;
	background: #6a9ac8;
	float: left;
}

ul#navlinks {
	font-size: 85%;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
	margin-left: 0;
	padding-left: 1.5em;
}

ul#navlinks a {
	color: black;
}

ul#navlinks a:hover {
	color: #990000;
}

ul#navlinks li.active {		/* class="active", not a:active */
	font-weight: bold;
	color: #990000;
}

/*----------------------------------------------------------------------------*/

#content {
	height: 100%;
	margin-left: 155px;
	padding: 1em 1.5em;
	background: white;
	border-bottom: 1px solid white;
}

h1#content-title {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 22px;
	color: #660000;
	font-weight: bold;
}

h2 {	/* content subtitles */
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	color: #00347B;
}

/*----------------------------------------------------------------------------*/

.skip-to-content {
	display: none;
}

.link-separator {
	display: none;
}

/*----------------------------------------------------------------------*/

.lead-in {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}

.faq {				/* Container for the FAQ/#top link */
	border-bottom: 1px solid #A7A8D8;
	width: 100%;
	position: relative;
	margin-top: 1em;
	margin-bottom: .2em;
}

.faq h2 {			/* The FAQ title */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	color: #00347B;
	margin-right: 4em;
}

.faq h2 .name { font-size: 1.2em; }
.faq h2 .city { font-size: .8em; position: relative; bottom: 1px; }
.faq h2 .date { font-size: .8em; position: relative; bottom: 1px; }

.faq h3 {			/* Department */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 105%;
	color: #00347B;
	font-style: italic;
	margin-right: 4em;
}

.faq div {			/* contains <a href id="#top"> */
	font-size: 94%;
	color: #A7A8D8;
	position: absolute;
	bottom: 0;
	right: 0;
}

.faq div a {			/* contains <a href id="#top"> */
	font-weight: normal;
}

/*----------------------------------------------------------------------*/

.tag {
	font-weight: bold;
	color: #990000;
}

.hanging {
	text-align: justify;
	text-indent: -1em;
	margin-left: 1em;
}

.hanging-cont {
	text-align: justify;
	margin-left: 1em;
}

.nowrap {
	white-space: nowrap;
}

