/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background:url(../img/tmp/bg.jpg) top center no-repeat #0E4E67 ;
	background-attachment:fixed;
}

.team { 
    box-shadow: 8px 8px 8px grey;
	border-radius: 25px;
}

ul {
	margin:0px;
	margin-left:12px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

img { 
	border: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.divWrapper {
	width: 990px;
	margin: 0px auto;

}

.divTop {
	height:150px;
	width:980px;
	position:absolute;
	z-index:2;
	background:url(../img/share/img/bg-mn.png) no-repeat center top;
}

.divTopDetail {
	height:150px;
	width:980px;
	background:url(../img/share/img/bg-mn.png) no-repeat center top;
}

.divBottom {
	float:left;
	width:1000px;
	height: 100%;
	position:relative;
	background:url(../img/share/img/bg_bt.jpg) bottom no-repeat;
}

.divMenu {
	float:left;
	width:965px;
	padding:0px 10px 0px 25px;
}

.divBgContent {
	float:left;
	width:1000px;
	background:url(../img/share/img/bg_content.gif) repeat-y;
}

.divContent {
	float:left;
	width:950px;
	padding:0px 25px;
}

.divLayout {
	float:left;
}

.divFooter {
	float:left;
	width:1000px;
	padding: 10px 0px ;
}

/***********************************************/
/* Utility                                     */
/***********************************************/
.ulList{
	margin-top:0px;	
	margin-left:0px;
	padding:0px;
}

.ulList li{
	list-style:none;
	line-height: 16px;
	padding-left:12px;
	padding-bottom:0px;
	background:url(../img/share/img/bullet.gif) no-repeat;
}