@charset "utf-8";
/************************* BODY/HTML */
body {
	padding: 0;
	margin: 0;
	background: url(../images/bg.gif) repeat;
	font: 100% Arial, Helvetica, sans-serif;
}

/************************* GLOBALS */
.left { float: left; }
.right { float: left; }
.float-shield { clear: both; }
a img { border: none; }
.clear { clear: both; }
.more { padding-top: 5px; }
#search_adjust .right a {
	font-weight: bold;
	color:#8C8863;
}

/************************* STRUCTURE */

#bounds {
	margin: 0 auto;
	width: 1005px;
	background: url(../images/content-bg.png) repeat-y;
}

#bounds #top {
	position: relative;
	height: 95px;
	margin: 0 auto;
	width: 997px;
	background: url(../images/top-nav-bg.gif) no-repeat top;
}

#bounds #top #logo {
	position: absolute;
	left: 0px;
	top: 50px;
}

#bounds #top #menu, #bounds #top #ctl00_cphMenu_plMenu_menu, 
#bounds #top #ctl00_plMenu_menu {
	position: absolute;
	top: 92px;
	right: 25px;
}

#bounds #top #submenu {
	height: 29px;
	top: 0px;
	right: 350px;
	position: absolute;
	padding-left: 52px;
	min-width: 255px;
	background: #f3f1e4 url(../images/curve.jpg) no-repeat left;
}

#bounds #nub {
	width: 960px;
	margin: 0 auto;
	height: 15px;
	background: url(../images/nub.gif) no-repeat top;
}

#bounds #container {
	margin: 0 auto;
	width: 960px;
	background: url(../images/content-bg.gif) repeat-y;
}

#bounds #container #content {
	position:absolute;
	left:840px;
	top:300px;
	width:224px;
	height:133px;
}

#bounds #container #content h1 {
	padding: 10px;
	background-color: #d5eef3;
	margin: 0 2px 20px 0px;
	border-bottom: 5px solid #fff;
	color: #8c8863;
	font: 120% Georgia,"Times New Roman", Times, serif;
}

#bounds #container #content-bottom {
	border: 1px solid #E1DEC4;
	margin-top: 15px;
	min-height: 210px;
	width: 723px;
	position: relative;
	background: url(../images/content-bottom-bg.gif) repeat-y;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 1005px;
	font-size: 90%;
	height: 27px;
	background: url(../images/footer-bg.png) repeat-y;
}



#ctl00_cphMainContent_plContent_InfoMessage ol {
	color:#79754D;
	line-height:18px;
	font-size: 80%;
}

#ctl00_cphMainContent_plContent_InfoMessage ol li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/************************* MENU */
#top #menu ul , #top #ctl00_cphMenu_plMenu_menu ul, 
#top #ctl00_plMenu_menu ul {
	margin: 0;
	padding: 0;
}
#top #menu ul li, #top #ctl00_cphMenu_plMenu_menu li, 
#top #ctl00_plMenu_menu ul li  {
	padding: 5px 10px 10px 5px;
	display: inline;
	list-style: none;
	background: url(../images/menu-bg.gif) no-repeat right bottom;
}

#top #menu ul li.last, #top #ctl00_cphMenu_plMenu_menu ul li.last, 
#top #ctl00_plMenu_menu ul li.last {
	padding-right: 0;
	background: none;
}

#top #menu ul li a, 
#top #ctl00_cphMenu_plMenu_menu ul li a, 
#top #ctl00_plMenu_menu ul li a
{
	font-size: 80%;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#top,
#top #menu ul li.active a, 
#top #menu ul li a.active,
#top #menu ul li a:hover,  
#ctl00_cphMenu_plMenu_menu ul li a:hover { color: #666; }

#top #ctl00_cphMenu_plMenu_menu ul li a.active { color: #666; }

/************************* SEARCH */
#top #search {
	position: absolute;
	right: 20px;
	top: 20px;
}

#top #search #search-field, 
#top #search #ctl00_plSearchBox_search_field { border: 1px solid #999; }

#top #search #search-btn, 
#top #ctl00_plSearchBox_search_btn {
	font-size: 70%;
	color: #999;
	font-weight: bold;
	background-color: #F2F1E3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}

/************************* SUBMENU */
#top #submenu { text-align: center; }

#top #submenu span { 
	position: relative;
	top: 6px;
	color: #999; 
	padding-top: 3px;
	font-size: 70%;
}

#top #submenu span a
{
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#top #submenu span a:hover  { text-decoration: underline; }

/************************* FOOTER */
#footer #footer-menu {
	position: absolute;
	top: 30px;
	right: 0;
}

#footer #footer-menu ul {
	margin: 0;
	padding: 0;
}

#footer #footer-menu ul li {
	display: inline;
	list-style: none;
	color: #999999;
}

#footer #footer-menu ul li a {
	color: #999999;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#footer #footer-menu ul li a:hover { text-decoration: underline; }

#footer #login {
	position: absolute;
	left: 20px;
	top: 30px;
	background: url(../images/icon-consultant.gif) no-repeat left center;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer #login a, #footer #login #ctl00_cphFooterControl_plFooter_consultantLogin, #footer #login #ctl00_plFooter_consultantLogin {
	border: none;
	background-color: Transparent;
	text-decoration: none;
	color: #76B2AC;
	font-weight: bold;
	font-size: smaller;
}

#footer #login a:hover { text-decoration: underline; }

/************************* WORLD MAP */
