html {
	height: 100%;
}

body {
	background-color: #C1C1C1;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Tahoma, "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF !important;
}

iframe {
	background-color: #FFFFFF !important;
}

#main-wrapper {
	min-height: 100%;
  height: auto !important;
  height: 100%;
	width: 754px;
	/*margin: 0px auto -55px !important;*/
  /*margin: 0px auto -45px;*/
	margin: 0px auto;
	background-color: #FFFFFF;
	background: url(/images/bg/mainBg.jpg) repeat-y center;
}

#main-logo {
	background: url(/images/bg/mainLogo.jpg) no-repeat center;
	width: 730px;
	height: 101px;
	margin: 0 auto;
	empty-cells: show;
}

#main-menu {
	width: 730px;
	height: 23px;
	margin: 0 auto;	
}

#main-content {
	width: 730px;
	height: auto;
	overflow: auto;
	margin: 3px auto 45px auto;
}

#pre-footer {
   	height: 45px;
}

#main-footer {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
  width: 730px;
  height: 45px;
  bottom: 0px;
  margin: 0px auto;
} 

#main-footer-text {
   padding: 10px 20px 0px 20px;
   color: #333;
   font-size: 11px;
   text-align: center;
}

#img-world-map {
	width: 730px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	margin: 0px auto 20px auto;
}

.main-index-continent {
	width: 217px;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
}

img {
	border: none;
}

td {
	font-family: Tahoma, "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-family: Tahoma, "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#993300;
	text-align: left;
}

h2 {
	font-family: Tahoma, "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: underline;
	color:#0066CC;
}

ul.country-list {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
}

ul.country-list li {
	margin-left: 0px;
	margin-bottom: 2px;
	text-align: left;
    background-image: url(/images/admin/arrow-bullet.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.center-menu {
	margin: 2px 0px 2px 0px !important;
	margin: 2px 0px 2px 10px;
	padding: 5px 0px 0px 10px !important;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}

.center-menu li {
	margin: 0px 0px 6px 0px;
	background-image: url(/images/admin/arrow-bullet.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#center_name {
	color: #993300;
	font-weight: bold;
}

.country-center {
	width: 100%;
	border-bottom: 1px dotted #C0C0C0;
	height: auto;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

.country-center-logo {
	float: left;
	margin-right: 15px;
}

.country-center-address {
	float: left;
}

.country-center-field {
	clear: both;
	margin-bottom: 10px;
}

html>body .country-center-field {
	height: auto;
	overflow: auto;
}

* html .country-center-field {
	border: 1px solid #FFFFFF;
}

.country-center-fieldname {
	float: left;
	width: 120px;
	font-weight: bold;
}

.country-center-fieldvalue {
	float: left;
	width: 300px;
}

#breadcrumbs {
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#menu-navigation {
	float: left;
	width: 180px;
	margin-top: 20px;
}

#content-wrapper {
	width: 100%;
	text-align: center;
}

.page-navigation {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#page-content {
	background-color: #FFFFFF;
	float: left;
	width: 500px;
	height: 100%;
	overflow: auto;
	margin-top: 15px;
}

#page-content-inner {	
	width: 100%;
	text-align: center;
	height: auto;
	overflow: auto;
}

#page-content-inner2 {
	width: 95%;
	margin: 10px auto;
	text-align: left;
	position: relative;
	height: auto;
	overflow: auto;
}

#available-language {
	position: absolute;
	right: 5px; top: 0px;
}

.contact-line {
	clear: both;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF; /* For IE to display the border correctly */
}

.contact-field-name {
	width: 80px;
	float: left;
	margin-right: 15px;
}

.contact-field-value {
	float: left;
}

ul.news-list {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
}

.news-list li {
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: left;
    background-image: url(/images/centers/bullet-news.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
}