/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
.full_area_one{ width: 100%; height: auto; background:#fff; overflow: hidden;}
.full_area_menu{ width: 100%; height: auto; background:#0a323a; min-height: 44px;}
.full_area_two{ width: 100%; height: auto; background:#ebebeb; overflow: hidden;}
.full_area_three{ width: 100%; height: auto; overflow: hidden;}
.full_area_four{ width: 100%; height: auto; background:#0a323a; overflow: hidden; border-top: 1px solid #d1d1d1;}
.full_area_five{ width: 100%; height: auto; background:#ebebeb; overflow: hidden;}

body {
	/*background: #0d1424 url(../images/bg2.jpg) no-repeat center top cover;*/
	background: url("../images/bg.png")!important;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
    background:cover;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
    text-align: justify;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 100px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 100;
	width: 360px;
    height:auto;
}
.ph {
	width: 90%;
    height:auto;
    padding-left:4%;
}
.ph span {
	width: 100%;
    height:23px;
    line-height: 23px;
    color: #6c6c6c;
}
.ph span b { color: #0a323a;}
#searchform #s {
	width: 358px;
    border: 1px solid #ccc;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	/*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);*/
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(../images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}
.menu_bar{ width: 100%; height: auto; min-height: 25px; float: left; display: block; background-color: #fff;}

/************************************************************************************
Banner
*************************************************************************************/

.banner{ width: 100%; height: auto; min-height: 300px; float:left;}


/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 15px 0 30px;
	padding: 20px 20px;
	width: 660px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: 26px/120% Arial, Helvetica, sans-serif;
    color:#0a323a;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 298px;
	float: right;
	margin: 15px 0 30px;
}
.widget {
	background: #fff;
    height: auto;
    overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 8px 0 5px;
	padding: 0;	
    /*color: #8000ff;*/
    color: #0a323a;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.social-icons {
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
}
.social_part {
	height: 30px;
    width: 35px;
    margin: 3px;
    border: 1px solid #ccc;
    float: left;
    display: block;
}

.one:hover {background-color:#e6e6e6; border-color: #000;}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	font-size: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 36px;
}
#footer a {
	color: #5fbadb;
}
#footer p {margin-bottom: 0px;}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.zero{ padding: 0px!important;}
.more_links{ width: 100%; height: auto;}
.more_part{ 
    width: 100%;
    height: auto; 
    margin: 1%; 
    min-height: 100px; 
    float: left;
    border-left: 0px dashed #999;
}
.more_part li { /*list-style-image: url(../images/list_arrow.gif);*/ background-image: url(../images/list_arrow.gif); background-repeat: no-repeat; background-position: center left; padding-left:15px;  font-size:16px; width:210px; display: inline-block; margin-right: 15px!important; }
.more_part li a{color: #fff; }
.more_part li :hover{color: #000; text-decoration: none;} 

/************************************************************************************
aboutisf
*************************************************************************************/
.aboutisfmiddle{
	background: #fff;
	margin-left: 160px;
    margin-right: 160px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}  
.textabouta{ 
    padding-left: 60px;
    text-align:justify;
}  
.textAdvocacy{ 
    font-weight: bolder;
    text-align:justify;
} 
/************************************************************************************
advisorycommitee
*************************************************************************************/
.advisory{ 
    height:auto;
    width:auto;
    margin-bottom: 40px;
    margin-top: 20px;
}
.advisoryuma{ 
    height:300px;
    width:900px;
    float: left;
} 
img {
    float:left;
    margin: 20px 0 10px 10px;
    padding-right: 30px;
}
.advisorycha{ 
    height:300px;
    width:900px;
    float: left;
} 

.advisorydk{
    height:300px;
    width:900px;
    float: left;
} 

.advisoryvs{
    height:300px;
    width:900px;;
    float: left;
} 

.advisorytt{
    height:300px;
    width:900px;
    float: left;
} 
.textadvisory{
    font-size: 12px;
    color: black;
} 

.article_con {
    border-radius: 8px;
    color: #333;
    float: right;
    line-height: 20px;
    margin-left: 8px;
    padding: 8px;
    width: 690px;
} 
.texttable{
    text-align:left;
    color: black;
} 
/************************************************************************************
gallery
*************************************************************************************/

.about {
    display: block;
    float: left;
    height: 1000px;
    margin: 0 20px 10px;
    width: 900px;
} 
.details {
    color: #575652;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    text-align: justify;
    width: 900px;
    padding-bottom: 20px;
} 
.gallery {
    display: block;
    float: left;
    height: auto;
    margin: 10px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 900px;
} 
.galleryup {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 900px;
} 
.gallerymiddle {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 900px;
} 
.gallerydown {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 900px;
} 

 

div.img { 
    border: 5px solid #fff;
    float: left;
    width: 290px;
    height: 280px;
} 
/*
div.imga { 
    background-image:
    border: 1px solid #ccc;
    float: left;
    width: 290px;
    height: 200px;
*/
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc { 
    height: 40px;
    box-shadow: 0px 0px 2px 4px #dedede;
    background-color: #0a323a;
    color:#fff;
    padding: 15px;
    text-align: center;
    float: left;
    width: 97%;
    margin-left: 10px;
}
</style>





/*.gallery_title {
    background-color: #003366;
    color: #ffffff;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 28px;
    margin-top: 3px;
    min-height:auto;
    text-align: center;
    width:280px;
}*/ 
h4.color3 {
    color:#003366;
}
h4 {
    color: #dad6cc;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding: 0 0 7px;
} 

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 99%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}
Contact us
.contact{
    height:300px;
    width:900px;
    float:left;
    background-color: aqua;
}
.contactus{
    height:300px;
    width:300px;
    float:left;
    background-color:bisque;
}
/*#contactform{ 
    background-color: #fff;
    height:auto;
    width:400px;
    float:left;
    box-shadow:2px 2px 2px 4px #ccc;
} 
#contactform input{
    width: 100%;
}*/
.contactup{
    height:auto;
    width:900px;
    float: left;
}  
.contactdown{
    height:300px;
    width:900px;
    float: left;
    margin-top: 100px;
} 

.contactleft{
    height: auto;
    width:400px;
    float: left;
} 
.contactright{
    height:auto;
    width:400px;
    float: left;
    margin: 10px 0 0 10px;
} 
.contactrightright{
    height:600px;
    width:485px;
    float: left;
    padding-left: 45px;
    box-shadow: 2px 2px 2px 3px #888;
} 

p{
    font-size: 14px;
} 
.textservice{ 
	margin: 0 0 5px;
	padding: 0;
	font: 26px/120% Arial, Helvetica, sans-serif;
    color:#0a323a; 
} 
advisory ul li { list-style:disc; outline:none;color: black; font-family: sans-serif;font-size: 13px;} 



.contactrightright form {
	width:400px;
    height: 300px;
	margin:0;
}

.contactrightright label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

.contactrightright input, textarea {
	width:380px;
	height:35px;
	background:#efefef;
/*	border-radius:5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

.contactrightright input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

.contactrightright textarea {
	height:70px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:url(images/submit.jpg);
	width:127px;
	height:38px;
    color: aliceblue;
	border:none;
	margin-top:20px;
    background-color: black;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	} 

.tabledate{
    padding:20px;
    font-size: 14px;
} 
.contactupa{ 
   height:100px;
    width:700px;
    float: left; 
    margin-left: 100px;
    margin-right: 100px;
} 
.contactupb{ 
   height:100px;
    width:700px;
    float: left;
    margin-left: 100px;
    margin-right: 100px;
} 
.contactupc{ 
   height:100px;
    width:700px;
    float: left;
    margin-left: 100px;
    margin-right: 100px;
} 
.contactupd{ 
   height:100px;
    width:700px;
    margin-left: 100px;
    margin-right: 100px;
    float: left;
}

#dFunctionButton {
    clear: both;
    padding: 10px 0 3px;
}
#dFunctionButton div {
    padding: 0;
}
#dFunctionButton strong, #dFunctionButton a {
    background: #009999 none repeat scroll 0 0;
    border-radius: 5px 0;
    color: #ffffff;
    font-family: "Bookman Old Style";
    margin: 0 0.05em;
    padding: 2px 5px;
    text-decoration: none;
}
#dFunctionButton a:hover {
    background: #006699 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
#dFunctionButton strong {
    background: #cccccc none repeat scroll 0 0;
    color: #fff;
}
#dFunctionButtonactive {
    background: #0099cc none repeat scroll 0 0;
    border-radius: 5px 0;
    color: #ffffff;
    font-family: "Bookman Old Style";
    margin: 0 0.05em;
    padding: 2px 5px;
    text-decoration: none;
}

/*******************new *****************************/

.treenav {
	width:100%;
	background:#ccc;
	padding:10px 0;
    border-radius: 5px;
    margin-top: 10px;
}
.treenav .breadcrumb {
	width:900px;
	margin:auto;
    height: 30px;
}
.treenav .breadcrumb ul {
	margin:0px;
	padding:0px;
}
.treenav .breadcrumb ul li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	font-size:14px;
	padding:0 10px 0 0;
}
.treenav .breadcrumb ul li a {
	color:#000;
	text-decoration:none;
}
.treenav .breadcrumb ul li a:hover {
	text-decoration:underline;
}
.treenav .breadcrumb ul li.active {
	color:#0e8c89;
	font-weight:700;
	text-shadow:1px 1px #fff;
}



