/* Glow Virtual CSS */

/* global properties */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	color: #59496E;
	margin: 25px auto 0;
	padding: 0;
	text-align: center;
	background: #19012A url(../_images/bg.png) no-repeat top;
	font: 13px/18px Arial, "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	color: #350F4E;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#services h1 {
	color: #350F4E;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
}
h2 {
	color: #36035B;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#services h2 {
	color: #350F4E;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

a,  a:link {
	color: #19012A;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	color: #3C2D47;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #078196;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	color: #37035C;
	font-weight: bold;
}
a:active {
	color: #37035C;
	font-weight: bold;
}

/* Content properties */

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 916px;
	background: url(../_images/bg-wrapper.png) repeat-y;
	position: relative;
}
#header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background: url(../_images/header.png) no-repeat;
	height: 29px;
	width: 906px;
	text-align: right;
	padding-top: 190px;
	padding-right: 10px;
}

#contentWrapper #sidebar {
	float: right;
	padding: 35px 35px 25px;
	width: 290px;
}

#contentWrapper #content {
	margin: 0 335 0 0px;
	padding: 35px 0px 25px 45px;
	width: 501px;
}
#case-studies {
	width: 492px;
}

#contact #text-pic {
	background: url(../_images/pic-contact.gif) no-repeat;
	height: 252px;
	width: 499px;
}
#about  #text-pic {
  clear: right;
  display: block;
}
#footer {
	padding: 35px 0px 0px;
	height: 209px;
	width: 916px;
	background: url(../_images/bg-footer.png) no-repeat;
	text-align: center;
}
.warning {
	font-weight: bold;
	color: #6B0532;
}
