* {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 101%;
	background: #000000;
	
	
  font-family:Arial, Sans-Serif;
  
	font-size: 14px;
	color: #000;

-webkit-text-size-adjust:none;


}
div, ul, ol {
	position: relative;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#content {
	width: 850px;
	padding: 20px 55px 0 55px;
	float: left;
}
.news #content, .blog #content {
	
}
#content .two_col_a {
	width: 397px;
	float: left;
}
#content .two_col_b {
	width: 397px;
	float: right;
}

#content .two_col_c {
	width: 850px;
	float: left;
	clear:both;
}
#content .scroller {
	height: 145px;
	overflow: auto;
}
#content .snippet {
float:left;
	border: 1px solid #000000;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 0.85em;
	background-color:black;
}
#content .snippet img {
	border: 1px solid #000000;
	float: left;
}
#content .snippet p {
	color: #a19fa3;
	width: 302px;
	margin: 2px 0;
	float: right;
	line-height: 1.25em;
}
#content .snippet a:hover {
	text-decoration: none;
	color: #9e9fa2;
}
#feed_content {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}
#content .summary p {
	line-height: 1.25em;
}
#content .summary .img {
	width: 116px;
	float: left;
}
#content .summary .img img {
	border: 1px solid #000000;
}
#content .summary .text {
	width: 518px;
	float: right;
	border-bottom: 1px solid black;
}




#content .summary .text a {
	text-transform: uppercase; 
	color: #e11946;
	font-weight: bold;
}
#content .summary .text a:hover {
	text-decoration: none;
	
	color: #e11946;

}





.blog #content .summary .text a {
	text-transform: uppercase; 
	color: #BAC811;
	font-weight: bold;
}

.blog #content .summary .text a:hover {
	text-decoration: none;
	
	color: #BAC811;

}





#content .end {
	
	display: block;
	height: 90px;
}

/* MAP */

#map {
	width: 395px;
	height: 250px;
	border: 1px solid #009ac8;
	margin-bottom: 12px;
}

/* SIDEBAR */

#sidebar {
	width: 160px;
	float: right;
	padding: 20px;
	padding-top:15px;
	margin-right: -35px;
	margin-top:35px;
	
	border-left: 3px solid #E11946;
	background: #fff;
	color: #000000;
}


.blog #sidebar {
	width: 160px;
	float: right;
	padding: 20px;
	padding-top:15px;
	margin-right: -35px;
	margin-top:35px;
	
	border-left: 3px solid #BAC811;
	background: #fff;
	color: #000000;
}


#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	padding-bottom:3px;
	}
#sidebar a {
	color: #000000;
	
	display:block;
	font-size:11px;
	}

#sidebar a:hover {
	color: #E11946;
}


.blog #sidebar a {
	color: #000000;
	
	display:block;
	font-size:11px;
	}

.blog #sidebar a:hover {
	color: #BAC811;
}


#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p.links {
	border-top: 1px dotted #b5b3b6;
	margin-top: 14px;
	padding-top: 14px;
}
#sidebar p {
	font-size: 0.8em;
}
#sidebar p.bloggers {
	margin-bottom: -14px;
}
#sidebar p.bloggers img {
	border: 1px solid #009ac8;
	float: left;
	margin: 0 14px 14px 0;
}
#sidebar p.bloggers img.right {
	float: right;
	margin-right: 0;
}
#sidebar p.links img {
	vertical-align: middle;
}

/* FOOTER  */
#footer {
	width: 905px;
	padding: 0px 0px 0px 55px;
	float: left;
	font-size: 17px;
	font-weight:bold;
	color: #e11946;
	margin: -20px 0 0 0;
}
#footer p {
	position: relative;
	width: 175px;
	margin: 20px 0 0 0;
	float: left;
}
#footer p a {
	color: #7D419B;
}
#footer #logos {
	width: 678px;
	float: right;
}
#footer #logos img {
	float: left;
}
img.hero {
	position: relative;
	float: left;
}

/* PORTFOLIO */

#content ul.portfolioByType, #content ul.portfolioByClient {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#content ul.portfolioByType {
	width: 119px;
	margin-right: 18px;
}
#content ul.portfolioByClient {
	width: 104px;
	margin-right: 20px;
	margin-bottom:20px;
}
#content ul.portfolioByType li {
	margin-bottom: 0;
}
#content ul li.hidden {
	display: none;
}
#content ul.portfolioByClient li a {
	border: 1px solid #000000;
	display: block;
}
#content ul.rowEnd {
	margin-right: 0;
}

/* MISC */

input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wide {
	width: 90%;
}
.half {
	width: 45%;
}
.submit {
	border: none;
	background: #fff;
	color: #009ac8;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 4px;
}
.submit:hover {
	color: #ccc;
	cursor: pointer;
}
textarea {
	height: 210px;
}
input {
	vertical-align: middle;
}
input.text, textarea {
	border: 1px solid #7d419b;
	padding: 4px;
	width: 387px;
	margin: 4px 0 0 0;
	background:#f1f0f2;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
.MSseparator {
	border-bottom: 4px solid #000000;
    clear: both;
    margin: 20px -55px;
    width: 960px;
}

.MSseparator2 {
	background-color:black;
    width: 960px;
}


a img, img {
	border: none;
	vertical-align: middle;
}
img.left {
	position: relative;
	margin: 0 17px 9px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 0 9px 17px;
	float: right;
}
p.right {
	text-align: right;
}
form {
	padding: 0;
	margin: 0;
}
.minHeight {
	width: 1px;
	float: left;
	margin-left: -1px;
}

h1 a{
color:black !important;
text-decoration:none !important;

}

.tangfont{
font-size:15px;

}
.purplebold{color:#7d419b !important;font-weight:bold;}

.greenbold{background-color:#bac811;color:white;font-weight:bold;padding-left:2px;padding-right:2px;}
.pinkbold{color:#e11946;font-weight:bold;}
.purpleblock{background-color:#7d419b;color:white;padding-left:2px;padding-right:2px;font-weight:bold;}

.redblock{background-color:#e11946;color:white;padding-left:2px;padding-right:2px;font-weight:bold;}

.our_innovations ul {

color:#7d419b !important;
}



.pinkblock{background-color:#e11946;color:white;padding-left:2px;padding-right:2px;font-weight:bold;}
.tangtext2{width:200px;float:left;padding-top:30px;}
