@charset "UTF-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	
	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 */
	background:#333 url(images/bg.jpg);
	
}



A:link {text-decoration: underline; color: #FC0;}
A:visited {text-decoration: none; color: #FC0;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}











#bginside
{
	
	background: #333 url(images/wash-white.png) repeat-x;
	height: 950px;
}

#containerpop
{
margin: 0;
padding: 0 0 0 0;
background: #333 url(images/wash-white.png) repeat-x;
text-align:left;
padding: 30px;
width: 650px;
color:#FFF;

}





/*Navigation old*/
#navcontainer
{
margin: 0;
padding: 0 0 0 0;

}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
color: #FFF;	
text-decoration: none;
background: url(images/nav_button.png) no-repeat top left;
font-size: 10px/12px;
float: left;
margin: 0px;
height: 38px;
width: 152px;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#navcontainer li a:hover
{
background: url(images/nav_button_over.png) no-repeat left top;
color: #000000;
}

#navcontainer li a:visited
{
}

#rollover { 
width: 944px;
}

/* Visible image map container */
#rollover {
position: relative;
width: 942px;
height: 672px;
background: #5ae url(images/imagemap.png) no-repeat;
margin: 0 auto;
padding: 0;
}

/* List styling */
#rollover li {
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1px;
}

/* Link styling */
#rollover a {
display: block;
text-indent: -9999px;
text-decoration: none;
outline: none;
cursor: default;
}

/* Country position on the image (z-index goes here) */
#about {left: 90px; top: 559px;}
#team {
	left: 71px;
	top: 443px;
}

#services {
	left: 273px;
	top: 398px;
}

#partners {
	left: 597px;
	top: 279px;
}

#ventures {
	left: 740px;
	top: 274px;
}

#work {
	left: 704px;
	top: 464px;
}


/* Rollover width & height */
#about a {width: 110px; height: 70px;}
#team a {width: 110px; height: 70px;}
#services a {width: 110px; height: 70px;}
#partners a {width: 110px; height: 70px;}
#ventures a {width: 110px; height: 70px;}
#work a {width: 110px; height: 70px;}

/* Rollover hover image position */
#about a:hover {background: url(images/imagemap.png) -20px -705px no-repeat;}
#team a:hover {background: url(images/imagemap.png) -120px -705px no-repeat;}
#services a:hover {background: url(images/imagemap.png) -220px -705px no-repeat;}
#partners a:hover {background: url(images/imagemap.png) -320px -705px no-repeat;}
#ventures a:hover {background: url(images/imagemap.png) -420px -705px no-repeat;}
#work a:hover {background: url(images/imagemap.png) -530px -705px no-repeat;}






.oneColFixCtrHdr #container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #nav {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent { 
	margin: 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 12px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: 100;
	font-size:25px;
	
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: 100;
	font-size:20px;
}

.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: 100;
	font-size:15px;
}

.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: 100;
	font-size:12px;
	font-style:italic;
	
}





.floatright
{
float: right;
margin: 10px;
border: 1px solid #666;
padding: 1px;
}

.floatleft
{
float: left;
margin: 10px;
border: 1px solid #666;
padding: 1px;
}

.floatleftnoedge
{
float: left;
margin: 10px;
padding: 1px;
}

.floatrightnoedge
{
float: right;
margin: 10px;
padding: 1px;
}

.floatleftnav
{
float: left;
margin: 0px;
padding: 0px;
}


.floatrightnav
{
float: right;
margin: 0px;
padding: 0px;
}

.floatleft2column
{
float: left;
margin: 10px;
padding: 1px;
width: 300px;
}

.floatleft3column
{
float: left;
margin: 10px;
padding: 1px;
width: 140px;
}

.floatleft3partner
{
float: left;
margin: 10px;
padding: 1px;
width: 100px;
}

.clearboth { clear: both; }

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#999;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

