body {
	  font-family: Tahoma, 'Trebuchet MS', Sans-serif;
          font-size: 12px;
}

p {
  margin: 10px 0;
  color: #474747;
}
p, li {
	line-height: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* links */
a.link, a.link:visited, a, a:visited {
  /*text-decoration: underline;*/
  color: #097599;
}
a.link:hover {
  text-decoration: underline;
  color: #097599;
}

/* titles */
h1, h2, h3 {
  margin: 10px 0;
}

h3 {
  margin: 14px 0 10px;  
}

.servicesTitle h2 {
  margin: 14px 0 10px;  
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #7E1538;
	text-transform: uppercase;
}

/* site name */
.t_site {
  margin: 0;
  padding: 20px 0 0 35px;
}

.logo .link {
letter-spacing: -3px;
color: #fff;
text-transform: none;
text-decoration: none;
background: transparent;
}
.t_site .link:hover {
  text-decoration: none;
  color: #ddddff;
}

.tagLine {
  text-transform: none;
  color: #FFF;
  margin: 0;
  padding: 0 0 0 50px;
}

/* page titles */
.t_big {
  font-size: 180%;
  font-weight: normal;
  color: #555;
}

.t_medium {
  font-size: 160%;
  color: #88ac0b;
  font-weight: normal;
}

.t_side {
  font-size: 160%;
  margin: 15px 5px 10px 5px;
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #555;
}

.hpIntroCopy {
	font-size: 16px;
	color: #7e1538;
	padding: 14px 10px 0 20px;
}

.hpIntroCopy p {
  line-height: 21px;
}

.hpMainCopyLeft, .hpMainCopyRight, .sidebarCopy {
	font-size: 11px;
	color: #474747;
}

.hpMainCopyLeft {
	padding: 0 18px 0 20px;
}

.hpMainCopyRight {
	padding: 0 27px 0 0;
}

.sidebarCopy {
	padding: 14px 20px 0 34px;
	float: right;
	background: url(../images/bg_hp_sidebar.jpg) no-repeat;
}

.sidebarCopy .hpServicesList {
	color: #0aa3d6;
	font-style: inherit;
}

.sidebarCopy .hpServicesList ul {
	padding: 0;
}

.sidebarCopy .hpServicesList li {
	list-style: none outside none;
}

.hpHeaderImage {
	height: 229px;
}

.footerZone {
	font-size: 11px;
	color: #555;
	text-align: center;
}

div.quote p {
  /*margin: 10px 50px;*/
  /*padding: 10px 0 10px 45px;*/
  font-style: italic;
  color: #7E1538;
  font-weight: bold;
}
