body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	background-color: #0195DD;
	text-align:center;
}

.container {
	position:relative;
	margin: auto;
	text-align:left;
	width: 760px;
}

.wrapper {
	width: 760px;
	background-color: #FFFFFF;
	background-position: right 30px;
	_margin-top: -3px; /* IE hack */
	text-align: left;
}
.wrapperhome {
	background-image: url(images/pixHome.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFFFFF;
	background-position: right 30px;
	_margin-top: -3px; /* IE hack */
}
#wrapper0 {
	background-image: url(images/bgSwirl.jpg);
	background-repeat: no-repeat;
}
#wrappercases {
	background-image: url(images/pixCases.jpg);
	background-repeat: no-repeat;
}
#wrappergovt {
	background-image: url(images/pixGovt.jpg);
	background-repeat: no-repeat;
}
#wrapperAbout {
	background-image: url(images/pixAbout.jpg);
	background-repeat: no-repeat;
}
#wrapperBio {
	background-image: url(images/pixBio.jpg);
	background-repeat: no-repeat;
}
#wrappermarket {
	background-image: url(images/pixMarket.jpg);
	background-repeat: no-repeat;
}
#wrappermarketing {
	background-image: url(images/pixMarketing.jpg);
	background-repeat: no-repeat;
}
#wrappermedia {
	background-image: url(images/pixMedia.jpg);
	background-repeat: no-repeat;
}
#wrapperpr {
	background-image: url(images/pixPR.jpg);
	background-repeat: no-repeat;
}
#wrappertranslation {
	background-image: url(images/pixTranslation.jpg);
	background-repeat: no-repeat;
}
#wrappergraphic {
	background-image: url(images/pixGraphic.jpg);
	background-repeat: no-repeat;
}
#wrapperweb {
	background-image: url(images/pixWeb.jpg);
	background-repeat: no-repeat;
}
#wrapperAward {
	background-image: url(images/pixAward.jpg);
	background-repeat: no-repeat;
}
#wrapperMarket {
	background-image: url(images/pixMarket.jpg);
	background-repeat: no-repeat;
}
#wrapperclients {
	background-image: url(images/pixClient.jpg);
	background-repeat: no-repeat;
}
#wrapperContact {
	background-image: url(images/pixContact.jpg);
	background-repeat: no-repeat;
}
.clearall {
	clear: both;
}

.header {
	float: left;
	clear: both;
}
#curveleft {
	padding: 0;
	float:left;
	background-color: #2C87B3;
}
#curvemid {
	padding: 0;
	margin-right:51px;
	width: auto;
	background-repeat:repeat-x;
	background-image: url(images/hdrMid.jpg);
	background-color: #2C87B3;
}
#curveright {
	float:right;
	background-color: #2C87B3;
}
.maincontent {
	padding-bottom: 20px;
	text-align: left;
}
.maincontentpix {
	_height: 342px;
	float: left;
	bottom: 0px;
	width: 250px;
	text-align: center;
}
.maincontentleft {
	_height: 342px;
	margin: 20px;
	width: 450px;
}

.maincontentheader {
	font-size: 1.6em;
	font-weight: bold;
	color: #990000;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.maincontenttext {
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 1.7em;
	margin-right: 250px;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #006697;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	padding-top: 0px;
	margin-top: 0px;
	color: #006697;
	font-size: medium;
}

blockquote {
	background-color: #D9F2FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px dashed #3366CC;
}

.footer {
	width: 100%;
	background-color: #006697;
	padding-top: 5px;
}
.ftrAddress {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006697;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	width: auto;
}
.ftrAddress a:link {
	color: #FFFFFF;
}
.ftrAddress a:visited {
	color: #FFFFFF;
}

.copyright {
	margin-top: 5px;
	clear: both;
	font-size: x-small;
	color: #0175AD;
	text-align: center;
	width: 100%;
}

.popupmenu {
	background-image: url(images/bgPopup.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	_margin-left: 0px; /* IE Hack */
	padding: 0px;
	margin-top: 0px;
	float: left;
	clear: both;
	width: 250px;
}
.popupmenu ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: -35px;
	_margin-left: 35 px; /* IE Hack */
}

.popupmenu li {
	color: #00699B;
	padding-right: 10px;
	padding-left: 5px;
	_padding-left: 45px; /* IE Hack */
	margin-right: 0px;
	line-height: 1.2em;
	font-size: small;
}
.popupmenu a:link {
	color: #0072A8;
	text-decoration: none;
}
.popupmenu a:visited {
	color: #0095DD;
	text-decoration: none;
}
.popupmenu a:hover {
	text-decoration: underline;
}
#menuAbout {
	position:absolute;
	left:251px;
	_left:243px; /* IE Hack */
	top:8px;
	_top:0px; /* IE Hack */
	z-index:1;
	visibility: visible;
}
#menuServices {
	position:absolute;
	left:453px;
	_left:445px; /* IE Hack */
	top:8px;
	_top:0px; /* IE Hack */
	z-index:1;
	visibility: visible;
}
#menuClients {
	position:absolute;
	left:515px;
	_left:507px; /* IE Hack */
	top:8px;
	_top:0px; /* IE Hack */
	z-index:1;
}
#menuPortfolio {
	position:absolute;
	left:596px;
	_left:588px; /* IE Hack */
	top:8px;
	_top:0px; /* IE Hack */
	z-index:1;
	width: 179px;
}
.portfoliopix {
	_height: 342px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.portfolioList {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 1.7em;
	margin-right: 10px;
}

.portfolioName {
 	float: left;
	width: 130px;
	margin-right:10px;
}
.portfolioName h1 {
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	line-height: 1em;
}
.portfolioName em {
	font-size: small;
	font-style: normal;
	color: #888888;
	float: left;
	line-height: 1em;
}
.portfolioSample{
	margin-left: 150px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	margin-right: 5px;
  }



.portfolioItem {
	float: left;
	width: 150px;
	clear: both;
}
.portfolioItem h1 {
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	line-height: 1em;
}
.portfolioItem em {
	font-size: small;
	font-style: normal;
	color: #888888;
	float: left;
	line-height: 1em;
}
.portfolioItem p {
	text-align: left;
}

.portfolioItemSample {
	float: left;
	width: 540px;
}
.portfolioItemSample ul {
	margin-top: 0px;
	list-style-type: none;
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
}
.portfolioItemSample li {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
  }
.portfolioDivider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.casestudies dl {
	clear: left;
	float: left;
}

.casestudies dt {
	font-size: large;
	font-weight: bold;
	float: left;
	clear: left;
	color: #CC3300;
	padding-top: 10px;
}
.casestudies dd {
	margin-bottom: 20px;
	padding-left: 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A8D3FF;
	padding-top: 10px;
	margin-left: 0px;
}

.casestudies ul {
	margin-left: 0px;
	list-style-type: square;
	padding-left: 20px;
	text-indent: -2px;
	text-align: left;
}
.casestudies ul .first {
	_text-indent: -5px; /* IE Hack */
}

.casestudies dd li {
	margin-left: 0px;
}
#ftrleft {
	float:left;
}
#ftrright {
	float: right;
}
#ftrtop {
	background-color:#A3E0FD;
}
#hdrprint {
	display:none;
	visibility: hidden;
}
.navmenu {
	text-align:left; 
	font-family: verdana, sans-serif; 
	position:relative; 
	font-size:0.8em; 
	height:3em; 
	margin:0; 
	list-style-type:none; 
	padding:14px 14px 11px 0px;
	_padding: 1px; /* IE6 hack */
}
.navmenu ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.navmenu li {
	float:left;
	position:relative;
	width: auto;
	padding-right:0px;
}
.navmenu li a, .navmenu li a:visited {
display:block; text-decoration:none; width:auto; color:#FFFFFF; float:left; padding-right:0; height:3em; line-height:3em; 
}
* html .navmenu li a, .navmenu li a:visited {
width:auto; w\idth:auto; /* hack for IE5.5 */
}
.navmenu li a.drop, .navmenu li a.drop:visited {
font-weight:bold;
}
.navmenu li ul {
	background-color: #0195DD;
	visibility:hidden; 
	position:absolute; 
	top:2.5em; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.navmenu table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.navmenu li:hover a,
.navmenu li a:hover {
text-decoration:none; border:0;
}
.navmenu li:hover ul,
.navmenu li a:hover ul {
	visibility:visible;
	height:auto;
	width:15em;
	_width:10em; /* IE6 hack */
	left:0;
	top:4em;
	overflow:visible;
}
.navmenu li:hover ul li a,
.navmenu li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	height:auto;
	line-height:1em;
	padding:0.5em;
	width:14em;
	border-bottom: 1px dotted #FFFFFF;
}
* html .navmenu li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.navmenu li:hover ul li a.drop,
.navmenu li a:hover ul li a.drop {
font-weight:bold;
}
.navmenu li:hover ul li ul,
.navmenu li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.navmenu li:hover ul li a:hover,
.navmenu li a:hover ul li a:hover {
text-decoration:underline;
}
.navmenu li:hover ul li:hover ul,
.navmenu li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px dotted #FFFFFF; height:auto; width:9.5em;
} 
.navmenu li:hover ul li:hover ul.left,
.navmenu li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.navmenu li:hover ul li:hover ul li a,
.navmenu li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.navmenu li:hover ul li:hover ul li:hover a,
.navmenu li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
