@charset "utf-8";
/* CSS Document */
@import url(reset.css);
body { margin:0px; padding:0px; line-height:1.5em; color:#000; font-size:12px; background-color:#f1efec; font-family: 'Open Sans', sans-serif;}
a { text-decoration:none;}



/* main */
#main { margin:0px; padding:0px; display:block; position:relative; width:100%; height:auto;}
#common-container { width:980px; margin:0 auto; position:relative; background-color:#FFF; padding-top:19px;}
/* header */
.header-con, .nav-con, .middle-con { width:980px; display:inline-block; position:relative;}
.header-con .logo { float:left; padding-left:20px; width:530px;}
.header-con .header-right { float:right; padding-right:20px; width:260px; color:#737373; padding-top:10px;}
.header-con .header-right .header-top-nav a { text-transform:uppercase; color:#737373; font-weight:400; padding-left:5px; padding-right:5px;} 
.header-con .header-right .search-con { padding-top:22px; }
#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 8px #fcfcfc;
    border: 1px solid #d1d1d1;
    color: #676767;
	font-size:13px;
	font-weight:600;
    width: 182px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	font-family: 'Open Sans', sans-serif;
    }
 
/* navigation */ 
.nav-con { border-bottom:solid 1px #c9c9c9; border-top:solid 1px #c9c9c9; margin-top:16px; }
.nav-con .nav-menu { width:auto; font-weight:700; position:relative;}
.nav-con .nav-menu ul { margin:0px; padding:0px; list-style-type:none;}
.nav-con .nav-menu ul li {  font-size:14px;  float:left; text-transform:uppercase;}
.nav-con .nav-menu ul li a { color:#464646; display:block; padding:10px 19px; border-right:solid 1px #c9c9c9;}
.nav-con .nav-menu ul li a:hover { color:#2981d6;}
.nav-con .nav-menu ul li a.last {border-right:none; padding-right:0px;}
/* navigation end */ 

/* middle */
.middle-con { padding-top:22px; padding-bottom:20px; }
.middle-con .middle-left { float:left; width:549px; margin-left:10px;}
.middle-con .middle-right { float:right; margin-right:10px; width:390px;}


#example h1, .sub-title h2 { display:block; background-color:#000; color:#FFF; text-transform:uppercase; padding:4px 5px; font-size:16px; font-weight:700;}
.sub-title h2 { background-color:transparent; color:#000;}


.focus-areas, .focus-areas-2 { border-bottom:solid 4px #656565; border-top:solid 4px #656565; padding-bottom:15px; padding-top:15px; margin-bottom:15px;}
.focus-areas ul, .focus-areas-2 ul { margin:0px; padding:0px; list-style-type:none;}
.focus-areas ul li, .focus-areas-2 ul li { width:549px; display:inline-block; margin-bottom:18px;}
.focus-areas ul li .focus-areas-img, .focus-areas-2 ul li .focus-areas-img { width:99px; float:left; margin-right:13px;}
.focus-areas ul li .focus-areas-content, .focus-areas-2 ul li .focus-areas-content { width:430px; float:left;}
.focus-areas ul li .focus-areas-content h3, .focus-areas-2 ul li .focus-areas-content h3 { display:block; text-transform:uppercase; padding-bottom:4px; font-size:16px; font-weight:700;}

.focus-areas ul li .focus-areas-content p, .articles-desc p, .about-con p, .articles-list-desc p, .focus-areas-2 ul li .focus-areas-content p, .about-text p { color:#414141; font-size:14px; line-height:1.2em; padding-bottom:5px;}


.focus-areas ul li .focus-areas-content a { text-decoration:underline; font-weight:bold;} 
.focus-areas ul li:last-child, .focus-areas-2 ul li:last-child { margin-bottom:0px;}

.focus-areas-2 { border-bottom:solid 4px #dfa073; border-top:solid 4px #dfa073; margin-bottom:30px;}
.focus-areas-2 ul li { width:540px;}
.focus-areas-2 ul li .focus-areas-content { width:427px;}
.focus-areas-2 ul li .focus-areas-content h3 { text-transform:none; color:#da8e54;}
.focus-areas-2 ul li .focus-areas-content a { /*background-image:url(../images/pdf_icon.jpg); */background-repeat:no-repeat; background-position:left 1px; /*padding-left:18px;*/ text-transform:uppercase; color:#da8e54; font-weight:bold; text-decoration:underline;}

.articles-con {border-bottom:solid 4px #da8e54; border-top:solid 4px #da8e54; padding-bottom:10px; padding-top:15px; margin-bottom:10px;}
.articles-con .articles-title { font-size:18px; color:#262525; font-weight:700;}

.articles-wrapper { width:549px; display:inline-block; padding-top:10px; background-image:url(../images/dots.jpg); background-repeat:repeat-x; background-position:left bottom; padding-bottom:10px;}
.articles-wrapper .articles-pic { width:106px; float:left; margin-right:20px; } 
.articles-wrapper .articles-desc { float:left; width:100px; width:410px;}
.articles-wrapper .articles-desc .date, .articles-name, .articles-list ul li .articles-list-desc .articles-date { color:#747474; font-weight:700; font-style:italic; }
.articles-name { padding-left:10px; }
.articles-desc p, .articles-list-desc p { padding-top:5px; line-height:1.5em; }
.articles-desc a, .articles-list-desc a { color:#da8e54; font-weight:700; text-decoration:underline !important;}
.articles-view-all { text-align:right; text-transform:uppercase; font-weight:700; padding-top:0px;}
.articles-view-all a { color:#da8e54;} 

.about-con { border-top:solid 4px #fd7e00; padding-bottom:53px; padding-top:15px; margin-bottom:15px;}
.about-con p, .about-text p, .inner-articles-content p { padding-bottom:15px; line-height:1.3em;}
.about-con a { color:#ff7e00; font-weight:700; text-decoration:underline; }

.right-inner-con { width:390px; display:inline-block;}
.right-inner-con .right-left { float:left; width:178px;}
.right-inner-con .right-right { float:right; width:178px;}

.latest-news-con, .team-con, .related-publications { border-bottom:solid 4px #999966; border-top:solid 4px #999966;  padding-top:15px; margin-bottom:15px;}
.latest-news { width:auto; padding-bottom:13px;}
.latest-news ul { margin:0px; padding:0px; list-style-type:none;}
.latest-news ul li { background-image:url(../images/dots.jpg); background-repeat:repeat-x; background-position:left bottom; padding-bottom:13px; margin-bottom:15px; }
.latest-news ul li .news-date { font-weight:700; color:#747474;}
.latest-news ul li p {color:#262525; font-size:13px; line-height:1.2em; padding-top:3px; padding-bottom:8px;}
.latest-news ul li .readmore { color:#999966; text-decoration:underline; font-weight:600;}
.latest-news ul li:last-child { margin-bottom:0px; background-image:none;}

.happenings, .latest-news-con-2 { border-bottom:solid 4px #daa520; border-top:solid 4px #daa520; padding-bottom:9px; padding-top:15px; margin-bottom:15px;}
.happenings .happenings-title { color:#262525; padding-bottom:3px;}
.happenings .happenings-title span { color:#7e7e7e; display:block; font-weight:700;}
.happenings img { margin-bottom:6px; }
/* middle end */

/* bread */
.bread-con { width:940px; margin:0 auto; height:37px; padding-bottom:8px; border-bottom:solid 1px #cccccc;}
.bread-con .bread-nav { float:left;  margin-top:12px;}
.bread-con .bread-right { float:right; margin-top:12px;}

.bread-con .bread-nav a {  color:#464646;}
.bread-con .bread-nav span {background-image:url(../images/dots_arrow.jpg); background-repeat:no-repeat; background-position:right 7px; padding-right:18px; padding-left:10px;}
.bread-con .bread-nav a:hover { color:#74a2dc;}
.bread-con .bread-nav span:last-child {background-image:none !important;}
.bread-con .bread-nav span:last-child a {color:#74a2dc !important;}

.innre-page-title h2 { text-transform:uppercase; font-weight:700; color:#d98443; text-align:center; padding-bottom:15px; padding-top:15px; font-size:30px;}

.filter-con { background-color:#d98443; width:980px; display:inline-block; padding-top:10px; padding-bottom:10px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.filter-con span { font-size:14px; text-transform:uppercase; padding-left:15px;}

span.customSelect { font-size:11px; background-color:transparent; color:#FFF; padding:5px 0px; padding-left:5px; margin-right:15px;}

.location { width:113px;  background:url(../images/down_arrow.jpg) no-repeat center right; background-color:#FFF; font-weight:600;} 
.area { width:113px;  background:url(../images/down_arrow.jpg) no-repeat center right; background-color:#FFF; font-weight:600;} 
.year { width:71px;  background:url(../images/down_arrow.jpg) no-repeat center right; background-color:#FFF; font-weight:600;}
.author { width:100px;  background:url(../images/down_arrow.jpg) no-repeat center right; background-color:#FFF; font-weight:600;}  
/* bread end */

/* inner middle */
.inner-middle-left { float:left; width:640px; margin-left:15px;}
.inner-middle-right { float:right; width:255px; margin-right:15px;}

.inner-middle-left_2 { float:left; width:540px; margin-left:15px;}
.inner-middle-right_2 { float:right; width:390px; margin-right:15px;}


/* articles */
.articles-list, .conference-list { width:auto;}
.articles-list ul, .conference-list  { margin:0px; padding:0px; list-style-type:none;}
.articles-list ul li, .conference-list ul li { width:640px; border-bottom:solid 4px #da8e54; display:inline-block; padding-bottom:20px; margin-bottom:20px;}
.articles-list ul li .articles-list-title, .conference-list ul li .articles-list-title { font-size:18px; font-weight:700; padding-bottom:10px;}
.articles-list ul li .articles-list-pic, .conference-list ul li .articles-list-pic { width:107px; margin-right:15px; float:left; }
.articles-list ul li .articles-list-desc, .conference-list ul li .articles-list-desc { width:517px; float:left;}

.conference-list ul li .articles-list-pic { width:233px;}
.conference-list ul li .articles-list-desc  { width:390px;}
/* articles end */

/* team */
.team-con { padding-top:10px; padding-bottom:10px; width:255px; display:inline-block;}
.team-list { width:auto;}
.team-list ul { width:auto;}
.team-list ul li { float:left; margin-right:2px; margin-bottom:4px;}
.team-list ul li:hover {opacity:0.8;} 
/* tem */

/* waterdiplomacy */
.water-dipomacy { width:980px; display:inline-block; background-color:#f4f4f4; padding-top:15px; padding-bottom:15px; margin-bottom:20px;}
.water-dipomacy .water-dipomacy-pic { width:92px; float:left; margin-left:15px; margin-right:25px; border:solid 2px #FFF;}
.water-dipomacy .water-dipomacy-desc { width:820px; float:left; font-size:18px; color:#414141; line-height:1.1em; padding-top:10px;} 
/* waterdiplomacy */

/* public */
.publications-con { width:960px; margin:0 auto;}
.publications-con h3 { background-color:#96b7e3; display:block; padding:8px 10px; color:#FFF; text-transform:uppercase; font-size:16px;}
.publications-con .publications-wrapper { border:solid 1px #b7b7b7; border-top:none; position:relative;}
.publications-slider-con { width:960px; display:inline-block;}
.publications-slider-con .publications-left { width:142px; float:left; margin-left:10px; margin-right:15px; margin-top:10px; border:solid 1px #b7b7b7;}
.publications-slider-con .publications-right { width:770px; float:left;  margin-top:10px;}
.publications-slider-con .publications-right p { color:#414141; font-size:14px; line-height:1.5em; padding-bottom:15px;}


.latest-articles { width:auto}
.latest-articles ul { margin:0px; padding:0px; list-style-type:none;}
.latest-articles ul li { width:540px; display:inline-block; margin-bottom:20px;}
.latest-articles ul li .latest-articles-left { float:left; color:#262525; font-size:18px; font-weight:700; width:300px; line-height:1.3em;}
.latest-articles ul li .latest-articles-right { float:right; font-weight:600; font-style:italic; color:#747474;}
.latest-articles ul li:last-child { margin-bottom:0px; }


.media-news { width:auto;}
.media-news ul { margin:0px; padding:0px; list-style-type:none;}
.media-news ul li { background-image:url(../images/dots.jpg); background-repeat:repeat-x; background-position:left bottom; padding-bottom:8px; margin-bottom:6px; }
.media-news ul li a {color:#262525 !important; font-size:13px; line-height:1.2em; padding-top:3px;}
.media-news ul li .news-date { font-weight:700; color:#747474; margin-top:5px; font-size:11px;}
.media-news ul li:last-child { margin-bottom:0px; background-image:none;}


.archives-con, .related-conferences, .pub-conferences { border-bottom:solid 4px #5c8bac; border-top:solid 4px #5c8bac;  padding-top:15px; margin-bottom:15px;}
.archives-news { width:auto;}
.archives-news ul { margin:0px; padding:0px; list-style-type:none;}
.archives-news ul li { padding-bottom:8px; }
.archives-news ul li span { display:block; text-transform:uppercase; color:#747474; font-size:11px; }
.archives-news ul li a {color:#262525 !important; font-size:13px; line-height:1.2em; padding-top:3px;}
.archives-news ul li:last-child { margin-bottom:0px; background-image:none;}

.blank-space { margin-top:31px; }

.back { background-image:url(../images/back_arrow.png); background-position:left 23px; background-repeat:no-repeat; padding-left:15px; font-size:14px; margin-left:20px; padding-top:18px;} 
.back a { color:#418bd9; }
.back a:hover { color:#000; }
/* public */

/* inner articles */
.inner-articles-title h2 { font-weight:700; color:#262525; font-size:24px; padding-top:5px; padding-bottom:15px;line-height: 30px;} 
.inner-articles-month { font-style:italic; color:#747474;}
.inner-articles-name { font-style:italic; color:#da8e54; font-weight:700; font-size:14px;}
.inner-articles-content { padding-top:20px; font-size:14px;}
.inner-articles-content p:last-child { padding-bottom:0px; }

.related-publications, .pub-conferences  { padding-bottom:15px; }
.right-publications { text-transform:uppercase; color:#999966; font-size:14px; font-weight:700;}
.related-publications p { font-size:13px; line-height:1.3em; padding-top:10px; padding-bottom:10px;}
.related-publications a { color:#999966; text-decoration:underline; font-weight:700;}

.publications-list { width:auto;}
.publications-list ul { margin:0px; padding:0px; list-style-type:none;}
.publications-list ul li { display:inline-block; width:255px; padding-bottom:10px; background-image:url(../images/dots.jpg); background-repeat:repeat-x; background-position:left bottom; margin-bottom:10px;}
.publications-list ul li img { float:left; width:113px; border:solid 1px #b6b6b6; margin-right:10px;}
.publications-list ul li .publications-desc { float:left; width:129px;}
.publications-list ul li .publications-desc p { font-weight:700; line-height:1.1em; padding-bottom:3px;}
.publications-list ul li .publications-desc a { color:#669dde; text-decoration:underline; }
.publications-list ul li:last-child { background-image:none; margin-bottom:0px; }

.latest-art { border-bottom:solid 4px #656565; border-top:solid 4px #656565; padding-bottom:15px; padding-top:15px; margin-bottom:15px;}
/* inner articles end */

/* inner middle */

/* footer */
footer { background-color:#333333; color:#FFF; position:relative; padding:10px 10px;}
footer div { padding-bottom:5px; }
footer div a {color:#FFF !important; padding:0 5px;  text-transform:uppercase;}
footer .footer-logo { position:absolute; right:10px; top:0px; }
footer .copyright { text-align:right; font-size:11px; padding-top:5px; font-weight:700;}

/* footer end */

/*team*/
.team-profile-main{ width:100%; height:auto;}
.team-profile-pic{ width:225px; height:auto;}
.profile-pic{ width:223px; height:250px; border:1px solid #c9c9c9;}
.profile-pic img{ margin:12px 0px 0px 11px;}
.team-profile-container{ width:225px; height:auto; float:left;}
.current-projects-main{ width:199px; height:auto; background-color:#adcdec; margin-top:20px; padding:13px;}

.current-projects-main h2{ font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: bold;
font-size: 16px;
background-image: url(../images/current-projects-icon_07.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
padding: 5px 0px 5px 35px;}
.current-project-list{ width:100%; height:auto;}
.current-project-list ul{ list-style-type:inherit; margin:0px; padding: 0px 0px 0px 20px;}
.current-project-list ul li{ margin:0px; padding: 0px 0px 5px 0px; color:#fff;}
.current-project-list ul li a{ text-decoration:none; display:block; font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:bold; color:#fff;}

.team-profile-desc-main{ width:380px; height:auto; float:left; margin-left:20px;}
.profile-desc-head{ width:100%; height:auto; border-bottom:1px solid #c9c9c9;}
.profile-desc-head h2{ font-family: 'Open Sans', sans-serif; font-size:16px; text-transform:uppercase; color:#262525; padding: 0px 0px 3px;}
.profile-desc-head p{ font-family: 'Open Sans', sans-serif; font-size:13px; color:#4f4f4f; padding-bottom:3px;}
.profile-desc-head a{ font-family: 'Open Sans', sans-serif; font-size:13px; color:#ff7e00; padding: 0px 0px 10px 25px; background-image:url(../images/email-icon_03.jpg); background-repeat:no-repeat; background-position:0px 3px; display:block;}
.profile-des-txt{ width:100%; height:auto;}
.profile-des-txt p{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#262525; line-height:22px; padding-bottom:25px;}
.publication-box{ width:255px; height:auto;}
.publication-head{ width:255px; height:42px; background-color:#adcdec;}
.publication-head p{font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 13px 0px 13px 45px;
background-image: url(../images/publication-icon_03.jpg);
background-repeat: no-repeat;
background-position: 6px 10px;}

.public-desc{ width:253px; height:auto; border:1px solid #c9c9c9;}
.public-desc ul{ margin: 5px 0px 0px 20px;padding:0px; list-style-image:url(../images/dash_03.jpg);}
.public-desc ul li{ margin: 0px;
padding: 0px 15px 10px 0px;}
.public-desc ul li a{ text-decoration:none; color:#262525; font-family: 'Open Sans', sans-serif; font-size:13px;}
.public-desc ul li a span{ color:#ff7e00;}

.articles-box{ width:255px; height:auto;}
.articles-head{ width:255px; height:42px; background-color:#adcdec;}
.articles-head p{ font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 13px 0px 13px 50px;
background-image:url(../images/article-icon_03.jpg);
background-repeat: no-repeat;
background-position: 6px 10px;}

.articles-desc-2{width:253px; height:auto; border:1px solid #c9c9c9;}
.articles-desc-2 ul{ margin: 5px 0px 0px 20px;padding:0px; list-style-image:url(../images/dash_03.jpg);}
.articles-desc-2 ul li{ margin: 0px;
padding: 0px 15px 10px 0px;}
.articles-desc-2 ul li a{text-decoration:none !important; color:#262525; font-family: 'Open Sans', sans-serif; font-size:13px;}
.articles-desc-2 ul li a span{ color:#ff7e00;}
.articles-desc-2 div.view{ margin-left:20px;}
.articles-desc-2 div.view a{ text-decoration:underline; color:#1a83e9; font-size:12px; font-family: 'Open Sans', sans-serif;}





* {
	margin: 0;
	padding: 0;
}
#tabs {
	font-size: 90%;
	margin: 20px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 100%;
	padding-top: 4px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
	background-color:#666664;
	width:186px;
	text-align:center;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	
	background: #ff7e00;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs div.team-main {
	background: #FFFF;
	clear: both;
	padding: 15px 0px 0px 0px;
	min-height: 200px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px; color:#fff;
	text-align:center;
	display:block;
	width:186px;
}

#tabs ul li a.a-list{padding: 2px 0px 0px 0px;}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

.team-main-cont{ width:100%; height:auto;}

.team-main-cont ul{ margin:0px; padding:0px; list-style:none; list-style-type:none;}
.team-main-cont ul li{ margin:0px; padding:0px; background-color:#fff !important; margin-bottom:10px;}
.team-main-cont ul li a{ padding:0px !important;}
.team-main-cont ul li a div.team-pic{ border:1px solid #e1e1e1; margin-bottom:20px;}
.team-main-cont ul li a div.team-pic img{ margin:5px;}

.team-main-cont ul li a p{ color:#087be8; font-size:14px;font-family: 'Open Sans', sans-serif;}
.team-main-cont ul li a span{ color:#141414; font-size:12px;font-family: 'Open Sans', sans-serif;}

/*team*/
.contact_textfield{ width:100%; height:auto;}
.contact_textfield table{ margin:0 auto;}

.contact_textfield table tr td.contact-text{ font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:bold;}
.contact_textfield table tr td.contact-text span{ font-size:12px; color:#F00;}

.contact_textfield input[type=text] { width:250px; background:url(../images/textbox_bg.jpg) repeat-x left top; height:22px; margin-bottom:8px; border:solid 1px #e4e4e4; color:#676767; font-family:Arial; padding-right:5px; padding-left:5px;}

.contact_textfield textarea { width:250px; height:60px; background:url(../images/textbox_bg.jpg) repeat-x left top; margin-bottom:8px; border:solid 1px #e4e4e4; color:#676767; font-family:Arial; padding-right:5px; padding-left:5px;}

.career-box{ padding:10px;}
.career-box p.career-text-1{ font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:bold;}

.articles-con a.career-text-2{ color:#FF7E00;}
.articles-con h2.career-text-3{ color:#FF7E00;}

.career-box .articles-con{ border-bottom:none;}

#inner_middle_left {
width: 845px;
float: left;
margin-left: 20px;
padding-left:111px;
}

#col1, #col2 {
padding: 40px;
margin: 40px;
}

.fl {
float: left;
}

#inner_middle_left ul {
margin: 0px;
padding: 0px;
list-style-type: none;
margin-bottom: 22px;
}


#inner_middle_left ul li {
display: block;
background-image: url(../images/arrow.jpg);
background-repeat: no-repeat;
padding-left: 15px;
background-position: left 6px;
margin-bottom: 5px;
}


a.drop2 {
font-size: 16px;
}


#col1 ul li ul.navigation_sub_menu {
padding: 10px;
}

ul.navigation_sub_menu li {
background-image: url(images/nav_bg.jpg) !important;
background-repeat: repeat-x !important;
}

.form-con {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: solid 1px #e4e4e4;
display: block;
padding: 15px;
background-color: #f6f6f6;
margin-top: 30px;
}

.form-con .right-title {
font-size: 16px;
color: #2f5578;
padding-bottom: 15px;
}

.form-con .text-box {
display: block;
width: 200px;
height: 18px;
margin-top: 5px;
padding-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px inset;
}

#inline_content table tr td input[type="text"] {
background: url(../images/textbox_bg.jpg) repeat-x left top;
background-color: #FFF;
height: 22px;
margin-bottom: 15px;
border: solid 1px #e4e4e4;
color: #676767;
font-family: Arial;
padding-right: 5px;
padding-left: 5px;
}

#inline_content table tr td textarea {
background: url(../images/textbox_bg.jpg) repeat-x left top;
margin-bottom: 15px;
background-color: #FFF;
border: solid 1px #e4e4e4;
color: #676767;
font-family: Arial;
padding-right: 5px;
padding-left: 5px;
height: 50px;
width:200px;
}

#inline_content table tr td select{
	
	background: url(../images/textbox_bg.jpg) repeat-x left top;
height: 22px;
margin-bottom: 15px;
background-color: #FFF;
border: solid 1px #e4e4e4;
color: #676767;
font-family: Arial;
padding-right: 0px;
padding-left: 5px;
width: 153px;}

#inline_content table tr td span{ color:#F00;}

.middle-con ul.contact{ margin:0px; padding:0px;}
.middle-con ul.contact li{ padding: 10px 0px 10px 30px;
font-size: 14px;
background-image: url(../images/arrow.jpg);
background-repeat: no-repeat;
background-position: 15px 16px;}
.middle-con ul.contact li a{ color:#d98443;}