/* CSS Document */

/*HTML Elements*/
* {
outline: 0;
padding: 0;
margin: 0;
border: 0; }

*:focus { outline: none }

body, html {
color:#515151;
min-height:101%;
background-image: url(../images/bg_red.jpg);
background-repeat: repeat;
}

body, form { 
font: 100% 'Lucida Grande',Arial,Verdana; }

#home-lower a:link {
	color: #953503;
	text-decoration: none;
	border-bottom: 1px dotted #953503;
}

#home-lower a:visited {
color: #953503;
}

#home-lower a:hover {
color: #556343;
border-bottom: 1px solid #556343;
}

#home-lower a:active {
color: #953503;
}

/*Page Structure*/
#wrapper {
margin: 0 auto;
font-size: 0.8em;
width: 940px;
background-image: url(../images/bg_body.jpg);
background-repeat: repeat-y;
}

#header-wrapper {
width: 940px;
height: 138px;
background-image: url(../images/header3.jpg);
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#header-masthead #logo-masthead {

}

#header-masthead #contact-us {
float:  right;
width: 130px;
padding-top: 42px;
padding-right: 28px;
text-align: right;
}

h1 a {
width: 400px;
height: 51px;
margin-top: 0px;
display: block;
text-indent:-9000px;
float: left; }

h2 a {
width: 100px;
float: left;
display: inline;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #7E4F2C;
text-decoration: none;
margin-left: 13px;
}

h2 a:visited {
text-decoration: none;
color: #7E4F2C;
}
h2 a:hover {
	text-decoration: underline;
	color: #993300;
}
h2 a:active {
text-decoration: underline;
}

.icon1 {
	background-image: url(../images/icon_photo.jpg);
	background-repeat: no-repeat;
}

.icon2 {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
}

#content h2 {
color: #9B3823;
font-family: Georgia, "palatino Linotype", "Times New Roman", serif;
font-size: 23px;
} 

#content h2 {
color: #9B3823;
	font-size:2em;
	line-height:1.2em;
	font-variant:small-caps;
		font-family: "trebuchet MS", georgia, serif;
		}


#content h3{
color: #622e20;
} 
#content h4 {
color: #622e20;
} 
#content h5 {
color: #622e20;
} 

/*TOP CONTENT*/

#content {
width: 940px;
}

#content-wide {
width: 898px;
height: 476px;
background-image: url(../images/home/bg_home_top.jpg);
background-repeat: no-repeat;
margin: 20px 0px 10px 20px;
border: 1px solid #977D5B;
}


.content-wide-left {
float: left;
width: 610px;
margin-right: 20px;

}
.content-wide-left img {
	border: 1px solid #40150F;
	margin: 15px 0px 0px 15px;
}
.content-wide-right{
float: left;
width: 250px;
height: 444px;
margin-top: 15px;
background-color: #F0DFA9;
border: 1px dotted #A58E6C;
}
.content-wide-right img {

}

/*CONTENT LOWER */

#home-lower {
clear: both;
width: 898px;
height: 150px;
background-color: #f1e1b4;
margin: 0px 0px 10px 20px;
border: 1px dotted #A58E6C;
padding: 15px 0px 10px 0px;
color:#6F2F0B;
}

#home-lower h3 {
font-family: Georgia, "palatino Linotype", "Times New Roman", serif;
font-size: 18px;
color: #F0DFA9;
background-color: #953503;
font-weight: normal;
width: 400px;
margin: 10px 0px 10px 0px;
padding: 5px 40px 4px 8px;
display: inline;
}

.home-left {
	float:left;
	width: 410px;
	margin: 0px 8px 0px 10px;
	background-image: url(../images/BhutanEmblem.jpg);
	background-repeat: no-repeat;

}
.home-left img{
display: block;
	padding-left:140px;

}
.home-left p {
margin: 8px 10px 0px 140px;
font-size: 1.1em;
line-height: 1.2em;
}

.home-middle {
float: left;
width: 140px;
border-left: 1px dashed #A58E6C;
padding-left: 20px;
margin-right: 10px;
}
.home-right {
float:left;
width: 290px;
}

#navcontainer {
margin-left: 0px;
}

#navlist
{
margin-left: 16px;
padding-left: 0;
list-style: none;
}

#navlist li
{
background-image: url(../images/bullet_green.jpg);
background-repeat: no-repeat;
background-position: 0 0.9em;
font-size: 1.1em;
padding: 7px 0px 0px 20px;
}
#navcontainer a:link, #navcontainer a:visited, #navcontainer a:hover, #navcontainer a:active  {

}
#table {
border-collapse: collapse;
}

#tablethumbs {

}
#tablethumbs td{
padding: 0px;
margin: 0px;
}
#tablethumbs img {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border: 1px solid #6B764B;
}



/*CLEARS*/
.clearfloat:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .clearfloat { height:1%; }
 
*+html .clearfloat { height:1%; }
 
.clearfloat { display:block; }
 
/* End hide from IE-mac */
