
/* ========== Global Styles ==========*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 5px 0 0 0;
}

img {
	border:none;
}

a {
	outline:none;
}

/* ========== Masthead ==========*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#bgContainer {
	width: 900px;
	height:308px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
}

#bgContainer2 {
	width: 900px;
	height:264px;
	background-image: url(../images/wrapper2_bg.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
}

#topBar {
	width: 98%;
	height: 21px;
	color: #dddddd;
	text-align: right;
	padding-right: 2%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#topBar a {
	color: #dddddd;
	text-decoration:none;
}

#topBar a:hover {
	color: #dddddd;
	text-decoration:underline;
}

#topBar em {
	color: #74c3ff;
	font-style: normal;
	
}

#topMast {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}


/* ========== Navigation ==========*/

#navcontainer {
	float: right;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 62px;
	font-size: 13px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	padding: 0.2em 0.5em;
	font-weight: bold;
	color: #c5d9ce;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}

#navcontainer ul li a:hover {
	border-bottom: 2px solid #1d96b8;
	color: #c5d9ce;
}

#navcontainer ul li a.current:link, #navcontainer ul li a.current:visited {
	color: #c5d9ce;
	border-bottom: 2px solid #1d96b8;
}


/* ========== Homepage Preview ==========*/

#homePreview {
	position: relative;
	width: 100%;
	height: 196px;
	float: left;
	background-image: url(../images/bannerhome.jpg);
	background-repeat: no-repeat;
}


/* ========== Left Content ==========*/

#mainContent {
	width: 100%;
	float: left;
	margin-top: 40px;
}


#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ff8308;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	background-image:url(../images/h1_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#leftContent {
	width: 290px;
	float: left;
	padding-left: 3px;
	
}

#homeSideBar {
	width: 242px;
	height: auto;
	float: left;
	min-height: 70px;
	background-image: url(../images/home_sidebar_bg.jpg);
	background-repeat:no-repeat;
	padding: 25px;
	padding-bottom: 0;
}

.homeSideContainer {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.homeSideContainer h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1d96b8;
	padding: 0 0 0 13px;
	margin: 0 0 10px 0;
	background-image:url(../images/h2_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.sGreyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a09f9f;
}

.newsBox {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c0bfbf;
	font-size: 11px;
}

.newsBox a {
	text-decoration: none;
	color: #FF8308;
}

.newsBox a:hover {
	text-decoration: underline;
}

.newsBox a.blueLink {
	text-decoration: none;
	color:#1d96b8;
}

.newsBox a:hover.blueLink {
	text-decoration: underline;
}

.newsHeader {
	font-weight: bold;
	color: #ff8308;
	margin-bottom: 5px;
	
}

.newsDate {
	color: #a4a4a4;
	margin-bottom: 10px;
	font-size: 11px;
	
}

.newsInfo {
	color: #6c6b6b;
	line-height: 15px;
	margin-bottom:5px;
}


.latestProjContainer {
	width: 240px;
	height: 116px;
	background-image: url(../images/latest_project_showcase.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 5px 5px 0 5px;
}

.latestProjContainer img {
	width: 240px;
	height: 98px;
	float: left;
}

.latestProjDescription {
	width:210px; 
	height:auto;
	min-height:110px; 
	padding:20px;
	padding-top:15px;
	margin:5px 0 0 0;
	float:left;
	background:url(../images/latest_proj_description.jpg) no-repeat;
	font-size:11px; 
	line-height:17px;
	color:#838383;
}

.latestProjDescription a {
	color:#2899C1;
	text-decoration:none;
}

.latestProjDescription a:hover {
	text-decoration:underline;
}

.testimonialContainer { 
	width:208px;
	float:left; 
	height:auto;
	border:1px solid #E6E6E6; 
	background-color:#FFFFFF;
	background:url(../images/testimonial_repeat.gif) repeat-x top left;
	padding:20px;
	font-size:11px; 
	line-height:17px;
	color:#838383;
}

.testimonialTitle { 
	width:168px; 
	background:url(../images/testimonial_icon.jpg) no-repeat; 
	background-position:left center; 
	float:left; 
	padding:15px 5px 5px 35px; 
	font-size:15px; 
	color:#64AD53; 
	font-weight:bold;
	margin:0 0 10px 0;
}

.testimonialTitle p {
	float:left;
	color:#706F6F;
	margin:0;
	padding:0;
}

.testimonialFrom {
	
	text-align:right;
	font-weight:bold;
	padding:0;
	margin:0;
	font-style:italic;
}

.testimonialShadow {
	float:left;
	width:250px;
	height:20px;
	padding:0;
	margin:0 0 10px 0;
	background:url(../images/shadow_bottom.jpg) no-repeat;
}

/* ========== Left Content Templated Sidebar ==========*/

.leftSideBar {
	width: 180px;
	float: left;
	height: auto;
	min-height: 50px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	padding: 35px 5px 0 5px;
}

/* ========== Sidebar Tabs ==========*/

.sideBarLinkBox {
	width: 180px;
	float: left;
	margin-bottom: 25px;
}

.sideBarLinkBox img {
	width: 180px;
	height: 80px;
	float: left;
}

.whiteBarHeader {
	width: 170px;
	height: 21px;
	background-image: url(../images/white_sidebar_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	color: #5b5b5b;
}

.blackBarHeader {
	width: 170px;
	height: 21px;
	background-image: url(../images/black_sidebar_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
}

.sOrangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff8a0c;
	font-weight: bold;
}


/* ========== Right Content ==========*/

#rightContentHome {
	width: 545px;
	float: right;
	padding-right: 10px;
	padding-left: 25px;
	border-left: 1px dashed #d5d5d5;
}

#rightContentHome p {
	color: #6b6b6b;
	line-height: 20px;
	margin: 0 0 20px 0;
}

#rightContent {
	width: 540px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	border-left: 1px dashed #d5d5d5;
}

#rightContent p {
	color: #6b6b6b;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.quotesBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1d96b8;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 5px 0 5px 10px;
}

.quoteSpan {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #5e5e5e;
	display: block;
}

.padBox {
	width: 540px;
	float: left;
	background-image: url(../images/home_pad.jpg);
	background-repeat: no-repeat;
	background-position:left 10px;
}

#mainQuote { 
	float:left; 
	height:auto; 
	width:330px; 
	padding:20px 10px 20px 30px; 
	margin-right:20px; 
}

#mainQuote a { 
	text-decoration:none;
	color:#FF7F03;
	font-weight:bold; 
}

#mainQuote a:hover { 
	color:#fff;
	background-color:#1D96B8;
}

#factors { width:480px; padding:5px 30px; height:280px; background:url(../images/factors.gif) no-repeat; float:left; margin-top:20px; }
#factors h5 { padding:2px 0; margin:0 0 10px 0; font-size:16px; color:#FFFFFF; font-weight:bold; font-family:Geneva, Arial, Helvetica, sans-serif; }
#factors h6 { padding:2px 0; margin:0 0 10px 0; font-size:16px; color:#969696; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; }
#factors ul { padding:0; margin:0; color:#646363; font-size:16px; font-weight:bold; }
#factors li { 
	padding:8px 5px 5px 35px; margin-bottom:10px; font-size:14px; background:url(../images/factor_ticks.jpg) no-repeat; 
	background-position:left center; list-style:none; 
}

/* ========== Footer ==========*/

.clearFix {
	clear: both;
}

#footer {
	width: 100%;
	height: auto;
	clear: both;
	font-size: 11px;
	color: #6f6f6f;
	margin-top: 30px;
	margin-bottom: 20px;
}

#footer p {
	padding: 0;
	margin: 0 0 3px 0;
	color:#858585;
	
}

#footerContent {
	width: 880px;
	margin: 0 auto;
	padding: 35px 10px 0 10px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}


#footerLeft {
	float: left;
}


#footerLeft a {
	color:#1d96b8; 
	text-decoration:none;
	font-weight: bold;
}

#footerLeft a:hover {
	text-decoration:underline;
}

#compliantBox {
	margin-top: 10px;
	margin-left: 3px;
	width: 100px;
}

#footerRight{
	float: right;
	color: #656565;
}


#footerRight a {
	color: #949494;
	text-decoration: none; 
}

#footerRight a:hover {
	color: #1d96b8; 
}

.footerLinks {
	margin-bottom: 3px;
	text-align: right;
}

.boldText {
	font-weight: bold;
}

#seoLink { 
	width:790px; height:20px; padding:20px 10px 10px 10px; margin:0 auto 10px auto; text-align:center; 
	background:url(../images/seo_bg.gif) no-repeat; 
}
#seoLink a { color:#1d96b8; text-decoration:none; font-weight: bold; }
#seoLink a:hover { text-decoration:underline; }

/* ===================================
		        ABOUT
====================================*/

.profileBox {
	width: 630px;
	float: left;
	padding:10px;
	margin-bottom: 30px;
	background:url(../images/profile_tile.gif) repeat-x;
	background-position:bottom;
}

.profileBox a {
	color:#555555;
	text-decoration:none;
	border-bottom:1px dotted #555555;
}

.profileBox a:hover {
	border:none;
	text-decoration:none;
}

.lastProfileBox {
	padding-bottom: 0;
}

.leftProfile {
	width: 173px;
	height:112px;
	padding: 8px;
	background:url(../images/profile_bg.jpg) no-repeat;
	margin-right:20px;
	float:left;
}

.rightProfile {
	width:420px;
	float:left;
	padding-top: 5px;
}

.profileName {
	color: #1d96b8;
	font-size: 14px;
	font-weight: bold;
}

.profileDesignation {
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
}

.profileDescription {
	margin-top: 5px;
	line-height: 18px;
	padding: 0;
	color:#666666;
}

.sboldHeader {
	font-weight: bold;
	display:block;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#navSubMenu {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#menulist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menulist li  {
	margin: 0 0 10px 0;
}

#menulist li a:link, #menulist li a:visited {
	text-decoration: none;
	font-size: 15px;
	color: #6a6a6a;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 22px;
	background: url(../images/circle_off.jpg) no-repeat;
	background-position: 0 0px;
}

#menulist li a:hover {
	color: #1d96b8;
	background: url(../images/circle_on.jpg) no-repeat;
	background-position: 0 0px;
}

#menulist li a.active:link, #menulist li a.active:visited {
	color: #1d96b8;
	background: url(../images/circle_active.jpg) no-repeat;
	background-position: 0 0px;
}


/* ===================================
		       NEWS SECTION
====================================*/

#newsBar {
	width: 170px;
	height: auto;
	min-height: 60px;
	float: left;
	margin-bottom:30px;
	background-image: url(../images/news_bar.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 33px;
}

#newsBar2 {
   width: 165px;
   min-height: 30px;
   height: auto;
   float: left;
   background-image: url(../images/news_bar2.jpg);
   background-repeat: no-repeat;
   padding-left: 15px;
   padding-top: 7px;
   margin-bottom: 50px;
}

.barHeader {
	width: auto;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #545454;
	margin-bottom: 15px;
	padding-left: 30px;
}

.sBarBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1b93b6;
}

.pageText{
	width:100%;
	float: left;
	color: #6f7070;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pageViewer {
	width:100%;
	float: left;
	color: #9e9f9f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.paginationBox {
   width:100%;
   float: left;
   color: #9e9f9f;
   font-size: 12px;
   line-height: 17px;
}

.paginationBox a {
	text-decoration: none;
	color: #FF8308;
}

.paginationBox a:hover {
	text-decoration: underline;
}

/* ===================================
		       SERVICES
====================================*/

.servicesContainer{
	width: 630px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../images/services_box_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 10px;
}

.servicesBox {
	width: 280px;
	padding: 5px;
	margin-right: 40px;
	float: left;
}

.lastServicesBox {
	width: 280px;
	padding: 5px;
	margin-right: 0;
	float: left;
}

#servicesBox img {
	width: 290px;
	float: left;
	margin-bottom: 5px;
}

.servicesHeading {
	width: 100%;
	height: 32px;
	float: left;
	color: #747474;
	text-align: center;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	background-image: url(../images/services_heading_bg.gif);
	background-repeat: no-repeat;
	background-position: center 23px;
}

.servicesList {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.servicesList ul {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.servicesList ul li {
	list-style-type: none;
	color: #6b6b6b;
	padding: 2px 0 0 22px;
	margin: 0 0 5px 0;
	background-image: url(../images/services_list.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
}


/* ===================================
		      PORTFOLIO
====================================*/

.portfolioContainer {
	width: 610px;
	float: left;
	margin-bottom: 30px;
	height: auto;
	min-height: 110px;
	background-image: url(../images/folio_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.portfolioBox {
	width: 280px;
	float: left;
	margin-right: 50px;
}

.lastBox {
	width: 280px;
	float: left;
	margin-right: 0;
}

.previewFolioBox {
	width: 280px;
	float: left;
	margin-bottom: 10px;
}

.previewFolio {
	width: 258px;
	height: 70px;
	float: left;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

.previewFolio img {
	width: 258px;
	height: 70px;
	float: left;
	border: none;
}

a.linkOpacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

a.linkOpacity:hover img {
	filter:alpha(opacity=75);   
	-moz-opacity: 0.75;   
	opacity: 0.75;
}

.previewShadow {
	width: 280px;
	height: 10px;
	float: left;
	background-image: url(../images/foliobox_shadow.jpg);
	background-repeat: no-repeat;
}

.clientName {
	width: 280px;
	float: left;
	color: #1d96b8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.folioInfo {
	width: 280px;
	float: left;
	color: #616161;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
}

a.launchProject {
	width: 260px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 12px;
	background-image: url(../images/launch_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-top: 1px dotted #adadad;
	border-bottom: 1px dotted #adadad;
	margin-bottom: 10px;
	color: #ff8308;
	text-decoration: none;
	background-color:#ffffff;
	display: block;
}

a:hover.launchProject {
	color: #1d96b8;
	cursor:pointer;
	background-image: url(../images/launch_bullet2.gif);
}

.servicesInfo {
	width: 280px;
	float: left;
	color: #8d8d8d;
	line-height: 16px;
	font-size: 11px;
	
}

.servicesHeader {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
	width: 280px;
}





/* ========== Page Navigation Section ==========*/

.pagingContainer {
	width: 100%;
	float: left;
}

.pagelist {
	margin: 0;
	padding: 0;
	float: right;
}

.pagelist ul, .pagelist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.pagelist a:link, .pagelist a:visited {
	float: left;
	margin: 0 2px 0 2px;
	text-decoration: none;
	color: #1d96b8;
	padding: 2px;
}


.pagelist a:link.current, .pagelist a:visited.current {
	border-bottom: 3px solid #1d96b8;
	padding-bottom: 2px;
	color: #1d96b8;
}

.pagelist a:hover {
	background-color:#1d96b8;
	color: white; 
}

.pagelist a:hover.current {
	color: white; 
}



/* ===================================
		        CONTACT
====================================*/

#contactMain {
	width: 100%;
	float: left;
}

.contactBox {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.contactHeader {
	width: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	float: left;
	color: #1D96B8;
}

.contactInfo {
	width: 100%;
	float: left;
}

.contactInfo p {
	padding: 0;
	margin: 0;
	line-height: 17px;
}

.contactInfo p.address {
	margin-bottom: 10px;
}

.contactInfo p.directions {
	margin-top: 20px;
	margin-bottom: 0;
	color: #FF8308;
	font-weight: bold;
}

.contactInfo a {
	text-decoration: none;
	color: #787878;
}

.contactInfo a:hover {
	text-decoration: underline;
	color: #1d96b8;
}

#mapViewer {
	float: left;
	width: 250px;
	height: 176px;
}

#formContainer {
	width: 100%;
	float: left;
}

#formtable {
	float: left;
	border-collapse: collapse;
	color: #494949;
	margin: 0;
}

td, th {
	border: none;
	padding: 5px 20px 5px 0;
}

.red {
	font-weight: bold;
	color: #B70000;
}

input {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 5px;
	color: #787878;
	width: 233px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

textarea { 
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 5px;
	color: #787878;
	height: 100px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
	width: 245px; margin-top:10px;
}

.formContainer {
	width:620px;
	float:left;
	padding-left:10px;
}

.contactText {
	float: left;
	margin-bottom: 20px;
	padding-left:10px;
}

.contactText em {
	color: #b9b9b9;
	font-style: normal;
}


/* ===================================
		        SITEMAP
====================================*/


.mapContainer {
	width: 100%;
	float: left;
}

.sitemap {
	padding:0;
	margin-left:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.sitemap li {
	list-style: none;
	color: #808080;
	background-image: url(../images/sitemap_li.jpg);
	background-repeat: no-repeat;
	padding:0px 25px;
	margin-bottom:10px;
}

.sitemap li a {
	color: #1D96B8;
	text-decoration: none; 
}

.sitemap li a:hover {
	text-decoration: underline; 
}

.sitemap li ul {
	padding-top: 5px;
}
.sitemap li ul li {
	background-image: url(../images/sitemap_bullet.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0px 20px;
	margin-bottom:5px;
}

/* ===================================
		        INDEX 
====================================*/

#servicesHead { width:520px; height:24px; padding:0 0 0 20px; margin:20px 0 10px 0; background:url(../images/services_head.jpg) no-repeat; float:left; }
#servicesTitle { font-size:14px; color:#FFFFFF; font-weight:bold; padding:4px 0 0 0; }
.orange { color:#FF8300; }

#servicesContainer { width:540px; height:auto; padding:0; margin:0; float:left; }
.services { width:240px; height:120px; float:left; margin:0 0 10px 0; padding:10px 0 0 20px; }
#web { background:url(../images/index_web.jpg) no-repeat; margin:0 10px 0 0; }
#graphic { background:url(../images/index_graphic.jpg) no-repeat; }
#print { background:url(../images/index_print.jpg) no-repeat; margin:0 10px 0 0; }
#interactive { background:url(../images/index_interactive.jpg) no-repeat; }

.servicesContent { width:170px; padding:0; margin:0; float:left; }
.servicesContent h3 { margin:0 0 5px 0; padding:0; font-size:14px; font-weight:bold; }
.servicesContent ul { margin:0; padding:0; color:#7E7E7E; }
.servicesContent li { margin:0; padding:2px 0; font-size:11px; list-style:none; }
.servicesContent a { text-decoration:none; }
.servicesContent a:hover { text-decoration:underline; }

.webGreen { color:#4ABC0F; }
.graphicPurple { color:#834CB2; }
.printOrange { color:#F6D23E; }
.interactiveBlue { color:#24B7FA; }

#hidden { width:540px; float:left; padding:0; margin:0; visibility:hidden; display:none; }

/* ===================================
		        SERVICES
====================================*/

#newsBar3 {
   width: 175px;
   min-height: 30px;
   height: auto;
   float: left;
   background-image: url(../images/news_bar3.jpg);
   background-repeat: no-repeat;
   padding-left:5px;
   padding-top: 7px;
   padding-bottom:10px;
}

.clientContainer { float:left; margin:0 0 15px 0; padding:0; width:180px; height:60px; }

.moreAboutUs { float:left; width:250px; height:60px; margin-top:10px; }

.standOut { float:left; width:170px; height:175px; margin-top:40px; }

/* ===================================
		      PORTFOLIO 
====================================*/

.denote { 
	float:right; width:auto; font-size:11px; margin:0; padding:0 0 0 20px; text-align:right; 
	background:url(../images/zoom_view.gif) no-repeat; color:#999999;
}

.projectText { 
	width:590px; padding:25px 30px; height:120px; margin:0 0 20px 0;
	background:url(../images/project_text_bg.jpg) no-repeat; 
} 
.projectText p { padding:0 5px; } 
.projectText h2 { font-size:16px; font-weight:bold; background-color:#1D96B8; padding:5px; color:#FFF; margin:5px 0 5px 0; }
.projectText a { text-decoration:none; color:#FF7F03; font-weight:bold; }
.projectText a:hover { color:#fff; background-color:#1D96B8; }

