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

body{
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898888;
	text-align:center;
	}
.MasterTable{
	width:100%;
	text-align:center;
}
.container{
	width:950px;
	text-align:left;
	margin:0 auto;
}
.adMid{
	width:164px;
	height:18px;
	background-image:url(../images/ad_mid_bg.gif);
	background-repeat:no-repeat;
	color:#517383;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:20px
	}
.adMid a{
	color:#517383;
	}
.adMid a:hover{
	color:#517383;
	text-decoration:underline;
	}
.adBtnGraySm {
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.adBtnOrangeSm {
	font-size:14px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
}
.banner{
	width:940px;
	height:52px;
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
.banner_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
}
.banner_title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#f78f1e;
	text-decoration:none;
	text-transform:uppercase;
}
#content_table_div {
	width:165px;
	padding-right:5px;
	padding-top:0px;
	float:right;
}
.definition {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	text-decoration:none;
}
.footerTextBlue {
	font-size:12px;
	font-weight:bold;
	color:#00b6de;
}
.footerTextBlue2 {
	font-size:10px;
	font-weight:bold;
	color:#00b6de;
}
.mainText{
	width:290px;
}
#menu {
	width:945px;
	height: 19px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	}
#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	background-color: transparent;
	}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 156px;
	font-size: 11px; /* IE Hack, to make the main menu font at 90% in the "#menu ul a" style*/
	}
#menu li ul {/* second-level lists */
	background-image: url(../images/submenubackground.png);
	z-index:105;
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
	padding: 0;
	padding-top: 0;
	}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}


/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}
/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color:#FFF;
	background-color: transparent;
	padding: 3px;
	border: 0;
	/*border-right: 1px solid #e1e5e7;*/
	text-align: center;
	font-size: 10px;
}
/* Hover Styles */
#menu ul a:hover, #menu ul a:focus { 
	background: #deebf2;
	color:#333;
}

/* Sub Menu Styles */

#menu li ul a {
	text-decoration: none;
	color: #77F;
	background: transparent; /* IE6 Bug */
	border: 1px solid #ccc;
    padding: 3px;	
	/*width: 8em;*/
	width: 156px;
	width/* */:/**/149px;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover, #menu li ul a:focus { 
	color: #E2144A; 
	background-image: url(../images/submenubackgroundover.png); 
	/*background: #F9F9FA; */
} 
#menu li ul li a {
    padding: 3px;
	/*background-color: #869BCC;*/
	border-bottom: 1px solid #000000;
	color: #000000;
	text-align: left;
	}
#menu li ul li a:hover, #menu li ul li a:focus {
	background-color: #486576;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
.navBtn {
	height:74px;
	background-image:url(../images/nav_divider.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}
.navBtn a {
	font-size:12px;
	color:#8c8c8c;
	text-transform:uppercase;
	text-decoration:none;
}
.navBtn a:hover {
	color:#000000;
}
.navTop{
	background-image:url(../images/advertising_topNav.jpg);
}


/* Begin Portfolio Menu */
#pmenu {
	height: 29px;
	}

#pmenu ul {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	background-color: transparent;
	}

#pmenu li { /* all list items */
	float: left;
	position: relative;
	width: 110px;
	font-size: 11px; /* IE Hack, to make the main menu font at 90% in the "#menu ul a" style*/
	border-right: 1px solid #cdcdcd;
	}
#pmenu li ul {/* second-level lists */
	background-image: url(../images/submenubackground.png);
	z-index:104;
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
	padding: 0;
	padding-top: 0;
	}


#pmenu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { 
	float: left;
	height: 1%;
	}
* html #menu ul li a {
	height: 1%; 
	}
/* End */

/* Link Styles */

#pmenu li a.submenuPortfolio {
	color:#00aadb; 
	background-color: transparent;
	}
#pmenu li a.submenuPortfolio:hover, #pmenu li a.submenuWeb:focus {
	color:#FFF; 
	background:#0086aa;
	}



/* Fix IE. Hide from IE Mac \*/
* html #pmenu ul li {
	float: left; 
	height: 1%; 
	}
* html #pmenu ul li a {
	height: 1%; 
	}
/* End */

#pmenu li:hover ul {
	display: block; 
	}

#pmenu li:hover>ul {
	visibility:visible; 
	}

#pmenu ul ul { 
	visibility:hidden; 
}


/* Make-up syles */
#pmenu ul, li {
    margin: 0 0 0 0; 
}

	
	
/* Styles for Menu Items */
#pmenu ul a {
	display: block;
	text-decoration: none;
	color:#00aadb;
	background-color: transparent;
	padding: 3px;
	border: 0;
	/*border-right: 1px solid #e1e5e7;*/
	text-align: center;
	font-size: 10px;
}

/* Hover Styles */
#pmenu ul a:hover, #pmenu ul a:focus { 
	background: #F9F9FA;
}


#pmenu li ul a {
	text-decoration: none;
	color: #77F;
	background: transparent; /* IE6 Bug */
	border: 1px solid #ccc;
    padding: 2px;	
	/*width: 8em;*/
	width: 111px;
	width/* */:/**/103px;
} 


/* Sub Menu Hover Styles */
#pmenu li ul a:hover, #pmenu li ul a:focus { 
	color: #E2144A; 
	background-image: url(../images/submenubackgroundover.gif); 
	/*background: #F9F9FA; */
} 
#pmenu li ul li a {
    padding: 3px;
	/*background-color: #869BCC;*/
	border-bottom: 1px solid #000000;
	color: #000000;
	text-align: left;
	}
#pmenu li ul li a:hover, #pmenu li ul li a:focus {
	background-color: #003366;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	}

	
	
#pmenu li ul li ul, #pmenu li ul li ul {
	background-color: #003366;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	z-index:108;
	position:absolute;
	}
#pmenu li ul li ul li a {
    padding: 3px;
	/*background-color: #869BCC;*/
	border-bottom: 1px solid #000000;
	color: #000000;
	text-align: left;
	}
#pmenu li ul li ul li a:hover, #pmenu li ul li ul li a:focus {
	background-color: #003366;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	}	
#pmenu li ul li:hover ul { display: block;
	margin-left:80px;
	margin-top:-20px;
	}

#pmenu li ul li:hover>ul {
	visibility:visible; 
	}
/* End Portfolio Menu */

table.printContent {
	width: 719px;
}
td.printText {
	width:194px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px
}
td.printText ul li {
	color:#f9d3b1;
}
.quoteText{
	width:226px;
}
.rightNav{
	width:184px;
	height:309px;
	background-image:url(../images/r_bg.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
}
.rightHeadText{
	color:#000;
	font-weight:bold;
	font-size:14px;
}
table.advertising {
	width:702px;
	height:450px;
	background-image:url(../images/content/content_advertising_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
table.marketing {
	width:702px;
	height:500px;
	background-image:url(../images/content/content_marketing_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
table.strategies {
	width:702px;
	background-image:url(../images/content/content_strategies_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#amscontent_div {
	width:150px;
	padding-top:50px;
	padding-right:20px;
	float:right;
}
table.standardcontentshadow {
	width:341px;
	float:left;
}
td.standardcontentshadow-top {
	height: 9px;
	background-image: url(../images/content/panel_t.gif);
	background-repeat:repeat-x;
}
td.standardcontentshadow-topRight {
	width: 9px;
	height: 9px;
	background-image: url(../images/content/panel_tr.gif);
	background-repeat:no-repeat;
}
td.standardcontentshadow-right {
	width: 9px;
	background-image: url(../images/content/panel_r.gif);
	background-repeat:repeat-y;
}
td.standardcontentshadow-bottomRight {
	width: 9px;
	height: 9px;
	background-image: url(../images/content/panel_br.gif);
	background-repeat:no-repeat;
}
td.standardcontentshadow-bottom {
	height: 9px;
	background-image: url(../images/content/panel_b.gif);
	background-repeat:repeat-x;
}
td.standardcontentshadow-bottomLeft {
	width: 9px;
	height: 9px;
	background-image: url(../images/content/panel_bl.gif);
	background-repeat:no-repeat;
}
td.standardcontentshadow-left {
	width: 9px;
	background-image: url(../images/content/panel_l.gif);
	background-repeat:repeat-y;
}
td.standardcontentshadow-topLeft {
	width: 9px;
	height: 9px;
	background-image: url(../images/content/panel_tl.gif);
	background-repeat:no-repeat;
}
td.standardcontentshadow-advertising_online_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_advertising_online.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
}
td.standardcontentshadow-advertising_print_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_advertising_print.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-strat_branding_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_strategy_branding.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-strat_web_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_strategy_web.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-strat_consult_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_strategy_consult2.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-marketing_direct_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_marketing_direct.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-marketing_online_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_marketing_online.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-marketing_quote_center {
	width:309px;
	height:155px;
	background-image: url(../images/content/content_strategy_consult.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}
td.standardcontentshadow-marketing_trade_center {
	width:309px;
	height:155px;
	background-image:url(../images/content/content_marketing_trade.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;
	vertical-align:top;
	padding-top:10px;
	padding-left:5px;
}

table.portfolio_table {
	width:950px;
	height:430px;
	border:0px;
}


/* Start of SITEMAP page format */
table.sitemap_table {
	width:910px;
	height:241px;
	border:0px;
}
td.webSitemap_table-btn1 {
	background-image:url(../images/sitemap_btn1.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	width:161px;
	height:19px;
	padding-left:40px;
}
td.webSitemap_btn2 {
	background-image:url(../images/sitemap_btn2.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	width:161px;
	padding-left:50px;
}
.webSitemap_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
.webSitemap_links:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#f78f1e;
}
.webSitemap_links2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
.webSitemap_links2:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#ffbb84;
}
td.webSitemap_table-btn2:hover {
	background-image:url(../images/sitemap_btn2.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:30px;
	vertical-align:middle;
	width:161px;
}
/* End of SITEMAP page format */


.tutorialText{
	width:332px;
}
#webservices_icontext_div {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:0px;
	padding-right:25px;
	text-align:right;
	float:right;
}
table.webcustom_table1 {
	width:714px;
	border:0px;
	background:url(../images/web-design/web_table_bg.gif);
	background-repeat:repeat-y;
}
table.webcustom_table2 {
	width:714px;
	height:105px;
	border:0px;
	background:url(../images/web-design/web_table_bg.gif);
	background-repeat:repeat-y;
}
table.webcustom_table3 {
	width:714px;
	height:85px;
	border:0px;
	background:url(../images/web-design/web_table_bg.gif);
	background-repeat:repeat-y;
}
table.webdevelopment_table1 {
	width:702px;
	height:275px;
	border:0px;
	background-image:url(../images/web-design/webdevelopment_bg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
table.webdevelopment_table2 {
	width:702px;
	height:105px;
	border:0px;
	background-image:url(../images/web-design/webdevelopment_bg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
table.webpredesign_table1 {
	width:702px;
	height:185px;
	border:0px;
	background-image:url(../images/web-design/webpredesign_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#webgraphics_desc_div {
	width:225px;
	padding-left:5px;
	padding-right:0px;
	text-align:left;
}
td.web_left{
	width:14px;
}
td.web_right{
	width:5px;
}
td.webdevelopment_table1-step1 {
	background-image:url(../images/web-design/webdevelopment_step1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table1-step2 {
	background-image:url(../images/web-design/webdevelopment_step2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table1-step3 {
	background-image:url(../images/web-design/webdevelopment_step3.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table1-step4 {
	background-image:url(../images/web-design/webdevelopment_step4.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table1-step5 {
	background-image:url(../images/web-design/webdevelopment_step5.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table1-step6 {
	background-image:url(../images/web-design/webdevelopment_step6.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table2-step1 {
	background-image:url(../images/web-design/webdevelopment_stepB1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table2-step2 {
	background-image:url(../images/web-design/webdevelopment_stepB2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.webdevelopment_table2-step3 {
	background-image:url(../images/web-design/webdevelopment_stepB3.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

td.graphicdesign_table1-step1 {
	background-image:url(../images/graphic-design/graphicdesign_step1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.graphicdesign_table1-step2 {
	background-image:url(../images/graphic-design/graphicdesign_step2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.graphicdesign_table1-step3 {
	background-image:url(../images/graphic-design/graphicdesign_step3.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.graphicdesign_table1-step4 {
	background-image:url(../images/graphic-design/graphicdesign_step4.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.graphicdesign_table1-step5 {
	background-image:url(../images/graphic-design/graphicdesign_step5.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.graphicdesign_table1-step6 {
	background-image:url(../images/graphic-design/graphicdesign_step6.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
a.rightLink{
	text-align:right;
	color:#f78f1e;
}
a.rightLink:hover{
	color:#000;
}
a.rightLink:visited{
	color:#f78f1e;
}
.whitetext{
	color:#FFF;
}
h1{
	font-weight:100;
	font-size:16px;
	margin-top:0;
}
h3{
	color:#333;
	margin-bottom:0;
}
h4{
	color:#f78f1e;
	font-size:16px;
	margin-top:5px;
}
a{
	color:#f78f1e;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a.tutorial{
	color:#666;
	text-decoration:underline;
}
a.tutorial:hover{
	color:#f78f1e;
}
ul{
	padding-left:20px;
}

