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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333;
	background-color: #e7e7e9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:0px;
	margin:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:0px;
	margin:0px;
}
h3 {
	font-size:18px;
 	font-weight: lighter;
}
h4{
	font-size:14px;
	font-weight:lighter;
}
.boldText{
	font-weight:bold;
}
.italicText{
	font-style:italic;
}
.smaller{
	font-size:12px;
	font-style:italic;
}
a:hover img{
	opacity:0.8;
}
#wrapper {
	position:relative;
	width:880px;
	height:auto;
	background-color:#FFF;
	padding:0px 40px;
	margin:40px auto;	
}

#Header {
	width: 880px;
	height:93px;
	position: relative;
}
.HeaderLogo {
	float: left;
	position: relative;
	bottom: 0px;
}

ul.nav {
	float:right;
	text-align:right;
	margin: 0;
	padding-top: 67px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.nav li {
	display:inline;
}
ul.nav a {
	border-bottom:none;
	color:#333;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
}
ul.nav a:hover {
	color: #b53e80;
}
#NavWrap {
	margin: 0px;
	padding: 0px;
	width: 880px;
	height:90px;
}
#HomeNavWrap {
	margin: 0px;
	padding: 0px;
	height:448px;
}


.NavCol {
	background-color:#e7e7e9;
	float: left;
	width:290px;
	margin:0px 5px 0px 0px;
	padding:0px;
	position:relative;
}

.NavCol-last {
	background-color: #e7e7e9;
	float: right;
	width: 290px;
	margin:0px;
	padding:0px;

}
#MainBodyWrap {
	width:880px;
	height:100px;
}
#LeftCol1 {
	float: left;
	width: 290px;
	margin-top:72px;
	padding-bottom:0px;
	margin-bottom: 0px;
}
#caseStudyTxt { float:left; margin-top:65px;}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.pinkText{
		color: #b53e80;
}
.pink {
	color:#FFF; font-size:12px;
	border: solid 1px #e7e7e9;
	background: #b53e80;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfa6d3), to(#b53e80));
	background: -moz-linear-gradient(top,  #dfa6d3,  #b53e80);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfa6d3', endColorstr='#b53e80');
}
.pink:hover {
	background: #823b75;
	background: -webkit-gradient(linear, left top, left bottom, from(#b53e80), to(#823b75));
	background: -moz-linear-gradient(top,  #b53e80,  #823b75);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b53e80', endColorstr='#823b75');
}
.pink:active {
	background: #dfa6d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfa6d3), to(#823b75));
	background: -moz-linear-gradient(top,  #dfa6d3,  #823b75);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfa6d3', endColorstr='#823b75');
}
.copyBox a {
	color:#333;
}
.copyBox a:hover {
	color: #b53e80;
}
.copyBox {
	width: 585px;
	margin-top: 30px;
	margin-left:295px;
	margin-bottom:30px;

}
body.home .copyBox{
	margin-left:0;
	width:880px;
}
#HowBodyWrap {
	width:585px;
	margin-left:295px;
	margin-top:20px;
	margin-bottom:40px;
}


.HowCopyBox {
	margin: 0px;
}
.HowCopyBox ul li {
	list-style-image:url(VGDImages/SqBullet.gif);
}
.AlphaBul ul li{
		list-style-type: lower-alpha;
		margin-left:20px;
}
#WhoBodyWrap {
	width:585px;
	margin-left:295px;
	margin-top:20px;
	margin-bottom:40px;
}
#WhoBodyWrap a{
	color:#333;
}
#WhoBodyWrap a:hover{
	color:#b53e80;
}
.WhoImg {
	width:585px;
	margin-top:20px;
	margin-bottom:20px;
}
#contactWrap {
	width: 585px;
	margin-left:295px;
	margin-bottom:40px;
	margin-top:20px;
}

#galleryWrap {
	width: 880px;
}

#simplegallery1{ 
position: relative; /*keep this intact*/
	visibility: hidden;
	margin-top: 20px;
	margin-bottom:20px;
}
#testimonials {
	position:relative;
	float:left;
	width: 290px;
	margin-top: 20px;
	margin-right:5px;
}
#clientlist {
	font-size:14px;
	color: #999;
	position:relative;
	float:left;
	width: 260px;
	margin-top: 20px;
	margin-right:5px;
}
#clientlist h1{
	padding-bottom:5px;
}
#clientlist ul{
	padding-left:25px;
}
label {
	vertical-align: top;
}
input {
	width: 350px;
}
#wrapper #galleryWrap form table {
	margin-left: 295px;
}
#newsletter {
	width: auto;
}
#submit {
	width: 100px;
}
form table {
	width: 585px;
	padding: 0px;
}
.CopyBullets {
	text-indent: 20px;
}

#contactWrap form {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactWrap a {
	color: #333;
}

.contactWrap a:hover{
	color: #b53e80;
}
#awards img{
	float:left;
	margin-right:20px;
}
#footer {
	clear:both;
	padding:10px 0 20px 0;
}
.footerText {
	font-size: 10px;
		color:#333;
		width:880px;
}
.footerText a{
	font-size: 10px;
		color:#333;
}

.footerText a:hover {
	color:#b53e80;
}
.linksGrey{
	width:565px;
	background-color:#e7e7e9;
	padding:10px;
}
.linksWhite{
	width:565px;
	padding:10px;
}
.linksGrey img {
	float: right;
	padding-left:10px;
}
.linksWhite img {
	float: right;
	padding-left:10px;
}

.nivoSlider {
	position:relative;
    width:880px;
    height:500px;
	margin-bottom:20px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(VGDImages/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

#slider .nivo-controlNav {
	left:40px;
}

#slider .nivo-controlNav a {
    display:inline;
}

#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}

#slider .nivo-controlNav a.active img {
    border:1px solid #fff;
}

body .nivo-caption {
	background:#ffffff;
	opacity:0.55;
	color:rgba(0,0,0,1.00);
}