/*
* Set something which are globally valid
*/
*{
	padding: 0;
	margin: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}


html{
	height: 100%;
}

body{
	text-align: center;
	color: #000;
	background: #FBF5E6 url(../images/body_bg.gif) top repeat-x;;
	font: 80%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}



/*****************************************************************************************
*style the sidebar
*****************************************************************************************/
#sidebar{
	width: 80px;
	height: 110px;
	position: fixed;
	top: 200px;
	right: 20px;
	z-index: 9999998;
	//border: 1px solid red;
}

#sidebar img{
	position: absolute;
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}




/*****************************************************************************************
*	Style layout. There are three classical layout we can use: fixed-width, liquid, elastic.
*	in this program, we use fixed-width layout
******************************************************************************************/

#wrapper{
	margin: 0 auto;
	margin-top: 9px;
	text-align: left;
	width: 1050px;
	background-color: #FBF5E6;
	min-height: 100%;
	position: relative;
}



/***************************************************************************
* style header section
****************************************************************************/
#header{
	width:100%;
	overflow: hidden;
	//background-color: #E3E3DE;
	background-color: #E2E2E0;
}

#header" img{
	margin: 0 0;
	border: 1px solid black;
}

/*
* now we try to make the main menu as a drop down menu
*/
#header ul.nav{
	float: left;
	margin: 0;
	list-style: none;
	background-color: #99CC00; /*this color is similar to green*/
}

#header ul li.selected{
	background-color: #FBF5E6;
}


#header ul.nav a{ 
	text-decoration:none; 
	display:block; 
	color: #2B3F00;
	padding: 0.2em 0.5em;
	border-right: 1px solid #486B02;
	border-left: 1px solid #E4FFD3;
} 

#header>ul.nav>li{ 
	text-align:center;
	float: left;
	width:150px; 
}

#header ul.nav a:hover, #header ul.nav a:focus {
	color: #E4FFD3;
	background-color: #6DA203;
}





/******************************************************************************
* style content section
******************************************************************************/
#content{
	padding-bottom: 10px; //or padding-bottom: 100px;
}
#content a{
	text-decoration: none;
}

#content .person{
	width: 90%;
	margin: 10px auto;
	padding: 10px 10px;
}

#content ul{
	margin: 0 0 0 40px ;
}

#content .contact{
	margin: 10px 30px;
	overflow: hidden;
	//border-bottom: 1px red dotted;
	padding: 20px 20px;
}

#content .contact img{
	float: left;
}

#content .contact .detail{
	float:left;
	overflow:hidden;
	//border: 1px red solid;
	margin-left: 20px;
	vertical-align: center;
}

#content .contact .detail *{
	margin: 0 0;
	padding: 0 0;
}

#content .person p{
	margin: 0px 30px;
	font-size: 96%;
	//border: 1px red solid;
}

#content .person h4{
	margin: 1px;
	padding: 0;
	margin-left: 5px;
	color: #333333;
}

#content .person h5{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	color: #666666;
}


#content ul ul{
	margin: 0px 40px;
	list-style: none;
	//border: 1px red solid;
}

#content ul ul li{
	margin: 0px 20px;
}


/****************************************************************
*	Style footer section
*****************************************************************/
#footer{
	font-size: 12px;
	background-color: #CDFFCD;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	height: 167px;
	width: 100%;
	//border: 1px solid blue;
}

#footer ul.nav{
	text-align: center;
}

#footer ul.nav li{
	display: inline;
	margin: 0 6px;
}



#footer ul.nav li a{
	text-decoration: none;
}

#footer .note{
	line-height: 7px;
}

#footer .note{
	height: 122px;
	background: url('../img/footer1.png') no-repeat top center;
}