@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	list-style: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;;
}

.left {
	float: left;
}

.right {
	float: right;
}

.image-left {
	float: left;
	margin: 0 30px 5px 15px;
}

.image-right {
	float: right;
	margin: 0 0 0 20px;
}

.clear {
	clear: both;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}

#languages {
	width: 100%;
	height: 30px;
	background: #57B6BD;
	line-height: 30px;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
}

#languages span.wrapp {
	width: 914px;
	height: 30px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}

#languages span.wrapp span {
	position: absolute;
	right: 0;
}

#languages a {
	line-height: 30px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
}

#languages a:hover {
	color: #0B3134;
}

#languages a.active {
	color: #0B3134;
}

#wrapp {
	width: 914px;
	height: auto;
	margin: 0 auto;

	position: relative;
	background: transparent url("../images/site/background-inner.gif") top left no-repeat;
}

#header {
	width: 914px;
	height: 117px;
	overflow: hidden;
	position: relative;
	border-bottom: 3px solid #57B6BD;
}

#header h1 {
	width: 203px;
	height: 117px;
	
	float: left;
	cursor: pointer;
}

#header h1 span {
	display: none;
}

#header ul {
	position: absolute;
	top: 89px;
	left: 245px;
}

#header ul  li {
	float: left;
	background: transparent url("../images/site/sep.gif") right 8px no-repeat;
	margin: 0 2px 0 2px;
}

#header ul  li.last {
	background: none;
}

#header ul li a {
	width: auto;
	height: 28px;
	display: block;
	line-height: 28px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #0B3134;
	padding: 0 4px 0 4px;
	text-transform: uppercase;
	font-weight: 600;
}

#header ul  li a:hover {
	background: #57B6BD;
	color: #FFFFFF;
}

#header ul  li a.active {
	background: #57B6BD;
	color: #FFFFFF;
}

#header form {
	position: absolute;
	right: 10px;
	top: 13px;
}

#header form label {
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 18px;
	display: block;	
	padding: 0 0 5px 0;
}

#header form input.query {
	width: 181px;
	height: 24px;
	border: 1px solid #D0EBED;
	float: left;
	margin: 0 6px 0 0;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #57B6BD;
	padding: 2px 0 0 0;
}

#header form input.submit {
	width: 29px;
	height: 27px;
	background: transparent url("../images/site/go.gif") top left no-repeat;
	cursor: pointer;
	float: left;
}

#left {
	width: 243px;
	height: auto;
	float: left;
	padding: 25px 0 0 21px;
}

#left span.title {
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 17px;
	cursor: default;
	display: block;
}	

#left ul.links {
	padding: 10px 0 0 0;
}

#left ul.links li { }

#left ul.links li a {
	display: block;
	width: 190px;
	height: 31px;
	line-height: 31px;
	background: transparent url("../images/site/link.png") bottom left no-repeat;
	padding: 0 0 0 27px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 14px;
}

#left ul.links li a:hover {
	background-position: top left;
	color: #0B3134;
}

#left ul.links li a.active {
	background-position: top left;
	color: #0B3134;
}

#left ul.publications {
	padding: 10px 0 0 0;
}

#left ul.publications li { 
	width: 217px;
	border-bottom: 1px solid #EDF7F8;
}

#left ul.publications li a { 
	width: 201px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 14px;
	padding: 8px;
	display: block;
}

#left ul.publications li a:hover { 
	background: #EDF7F8;
	color: #0B3134;
}

#right {
	width: 616px;
	height: auto;
	float: left;
	border-left: 1px solid #EDF7F8;
	overflow: hidden;
	position: relative;
	padding: 21px 0 0 33px;
}

#right #location {
	width: 570px;
	height: 31px;
	background: #57B6BD;
	line-height: 31px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 0 0 0 12px;
}

#right #location a {
	text-decoration: none;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#right #location a:hover {
	text-decoration: underline;
}

#right #location .right {
	padding: 0 12px 0 0;
}

#right #options {
	float: right;
	padding: 0 39px 0 0;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 12px;	
	font-weight: 600;
	line-height: 35px;
}

#right #options a {
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 14px;	
	font-weight: 600;
	line-height: 35px;
	text-decoration: none;
}

#right #options a:hover {
	text-decoration: underline;
}

#right #articles {
	width: 582px;
	height: auto;
	padding: 0 0 0 0;
}

#right h1 {
	font-family: Trebuchet MS;
	font-size: 33px;	
	line-height: 35px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h2 {
	font-family: Georgia;
	font-size: 33px;	
	line-height: 35px;
	font-weight: 300;
	border-top: 2px solid #57B6BD;
	border-bottom: 2px solid #57B6BD;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h3 {
	font-family: Georgia;
	font-size: 27px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h4 {
	font-family: Georgia;
	font-size: 24px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right ul {
	margin: 0 0 10px 0;
}

#right ul li {
	background: transparent url("../images/site/more1.gif") left 10px no-repeat;
	cursor: default;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 15px;	
	line-height:22px;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #EEF8F8;
}	

#right p {
	font-family: Trebuchet MS;
	font-size: 15px;	
	line-height:22px;
	padding: 10px 10px;
	cursor: default;
	color: #0B3134;
	text-align: justify;
}

#right .image-shadown {
	width: 281px;
	height: 230px;
	background: transparent url("../images/site/shadown.gif") top left no-repeat;
	float: right;
	margin: 0 0 0 20px;
}

#right .image-shadown img {
	padding: 25px 0 0 32px;
}

#right .more {
	background: transparent url("../images/site/more.gif") top left no-repeat;
	padding: 0 0 0 14px;
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 15px;
	margin: 0 0 0 2px;
	float: left;
}

#right .more:hover {
	background-position: bottom left;
	color: #000000;
}

#right a {
	color: #57B6BD;
	font-family: Trebuchet MS;
}

#right a:hover {
	color: #000000;
}

#right .quote {
	width: 157px;
	height: auto;
	background: #57B6BD url("../images/site/quote.gif") top left no-repeat;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	padding: 7px 10px 5px 10px;
	text-align: left;
	float: left;
	margin: 10px 20px 10px 0;
}

#right .quote p {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	text-align: left;
}

#right #articles span {
	float: right;
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 15px;
	padding: 0 3px 0 3px;
}

#right #articles .download {
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 15px;
	float: right;
}

#right #articles .download:hover {
	color: #000000;
}

#footer {
	width: 100%;
	height: 193px;
	overflow: hidden;
	position: relative;
	border-top: 3px solid #57B6BD;
	border-bottom: 22px solid #57B6BD;
}

#footer .inner {
	width: 914px;
	height: 193px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .project {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-transform: uppercase;
	padding: 22px 0 0 19px;
}	

#footer .project p {
	line-height: 55px;
	float: left;
}

#footer .project .image-right {
	margin: 0 11px 0 0;
}

#footer .project span {
	color: #57B6BD;
}	

#footer ul  {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	height: 30px;
	margin: 36px 0 0 0;
}

#footer ul li  {
	float: left;
	padding: 0 8px 0 8px;
	background: transparent url("../images/site/sep1.gif") right 11px no-repeat;
	font-size: 12px;
	line-height: 30px;
}

#footer ul li.last  {
	background: none;
	color: #999999;
	font-size: 12px;
	font-family: Trebuchet MS;
}

#footer ul li a {
	line-height: 30px;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #57B6BD;
}

#footer .copyright {
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 14px 8px 0 8px;
	float: left;
}	

#footer .copyright span {
	color: #656565;
}	

#footer .copyright a {
	color: #57B6BD;
	text-decoration: none;
}	

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .logo1 {
	width: 89px;
	height: 55px;
	background: transparent url("../images/site/logo1.gif") right top no-repeat;
	display: block;
	margin: 0 8px 0 0;
	float: right;
}

#footer .logo1:hover {
	background-position: bottom left;
}

#footer .logo2 {
	width: 75px;
	height: 55px;
	background: transparent url("../images/site/logo2.gif") right top no-repeat;
	display: block;
	margin: 0 8px 0 0;
	float: right;
}

#footer .logo2:hover {
	background-position: bottom left;
}

#footer .logo3 {
	width: 90px;
	height: 55px;
	background: transparent url("../images/site/logo3.gif") right top no-repeat;
	display: block;
	margin: 0 8px 0 0;
	float: right;
}

#footer .logo3:hover {
	background-position: bottom left;
}

.formManager {
	width: 618px;
	height: auto;
	background: transparent url("../images/site/formManager.gif") right top no-repeat;
	margin: 0 0 0 -15px;
	padding: 35px 0 0 0;
}

.formManager label {
	display: block;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding: 0 0 3px 59px;
}

.formManager .clear {
	line-height: 0;
	font-size: 0;
	background: #EDF7F8;
	height: 2px;
	margin: 5px 0 5px 55px;
	width: 526px;
}

.formManager label.type {
	float: left;
	color: #57B6BD;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formManager input.query {
	display: block;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 16px;
	margin: 0 0 5px 55px;
	width: 521px;
	height: 29px;
	background: #C8E7E9;
	padding: 5px 0 0 4px;
	border: 2px solid #FFF;
}

.formManager input.submit {
	display: block;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 18px;
	margin: 10px 20px 5px 255px;
	width: auto;
	height: 28px;
	background: #57B6BD;
	padding: 3px 10px 3px 10px;
	font-weight: 400;
	text-transform: uppercase;
	clear: both;
	cursor: pointer;
}


.formManager textarea {
	display: block;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 16px;
	margin: 0 0 5px 55px;
	width: 521px;
	height: 129px;
	background: #C8E7E9;
	padding: 5px 0 0 4px;
	border: 2px solid #FFF;
}

.formManager select{
	display: block;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 16px;
	margin: 0 0 5px 55px;
	width: 525px;
	height: 29px;
	background: #C8E7E9;
	padding: 5px 4px 4px 4px;
}

table.view_index {
	padding: 0;
	margin: -20px 0 40px 0;
	position: relative;
	z-index: 1;
}

table.view_index a:hover {
	text-decoration: underline;
}

table.view_index td {
	width: 240px;
	border-right: 1px solid #DAEFF1;
	padding: 0;
	margin: 0;
	width: 74px;
	height: 30px;
	position: relative;
}


table.view_index .first-col {
	width: 94px;
}

table.view_index thead {
	position: relative;
}

table.view_index .captions {
	position: relative;
}

table.view_index .captions td {
	color: #FFF;
	font-family: Trebuchet MS;
	font-weight: 400;
	font-size: 12px;
	height: auto;
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	cursor: default;
}

table.view_index .captions th {
	color: #FFF;
	font-family: Trebuchet MS;
	font-weight: 400;
	font-size: 12px;
	height: auto;
	padding: 2px 5px 10px 5px;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	cursor: default;
	position: relative;
}

table.view_index .info {
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 13px;
}

table.view_index .city {
	padding: 0 3px 0 2px;
	font-family: Trebuchet MS;
	font-size: 13px;
}

table.view_index .t_1 {
	position: relative !important;
	background: #57B6BD url("../images/site/sorting1.gif") bottom center no-repeat;
	cursor: pointer !important;
}

table.view_index .t_2 {
	position: relative;
	background: #79C5CA url("../images/site/sorting.gif") bottom center no-repeat;
	cursor: pointer !important;
}

table.view_index .t_3 {
	background: #CDE9EC; color: #45686B;
}

table.view_index .t_3 a {
	color: #45686B;
}

table.view_index .t_4 {
	background: #DAEFF1; color: #0B3134;
}

table.view_index .t_4 a {
	color: #0B3134;
}


table.view_index .t_5 {
	background: #EEF8F8;
}

table.view_index .t_6 {
	background: #FFFFFF;
}

table.view_index span.tooltip {
	display: none;
	position: absolute;
	padding: 10px 15px 10px 15px;
	top: -120px;
	left: 0px !important;
	width: 134px;
	height: 83px;
	background: transparent url("../images/site/tooltip.png") right top no-repeat;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 12px;
	z-index: 150 !important;
}

span.show_tooltip {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
}

table.view_index th {
	border-right: 1px solid #DAEFF1 !important;
	width: 74px !important;
	height: 30px !important;
	position: relative !important;
}


.pageing a {
	display: block;
	width: auto;
	padding: 0px 5px 0px 5px;
	border: 1px solid #CDE9EC;
	color: #57B6BD;
	float: left;
	margin: 0 0 10px 5px;
}

.pageing a:hover {
	border: 1px solid #239EA7;
	color: #239EA7;
}

.darker {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display: none;
}

.send-to-friend {
	width: 409px;
	height: 388px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -204px;
	background: transparent url("../images/site/send-to-me.gif") right top no-repeat;
	z-index: 201;
	display: none;
}

.send-to-friend a.close {
	display: block;
	width: 21px;
	height: 22px;
	background: transparent url("../images/site/close.gif") right top no-repeat;
	position: absolute;
	top: 9px;
	right: 12px;
}

.send-to-friend .form {
	position: absolute;
	top: 71px;
	left: 44px;
}

.send-to-friend .form p {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 14px;
	width: 323px;
	display: none;
}

.send-to-friend .form fieldset {
	margin: 0 0 21px 0;
}

.send-to-friend .form label {
	width: 115px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 26px;
}

.send-to-friend .form input {
	width: 205px;
	height: 22px;
	border-right: 1px solid #6BBFC5;
	border-bottom: 1px solid #BCE2E5;
	color: #000;
	padding: 3px 0 0 2px;
	font-family: Trebuchet MS;
	font-size: 14px;
	float: left;
}

.send-to-friend .form textarea {
	width: 205px;
	height: 104px;
	padding: 3px 0 0 2px;
	border-right: 1px solid #6BBFC5;
	border-bottom: 1px solid #BCE2E5;
	color: #000;
	font-family: Trebuchet MS;
	font-size: 14px;
	float: left;
}

.send-to-friend .form a.send {
	position: relative;
	left: 115px;
	top: -5px;
	background: #239EA7;
	padding: 4px 9px 4px 9px;
	color: #E2F2F3;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-transform: uppercase;
}

#index #location {
	width: 902px;
	height: 31px;
	background: #57B6BD;
	line-height: 31px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 0 0 0 12px;
	margin: 10px 0 1px 0;
}

#index #location a {
	text-decoration: none;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#index #location a:hover {
	text-decoration: underline;
}

#index #location .right {
	padding: 0 12px 0 0;
}

#index #options {
	float: right;
	padding: 0 0 0 0;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 12px;	
	font-weight: 600;
	line-height: 35px;
}

#index #options a {
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 14px;	
	font-weight: 600;
	line-height: 35px;
	text-decoration: none;
}

#index #options a:hover {
	text-decoration: underline;
}

#index #articles {
	width: 582px;
	height: auto;
	padding: 0 0 0 0;
}

#index h1 {
	font-family: Trebuchet MS;
	font-size: 33px;	
	line-height: 35px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#index h2 {
	font-family: Georgia;
	font-size: 33px;	
	line-height: 35px;
	font-weight: 300;
	border-top: 2px solid #57B6BD;
	border-bottom: 2px solid #57B6BD;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

.h1-index {
	font-family: Georgia;
	font-size: 33px;	
	line-height: 35px;
	font-weight: 300;
	border-top: 2px solid #57B6BD;
	border-bottom: 2px solid #57B6BD;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 0 0;
	width: 550px;
	position: relative; 
	z-index: 1; 
	margin-top: -30px;
}

#index h3 {
	font-family: Georgia;
	font-size: 27px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#index h4 {
	font-family: Georgia;
	font-size: 24px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#index ul {
	margin: 0 0 10px 0;
}

#index ul li {
	background: transparent url("../images/site/more1.gif") left 10px no-repeat;
	cursor: default;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 15px;	
	line-height:22px;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #EEF8F8;
}	

#index p {
	font-family: Trebuchet MS;
	font-size: 15px;	
	line-height:22px;
	padding: 10px 10px;
	cursor: default;
	color: #0B3134;
	text-align: justify;
}

#index .image-shadown {
	width: 281px;
	height: 230px;
	background: transparent url("../images/site/shadown.gif") top left no-repeat;
	float: right;
	margin: 0 0 0 20px;
}

#index .image-shadown img {
	padding: 25px 0 0 32px;
}

#index  .more {
	background: transparent url("../images/site/more.gif") top left no-repeat;
	padding: 0 0 0 14px;
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 15px;
	margin: 0 0 0 2px;
	float: left;
}

#index .more:hover {
	background-position: bottom left;
	color: #000000;
}

#index a {
	color: #57B6BD;
	font-family: Trebuchet MS;
}

#index a:hover {
	color: #000000;
}

#index .quote {
	width: 157px;
	height: auto;
	background: #57B6BD url("../images/site/quote.gif") top left no-repeat;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	padding: 7px 10px 5px 10px;
	text-align: left;
	float: left;
	margin: 10px 20px 10px 0;
}

#index .quote p {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	text-align: left;
}

#index .search {
	width: 914px;
	height: 295px;
	background: transparent url("../images/site/ranking-search.gif") bottom left repeat;
	position: relative;
}

#index .search label.index_by_region {
	font-family: Trebuchet MS;
	font-size: 16px;
	position: absolute;
	top: 35px;
	left: 50px;
}

#index .search select.index_by_region {
	width: 524px;
	height: 33px;
	background: #CCE9EB;
	font-family: Trebuchet MS;
	font-size: 14px;
	position: absolute;
	top: 65px;
	left: 50px;
	padding: 6px 6px 6px 0;
}

#index .search label.index_by_population {
	font-family: Trebuchet MS;
	font-size: 16px;
	position: absolute;
	top: 105px;
	left: 50px;
}

#index .search select.index_by_population {
	width: 524px;
	height: 33px;
	background: #CCE9EB;
	padding: 2px;
	font-family: Trebuchet MS;
	font-size: 14px;
	position: absolute;
	top: 135px;
	left: 50px;
	padding: 6px 6px 6px 0;
}

#index .search a.submit {
	display: block;
	width: 79px;
	height: 32px;
	background: transparent url("../images/site/submit.gif") bottom left repeat;
	position: absolute;
	top: 185px;
	left: 50px;	
}

#index .search .ranking_year {
	width: 235px;
	height: 180px;
	background: transparent url("../images/site/ranking-year.gif") bottom left repeat;
	font-family: Trebuchet MS;
	font-size: 14px;
	position: absolute;
	top: 60px;
	right: 72px;
}


#index .search .ranking_year p {
	font-family: Georgia;
	font-size: 14px;
	color: #FFF;
	padding: 10px 10px 0 15px;
	line-height: 20px;
}

#index .search .ranking_year select.index_by_year {
	width: 173px;
	height: 23px;
	background: #FFF;
	padding: 2px;
	font-family: Trebuchet MS;
	font-size: 14px;
	position: absolute;
	top: 114px;
	left: 30px;
}

#index .search option {
	padding: 0 2px 0 2px;
}