﻿@charset "UTF-8";
/* CSS Document */



body  {
	background: #867A7A 0px 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
} 
#header {
	background: url(../images/bg_flag.gif) no-repeat 0px 0px;
	padding: 193px 0 0;
	height: 89px;
	width: 960px;
	text-align: center;
} 
#header #navBar {
	margin: 0 auto;
	width: 500px;
}
#shell {
	background: url(../images/bg_shell.gif) repeat-y 0px bottom;
	width: 960px;
	border: 0px solid #FFFFFF;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 301px;
	padding: 0px 0px 24px 9px;
	margin: 0px 0px 0px 15px;
	display: inline;
}
#contentShell {
	background: url(../images/bg_content.gif) no-repeat 325px 0px;
	width: 960px;
	padding: 0px;
	margin: 0px;
}
#sidebar div.serviceBox {
	background: url(../images/bg_service.gif) no-repeat 0px 0px;
	height: 80px;
	width: 301px;
	padding: 0px;
	float: left;
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: 80%;
	margin: 10px 0px 0px;
}
#sidebar div.serviceBox p {
	margin-top: 50px;
}
#sidebar div.serviceBox a {
	color: #FFF;
	text-decoration: none;
}
#sidebar div.serviceBox a:hover {
	text-decoration: underline;
}
#mainContent {
	margin: 0 15px 0 0px;
	padding: 24px 36px 0 48px;
	width: 524px;
	min-height: 400px;
	float: left;
} 
#mainContent h1 {
	font-size: 24px;
	color: #000000;
}
#mainContent h1 .subhead {
	font-size: 18px;
	font-style: italic;
	color: #A52C01;
}
#mainContent h2 {
	font-size: 18px;
	color: #AB2E01;
	border-bottom: 1px solid #A52C01;
}
#mainContent h3 {
	font-size: 14px;
	color: #000000;
	letter-spacing: .15em;
	text-transform: capitalize;
}
#mainContent h4 {
	font-size: 14px;
	color: #000000;
	border-bottom: 1px dotted #A52C01;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent h5 {
	font-size: 24px;
	color: #000000;
}
#mainContent p {
	line-height: 16px;
}
#mainContent p.caption {
	line-height: normal;
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#mainContent p.footnote {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
}
#mainContent a {
	font-weight: bold;
	color: #711F01;
	text-decoration: none;
}
#mainContent strong {
	font-size: 15px;
	font-weight: bold;
	color: #A52C01;
}
#mainContent img.pix {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 10px solid #000;
	border-left: 1px solid #000;
}
#footer {
	padding: 138px 20px 0 0px;
	background:url(../images/bg_foot.gif) no-repeat 0px 0px;
	height: 50px;
	width: 940px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
} 
#footer p {
	margin: 0;
	padding: 10px 0
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table.photoBoxL {
	font-size: 10px;
	font-style: italic;
	margin-right: 6px;
	border: 1px solid #000000;
}
table.photoBoxR {
	font-size: 10px;
	font-style: italic;
	margin-left: 6px;
	border: 1px solid #000000;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #A52C01;
}
#mainContent ul.spread li {
	margin-bottom: 9px;
	font-weight: bold;
}
