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


/* --- Generalities ------------------------------------------------------ */
* { margin: 0; padding: 0; }

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 83%;
  text-align: center;
}

.showMeOnPrint {
	display: none;
}

.contact-table {
	text-align: center;
  margin: 0 auto;
}

.contact-table th,
.contact-table td {
  vertical-align: top;
  padding: 2px;
}

.contact-table th {
  text-align: right;
}

/* --- General panels ---------------------------------------------------- */
.wrapper-panel {
  margin: 0 auto;
  width: 760px;
}

.wrapper-panel,
.masthead-panel,
.content-panel {
  text-align: left;
}

.wrapper-panel {
  margin: 0 auto;
  width: 760px;
  font-size: 1em;
}

.content-panel {
  line-height: 1.5em;
  margin: 0 5px;
  padding: 15px;
  background: #FFF url(../_images/slogan-background.gif) top left repeat-x;
}

.footer-panel {
  clear: both;
  padding: 0.5em 1em 1em 1em;
  border-top: 1px solid #999;
  color: #777;
  text-align: center;
}

.footer-panel ul {
	padding: 0 0 0.5em 0;	
}

.footer-panel li {
	display: inline;
}

.footer-panel li a {
  color: #777;
  display: inline;
  text-decoration: none;
}

.footer-panel li a:hover {
  text-decoration: underline;
}

/* --- Masthead components ----------------------------------------------- */
.masthead-panel h1 {
  float: left;
  font-family: 'palatino linotype', georgia, serif;
  font-variant: small-caps;
}

.masthead-panel h1 a,
.masthead-panel h1 a:visited{
	text-decoration: none;
	color: white;
}

.masthead-panel h1 a:hover {
	text-decoration: underline;
}
.navigation {
  padding: 5px 15px;
  border-bottom: 1px solid #CCC;
  background: #000;
  color: #FFF;
}

.navigation ul {
  text-align: right;
  padding: 10px 0 15px 0;
}

.navigation li {
  display: inline;
  padding: 5px;
}

.navigation li a {
  display: inline;
  color: #FFF;
  text-decoration: none;
}

.navigation li a:hover {
  text-decoration: underline;
}

.slogan {
  margin: 0 5px;
  padding: 7px 15px 0 15px;
  background: #3A5F9A url(../_images/slogan-inside-background.gif) top left repeat-x;
  border-width: 0 2px;
  border-style: solid;
  border-color: #16376A;
}

/* --- Side bar ---------------------------------------------------------- */
.side-panel {
  margin-left: 500px;
  text-align: center;
}

.side-panel em {
  text-decoration: underline;
}

.side-panel img {
  display: block;
  margin: 0 auto;
}

.side-panel-content {
  padding: 15px 10px;
  border: 2px solid #16376A;
  background: #1C3C6F url(../_images/side-panel-background.gif) top left no-repeat;
  color: #FFF;
}

.side-panel-content p {
  font-family: 'palatino linotype', georgia, serif;
}

.side-panel-content p span {
  font-size: 1.75em;
  font-weight: bold;
}

.side-panel-promise {
  display: block;
  margin: 0 10px;
  padding: 5px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #16376A;
  background: #ACC8F4 url(../_images/side-panel-promise-background.gif) top left repeat-x;
  font-style: italic;
  font-weight: bold; 
}


/* --- Work area --------------------------------------------------------- */
.work-panel {
  float: left;
  margin-bottom: 15px;
  padding: 15px 15px 15px 0;
  border-right: 1px solid #999;
  width: 470px;
}

.work-panel h2 {
  margin: 0 0 0.3em 0;
  padding: 0 0 0.3em 0;
  font-family: 'palatino linotype', georgia, serif;
  font-size: 1.85em;
  border-bottom: 1px solid #999;
}

.work-panel h2.quote {
	border: 0px none;
  color: #777777;
	font-size: 2em;
  line-height: 1em;
}

.work-panel h2.quote span {
	display: block;
  margin-bottom: 0.3em;
}

.work-panel h3 {
  font-size: 1em;
}

.work-panel p {
  margin-bottom: 1em;
}

.work-panel ul,
.work-panel ol {
  margin-left: 30px;
  margin-bottom: 1em;
}

.work-panel .image-right {
  float: right;
  margin: 0 0 5px 5px;
}