@charset "utf-8";
body  {
	font: 100% 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: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
} 
#banner {
	background-image: url(../images/bg_world.jpg);
	height: 178px;
	width: 795px;
}
#logo_ewd {
	position:absolute;
	width:87px;
	height:36px;
	z-index:1;
	top: 3px;
	left: 33px;
}
#logo_globe {
	position:absolute;
	width:172px;
	height:115px;
	z-index:0;
	top: 25px;
	left: -10px;
}
#moto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444;
	text-align: right;
	padding-left: 150px;
	width: 560px;
	float: left;
	padding-top: 5px;
}
#flags {
	text-align: right;
	padding-left: 712px;
	padding-right: 5px;
	float: none;
}
#timezone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	margin-top: 128px;
	padding: 0px 10px 0px 0px;
	height: auto;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 167px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
	background: url(../images/bg_left.jpg) no-repeat bottom;
	height: 514px;
}
#sidebarportfolio{
	float: left; /* since this element is floated, a width must be given */
	width: 167px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
	background: url(../images/bg_left_forportfolio.jpg) no-repeat bottom;
	height: 625px;
}
ul#nav {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 153px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 167px;
}
#nav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3A3A;
	text-decoration: none;
	display: block;
	padding: 4px;
}
#nav li a:hover, #nav li active, #nav li focus {
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: thin;
	color: #6890B3;
}
#mainContent {
	margin: 25px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A0A0FF;
	border-bottom-color: #A0A0FF;
	border-bottom-width: thin;
	border-top-width: thin;
	margin-top: 5px;
	margin-left: 180px;
}
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #527396;
	text-align: center;
	width: 595px;
	margin-top: 40px;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #527396;
	text-align: center;
	width: 595px;
	height: 20px;
	margin-top: 150px;
}
.yes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 275px;
	float: left;
	height: 120px;
}
.no {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 310px;
	border-left-color: #A0A0FF;
	border-left-style: dashed;
	border-left-width: thin;
	padding-left: 8px;
	padding-top: 0px;
	height: 120px;
	float: right;
}
.columnright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 250px;
	padding-left: 8px;
	height: 200px;
	float: right;
}
.columnleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 350px;
	float: left;
	height: 200px;
}
#offerlist {
	font: 14px/1.2 Arial, Helvetica, sans-serif;
	width: 425px;
	margin-left: 130px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}
.more {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.pMaincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 595px;
	margin-top: 40px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #527396;
	text-align: left;
}
.emailus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
#footer {
	padding: 0 0px 0 10px;
	background:#FFF url(../images/bg_shade.gif) no-repeat;
	height: 21px;
} 
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
