* {
	margin:0px;
	padding:0px;
	outline:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
IMG {border:0px;}
IMG .GrayBorder {border:1px solid #676666;}
HR, .HRule{
	width:90%;
	height:1px;
	background:url(/graphics/BlogContent_Border.gif) top center repeat-x;
	background-color:none;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
H1 {
	text-transform:uppercase;
}

.SolidGreen_Text{color:#4C982F;}
	.SolidGreen_Text a{color:#4C982F;}
	
.SolidOrange_Text{color:#ce6100;}
	.SolidOrange_Text a{color:#ce6100;}
	
.Header1 {
	/*display:inline;
	padding:0px 2px 0px 2px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#007BC4;
	background-color:#FFF;
	text-transform:uppercase;*/
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	/*text-transform:uppercase;*/
	color:#e65509;
	margin:5px 0px 9px 0px;
}
H2, .Header2 {
	display:block;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	line-height:14px;
	background-image:url(/graphics/Header2BG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 6px 30px;
	padding:0px 0px 0px 11px;
	overflow:hidden;
}
H3 {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#e65509;
	margin:0px 0px 3px 0px;
}
.Header3 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#e65509;
	margin:0px 0px 3px 0px;
}
H4, .Header4 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#e65509;
}
H5, .Header5 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
}
H6, .Header6 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
}
a {
	/*color:#be9510;*/
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.SearchBlue{
	color:#007BC4;
}
.RedText {
	color:#E13602;
}
p {
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
}
UL {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
UL LI {
	color:#e65509;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-size:10px;
	background:url(/graphics/admin/OrangeBullet.gif) 0px 7px no-repeat;
}
UL LI.12pxFont{
	font-size:12px;
	padding-bottom:5px;
}
.Row {
	clear:both;
	min-height:10px;
	overflow:hidden;
}
.Col {
	float:left;
	min-height:1px;
	overflow:hidden;
}
.upCaseUnderL{
	text-transform:uppercase;
}
.upCaseUnderL_Selected {
	font-weight:bold;
	text-transform:uppercase;
}
#newMainNav{
	width:550px;
	height:22px;
	/*background-color:purple;*/
	padding-left:57px;
	position:absolute;
	z-index:2000;
	top:0px;
	left:0px;
}

.BlogPage #newMainNav{
	left:24px;
}
	#mainSearchField{
		width:0px;
		float:left;
	}
	#mainNavSearch_Criteria{
		width:76px;
		height:12px;
		font-size:9px;
		border:0px;
		padding:0px 0px 0px 2px;
	}
	#closeSearchBtn{
		cursor:pointer;
		margin:0px 4px 0px 2px;
	}
	#newMainNav a{
		color:blue;
	}
	#newMainNav #Link_OurWork, #newMainNav #Link_Services, #newMainNav #Link_Blog, #newMainNav #Link_Connect, #newMainNav #SearchUtilities_Search{
		float:left;
		height:22px;
		display:block;
		text-indent:-9000px;
		background:url(../graphics/Nav/MainNavSprite.png) 0px 0px no-repeat;
	}
	#newMainNav #Link_OurWork{
		width:87px;
		background-position:0px 0px;
	}
		#newMainNav #Link_OurWork:hover{
			background-position:0px -22px;
		}
	#newMainNav #Link_Services{
		width:81px;
		background-position:-86px 0px;
	}
		#newMainNav #Link_Services:hover{
			background-position:-86px -22px;
		}
	#newMainNav #Link_Blog{
		width:54px;
		background-position:-167px 0px;
	}
		#newMainNav #Link_Blog:hover{
			background-position:-167px -22px;
		}
	#newMainNav #Link_Connect{
		width:79px;
		background-position:-221px 0px;
	}
		#newMainNav #Link_Connect:hover{
			background-position:-221px -22px;
		}
	#newMainNav #SearchUtilities_Search{
		width:71px;
		background-position:-300px 0px;
	}
		#newMainNav #SearchUtilities_Search:hover{
			background-position:-300px -22px;
		}
	
	
#DebuggOutput{
	width:400px;
	min-height:50px;
	position:absolute;
	top:49px;
	left:50px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:5px;
	display:none;
	z-index:10000;
}
#closeDebugWindow {
	float:right;
	display:block;
	line-height:10px;
	padding:1px 1px 1px 2px;
	font-weight:bold;
	border:1px solid #CCC;
	cursor:pointer;
}
#DebuggOutput_Content{
	clear:both;
	margin-top:5px;
	padding:5px 0px 5px 0px;
	border:1px solid #999;
}
#DebuggOutput_Content div{
	padding:1px 5px 1px 5px;
	border-bottom:1px dashed plum;
}
#DebuggOutput_Content div:First-Child{
	border-top:1px dashed plum;
}
#showDebbugWindow{
	min-height:10px;
	position:absolute;
	top:5px;
	right:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	font-weight:bold;
	color:#999;
	padding:2px;
	display:block;
	z-index:10001;
	cursor:pointer;
}
#MainContainer, #MainContainer_Port, #MainContainer_Home {
	width:1120px;
	margin:auto;
	background:url(/graphics/MainContainerBG.gif) top left no-repeat;
	position:relative;
	overflow:hidden;
}
#MainContainer_Home {
	position:relative;
	background:url(/graphics/homepage/MainContainerBG_Home.gif) 0px -9px no-repeat;
}
#MainContainer {
	min-height:830px;
	height:auto !important;
	height:840px;
}
#MainContainer_Port {
	min-height:840px;
	padding-bottom:20px;
}
#MainContainer.BlogPage{
	height:933px;
	padding-left:47px;
	background-position:24px 0px;
}
#HomeMarketingLink {
	width:31px;
	height:68px;
	overflow:hidden;
	position:absolute;
	top:237px;
	left:60px;
	background:url(/graphics/HomeFloatedMarketingLink.gif) top left no-repeat;
	cursor:pointer;
	z-index:70;
}
#HomeMarketingLink:hover, #HomeMarketingLink.Selected {
	background-image:url(/graphics/HomeFloatedMarketingLink_ON.gif);
}
#HomeDesignLink {
	width:29px;
	height:75px;
	overflow:hidden;
	position:absolute;
	top:318px;
	left:61px;
	z-index:71;
	background:url(/graphics/HomeFloatedDesignLink.gif) top left no-repeat;
	cursor:pointer;
}
#HomeDesignLink:hover, #HomeDesignLink.Selected {
	background-image:url(/graphics/HomeFloatedDesignLink_ON.gif);
}
#HomeTechLink {
	width:32px;
	height:78px;
	overflow:hidden;
	position:absolute;
	top:393px;
	left:66px;
	background:url(/graphics/HomeFloatedTechLink.gif) top left no-repeat;
	cursor:pointer;
	z-index:72;
}
#HomeTechLink:hover, #HomeTechLink.Selected {
	background-image:url(/graphics/HomeFloatedTechLink_ON.gif);
}
#IEPaddingAdjustment, #IEPaddingAdjustment2 {
	float:left;
	width:1px;
	margin:0px;
	padding:0px;
	height:700px;
}
#LayoutContainer {
	float:left;
	width:1042px;
	height:646px;
	padding:0px 0px 0px 48px;
	margin:auto;
	position:absolute;
	z-index:69;
}
#HomeBuildingLink{
	display:none;
	width:428px;
	height:367px;
	position:absolute;
	z-index:70;
	right:86px;
	top:12px;
	cursor:pointer;
}
#HomeTop_IMG1 {
	width:997px;
	height:136px;
	background-image:url(/graphics/homepage/HomeTop_IMG1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#HomeTop_IMG2 {
	width:997px;
	height:158px;
	background-image:url(/graphics/homepage/HomeTop_IMG2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
#HomeContentRow {
	clear:both;
	width:1042px;
	height:361px;
	overflow:hidden;
}
#HomeContentRow .Col1 {
	float:left;
	width:310px;
	height:361px;
	background-image:url(/graphics/homepage/HomeContentLeftCol.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#HomeContentRow .Col2 {
	float:left;
	width:479px;
	height:361px;
	background-image:url(/graphics/homepage/HomeContentCenterCol2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#HomeContentRow .Col3 {
	float:left;
	width:208px;
	height:361px;
	background-image:url(/graphics/homepage/HomeContentRightCol2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
	.HomeContentRow_Col3Content{
		width:165px;
		margin:138px 0px 0px 12px;
	}
#ContentBottom, #ContentBottom_Home {
	clear:both;
	width:997px;
	height:155px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	font-size:9px;
	color:#FFF;
	background:url(/graphics/ContentBottomBG_Home.gif) top left no-repeat;
	overflow:hidden;
}
#ContentBottom_Home {
	height:170px;
	background:url(/graphics/homepage/NewFooter_Home.gif) top left no-repeat;
	position:relative;
}
#ContentBottom a {
	color:#FFF;
	display:block;
	font-size:9px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#ContentBottom a:hover {
	text-decoration:none;
}
#ContentBottom .Col1, #ContentBottom .Col2, #ContentBottom .Col3, #ContentBottom .Col4, #ContentBottom .Col5, #ContentBottom .Col6, #ContentBottom2 .Col1 {
	float:left;
	overflow:hidden;
}
#ContentBottom .Col1 {
	width:303px;
	height:127px;
	padding:3px 0px 25px 59px;
	margin-right:17px;
}
#ContentBottom .Col2 {
	float:left;
	width:116px;
	height:130px;
	line-height:12px;
	padding:0px 0px 25px 0px;
	margin-right:6px;
}
#ContentBottom .Col3 {
	float:left;
	width:65px;
	height:130px;
	line-height:12px;
	padding:0px 0px 25px 4px;
	margin-right:20px;
}
#HomeCol4 p{
	padding-top:4px;
	line-height:12px;
}
#PageLins_Home{
	float:left;
	width:211px;
	height:130px;
	overflow:hidden;
}
#PageLins_Col2 {
	float:left;
	width:116px;
	height:130px;
	line-height:12px;
	padding:0px 0px 25px 0px;
	margin-right:6px;
}
#PageLins_Col2 a{
	display:block;
	margin-bottom:1px;
}
#PageLins_Col3 {
	float:left;
	width:65px;
	height:130px;
	line-height:12px;
	padding:0px 0px 25px 4px;
	margin-right:20px;
}
#PageLins_Col3 a{
	display:block;
	margin-bottom:1px;
}
#ContentBottom .Col4 {
	width:89px;
	height:130px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 25px 0px;
	margin-right:27px;
}
#ContentBottom .Col5 {
	width:130px;
	height:130px;
	padding:0px 0px 25px 0px;
	margin-right:21px;
}
#ContentBottom .Col5 a {
	display:inline;
	margin-bottom:2px;
}
#ContentBottom .Col6 {
	width:90px;
	height:127px;
	padding:13px 0px 25px 0px;
}
.HomeDateCol {
	float:left;
	width:30px;
	height:76px;
	color:#007BC4;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
	.HomeDateCol .Day {
		height:18px;
		font-size:24px;
		line-height:19px;
		text-transform:uppercase;
		margin-top:3px;
		overflow:hidden;
	}
	.HomeDateCol .Month {
		font-size:12px;
		text-transform:uppercase;
	}
	.HomeDateCol .Year {
		font-size:11px;
		text-transform:uppercase;
	}
.HomeBlogCol {
	float:left;
	width:210px;
	height:322px;
	color:#CE6100;
	padding-left:5px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:17px;
	position:relative;
}
	.HomeBlogCol p{
		width:188px;	
	}
.HomeBlogCol a {
	color:#CE6100;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.HomeBlogCol a:hover {
	text-decoration:none;
}
.HomeBlogCol IMG {
	float:left;
	border:1px solid #999;
	padding:1px;
	margin:5px 7px 0 0;
	background-color:#FFF;
}
.HomeBlogCol H1, .HomeBlogCol H1 A {
	color:#e65509;
	margin:3px 0 3px 0px;
	padding:0 4px 0 4px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#FFF;
	text-decoration: none;
}
#HomeBlogCol_Marketing{
	margin:0px 0px 0px 50px;
	position:absolute;
	top:0px;
	left:0px;
}
#HomeBlogCol_Design{
	margin:0px 0px 0px 50px;
	position:absolute;
	top:0px;
	left:0px;
}
#HomeBlogCol_Technology{
	margin:0px 0px 0px 50px;
	position:absolute;
	top:0px;
	left:0px;
}
.Uppercase {
	text-transform:uppercase;
}
a.CapRedLink {
	color:#E13602;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
}
.HomeBlogCol a.CapRedLink {
	color:#E13602;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
}
.HomeBlogCol a.CapRedLink:hover {
	color:#967301;
}
.HomeBlogCol .PostedCopy, .PostedCopy {
	color:#be9510;
	font-size:9px;
	line-height:10px;
}
.HomeBlogCol .PostedCopy a, .PostedCopy a {
	color:#be9510;
	font-size:9px;
	text-decoration:underline;
}
.HomeBlogCol .PostedCopy a:hover, .PostedCopy a:hover {
	text-decoration:none;
}
#HomeOurWorkContainer {
	clear:both;
	margin:94px 0px 0px 0px;
	width:479px;
	height:253px;
	overflow:hidden;
}
#HomeOurWorkContainer #HomePortContainer {
	float:left;
	width:349px;
	height:231px;
	overflow:hidden;
}
#HomeOurWorkContainer #Description {
	float:left;
	width:124px;
	height:222px;
	padding-top:50px;
	color:#e65509;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:11px;
	overflow:hidden;
}
	#HomeOurWorkContainer #Description a {
		color:#be9510;
	}
	#HomeOurWorkContainer #Description p {
		margin-bottom:0px;
	}
		#HomeOurWorkContainer #Description .ReadMore{
			margin:0px 0px 6px 0px;
		}
		#HomeOurWorkContainer #Description .ReadMore a{
			color:#e65509;
		}
.HomeTagCloud {
	margin:3px 0px 3px 0px;
}
.HomeTagCloud, .HomeTagCloud a {
	color:#be9510;
	text-decoration:underline;
}
.HomeTagCloud, .HomeTagCloud a:hover {
	text-decoration:none;
}
.HomeNewsRow {
	color:#005487;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:13px;
	padding:4px 0px 6px 0px;
	margin-bottom:3px;
	background:url(/graphics/HomeNewsRow_BorderBottom.gif) bottom left no-repeat;
}
.HomeNewsRow .Title {
	text-transform:uppercase;
	color:#007bc4;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
.HomeNewsRow a {
	color:#005487;
	text-decoration:none;
}
.HomeNewsRow a:hover {
	text-decoration:underline;
}
#SearchFieldRow {
	width:111px;
	height:11px;
	padding:1px;
	padding-top: 0px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:84;
	top:2px;
	left:212px;
	color:#be9510;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border: 1px solid #edb910;
}
input#CriteriaSearchField {
	float:left;
	width:76px;
	height:10px;
	color:#be9510;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border:0px solid #edb910;
	padding:0px 3px 0px 4px;
	margin-right:1px;
	overflow:hidden;
	line-height: 10px;
}
input#MainSearchIcon {
	float:left;
}
#HoveredSearchDiv {
	height:55px;
	width:380px;
	overflow:hidden;
	position:absolute;
	z-index:110;
	left:0px;
	top:0px;
	background:url(/graphics/shim.gif) repeat;
}
#SearchUtilities_Container{
	width:320px;
	height:55px;
	position:relative;
}

#SearchUtilities{
	height:17px;
}

#SearchUtilitiesBG {
	/*min-width:225px;*/
	width: 210px;
	height:16px;
	line-height:10px;
	padding:4px 1px 1px 1px;
	border:1px solid #9FE7F9;
	background:url(/graphics/SearchUtilitiesBg.png) top left repeat-x;
	/*background-color:#FFF;*/
	position:absolute;
	z-index:85;
	top:5px;
	left:46px;
	color:#be9510;
	overflow:hidden;
}
#SearchUtilitiesBG a {
	float:left;
	color:#be9510;
	font-size:9px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/graphics/SearchUtilities_Border.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:0px 6px 0px 6px;
	text-decoration:none;
}
#SearchUtilitiesBG a:First-Child{
	background-image:none;
}
#SearchUtilitiesBG a:hover {
	color:#0A8BD7;
}
#HoveredSearchDiv_Trigger {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:55px;
	z-index:85;
	overflow:hidden;
}


input.HomeFormField {
	width:84px;
	height:15px;
	padding:3px 0px 0px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	background-image:url(/graphics/HomeFormFieldBG.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:0px;
}
#SeagullA {
	width:47px;
	height:28px;
	position:absolute;
	top:4px;
	left:497px;
	overflow:hidden;
	z-index:80;
}
#SeagullB {
	width:38px;
	height:20px;
	position:absolute;
	top:24px;
	left:482px;
	overflow:hidden;
	z-index:81;
}
#SeagullC {
	width:30px;
	height:16px;
	position:absolute;
	top:74px;
	left:454px;
	overflow:hidden;
	z-index:82;
}
#SeagullD {
	width:46px;
	height:13px;
	position:absolute;
	top:102px;
	left:450px;
	overflow:hidden;
	z-index:83;
}
#SeagullE {
	width:30px;
	height:12px;
	position:absolute;
	top:100px;
	left:522px;
	overflow:hidden;
	z-index:84;
}
#SeagullF {
	width:33px;
	height:9px;
	position:absolute;
	top:114px;
	left:538px;
	overflow:hidden;
	z-index:85;
}
#SeagullG {
	width:30px;
	height:15px;
	position:absolute;
	top:82px;
	left:545px;
	overflow:hidden;
	z-index:86;
}
#SeagullH {
	width:34px;
	height:22px;
	position:absolute;
	top:54px;
	left:550px;
	overflow:hidden;
	z-index:87;
}
#AirBus {
	width:39px;
	height:23px;
	position:absolute;
	left:330px;
	top:86px;
	/*top:139px;
	left:1078px;*/
	overflow:hidden;
	z-index:130;
}
#MainContainer_Home #AirBus{
	cursor:pointer;
}
#Sub_AirBus {
	width:39px;
	height:23px;
	position:absolute;
	left:330px;
	top:100px;
	cursor:pointer;
	/*top:139px;
	left:0px;
	left:1078px;*/
	z-index:130;
}
#Sub_SeagullA {
	width:47px;
	height:28px;
	position:absolute;
	top:4px;
	left:497px;
	overflow:hidden;
	z-index:80;
}
#Sub_SeagullB {
	width:38px;
	height:20px;
	position:absolute;
	top:24px;
	left:482px;
	overflow:hidden;
	z-index:81;
}
#Sub_SeagullC {
	width:30px;
	height:16px;
	position:absolute;
	top:74px;
	left:454px;
	overflow:hidden;
	z-index:82;
}
#Sub_SeagullD {
	width:46px;
	height:13px;
	position:absolute;
	top:102px;
	left:450px;
	overflow:hidden;
	z-index:83;
}
#Sub_SeagullE {
	width:30px;
	height:12px;
	position:absolute;
	top:107px;
	left:522px;
	overflow:hidden;
	z-index:84;
}
#Sub_SeagullF {
	width:33px;
	height:9px;
	position:absolute;
	top:120px;
	left:538px;
	overflow:hidden;
	z-index:85;
}
#Sub_SeagullG {
	width:30px;
	height:15px;
	position:absolute;
	top:92px;
	left:547px;
	overflow:hidden;
	z-index:86;
}
#Sub_SeagullH {
	width:34px;
	height:22px;
	position:absolute;
	top:63px;
	left:550px;
	overflow:hidden;
	z-index:87;
}
#SubPageContainer {
	width:1041px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-left:40px;
	background-image:url(/graphics/SubpageTop.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
}
#SubRows{
	float:left;
	width:982px;
}
#SubpageDiv {
	float:left;
	width:986px;
	min-height:700px;
	height:auto !important;
	height:700px;
	background-image:url(/graphics/SubpageTop2.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
#SubMainBg{
	/*padding:12px 61px 0px 35px;
	background-color:plum;*/
}
#SubSidebarBg{
	padding-top:33px;
}
	#sidebarOurWorkContainer{
		width:275px;
		height:256px;
		margin-left:10px;
		padding:12px 0px 40px 15px;
		background:url(../graphics/SideBar/OurWork/sidebarOurWorkContainerBG.gif) top left no-repeat;
	}
		#sidebarOurWorkContainer .portFolioImg{
			width:275px;
			height:178px;
			margin-bottom:7px;
		}
			#sidebarOurWorkContainer .portFolioImg IMG{
				border:1px solid #fcd707;
			}
			#sidebarOurWorkContainer .viewLink{
				height:27px;
				text-align:right;
			}
			#sidebarOurWorkContainer .Links{
				color:#72C641;
				font-size:11px;
				line-height:15px;
				padding-left:13px;
				font-family:Arial, Helvetica, sans-serif;
			}
				#sidebarOurWorkContainer .Links a{
					color:#72C641;
				}
				#sidebarOurWorkContainer .Links a:hover{
					text-decoration:none;
				}
	#ByTheWay_SideBar{
		width:263px;
		padding-top:50px;
		margin-bottom:36px;
		background:url(../graphics/SideBar/ByTheWay/ByTheWay_CornerIMG2.gif) top right no-repeat;
	}
		#ByTheWay_SideBar .SideBarText{
			width:224px;
		}
		#ByTheWay_SideBar .PostedInfo a{
			text-decoration:underline;
		}
		#ByTheWay_SideBar .PostedInfo a:hover{
			text-decoration:none;
		}
		#ByTheWay_SideBar .viewFullBlog_LinkRow{
			text-align:right;
			padding-right:7px;
			margin-bottom:15px;
		}
	#sideBarSubscribe{
		width:226px;
		min-height:100px;
		height:auto!important;
		height:100px;
		color:#007bc4;
		font-size:11px;
		padding:70px 0px 10px 32px;
		background:url(../graphics/SideBar/Subscribe/SubscribeBg.gif) top left no-repeat;
	}
		#sideBarSubscribe a{
			color:#007bc4;
			text-decoration:underline;
		}
		#sideBarSubscribe a:hover{
			text-decoration:none;
		}
#SubpageContentArea{
	width:459px;
	min-height:345px;
	padding:0px 60px 20px 80px;
	background-image:url(/graphics/SubMainBg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
	#SubpageContentArea a{
		color:#0179c5;
	}
	#SubpageContentArea LI{
		font-size:11px;
		padding-bottom:6px;
	}
#SubpageSideBarArea{
	float:left;
	width:290px;
	min-height:339px;
	padding:16px 40px 0px 53px;
	background-image:url(/graphics/SubSidebarBg.gif);
	background-repeat:no-repeat;
	background-position:-1px 0px;
}
#LeftBorder {
	float:left; 
	width:30px;
	height:525px;
	background-image:url(/graphics/SubLeftBorderBG.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	z-index:140;
	top:299px;
	left:0px;
}
#CenterDiv {
	float:left;
	width:982px;
	min-height:525px;
	height:auto !important;
	height:525px;
	margin:269px 0px 0px 0px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D36D02;
	background-image:url(/graphics/SubBodyBG_Repeat.gif);
	background-position:0px 100px;
	background-repeat:repeat-y;
	overflow:hidden;
	z-index:143;
}
#CenterDiv UL {
	line-height:17px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 16px;
	list-style:none;
}
#CenterDiv UL LI {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 16px;
}
#CenterDiv #Sub2Col1 {
	float:left;
	width:476px;
	min-height:345px;
	height:auto !important;
	height:345px;
	padding:12px 61px 0px 25px;
}
#CenterDiv #Sub2Col2 {
	float:left;
	width:267px;
	min-height:339px;
	height:auto !important;
	height:339px;
	padding:16px 40px 0px 53px;
}
#RightBorder {
	float:left;
	width:30px;
	height:555px;
	background-image:url(/graphics/SubRightBorderBG.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	z-index:141;
	top:299px;
	right:-1px;
}
#SideBarBorder {
	width:7px;
	height:357px;
	background-image:url(/graphics/SideBarBorder2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	z-index:142;
	top:299px;
	right:387px;
}
#ContentBottom2 {
	clear:both;
	width:997px;
	height:155px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:9px;
	color:#FFF;
	margin-left:56px;
	background-image:url(/graphics/BG/ContentBottomBG_Sub.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#ContentBottom2 a {
	color:#FFF;
	/*display:block;*/
	font-size:9px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#ContentBottom2 a:hover {
	text-decoration:none;
}
#ContentBottom2 .Col1, #ContentBottom2 .Col2, #ContentBottom2 .Col3, #ContentBottom2 .Col4, #ContentBottom2 .Col5, #ContentBottom2 .Col6 {
	float:left;
	overflow:hidden;
}
#ContentBottom2 .Col1 {
	width:303px;
	height:127px;
	padding:3px 0px 25px 33px;
	margin-right:17px;
}
#ContentBottom2 .Col2 {
	width:116px;
	height:130px;
	padding:0px 0px 25px 0px;
	line-height:12px;
	margin-right:4px;
}
#ContentBottom2 .Col3 {
	width:64px;
	height:130px;
	padding:0px 0px 25px 4px;
	line-height:12px;
	margin-right:20px;
}
#ContentBottom2 .Col4 {
	width:88px;
	height:130px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 25px 0px;
	margin-right:27px;
}
#ContentBottom2 .Col5 {
	width:130px;
	height:130px;
	padding:0px 0px 25px 1px;
	margin-right:21px;
}
#ContentBottom2 .Col5 a {
	margin-bottom:2px;
	display:block;
}
#ContentBottom2 .Col5 br {
	line-height:1px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#ContentBottom2 .Col6 {
	width:90px;
	height:127px;
	padding:12px 0px 25px 0px;
}
#SubHeaderArea {
	width:540px;
	/*height:31px;*/
	position:absolute;
	margin-bottom:3px;
	overflow:hidden;
	z-index:201;
	top:237px;
	left:78px;
}
#BreadCrumbs {
	width:500px;
	min-height:16px;
	padding:6px 0px 10px 0px;
	overflow:hidden;
}
#BreadCrumbs a {
	/*float:left;
	display:block;*/
	text-transform:uppercase;
	/*margin:0px 2px 4px 0px;
	padding:0px 6px 0px 6px;*/
	text-decoration:none;
	/*border-right:1px solid #37ABEF;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	line-height:12px;
	color:#007bc4;
}
	#BreadCrumbs a:first-child{
		padding-left:0px;
	}
	#BreadCrumbs a:hover {
		text-decoration:underline;
	}
	#BreadCrumbs a#Selected {
		color:#FFF;
		padding-left:6px;
		padding-right:6px;
		/*margin:0 0 0 2px;*/
		background:#007bc4;
		/*background:url(/graphics/BG/BreadCrumbBG.gif) top right no-repeat #007bc4;*/
		/*border-right:none;*/
	}
	#BreadCrumbs a#Selected:hover {
		text-decoration:none;
	}
	
	.pipeNav{
		/*float:left;*/
		/*display:block;*/
		text-transform:uppercase;
		margin:0 2px 0 2px;
		/*margin:0px 2px 4px 0px;
		padding:0px 0px 0px 0px;*/
		width:1px;
		overflow:hidden;
		text-decoration:none;
		border-right:1px solid #37ABEF;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:9px;
		line-height:12px;
		color:#007bc4;
		border-right:1px solid #37ABEF;
	}
#YouTubeDiv {
	width:429px;
	height:70px;
	color:#BE9510;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin-bottom:10px;
	padding:12px 9px 0px 38px;
	background-image:url(/graphics/SubYouTubeBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#SideBarText, .SideBarText {
	float:left;
	width:237px;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d36d02;
}
.SideBarText {
	/*float:none;*/
	margin-bottom:16px;
}
	.SideBarText .Header3{
		line-height:14px;
	}
	.SideBarText .Header3 a{
		color:#E65509;
		text-decoration:none;
	}
		.SideBarText .Header3 a:hover{
			text-decoration:undeline;
		}
.SideBar_RedText {
	color:#E13602;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.SideBar_RedText:hover {
	color:#007BC4;
}
.PostedInfo {
	color:#BE9510;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	margin-top:5px;
	text-transform:uppercase;
}
.PostedInfo a {
	color:#BE9510;
	font-size:9px;
	text-decoration:underline;
}
.PostedInfo a:hover {
	text-decoration:none;
}

a.SideBarBlogLink {
	color:#007BC4;
	font-size:11px;
	text-decoration:underline;
	text-transform:uppercase;
}

a.SideBarBlogLink:hover {
	text-decoration:none;
}
#TwitterTabContainer {
	width:165px;
	min-height:63px;
	margin:3px 0px 0px 26px;
	background-image:url(/graphics/TwitterDialogRepeat.gif);
	background-position:17px 0px;
	background-repeat:repeat-y;
	overflow:hidden;
}
#TwitterTab {
	width:116px;
	min-height:40px;
	font-size:9px;
	color:#007BC4;
	line-height:13px;
	padding:21px 10px 5px 39px;
	background-image:url(/graphics/TwitterDialogTop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#TwitterTab a, #TwitContent p a{
	color:#BE9510;
}
#TwitterMast {
	width:121px;
	height:17px;
	color:#D6A20A;
	font-size:9px;
	padding:10px 10px 5px 107px;
	background-image:url(/graphics/TwitterSideBarHeader.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#SideBarFlickerContainer {
	width:182px;
	margin:3px 0px 0px 21px;
	padding-top:5px;
	overflow:hidden;
}
#SideBarFlickerContainer IMG {
	float:left;
	width:75px;
	height:75px;
	margin:0px 11px 12px 0px;
	padding:0px 0px 5px 5px;
	background-image:url(/graphics/FlickerBorderBG.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#SideBarFlickerContainer_Blog {
	width:182px;
	margin:3px 0px 0px 0px;
	padding-top:5px;
	overflow:hidden;
}
#SideBarFlickerContainer_Blog IMG {
	float:left;
	width:68px;
	height:68px;
	margin:0px 0px 12px 10px;
	padding:0px 0px 5px 5px;
	background-image:url(/graphics/FlickerBorderBG.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#SideBarPlayListContainer {
	width:208px;
	margin:3px 0px 0px 5px;
}

#Blog_PlayListDiv{
	width:168px;
	min-height:100px;
	margin:8px 0px 0px 3px;
}
	#Blog_PlayListDiv a {
		color:#BE9510;
	}
.Track, .TrackAlt {
	min-height:20px;
	font-size:10px;
	line-height:12px;
	background-image:url(/graphics/TrackBottomBorder.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	padding:4px 0px 4px 0px;
	display:none;
}
.Track {
	background-color:#E4FAFF;
}
.Track:First-Child{border-top:1px dotted #fadd7d;}
.SongName {
	color:#df770a;
}
.Artist {
	color:#edb910;
}
#SubFooterTop {
	width:934px;
	height:55px;
	padding:0px 0px 0px 73px;
	background:url(/graphics/BG/SubFooterTopIMG2.gif) 56px 0px no-repeat;
}

.rightBtns{
	position:absolute;
	right:1px;;
	bottom:1px;
	height:25px;
}
.rightBtns img{
	float:right;	
}

#TopFilter{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:0;
	visibility:visible;
	display:block;
}

#PortfolioTopContainer
{
	position:absolute;
	top:0px;
	left:40px;
	z-index:11;
}

#simplemodal-overlay {
	background-color:#000;
}
#portfolioBig-container{
	width:901px;
	height:528px;
	position:relative;
}

#SelectedProjectCollage_Container {
	width:901px;
	height:528px;
	display:none;
}
#portfolioBig-container a.modalCloseImg{
	position:absolute;
	top:10px;
	right:20px;
	background-image:url(/graphics/Portfolio/PortLg_HeaderBtn.gif);
	width:26px;
	height:21px;
	cursor:pointer;
}

#PortLg_Header{
	width:901px;
	height:37px;
	background-image:url(/graphics/Portfolio/PortLg_Header.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#PortLg_IMGContainer{
	width:899px;
	height:489px;
	border:1px solid #FCD600;
	background-color:#FFF;
}
#Port_MultiProj_Divider {border-top:1px dotted #02649f; margin:0 0 7px 0; padding:0px; line-height:1px;}
#Port_MultiProj {
	clear:both;
	width:905px;
	height:412px;
	margin-left:5px;
	overflow:hidden;
}
#ProjThumb_Container{width:910px; height:412px;}
.PortThumb_Col {
	float:left;
	width:169px;
	height:391px;
	padding:21px 25px 0px 25px;
}
.PortThumb_Proj {
	width:169px;
	height: 95px;
}
.PortThumb_Proj IMG {
	float:left;
	border:1px solid #FCD600;
}
.PortThumb_Proj .TextArea {
	float:left;
	width:85px;
	/*height:101px;*/
}
.PortThumb_Proj .Title {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:12px;
	line-height:14px;
	font-size:10px;
	color:#FFF;
}
.PortThumb_Proj .Market {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:12px;
	line-height:14px;
	font-size:10px;
	color:#63D1F3;
}

.Project_Far
{
	cursor: pointer;
}

			.DateCol {
				float:left;
				width:30px;
				height:100px;
				color:#007BC4;
				text-align:left;
				font-family:"Times New Roman", Times, serif;
				text-transform:uppercase;
				font-size:12px;
				padding-top:1px;
			}
			.DateCol .Day {
				height:18px;
				font-size:24px;
				line-height:19px;
				margin-top:3px;
				text-transform:uppercase;
				overflow:hidden;
			}
			.DateCol .Month {
				font-size:12px;
				text-transform:uppercase;
			}
			.DateCol .Year {
				font-size:11px;
				text-transform:uppercase;
			}
			.ContentCol {
				float:left;
				width:398px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#d36d02;
				line-height:18px;
				margin-left:3px;
				
			}
			.ContentCol p{
				margin:0px 0px 6px 0px;
				padding:0px 0px 0px 0px;
			}
		
		
		.BlogList_Entry{
			clear:both;
			width:458px;
			min-height:30px;
			height:auto !important;
			height:30px;
			padding:18px 30px 18px 32px;
			background:url(/graphics/BlogContent_Border.gif) bottom right no-repeat;
			overflow:hidden;
		}
		.BlogListItem:first-child{
			background-color:#FDFAD2;
		}
		.BlogListItem:last-child{
			background-image:none;
		}
		.BlogList_EntryDetails{
			clear:both;
			min-height:30px;
			height:auto !important;
			height:30px;
			padding:18px 30px 18px 32px;
			background-image:url(/graphics/BlogContent_Border.gif);
			background-position:bottom right;
			background-repeat:no-repeat;
			overflow:hidden;
		}
		.BlogList_EntryDetails a{color:#0A8BD7}
		.BlogList_EntryDetails:First-Child{
			background-color:#FDFAD2;
		}
				.BlogEntry_Title{
					font-family:Arial, Helvetica, sans-serif;
					font-weight:bold;
					font-size:12px;
					color:#E65509;
					text-transform:uppercase;
				}
				.BlogEntry_Title a{
					color:#e65509;
					text-decoration:none;
				}
					.BlogEntry_Title a:hover{
						text-decoration:underline;	
					}
				.BlogEntry_Title .SideBar_RedText {
					font-size:11px;
				}
				.PostedInfo2 {
					color:#be9510;
					font-family:Arial, Helvetica, sans-serif;
					font-size:9px;
					line-height:12px;
					text-transform:uppercase;
					margin-top:5px;
					margin-bottom:10px;
				}
				.PostedInfo2 a {
					color:#be9510;
					font-size:9px;
					text-decoration:underline;
				}
				.PostedInfo2 a:hover {
					text-decoration:none;
				}
				.SocialBookmarkDiv {
					height:17px;
				}
				.SocialBookmarkDiv a {
					float:left;
					display:block;
					margin-right:10px;
				}
				.SocialBookmarkDiv img {
					border:0px;
				}
	
	
.QuoteBlock_MultiLine{
	min-height:25px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	background-image:url(/graphics/Icons/QuoteBlock_MultiLine.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin-bottom:6px;
	padding-left:30px;
	overflow:hidden;
}
.YouTubeLinkIMG{
	border:1px solid #999;
	padding:1px;
	background-color:#FFF;
}
#SiteCredit{
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:9px;
	color:#007BC4;
	text-align:right;
	margin-bottom:30px;
	padding:6px 0px 0px 0px;
}
#PostInfo{
	width:171px;
	margin:0px 0px 10px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#007BC4;
}
.PostInfoHeader{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#E65509;
	margin-bottom:2px;
	background-color:#FFE9A2;
	padding:2px 4px 2px 4px;
}
.PostInfoRow{
	padding:2px 4px 2px 4px;
}

.PostInfo_Row{
	font-size:11px;
	font-weight:normal;
	background-color:#FFE9A2;
	/*padding:2px 4px 2px 4px;*/
}
.PostInfo_Row a{
	color:#007BC4;
	
}
.PostInfoLabel{
	font-size:10px;
	color:#E65509;
	text-transform:uppercase;
}
.BlogFooter{
	padding:0px 0px 5px 40px;
}
.PostInfoRow{
	clear:both;
	min-height:10px;
	line-height:14px;
	overflow:hidden;
	margin-bottom:2px;
}
.FormRow{clear:both; display:block; min-height:18px; height:auto!important; height:18px; margin-bottom:5px;}
.FormLabelCol, .FormFieldCol{
	float:left;
}
.FormLabelCol{
	width:114px;
	min-height:18px;
	font-size:11px;
	overflow:hidden;
}
.FormFieldCol{
	/*width:356px;*/
	min-height:18px;
}
.FormFieldCol input{
	color:#c34d0f;
	font-size:11px;
	border:none;
	background:url(/graphics/form_graphics/inputBG.gif) repeat-x;
	height:16px;
	padding:3px 3px 0 4px;
}
.FormFieldCol .textArea{
	background:url(/graphics/form_graphics/textAreaBG.gif) repeat-x;
	border:0;
	height:68px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C34D0F;
	width:213px;
	padding:3px 3px 0 4px;
}
.FormFieldCol #City{
	width:164px;
}
.FormFieldCol #State{
	width:46px; 
	color:#c34d0f;
	position:relative;
	top:1px;
	height:18px; 
}
.FormFieldCol #howDidYouHear{
	width:220px;
	font-size:11px;
	color:#c34d0f;
	border:1px #edb910 solid;
	height:18px;
	padding:1px 0 1px 4px;
}
label{font-size:9px;}
input.checkbox{
	top:2px;
	width:10px;
	position:relative;
	margin-right:5px;
	background:none;
}
.checkboxBG{
	background:#ffe9a2;
	padding:3px 3px 3px 7px;
	min-height:10px;
	overflow:hidden;
}
input.Submit{
	width:150px;
	height:20px;
	min-height:16px;
	padding:1px 4px 3px 4px;
	border:1px solid Tomato;
	font-weight:bold;
	cursor:pointer;
}
#ContentBottom_Home #AboutCol, #ContentBottom_AboutCol {
	width:290px;
	height:133px;
	font-size:12px;
	line-height:17px;
	padding:9px 20px 24px 59px;
}
#ContentBottom_Home #DynamicNavCol, #ContentBottom_DynamicNavCol {
	width:330px;
	height:136px;
	font-size:9px;
	padding-top:20px;
	line-height:16px;
}
#ContentBottom_Home #DynamicNavCol a, #ContentBottom_ContactCol a {
	color:#FFF;
	font-size:11px;
}
#ContentBottom_Home #ContactCol, #ContentBottom_ContactCol {
	width:92px;
	height:148px;
	font-size:11px;
	padding:8px 5px 0px 13px;
}
#ContentBottom_Home #PermLinksCol, #ContentBottom_PermLinksCol {
	width:160px;
	height:134px;
	font-size:9px;
	padding:17px 5px 0px 13px;
}
	#ContentBottom_PermLinksCol p{
		line-height:16px;	
	}

#ContentBottom_Home #PermLinksCol a, #ContentBottom_PermLinksCol a {
	color:#FFF;
}
#SubmitBtn_IMG{
	width:86px;
	height:22px;
	font-size:9px;
	background:url(/graphics/Icons/submit_off.png) no-repeat;
	/*text-indent:-9000px;*/
	cursor:pointer;
	display:block;
}
#SubmitBtn_IMG:hover{
	background-image:url(/graphics/Icons/submit_on.png);
}
#HomeBlogTextLink{
	width:130px;
	height:37px;
	position:absolute;
	left:97px;
	top:231px;
}
#HomeWorkTextLink{
	display:block;
	width:145px;
	height:30px;
	z-index:600;
	/*background-color:red;*/
	position:absolute;
	left:376px;
	top:352px;
}
#Silver{
	z-index:84;
	position:absolute;
	left:0px;
	top:0px;
}
.noDisplay{display:none;}
.portPopUpArea{
	clear:both;
	width:56px;
	height:64px;
	/*background:url(/graphics/Portfolio/portPopUpArea.png) top left no-repeat;*/
	position:absolute;
	bottom:0px;
	right:0px;
	padding-top:8px;
}

.portPopUpArea.Solo{
	background-position:0px 0px;
}
	.googlyEyes{
		display:none;
		width:56px;
		height:64px;
		float:right;
		cursor:pointer;
		/*background:url(/graphics/Icons/googlyEyes.png) bottom left no-repeat;*/
	}
#PortfolioSortSlider_Container{
	clear:both;
	width:194px;
	height:23px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	line-height:13px;
	margin-bottom:5px;
	background:url(/graphics/BG/PortfolioSortSlider_ContainerBG.gif) top left repeat-x;
	position:relative;
	z-index:1;
}
#Project a, #Industry a{
	color:#429fd5;
	text-decoration:none;
	z-index:10;
	position:relative;
	outline:none;
	margin-top:0px;
}
#PortfolioSortSlider_Container a.selectedToggle{
	color:#000000;
	font-weight:bold;
}
	#PortfolioSortSlider_Container #SortBy{
		margin:5px 0 0 10px;	
		z-index:10;
		position:relative;
	}
	#PortfolioSortSlider_Container #Project{
		margin:3px 0 0 7px;
		width:66px;
		z-index:10;
		position:relative;
	}
	#PortfolioSortSlider_Container #Industry{
		margin:3px 0 0 0px;
		z-index:10;
		position:relative;
	}
	#projectTypeTags, #industryTags{
		padding-left:4px;
	}
.selectedToggle{
	color:#000000;
}
	#toggleBar{
		position:absolute;
		top:4px;
		left:0;
		z-index:2;
		display:none;
	}
		.toggleBarProject{
			margin-left:57px;	
		}
		.toggleBarIndustry{
			margin-left:125px;	
		}
#subBuildingClickArea{
	width:389px;
	height:262px;
	position:absolute;
	left:635px;
	top:6px;
	z-index:400;
}
.HomeBlogCol .HomeBlogTitle{
	width:190px;
}
#Home_LargeBuilding{
	width:427px;
	height:359px;
	position:absolute;
	left:576px;
	top:5px;
	z-index:90;
}
.SearchPage_GoID{
	display:block;
	width:43px;
	height:24px;
	background:url(/graphics/Buttons/go_offstate.png);
}
.SearchPage_GoID:hover{
	background:url(/graphics/Buttons/go_ONstate.png);
}
.dottedSideBarDivider{
	background:url(/graphics/BG/dottedSideBarDivider.gif) top left no-repeat;
	margin-bottom:13px;
}
#clientList{
			
	}
	
	.headerRow{
		font-weight:bold;	
		color:#fff;
		font-size:11px;
		background:url(/graphics/clientListHeaderBG.gif) no-repeat;
		height:15px;
	}
		.headerRow td{
			padding-left:14px;	
		}
		.headerText{
			float:left;	
		}
		.collapseCat{
			float:right;
			cursor:pointer;
		}
	.clientRow{
		clear:both;
		width:447px;
		display:block;
	}
		.clientRow td{
			padding-left:14px;	
			font-size:12px;
			color:#d36d02;
			line-height:18px;
			color:#e65509;
			width:208px;
			
		}
		.clientRow a{
			color:#e65509;
		}

.PaginationNext
{
	background-image:url(/graphics/Blog/pageRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 3px;
	height: 7px;
	/*margin-left: 3px;*/
}

.PaginationPrevious
{
	background-image:url(/graphics/Blog/pageLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 3px;
	height: 7px;
	/*margin-right: 3px;*/
}
.SearchResultsRow .SearchResultsTitle a{
	color:#E65509;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
	.SearchResultsRow .SearchResultsTitle a b, .SearchResultsRow .SearchResultsTitle a strong{
		color:#E65509;
		font-weight:bold;
	}
.SearchResultsRow{
	font-size:12px;
	color:#d36d02;
}
	.SearchResultsRow a{
		font-size:12px;
		color:#BE9510;
		text-decoration:underline;
	}
	.SearchResultsRow b, .SearchResultsRow strong{
		color:#007BC4;
		font-weight:normal;
	}
#SiteMapAccordion{width:440px;}
#SiteMapAccordion UL{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	#SiteMapAccordion UL LI{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-image:none;
		color:#d36d02;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
		#SiteMapAccordion UL LI a{
			text-decoration:none;
		}
		#SiteMapAccordion UL LI.CategoryLi{
			color:#e65509;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:12px;
			height:15px;
			cursor:pointer;
			background:url(/graphics/BG/SiteMap_CategoryBG.gif) top left no-repeat;
			padding:1px 0px 0px 7px;
			margin:2px 0px 2px 0px;
		}
			#SiteMapAccordion UL LI.CategoryLi a{
				color:#e65509;
			}
		#SiteMapAccordion UL LI.Subpage{
			color:#e65509;
			line-height:16px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			background:url(/graphics/Icons/SiteMap_Arrow.gif) 7px 5px no-repeat;
			padding:0px 0px 0px 21px;
		}
			#SiteMapAccordion UL LI.Subpage a{
				color:#e65509;
			}



#contactBox{
	background:url(../graphics/contactBoxBG.gif) no-repeat;
	width:446px;
	height:59px;
	position:relative;
	left:-20px;
	padding:13px 0 0 20px;
}
	#contactLeft{
		float:left;	
		width:290px;
	}
	#contactRight{
		float:left;	
	}
.paginatorContainer{
	/*float:left;	*/
	margin:0 0 0 45px;
	font-size:11px;
}

#cgHomePageLink{
	background:url(/graphics/CGLogo_small.gif) no-repeat;
	width:179px;
	height:49px;
	display:block;
	text-indent:-9000px;
	position:absolute;
}
	#cgHomePageLink:hover{
		background-position:0 -49px;	
	}
#cgLink{
	display:block;
	widows:179px;
	height:49px;
}

.readyToLearn{
	width:450px;
	padding:14px 14px 14px 16px;
	border-top:1px solid #3393C3;
	background-color:#fdf7c7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d26d01;
}
	.readyToLearn a{
		color:#0179c5;
	}
Table.readyToLearn{
	border-top:1px solid #3393C3;
}

#NewFooter.Home{
	width:997px;
	height:170px;
	color:#FFF;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../graphics/homepage/NewFooter_Home.gif) top left no-repeat;
}
#NewFooter.Subpage{
	width:1007px;
	height:170px;
	color:#FFF;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../graphics/BG/ContentBottomBG_Sub2.gif) top right no-repeat;
}
	#NewFooter a{
		color:#FFF;
	}
	#NewFooter a:hover{
		text-decoration:none;
	}
	#NewFooter #AboutCol{
		width:303px;
		font-size:12px;
		padding:10px 40px 0px 58px;
	}
		#NewFooter.Subpage #AboutCol{
			width:302px;
			padding:6px 40px 0px 88px;
		}
	#NewFooter #ServicesCol{
		width:163px;
		padding:0px 0px 0px 0px;
	}
		#NewFooter #ServicesCol a.ServicesCol_ATag{
			display:block;
			width:93px;
			height:17px;
			text-indent:-9000px;
		}
		#NewFooter #ServicesCol .ContentBox{
			width:126px;
			padding:6px 20px 0px 17px;
		}
		#NewFooter.Subpage #ServicesCol .ContentBox{
			padding:12px 20px 0px 17px;
		}
	#NewFooter #CultureCol{
		width:115px;
		padding:0px 0px 0px 4px;
	}
		#NewFooter #CultureCol .ContentBox{
			padding:10px 10px 0px 13px;
		}
		#NewFooter.Subpage #CultureCol .ContentBox{
			padding:30px 10px 0px 13px;
		}
	#NewFooter #ConnectCol{
		width:124px;
		padding-top:5px;
	}
		#NewFooter #ConnectCol .ContentBox{
			padding:10px 10px 0px 22px;
		}
		#NewFooter.Subpage #ConnectCol .ContentBox{
			padding:35px 10px 0px 22px;
		}
	#NewFooter #SoMeCol{
		width:187px;
		padding:52px 0px 0px 3px;
		position:relative;
	}
	#NewFooter.Subpage #SoMeCol{
		width:147px;
		padding:32px 0px 0px 3px;
	}
		.SoMeColLink{
			position:absolute;
		}
		
		#SoMeColLinkLarge_FaceBook, #SoMeColLinkLarge_LinkedIn, #SoMeColLinkLarge_Twitter, #SoMeColLinkLarge_RSS, #SoMeColLinkLarge_Youtube{
			display:none;
		}
		
		
		#SoMeColLinkLarge_FaceBook{
			z-index:309;
			left:6px;
			top:69px;
		}
			.Subpage #SoMeColLinkLarge_FaceBook{
				top:49px;
			}
		#SoMeColLinkLarge_LinkedIn{
			z-index:310;
			left:42px;
			top:77px;
		}
			.Subpage #SoMeColLinkLarge_LinkedIn{
				top:57px;
			}
		#SoMeColLinkLarge_Twitter{
			z-index:307;
			left:59px;
			top:54px;
		}
			.Subpage #SoMeColLinkLarge_Twitter{
				top:34px;
			}
		#SoMeColLinkLarge_RSS{
			z-index:305;
			left:92px;
			top:72px;
		}
			.Subpage #SoMeColLinkLarge_RSS{
				top:52px;
			}
		#SoMeColLinkLarge_Youtube{
			z-index:306;
			left:112px;
			top:73px;
		}
			.Subpage #SoMeColLinkLarge_Youtube{
				top:53px;
			}
		
		
		
		#SoMeColLinkSmall_FaceBook{
			z-index:299;
			left:4px;
			top:70px;
		}
			.Subpage #SoMeColLinkSmall_FaceBook{
				top:50px;
			}
		#SoMeColLinkSmall_LinkedIn{
			z-index:300;
			left:42px;
			top:77px;
		}
			.Subpage #SoMeColLinkSmall_LinkedIn{
				top:57px;
			}
		#SoMeColLinkSmall_Twitter{
			z-index:297;
			left:59px;
			top:54px;
		}
			.Subpage #SoMeColLinkSmall_Twitter{
				top:34px;
			}
		#SoMeColLinkSmall_RSS{
			z-index:295;
			left:94px;
			top:72px;
		}
			.Subpage #SoMeColLinkSmall_RSS{
				top:52px;
			}
		#SoMeColLinkSmall_Youtube{
			z-index:296;
			left:117px;
			top:74px;
		}
			.Subpage #SoMeColLinkSmall_Youtube{
				top:54px;
			}


#Home_WebManagerText{
	color:#4C982F;
	line-height:15px;
	padding:6px 14px 3px 8px;
	border-bottom:1px dashed #FED985;
}
#Home_EnterPrisePortalText{
	color:#ce6100;
	line-height:15px;
	padding:3px 0px 3px 8px;
	border-bottom:1px dashed #FED985;
}
#Home_OfficePortalText{
	display:block;
	color:#ce6100;
	line-height:15px;
	padding:3px 10px 3px 8px;
}

#AgreenTieEvent_Box, #AgreenTieEvent_SubmitBox{
	width:261px;
	height:186px;
	color:#307C1F;
	font-size:11px;
	line-height:15px;
	padding:94px 50px 10px 177px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../graphics/RSVP/AgreenTieEvent_Box.jpg) top left no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}
	#AgreenTieEvent_Box a, #AgreenTieEvent_SubmitBox a{
		color:#007BC4;
		text-decoration:none;
	}
	#AgreenTieEvent_Box H5, #AgreenTieEvent_SubmitBox H5{
		color:#E57302;
	}
#AgreenTieEvent_SubmitBox{
	color:#E57302;
	width:200px;
	height:90px;
	padding:137px 100px 17px 187px;
	background:url(../graphics/RSVP/AgreenTieEvent_Submit_Box.jpg) top left no-repeat;
}

#RSVPForm{
	width:401px;
	min-height:474px;
	height:auto!important;
	height:540px;
	color:#D36D02;
	font-size:11px;
	line-height:15px;
	padding:29px 0px 10px 87px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../graphics/RSVP/RSVPFormBG.gif) top left no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}
	#RSVPForm .Label{
		width:103px;
		min-height:22px;
		height:auto!important;
		height:22px;
		padding-top:2px;
	}
	#RSVPForm .rsvpTextInput{
		width:222px;
		height:19px;
		border:0px;
		color:#D36D02;
		font-size:11px;
		margin-bottom:4px;
		padding:3px 3px 0px 3px;
		font-family:Arial, Helvetica, sans-serif;
		background:url(../graphics/RSVP/rsvpTextInput.gif) top left no-repeat;
	}
	#RSVPForm .InputGroup1, #RSVPForm .InputGroup2{
		width:332px;
		margin-bottom:14px;
		padding-bottom:15px;
		background:url(../graphics/RSVP/rsvpTextInputBottomBorder2.gif) bottom right no-repeat;
	}
	#RSVPForm .InputGroup1{
		background-image:url(../graphics/RSVP/rsvpTextInputBottomBorder1.gif);
	}
	
	
	#RSVPForm .rsvpTextArea{
		width:222px;
		height:86px;
		border:0px;
		color:#D36D02;
		font-size:11px;
		margin-bottom:4px;
		padding:3px 3px 3px 3px;
		font-family:Arial, Helvetica, sans-serif;
		background:url(../graphics/RSVP/rsvpTextArea.gif) top left no-repeat;
	}
	
	
	
	#RSVPForm label.customRadio .customRadioHolder{
		background:url(../graphics/RSVP/csCheckbox_RSVP.gif) no-repeat 0 0;
		width:19px;
		height:21px;
		display:block;
		float:left;
		cursor:pointer;
		position:relative;
		top:0px;
		margin-right:6px;
	}
		#RSVPForm label.customRadio .customRadioHolder.selected{
			background-position:0 -21px;	
		}

	#RSVPForm input.customRadio, input.customCheckbox{
		display:none;	
	}
	#RSVPForm label.customRadio, label.customCheckbox{
		float:left;
	}
	
	#RSVPForm label.customCheckbox .customCheckboxHolder{
		background:url(../graphics/RSVP/csCheckbox_RSVP.gif) no-repeat 0 0;
		width:19px;
		height:21px;
		display:block;
		float:left;
		cursor:pointer;
		position:relative;
		top:0px;
		margin-right:6px;
	}
		#RSVPForm label.customCheckbox .customCheckboxHolder.selected{
			background-position:0 -21px;	
		}
#NewslettersFormContainer{
	width:429px;
	min-height:148px;
	height:auto!important;
	height:148px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e65509;
	line-height:17px;
	padding:33px 0px 15px 54px;
	background:url(/graphics/Newsletters/NewsletterFormBG.gif) top left no-repeat;
	overflow:hidden;
}
	#NewslettersFormContainer .Label{
		width:113px;
		min-height:22px;
		height:auto!important;
		height:22px;
		padding-top:2px;
	}
	#NewslettersFormContainer .rsvpTextInput{
		width:222px;
		height:19px;
		border:0px;
		color:#D36D02;
		font-size:11px;
		margin-bottom:4px;
		padding:3px 3px 0px 3px;
		font-family:Arial, Helvetica, sans-serif;
		background:url(/graphics/RSVP/rsvpTextInput.gif) top left no-repeat;
	}
#Newsletter_Archive{
	width:430px;
	min-height:495px;
	height:auto!important;
	height:495px;
	padding:49px 0px 20px 38px;
	background:url(/graphics/Newsletters/Newsletter_ArchiveBG.gif) top left no-repeat;
}
	#Newsletter_Archive UL{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
	}
		#Newsletter_Archive UL LI{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
	#Newsletter_Archive .AccordionBlade{
		width:384px;
		height:23px;
		color:#7E6000;
		cursor:pointer;
		line-height:17px;
		padding:5px 10px 0px 15px;
		background:url(/graphics/Newsletters/ArchiveLi_StBlade.gif) top left no-repeat;
		position:relative;
		overflow:hidden;
	}
		#Newsletter_Archive .AccordionBlade:hover, #Newsletter_Archive .Opened{
			background-image:url(/graphics/Newsletters/ArchiveLi_BottomBlade.gif);
		}
		#Newsletter_Archive .AccordionBlade .Arrow, #Newsletter_Archive .Opened .Arrow{
			width:15px;
			height:15px;
			background:url(/graphics/Newsletters/NewsletterLI_Arrow.png) 0px 0px no-repeat;
			position:absolute;
			right:6px;
			top:7px;
		}
		#Newsletter_Archive .Opened .Arrow{
			background:url(/graphics/Newsletters/NewsletterLI_Arrow.png) 0px -15px no-repeat;
			right:8px;
			top:7px;
		}
		#Newsletter_Archive .AccordionBlade a{
			color:#7E6000;
			font-weight:bold;
			text-decoration:underline;
		}
			#Newsletter_Archive .AccordionBlade a:hover{
				text-decoration:none;
			}
		#Newsletter_Archive UL LI:First-Child .AccordionBlade{
			color:#FFF;
			background-image:url(/graphics/Newsletters/ArchiveLi_TopBlade.gif);
		}
			#Newsletter_Archive UL LI:First-Child .AccordionBlade a{
				color:#FFF;
			}
		#Newsletter_Archive UL LI.LastBlade .AccordionBlade{
			background-image:url(/graphics/Newsletters/ArchiveLi_BottomBlade.gif);
		}
	#Newsletter_Archive .QBlock{
		display:none;
		width:372px;
		min-height:109px;
		height:auto!important;
		height:109px;
		padding:14px 0px 10px 37px;
		background:url(/graphics/Newsletters/NewsletterArchives_LIBg.gif) top left no-repeat;
	}
		#Newsletter_Archive .QBlock .viewLink{
			position:absolute;
			right:0px;
			top:0px;
		}
		#Newsletter_Archive .ThumbnailContainer{
			width:328px;
			height:105px;
			position:relative;
		}

UL.normalText{
	margin-top:10px;
}
UL.normalText LI{
	font-size:11px;
	background-position:18px 7px;
	padding:0px 0px 0px 30px;
}

.htmlVideoTable{
	width:190px;
	border:1px solid #d36d02;
	border-top:0px;
	border-right:0px;
	margin-left:5px;
}
.htmlVideoTable TD{
	border-top:1px solid #d36d02;
	border-right:1px solid #d36d02;
	padding:1px 5px 1px 5px;
}

#servicesContainer{
	padding:7px 0px 0px 6px;
}
	.servicesLanding_ServiceBox{
		width:530px;
		height:197px;
		background:url(../graphics/Services/servicesLanding_Websites.gif) top left no-repeat;
		margin-bottom:5px;
	}
		.servicesLanding_ServiceBox .Content{
			float:left;
			width:351px;
			color:#494949;
			padding:48px 0px 0px 0px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:20px;
			font-size:12px;
		}
			.servicesLanding_ServiceBox .Content .Text{
				padding:3px 0px 0px 3px;
			}
			.servicesLanding_ServiceBox .serviceBox_screenShot{
				float:left;
				width:139px;
				height:100px;
				padding:48px 0px 0px 5px;
			}
	#serviceBox_Websites{
		width:530px;
		height:197px;
		background:url(../graphics/Services/servicesLanding_Websites.gif) top left no-repeat;
	}
		#serviceBox_Websites .Content{
			width:351px;
			height:149px;
			padding:43px 35px 0px 0px;
		}
			#serviceBox_Websites .Content .Text{
				padding-left:7px;
			}
	#serviceBox_InteractiveApps{
		width:530px;
		height:182px;
		background:url(../graphics/Services/servicesLanding_InteractiveApps.gif) top left no-repeat;
	}
		#serviceBox_InteractiveApps .serviceBox_screenShot{
			padding-top:37px;
		}
		#serviceBox_InteractiveApps .Content{
			padding-top:40px;
		}
	#serviceBox_MarketingServices{
		width:530px;
		height:182px;
		background:url(../graphics/Services/servicesLanding_MarketingServices.gif) top left no-repeat;
	}
		#serviceBox_MarketingServices .serviceBox_screenShot{
			padding-top:42px;
		}
		#serviceBox_MarketingServices .Content{
			padding-top:44px;
		}
	#serviceBox_SocialMedia{
		width:530px;
		height:182px;
		background:url(../graphics/Services/servicesLanding_SocialMedia.gif) top left no-repeat;
	}
		#serviceBox_SocialMedia .serviceBox_screenShot{
			padding-top:39px;
		}
		#serviceBox_SocialMedia .Content{
			width:365px;
			padding:39px 0px 0px 0px;
		}
			#serviceBox_SocialMedia .Content .Text{
				padding-top:0px;
			}

	#servicesPages{
		width:540px;
		min-height:500px;
		height:auto!important;
		height:500px;
		background:url(../graphics/Services/servicesPageBottomBG.gif) bottom left no-repeat;
	}
		#servicesPages UL LI{
			color:#007bc4;
		}
		#servicesPages .MoreAboutThisService{
			line-height:22px;
			padding:20px 38px 30px 57px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#343434;
		}
			#servicesPages .MoreAboutThisService UL LI{
				background-position:0px 9px;
				line-height:22px;
				font-size:12px;
				color:#343434;
			}
			#servicesPages .MoreAboutThisService .header{
				margin-bottom:8px;
			}
			#servicesPages .MoreAboutThisService UL{
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			#servicesPages .MoreAboutThisService UL LI{
				margin:0px 0px 0px 0px;
				padding-bottom:8px;
			}

	.services_soYouWantToLearn{
		text-align:center;
		margin-top:25px;
	}
		.services_soYouWantToLearn Table{
			margin:auto;
		}
	.servicePageContentArea{
		width:507px;
		line-height:20px;
		position:relative;
		margin:20px 0px 0px 12px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#494949;
	}
		.servicePageContentArea .viewProjectsLink{
			display:block;
			width:154px;
			height:35px;
			text-indent:-9000px;
			position:absolute;
			bottom:20px;
			right:32px;
			z-index:100;
		}
		.servicePageContentArea .Text{
			padding:153px 40px 0px 40px;
		}
			.servicePageContentArea Table{
				width:430px;
			}
			#servicesPages .Text UL{
				color:#e65509;
				font-size:11px;
				margin:0px;
				padding:0px;
				background:url(../graphics/Services/orangeDot.gif) 0px 6px no-repeat;
			}
				#servicesPages .Text UL LI{
					color:#e65509;
					font-size:11px;
					margin:0px 0px 0px 0px;
					padding:0px 0px 7px 18px;
					background:url(../graphics/Services/orangeDot.gif) 0px 6px no-repeat;
				}
			.servicePageContentArea HR{
				width:100%;
				border:0px;
				height:1px;
				display:block;
				padding:7px 0px 10px 0px;
				background:url(../graphics/Services/orangeDot.gif) center left no-repeat;
			}
			.servicePageContentArea .servicesPages_screenShot{
				position:absolute;
				top:16px;
				left:6px;
			}
	#servicesPages #Websites_And_Ecommerce{
		height:421px;
		background:url(../graphics/Services/servicePageContentArea_Websites.jpg) top left no-repeat;
	}
		#servicesPages #Websites_And_Ecommerce HR{
			background-image:url(../graphics/Services/orangeHR.gif);
		}
	#servicesPages #Interactive_Apps{
		height:403px;
		background:url(../graphics/Services/servicePageContentArea_InteractiveApps.jpg) top left no-repeat;
	}
		#servicesPages #Interactive_Apps .Text{
			padding:153px 30px 0px 40px;
		}
		#servicesPages #Interactive_Apps TD:First-Child{
			width:40%;
			padding-right:10px;
		}
		#servicesPages #Interactive_Apps .Text UL LI{
			color:#007bc4;
			background-image:url(../graphics/Services/blueDot.gif);
		}
		#servicesPages #Interactive_Apps .viewProjectsLink{
			/*border:1px dotted green;*/
			bottom:22px;
		}
		#servicesPages #Interactive_Apps HR{
			background-image:url(../graphics/Services/blueHR.gif);
		}
	#servicesPages #Marketing_Services{
		height:452px;
		background:url(../graphics/Services/servicePageContentArea_MarketingServices.jpg) top left no-repeat;
	}
		#servicesPages #Marketing_Services .Text{
			padding:153px 30px 0px 40px;
		}
		#servicesPages #Marketing_Services TD:First-Child{
			padding-right:10px;
			width:45%;
		}
		#servicesPages #Marketing_Services .Text UL LI{
			color:#5b980f;
			background-image:url(../graphics/Services/greenDot.gif);
		}
		#servicesPages #Marketing_Services .viewProjectsLink{
			/*border:1px dotted green;*/
			bottom:21px;
		}
		#servicesPages #Marketing_Services HR{
			background-image:url(../graphics/Services/greenHR.gif);
		}
	#servicesPages #Social_Media{
		height:452px;
		background:url(../graphics/Services/servicePageContentArea_SocialMedia.jpg) top left no-repeat;
	}
		#servicesPages #Social_Media .Text{
			padding:153px 30px 0px 40px;
		}
		#servicesPages #Social_Media TD:First-Child{
			padding-right:10px;
			width:45%;
		}
		#servicesPages #Social_Media .Text UL LI{
			color:#cf1f0c;
			background-image:url(../graphics/Services/redDot.gif);
		}
		#servicesPages #Social_Media .viewProjectsLink{
			/*border:1px dotted green;*/
			bottom:21px;
		}
		#servicesPages #Social_Media HR{
			background-image:url(../graphics/Services/redHR.gif);
		}
	
	
	
