/* CSS Document */

#header h1{
	background:url(../about/images/home_big_image.jpg) no-repeat;
	height:230px;
	width:860px;
	text-indent:-9000px;
	margin:7px 0 0 0;
}

#floater{
	margin:0 5px 10px 5px;
}

#sub_nav{
	width:280px;
	margin: 20px 0px 0px 0px;
	padding:0;
	float:left;
}

#contentpage{
	width:580px;
	margin: 20px 0px 0px 0;
	padding:0;
	float:left;
	margin-left:inherit;
}

.rounded_title{
	background:transparent url(../images/rounded_title_header.jpg) repeat-x;
	width:280px;
	height:25px;
	margin:0;
	padding:0;
}

.subnav{
	background:transparent url(../images/doted_line.gif) repeat-x;
	width:280px;
	height:32px;
	margin:0;
	padding:0;
}

.rounded_title_page{
	background:transparent url(../images/rounded_title_header.jpg) repeat-x;
	width:570px;
	height:25px;
	margin:0;
	padding:0;
}

.rounded_title h2{
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:5px 5px 0px 9px;
}

.subnav h2{
	font-family:"Century Gothic";
	font-size:18px;
	color:#333;
	margin:0;
	padding:5px 5px 5px 9px;
}

/* adjusting the sub navigation height */

#rounded_content_nav_index {
	background:#b7b7b7;
}

.rounded_content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#333;
	margin:0;
	padding:10px;
}

/* country list */

.country{
	width:105px;
	height:240px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

.country ul li a:link,
.country ul li a:visited{
	text-decoration:none;
	list-style-type:none;
	color:#333;
}

.countrybold ul li a:link,
.countrybold ul li a:visited{
	text-decoration:none;
	list-style-type:none;
	line-height:13px;
	font-weight:bold;
	color:#333;
}


.countrybold{
	text-decoration:none;
	list-style-type:none;
	font-weight:bold;
	color:#333;
}