@import url('/styles/header.css');

* {
  margin: 0;
  padding: 0;
}

body {
  background: #481802; 
  text-align: center;
  margin-top: 30px;
}

#wrapper {
  position:relative;
  background: url(../images/content.jpg) repeat-y 0 0;
  position:relative;
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
}

#wrapper .countrylist {
  top: 54px;
}

#container {
    position: relative;
	font-size: 1.2em;
	color: #000;
	padding:17px 0;
	margin: 10px 0;
	float: center;
	
}

#content {
   float: right;
   width: 755px;
/*  margin-left: 210px;*/
/*  margin-top: 0px;*/
/*  display: inline;*/
  padding: 20px 15px;
  margin: 0;
  font-size: 1.1em;
  color: #000;
 
} 

#featureimg {
   background: url(../images/featureimg_bkgrd.jpg) no-repeat 0 0;
   float: right;
   width: 375px;
   padding: 10px 15px 20px 10px;
   margin-top: -10px;
   margin-left: 20px;
 
} 

#navigation {
  float:left;
  width: 180px;
  padding: 10px 5px 10px 15px;}

.image {
padding:8px;}

.brdr {
border: 1px solid #000000;}
/***************************************
   =TYPOGRAPHY and BACKGROUNDS
-------------------------------------- */

body {
  font-size: 62.5%; /* Sets 1em to 10px */
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#keyheader {
background-image: url(../images/header.jpg);
height: 90px;
width: 1000px;

}

#content .feature-image {
  float: right;
  margin-top: 5px;
  margin-right:-15px;
  padding: 0 0 1em 1em;}
  
#navigation ul li{
  list-style:none;
  padding-top: 15px;
  }
  
#navigation a{
 color:#FFFFFF;
 text-decoration:none;
  }
  
#navigation .active{
 color:#D2B890;
 text-decoration:none;
  }    
  
#navigation h2{
font-size:1.1em;
margin-bottom: .5em;
  }    
  
#footer {
  background:#D2B890;
  clear:both;
  color:#FFF;
  padding: 10px 10px;
  font-size: 1em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.1em;
  margin-top: 1em;
}

h4 {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}

p {
  margin-bottom: 1em;
}

#content ul,
#content ol {
  margin-left: 1.1em;
  margin-bottom:1em;
}

#content .caption{
font-size:1em;
font-style:italic;
margin-bottom: 7px;
font-weight:bold;
}

/* links */

a {
  color: #570C08;
}
#content a:hover {
  color: #9A4C35;
}  

#content a:visited {
  color: #865102;
}

/***************************************
   =TABLES 
-------------------------------------- */

#content table {
  float:center;
  border-collapse: collapse;
  font-size: 1em;
}

#content thead tr {
  background-color: #9A4C35;
}
#content thead tr,
#content thead th {
  font-weight: bold;
  color:#FFF;
  padding: 6px 15px;
  border:none;
}
#content td {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 1px solid #000000;
}

#content th {
  text-align: left;
  padding: 6px 10px;
}
  
#content tbody .subhead {
  background: #95846f;
  color: #eff7ff;
  font-weight: bold;
  color:#FFF;
  padding: 4px 15px;  
}  
#content tbody tr th td,
{ color: #eff7ff;
  font-weight: normal; 
}
#content th.align-right {
  text-align: right;
}


/***************************************
   =SPECIAL PAGE TYPES
-------------------------------------- */
.home #container {
background: url(../images/homebkgrd.jpg)  #d2b890 no-repeat 0 0;
padding: 0;
margin:0;
}

.home #wrapper{
background:#d2b890;
padding:0;
margin: 0 auto 0 auto;
width:1000px;
}

.home #content{
background: url(../images/homecontent.jpg) #d2b890 no-repeat 0 0;
float:left;
width:385px;
height: 260px;
padding: 50px 15px;
margin: 40px 0 auto 0;
color:#FFFFFF;}

.home #flash{
background: url(../images/flashbckgrd.jpg) #d2b890 no-repeat 0 0;
float:right;
width: 545px;
padding:10px 27px 10px 13px;
margin-top: 20px;
}

.home #navigation{
background: url(../images/homenav.jpg) repeat-x 0 0; 
width: 990px;
margin-bottom: 0;
padding: 12px 5px;

}

.home #navigation ul li{
display:inline;
padding-left:30px;
margin-bottom: 0;
}

.home #navigation a{
font-size:1.1em;
color:#FFF;
text-decoration:none
}

.clear-after {display: inline-block;
}


.clear-right {
clear:right;
}

/* site map*/
.float-half{
	width: 35%;
	float: left;
}

#content .sitemap ul0{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	}
	#content .sitemap ul li{
		list-style: none;
		width: 200px;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#content .sitemap ul ul{
		margin-left: 20px;
		padding: 0;
	}
		#content .sitemap ul ul li{
			font-weight: normal;
			padding: 0;
		}
  
#htbForm table{
	width: 640px;
}

#conForm table{
	width: 640px;
	}
	#conForm table td{
		border-bottom: none;
	}
	#conForm table table{
		width: 100%;
	}
