body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color: #A4A761;
}
	
clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#pre-footer {
	background-color: #6B648C;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	background-image: url(../images/header-bg.jpg);
	width: 100%;
	height: 112px;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #6B648C;
}
.container {
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: -11px;
	z-index: 1;
}
.container-two {
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.slogan {
	position: absolute;
	top: 0px;
	right: 8px;
}
.logo {
	position: absolute;
	top: 21px;
}
#navigation  {
	position: absolute;
	right: 0px;
	top: 80px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 20px;
}
#navigation li a {
	color: #6A638B;
	text-decoration: none;
}
#navigation li a:hover {
	color: #7B7A4F;
	text-decoration: none;
}
.purple-italic {
	font-style: italic;
	color: #6B648C;
	padding-top: 35px;
	display: block;
}
.mwh a {
	position: absolute;
	top: 33px;
	right: -41px;
	text-decoration: none;
	color: #FFFFFF;
}
.content {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	padding-top: 15px;
}
#left {
	float: left;
	width: 600px;
	padding-right: 20px;
	padding-top: 10px;
}
#right {
	float: left;
	width: 300px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 30px;
	margin: 0px;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A4A761;
	font-size: 25px;
	padding-bottom: 15px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 18px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bubble {
	background-image: url(../images/bubble_middle.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 20px;
	clear: right;
}
.bubble-top {
	position: absolute;
	top: -20px;
}
.bubble-bottom {
	position: absolute;
	bottom: -20px;
	clear: right;
}
.bubble-content {
	padding-right: 20px;
	padding-left: 20px;
}
.bubble-content-two {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	height: 250px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 15px;
}
.headshot {
	float: left;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #BDC08D;
	position: relative;
	z-index: 100;
}
.sep {
	clear: both;
	height: 1px;
	background-color: #E0DEE7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.spacer {
	clear: both;
}
.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.bio {
	margin-top: 10px;
}
.photo-left {
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 12px;
}
#highlight {
	float: left;
	width: 300px;
	margin-right: 6px;
	margin-left: 6px;
}

 /* Home Page Slider */

#slider1 {
	width: 920px; /* important to be same as image width */
	height: 270px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	padding: 15px;
	background-color: #FFFFFF;
	z-index: 1;
}

#slider1Content {
	width: 961px; /* important to be same as image width */
	height: 301px; /* important to be same as image height */
	margin-left: 0;
	position: absolute;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	list-style-type: none;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	list-style-type: none;
}
.slider1Image span {
	width: 961px;
	display: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.slider1Image span strong {
margin: 0px;
	padding: 0px;
    
}

slider1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

slider1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clear {
   clear: both;
}#spacer {
	clear: both;
}
.icon {
	float: left;
	margin-right: 15px;
}
#sub-nav {
	float: left;
	width: 300px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#sub-nav ul {
	margin: 0px;
	padding: 0px;
}
#sub-nav li {
	margin: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 14px;
	color: #6B648C;
}
#sub-nav li a {
	list-style-type: none;
	color: #6B648C;
	text-decoration: none;
}
#sub-nav li a:hover {
	list-style-type: none;
	color: #B4B374;
	text-decoration: none;
}
.logo-icon {
	float: left;
	padding-right: 10px;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	clear: left;
}
.case-study {
	background-color: #7F7A9F;
	float: left;
	width: 190px;
	margin-right: 10px;
	padding-bottom: 10px;
	height: 245px;
	position: relative;
	font-size: 14px;
	margin-bottom: 25px;
}
a.read-more  {
	position: absolute;
	right: 5px;
	bottom: -10px;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5B5578;
}
.case-study a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-decoration: none;
	display: block;
}
.case-study a:hover {
	color: #B2B173;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-decoration: none;
	display: block;
}
#breadcrum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
a {
	color: #7F7A9F;
	text-decoration: none;
}
.content li {
	list-style-type: none;
}
label {
	float: left;
	width: 280px;
	padding-right: 20px;
	display: block;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B648C;
	font-size: 16px;
}
input {
	padding: 5px;
	border: 1px solid #B4B374;
	cursor: auto;
}
textarea {
	padding: 5px;
	border: 1px solid #B4B374;
}
.submit {
	cursor: pointer;
}
.photo {
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.caption {
	float: right;
	width: 320px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B648C;
	line-height: 16px;
}
blockquote {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #716A8F;
	padding-left: 15px;
	margin-bottom: 20px;
}
.photo-right {
	padding: 10px;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	margin-left: 15px;
	margin-top: 10px;
}
#right-content {
	float: left;
	width: 600px;
	padding-left: 15px;
}
#right-content ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 15px;
}
#right-content  li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 8px;
	list-style-type: square;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B648C;
	font-size: 14px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
.video-img {
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #827DA1;
	padding: 3px;
}
#twitter {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}

