body {
	padding: 0;
	margin: 0;
	background: #f0f0f0 url('../images/top_bg.jpg') repeat-x top left;
	font-family: Calibri, 'Myriad Pro', Arial, sans-serif;
	color: #505050;
}
#Container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
#NavigationTab {
	background: url('../images/tab_bg.png') no-repeat top left;
	height: 159px;
	width: 960px;
	position: relative;
	margin: 23px 0px 16px;
	top: 0px;
	left: 0px;
}
#SearchTab {
	background: url('../images/search_tab_bg.png') no-repeat top left;
	height: 78px;
	width: 368px;
	position: absolute;
	top: 40px;
	left: 558px;
}
img.Logo {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 22px;
}
#Navigation {
	position: absolute;
	top: 132px;
	left: 10px;
	padding: 0px;
	margin: 0px;
}
#Navigation ul {
	padding: 0;
	margin: 0;
}
#Navigation ul li {
	display: inline;
	background: url('../images/divider.png') no-repeat center left;
	padding: 0;
	margin: 0;
}
#Navigation > ul li:first-child {
	background: none;
}
#Navigation ul li a {
	font-family: Calibri, 'Myriad Pro', Arial, sans-serif;
	font-style: Normal;
	font-size: 15px;
	color: white;
	text-decoration: none;
	padding: 13px 20px 8px;
	margin: 0px 0px 0px 2px;
}
.NavigationHover {
	background: url('../images/top_bg.jpg') repeat center left;
}
#FloatingLinks {
	font-family: Calibri, 'Myriad Pro', Arial, sans-serif;
	font-style: Normal;
	font-size: 14px;
	color: white;
	position: absolute;
	top: 6px;
	right: 38px;
}
#BreadCrumbs {
	font-family: Calibri, 'Myriad Pro', Arial, sans-serif;
	font-style: Normal;
	font-size: 13px;
	padding: 0px 0px 0px 6px;
}
a.Floating:link, a.Floating:visited {
	text-decoration: Underline;
	color: white;
}
form.SearchForm {
	padding: 0;
	margin: 0;
	border: 0;
}
input.contactform, textarea.contactform, select.contactform {
	font-family: Calibri, 'Myriad Pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: Normal;
	border: 1px solid #505050;
	margin-bottom: 4px;
}
input.contactform[type="checkbox"] {
  border: none;
}
input.contactform[type="radio"] {
  border: none;
}
input.SearchInput {
	background: url('../images/search_input.png') no-repeat top left;
	border: 0;
	width: 224px;
	height: 33px;
	position: absolute;
	top: 24px;
	left: 24px;
	margin: 0;
	padding: 0px 8px;
	font-family: Calibri, 'Myriad Pro', Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
}
input.SearchInputIE {
	padding: 10px 8px;
}
input.SearchSubmit {
	background: url('../images/search_submit.png') no-repeat top left;
	border: 0;
	width: 61px;
	height: 33px;
	position: absolute;
	top: 24px;
	left: 280px;
	margin: 0;
	padding: 0;
}
input.SearchSubmit:hover {
	cursor: pointer;
}
.ContentBox {
	width: 960px;
	margin: 16px 0px 12px;
	clear: both;
}
.Content {
	background: url('../images/content_box_bg.png') repeat top left;
	padding: 0px 16px 0px;
}
.ContentBox:before {
  content: url('../images/content_box_top.png');
}
.ContentBox:after {
  content: url('../images/content_box_bottom.png');
}
.HalfContentBox {
  width: 470px;
  margin: 0px 0px 12px 20px;
  float: left;
}
.HalfContent {
	background: url('../images/half_content_box_bg.png') repeat top left;
	padding: 0px 16px 0px;
	/* height: 180px; */
}
.HalfContentBox:before {
	content: url('../images/half_content_box_top.png');
}
.HalfContentBox:after {
	content: url('../images/half_content_box_bottom.png');
}
.FirstColumn {
	margin-left: 0px;
	clear: both;
}
.title {
	font-size: 30px;
	display: block;
}
.title2 {
	font-size: 24px;
	display: block;
	margin-bottom: 6px;
}
.subtitle {
	font-size: 20px;
	font-weight: bold;
}
.title_em {
	color: #022F6A;
	font-style: Italic;
}
a:link, a:visited, a:active {
	color: #022F6A;
}
a:hover {
	color: #022F6A;
}
.footer {
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}
.copyright {
	font-size: 12px;
}
.subtext {
  font-size: 14px;
  font-style: Italic;
  display: block;
  padding-bottom: 6px;
  line-height: 1.5em;
}
.quote {
	font-size: 12px;
	font-style: Normal;
	display: block;
	margin-bottom: 12px;
	text-align: justify;
}
.quote_by {
	font-size: 12px;
	font-style: Normal;
}
.clr {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
}
#LearnMore {
	list-style: circle;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.ClientList {
  list-style: circle;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ClientList li {
  font-size: 20px;
}
#Testimonials {
  list-style: circle;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#Testimonials li {
  font-size: 16px;
}
.QuoteBox {
	/* height: 160px; */
}
img {
	border: 0px;
}