/* --- § standard --- */
body {
	font-family: "Tahoma", Lucida Grande, Arial, sans-serif;
	background: #fff;
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 0;
	}
img {
	border: none;
	}
a {
	color: #336699;
	text-decoration: underline;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}
p {
	font-family: "Tahoma", Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	}
h1 {
	font-size: 24px;
	line-height: 24px;
	color: #336699;
	font-weight: normal;
	}
h2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	}
h3 {
	font-size: 13px;
	color: #666;
	padding-top: 10px;
	}
.floatleft { float: left !important }
.floatright { float: right !important }
.clear { clear: both !important }
.bold { font-weight: bold !important }

/* --- § layout --- */
#main {
	width: 925px;
	background: #6688c0 url(/images/gradient_world.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	}
#main_geo {
	width: 925px;
	background: #6688c0 url(/images/gradient.jpg) repeat-x center top;
	margin: 0 auto;
	padding: 0;
	}
#header_wrapper {
	position: relative;
	width: 925px;
	height: 90px;
	}
#header_left {
	float: left;
	width: 255px;
	height: 90px;
	margin: 0;
	padding: 0;
	}
#logo {
	width: 255px;
	height: 90px;
	display: block;
	text-indent: -99999px;
	background: url(/images/logo.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	}
#logo a {
	width: 255px;
	height: 90px;
	display: block;
	text-decoration: none;
	}
#header_right {
	float: right;
	width: 670px;
	height: 90px;
	margin: 0;
	padding: 0;
	}
#navigation {
	width: 670px;
	list-style: none;
	margin: 0;
	padding: 55px 0 0 0;
	}
#navigation li {
	float: right;
	padding: 0 20px 0 10px;
	}
#navigation li a {
	display: block;
	background: url(/images/arrow.gif) no-repeat left center;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
	}
#navigation li a:hover,
#navigation li a.active {
	background: url(/images/arrow.gif) no-repeat left center;
	color: #336699;
	text-decoration: none;
	}
#picture {
	position: relative;
	background: url(/images/picture.jpg) no-repeat right top;
	width: 925px;
	height: 255px;
	}
#picture h1 {
	font-size: 18px;
	line-height: 50px;
	color: #336699;
	font-weight: normal;
	margin: 0;
	padding: 205px 0 0 275px;
	}
#custom_wrapper {
	float: left;
	width: 925px;
	min-height: 300px;
	background: url(/images/custom_back.gif) repeat-y left;
	}
* html #custom_wrapper {
	height: 300px;
	}
#geography_wrapper {
	float: left;
	width: 925px;
	min-height: 500px;
	}
* html #geography_wrapper {
	height: 500px;
	}
#custom_left {
	float: left;
	width: 415px;
	background: url(/images/shadow_title.jpg) no-repeat right top;
	margin: 0;
	padding: 15px 10px 15px 275px;
	}

/*#custom_left p strong {
	text-transform: uppercase;
	}
*/

#custom_right {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	}
#custom_right .subtitle {
	width: 205px;
	height: 30px;
	background: url(/images/subtitle.gif) no-repeat;
	color: #336699;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	}
#custom_right a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	/*line-height: 20px;*/
	text-decoration: none;
	}
#custom_right p {
	padding-left: 20px;
}
#custom_right ul {
	list-style-image:url("/images/arrow.gif");
/*	padding-left: 20px;
	padding-right: 10px;*/
}
#custom_right li {
	padding-bottom: 5px;
	line-height: 20px;
	padding-right: 10px;
}
#custom_right a:hover,
#custom_right a.subactive {
	color: #336699;
	text-decoration: none;
	}
a.practices {
	color: #666;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
	}
a.practices:hover {
	color: #336699;
	text-decoration: none;
	}
#footer {
	width: 905px;
	height: 30px;
	background: url(/images/footer.gif) no-repeat right top;
	margin: 0;
	padding: 0 20px 0 0;
	}
#footer p {
	color: #fff;
	line-height: 30px;
	text-align: right;
	}
.decenthead {
	color: #10559C;
}
