@charset "utf-8";
body  {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/back.gif) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

h1 {
	font-weight:bold;
	color: #609;
	letter-spacing: -0.05em;
	line-height: 1em;
}
h2 {
	font-weight:bold;
	color: #609;
	letter-spacing: -0.05em;
	line-height: 1em;
}
h3 {
	font-weight:normal;
	color: #000;
	letter-spacing: -0.02em;
	line-height: normal;
	font-size: 0.9em;
	text-align: left;
}
h4 {
	font-weight:bold;
	color: #000;
	letter-spacing: -0.02em;
	line-height: normal;
	font-size: 1em;
}

h6 {
	color: #609;
	font: bold 1em/normal;
	letter-spacing: -0.02em;
}
p {
	color: #000;
	font: normal 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.7em;
}

li {
	color: #000;
	text-align: left;
	line-height: 1.4em;
}

.pod li {
	color: #000;
	text-align: left;
	line-height: 1.4em;
}

#header {
	width: 913px;
	background: #848392;
	padding-left: 30px;
	height: 200px;
	padding-top: 20px;
} 
a img {
	border:none
}

a:link {
	color: #609
}

a:visited {
	color: #609
}

a:hover, a:active, a:focus {
	color: #9B73AA;
	text-decoration:none;
}

#sidebar1 {
	width: 260px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	margin: 0px;
	height: 399px;
}
#mainContent {
	margin: 0;
	padding: 12px 0px 0px 360px;
	width: 330px;
	float:left;
	height: 396px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent h1 {
	font-size: 1.3em;
}

#content {
	margin: 0 0 0 40px;
	padding: 10px 0px 0px 0px;
	width: 660px
}

#content h1 {
	font-size: 1.3em;
}

#leftContent {
	margin: 0;
	padding: 10px 0px 0px; 
	float:left;
	text-align: center;
}
#leftContent h1 {
	font-size: 1.3em;
	text-align: left;
}

#leftContent h2 {
	text-align: left;
	font-size: 1.1em;
}
#pageContent {
	padding: 0px;
	float:left;
	text-align: left;
	margin-left: 320px;
}
#pageContent h1 {
	font-size: 1.3em;
	text-align: left;
}

#pageContent h2 {
	text-align: left;
	font-size: 1.1em;
}
#links {
	width: 550px;
	padding: 5px 0px 0px 10px;
	float:left;
	text-align: left;
	overflow: hidden;
	border: 2px solid #866399;
}
#table_why {
	color: #000;
	font: normal 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
}

#table_why tr td li {
	padding-left: 5px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}
#rightmainContent {
	margin: 0;
	padding: 12px 0px 0px 60px;
	width: 90px;
	height: 396px;
}
#rightmainContent h1 {
	font-size: 1.3em;
}

#partners {
	margin:0px 0px 5px;
	padding: 5px 0px 0px 10px;
	width: 88px;
}

#partners tr td {
	font: normal 0.7em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #609;
}

#footer {
	padding: 0 10px 0 20px; 
	background:#848392;
	text-align: center;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: bold normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container .overhang {
	position: absolute;
	left: 3px;
	top: 220px;
}


#popup {
	background: #cdd0d5;
	height: 24em;
	width: 400px;
	position: absolute;
	left: 500px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}
.close_window {
	font-weight: bold;
	color: #609;
	line-height: 1px;
}
#popup1 {
	background: #cdd0d5;
	height: 27em;
	width: 400px;
	position: absolute;
	left: 500px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup1 table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}
#popup2 {
	background: #cdd0d5;
	height: 31em;
	width: 450px;
	position: absolute;
	left: 450px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup2 table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}
#popup3 {
	background: #cdd0d5;
	height: 29em;
	width: 450px;
	position: absolute;
	left: 450px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup3 table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}
#popup4 {
	background: #cdd0d5;
	height: 18em;
	width: 400px;
	position: absolute;
	left: 500px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup4 table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}
#popup5 {
	background: #cdd0d5;
	height: 23em;
	width: 400px;
	position: absolute;
	left: 500px;
	top: 219px;
	padding: 5px 10px 0px 5px;
	visibility: hidden;
}

#popup5 table tr td p {
	font:  normal 0.7em/1em Arial, Helvetica, sans-serif;
}

#strength tr td p {
	font-size: 0.7em;
	font-style: normal;
	text-align: justify;
}

#strength tr td h1 {
	font-size: 1.3em;
	line-height: 0.9em;
}

#contacts tr td p {
	color: #609;
	text-align: left;
}
#contacts tr td h1 {
	font-size: 1.3em;
	line-height: 0.8em;
}
	
.pod1 {
	padding: 5px 5px 10px 10px;
	margin-bottom: 10px;
	width: 620px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}
.fltlftpod1 {
	padding: 5px 5px 10px 10px;
	margin-bottom: 10px;
	width: 620px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	text-align: justify;
}

.pod1 h6 {
	line-height: 0.6em;
	text-align: left;
	font-size: 0.8em;
}

#navigation {
	font: normal normal 1.2em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #609;
}
#navigation a:link {
	color: #609;
	text-decoration:none;
}

#navigation a:visited {
	color: #609;
	text-decoration:none;
}

#navigation a:hover, a:active, a:focus {
	color: #9B73AA;
	text-decoration:none;
}

.pod2 {
	padding: 0px 5px 10px 10px;
	margin-bottom: 10px;
	width: 350px;
	margin-left: 10px;
	margin-top: 0px;
}

.pod2 h6 {
	line-height: 0.6em;
	text-align: left;
	font-size: 0.8em;
}

.pod3 {
	padding: 5px 5px 10px 10px;
	margin-bottom: 10px;
	width: 640px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
}

.pod3 h6 {
	line-height: 0.1em;
	text-align: left;
	font-size: 0.8em;
	color: #9B73AA;
}

#caseStudies {
	margin: 0;
	padding: 10px 0px 0px;
	float:left;
}

.pod {
	padding: 10px;
	border: 1px solid #836297;
	margin-bottom: 20px;
	width: 640px;
}

.pod h6 {
	line-height: 1em;
	text-align: left;
	font-size: 1em;
}

.pod ul {
	font-size: 0.7em;
	font-weight: normal;
}

.pod ul ul {
	font-size: 1em;
}

.pod ul ul li {
	font-size: 1em;
	font-weight: normal;
}

.pod a {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

#caseLinks {
	text-align:left;
}

#caseLinks a:link {
	color: #609;
	text-decoration:none;
}

#caseLinks a:visited {
	color: #609;
	text-decoration:none;
}

#caseLinks a:hover, a:active, a:focus {
	color: #9B73AA;
	text-decoration:none;
}


#partners tr td a {
	text-decoration: none;
}

#map {
	margin-right: 15px;
}

#caseLinks h4 {
	letter-spacing: 0em;
}

