/* CSS Document */
* {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
body {/*background:url(../images/main_bg.jpg) no-repeat; margin:159px 0 0 10px;*/
	font-family:Arial, Helvetica, sans-serif;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.pdngR15 {
	padding-right:15px;
}
.pdngT10 {
	padding-top:10px;
}
.pdng16 {
	padding:16px;
}
.pdngB25 {
	padding-bottom:25px;
}
.mrgnT10 {
	margin-top:12px;
}
.clrorange {
	color:#ff7800;
}
.pdngL10 {
	padding:0 0 0 10px;
}
a {
	outline:0;
}
ul#topnav li a {
	color:#b13e00;
	text-decoration:none;
	position:absolute;
	z-index: 3;
	top:200px;
}
ul#topnav li a:hover {
	color:#b13e00;
	text-decoration:underline;
}
#wrapper {
	width:985px;
	position:relative;
	z-index:3;
	margin:0 auto;
	
	overflow-x:hidden;
	top:35px;
}
#wrapperinner {
	width:985px;
	margin:0 auto;
	position:relative;
	top:35px;
	z-index:3;
	overflow-x:hidden;
	padding-bottom:50px;
}
#wrapperframe {
	z-index:3;
}
.logo_area {
	float:left;
	width:176px;
}
.right_area {
	float:right;
	width:809px;
}
.top_menu_area {
	width:809px;
	margin:30px 0 0 0;
	background:#fff;
	height:43px;
	z-index:3px;
}
.index_content_area {
	width:809px;
}
.index_content_area_left {
	float:left;
	width:493px;
	
}
.index_main_heading {
	width:483px;
	height:220px;
	background:#fff;
	margin:29px 0 0 0;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
}
.index_content {
	width:446px;
	/*height:130px;*/
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 25px 16px;
	line-height:16px;
}
.index_content p a {
	text-decoration:none;
	color:#b13e00;
}
.index_content p a:hover {
	text-decoration: underline;
	color:#b13e00;
}
.content_inner {
	width:446px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 16px 16px;
	line-height:16px;
	margin:29px 0;
	overflow:hidden;
}
.content_inner a {
	color:#b13e00;
	text-decoration:none;
}
.content_inner a:hover {
	text-decoration:underline;
}
.content_inner h1 {
	padding-bottom:10px;
}
.inner_left {
	width:213px;
	float:left;
	margin-right:20px;
}
.inner_right {
	width:213px;
	float:left;
}
.innerheading {
	color:#745c48;
	padding:10px 0;
	text-align:left;
	font-size:16px;
	display:block;
	width:100%;
}
.content_inner ul.list {
	list-style:none;
}
.content_inner ul.list li {
	margin:10px 0 10px 10px;
	background:url(../images/bullet-orange.jpg) no-repeat left 5px;
	padding-left:10px;
}
.pdngT20 {
	padding-top:20px;
}
.index_content p {
	line-height:11px;
	text-align:right;
}
.index_content_area_right {
	float:right;
	width:316px;
	margin:29px 0 0 0;
}
.project_module {
	width:316px;
	height:193px;
}
.project_module a {
	color:#b13e00;
	text-decoration:none;
}
.imgbox {
	float: left;
	margin-right:15px;
}
.heading {
	float:left;
	margin-bottom:10px;
	display:block;
	width:235px;
}
.floatB5 {
	padding-bottom:5px;
}
.btnbox {
	float:left;
	width:220px;
}
.btnbox a {
	color:#b13e00;
	text-decoration:none;
}
.btnbox a:hover {
	text-decoration:underline;
}
.btnbox a.mrgnL {
	margin-left:105px;
}
.margnL {
	margin-left:10px;
}
.whatsnew_module {
	margin:9px 0 0 0;
	border-top:1px solid #b6b5b5;
	background:#fff;
	width:206px;
	height:143px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	padding:16px 15px 0 16px;
	color:#6d6d6d;
	font-size:12px;
	line-height:16px;
}
.whatsnew_module p {
	line-height:11px;
	text-align:right;
}
/* background silder start */
#supersize {
	position:fixed;
	overflow-x:hidden;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	cursor:default;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
/* background silder ends */






ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	display: block;
	text-decoration: none;
	font-size:16px;
}
ul.menu li {
	margin-top: 1px;
	background:url(../images/bg-li.jpg) repeat-x left bottom;
}
ul.menu li a {
	color: #ff7800;
	padding: 0.8em 0;
}
ul.menu li a:hover {
}
ul.menu li ul li {
	padding-bottom:1em;
}
ul.menu li ul li a {
	color: #ff7800;
	padding-left: 20px;
}
ul.menu li ul li a:hover {
	background: #aaa;
	border-left: 5px #000 solid;
	padding-left: 15px;
}
.code {
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}
.indent3 {
	padding-left: 3em;
}
.indent4 {
	padding-left: 4em;
}
.indent5 {
	padding-left: 5em;
}
.directores {
	float:left;
	margin:30px 0 0 0;
	background:#fff;
	width:315px;
	height:143px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	padding:16px 0 0 0;
	color:#6d6d6d;
	font-size:12px;
	line-height:16px;
}
.directores_mouseover {
	float:left;
	background:#fff;
	width:315px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	padding:16px 0 0 0;
	color:#6d6d6d;
	font-size:12px;
	line-height:16px;
	margin-right:10px;
}
.content_right {
	width:466px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 16px 16px;
	line-height:16px;
	margin-top:29px;
	overflow:hidden;
}
.graybox {
	background-color:#e9e8e7;
	padding:10px 15px;
	float:left;
	width:285px;
	margin-top:5px;
	color:#000;
	line-height:20px;
}
.content_right2 {
	width:446px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 16px 16px;
	line-height:16px;
	margin-top:29px;
	overflow:hidden;
}
.whitebox {
	padding:10px 15px;
	float:left;
	width:285px;
	height:70px;
	color:#000;
	line-height:20px;
	background:url(../images/bg-white.png) no-repeat left top;
	border-bottom:1px solid #d9d8d6;
}
.whitebox:hover {
	background:url(../images/bg-gray.png) no-repeat left top;
	cursor:pointer;
}
.whitebox.current {
	background:url(../images/bg-gray.png) no-repeat left top;
}
.query {
	width:275px;
	z-index:100;
	position:absolute;
	right:0;
	font-size:12px;
	color:#6D6D6D;
}
.txtfield {
	border:1px solid #d3d8db;
	width:174px;
	padding:2px;
}
.query ul li ul li {
	margin:4px 0;
	float:left;
}
.query ul li ul {
	float: left;
	padding:0 10px 0 15px;
	width:262px;
	height:264px;
	background:url(../images/bg-query-box.png) no-repeat left top;
}
.query ul li ul li label {
	width:70px;
	float:left;
	text-align:left;
}
.query ul li ul li label input {
	float:left;
	text-align: right;
}
.red {
	color:#ff0000;
}
.bdrbtm {
	border-bottom:1px solid #d3d8db;
	padding:20px 8px 5px 0;
	float:left;
	width:242px;
}
ul.projectlist {
	list-style:none;
}
ul.projectlist li {
	background:url(../images/bg-project-arrow-orange.png) no-repeat right 15px;
	cursor:pointer;
	margin-bottom:20px;
	height:112px;
	line-height:112px;
	vertical-align: middle;
}
ul.projectlist li:hover {
	background:url(../images/bg-project-arrow-gray.png) no-repeat right 15px;
}
ul.projectmenu {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3b3531;
	font-weight:bold;
}
ul.projectmenu li {
	border-bottom:1px solid #d9d8d4;
	padding:7px 0 7px 15px;
}
ul.projectmenu li a {
	text-decoration:none;
	color:#3b3531;
}
ul.projectmenu li:hover {
	background: #e8e7e7 url(../images/arrow-ornge.png) no-repeat right;
}
.pdng10 {
	padding:10px 0 0 0;
	float:left;
	width:100%;
}
.pdngT30 {
	padding:30px 0 0 0;
	float:left;
	width:100%;
}
.projectbox {
	width:216px;
	min-height:155px;
	float:left;
	margin:15px 14px 0 0;
	text-align:center;
}
.projectbox2 {
	width:216px;
	height:145px;
	float:left;
	text-align:center;
	margin-top:15px;
}
.projectbox p {
	padding:5px 0 0 0;
}
.projectbox2 p {
	padding:5px 0 0 0;
}
.btn {
	color:#ffd3ab;
	font-size:13px;
	background-color:#ff7800;
	border:none;
	padding:7px;
	margin:3px 0 0 0;
	cursor:pointer;
}
.btn:hover {
	background-color:#eb6f00;
	color:#fff;
}
.pdngB15 {
	padding-bottom:15px;
}
.pdngB10 {
	padding-bottom:10px;
}
.contentdescription ul.list {
	list-style:none;
}
.contentdescription ul.list li {
	margin:10px 0 10px 10px;
	background:url(../images/bullet-orange.jpg) no-repeat left 5px;
	padding-left:10px;
}
.contentdescription {
	width:446px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 16px 16px;
	line-height:16px;
	margin-top:29px;
	overflow:hidden;
}

