/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
  margin:0;
  padding:0;
  color: #237874;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top--------------------*/

#topMain{
	width:100%;
	background:url(images/pattern2.gif) 0 0 repeat;
	height:120px;
	border-top:#ffffff solid 2px;
}
#top{
	width:891px;
	margin:0 auto;
	height:149px;
}
#top img.logo{
	display:block;
	width:300px;
	height:103px;
	margin:3px 2px 0 0;
	float:left;
}
/*#top form{
	background:url(images/serch_bg.gif) 0 0 no-repeat;
	width:272px;
	height:124px;
	float:right; /*changed from left to right*/
	/* margin:10px 0 0 0; /*changed left margin to 0px*/
	/* padding:15px 0 0 19px;
} */

#top form{
	background:url(images/serch_bg1.png) 0 0 no-repeat;
	width:340px;
	height:100px;
	float:right; /*changed from left to right*/
	margin:4px 0 0 0; /*changed left margin to 0px*/
	padding:4px 0 0 25px;
}

#top form h2{
	display:block;
	width:222px;
	height:25px;
	padding:0 0 0 32px;
	border-bottom:#757575 dashed 1px;
	margin:0 0 8px 0;
	font:normal 21px/27px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
	background:url(images/Search.png) 0 0 no-repeat;
}

#top form input.txtBox{
	width:210px;
	height:20px;
	border: 1px solid #000000;
	padding:0 0 0 8px;
	margin:0 0 5px 0;
	background: url(none) no-repeat #fff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 17px;
	color: #454743;
	float:left;
}
#top form input.txtBox:focus {
	border: 1px solid #e0cecc;
	/** remember to change image path **/
	background: url(none) no-repeat #BDDB9B;
	color: #454743;
}

#top form input.btnSerch{
	background:url(images/go-32.png) 0 0 no-repeat;
	width:32px;
	height:19px;
	border:none;
	cursor:pointer;
    padding-left:3px;
    margin-left:3px;
	color:#fff;
	background-color:#E2E2C1;
	font:bold 10px/21px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
}
#top form label{
	display:block;
	width:110px;
	height:12px;
	background:url(images/bullet.gif) 0 0 no-repeat;
	padding:0 0 0 19px;
	font-size:0;
	float:left;
}
#top form label a.adv{
	color:#336600;
	background-color:inherit;
	font:bold 11px/11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:110px;
	height:12px
}
#top form label a.adv:hover{
	text-decoration:underline;
}
#top a.latestProject{
	display:block;
	background:url(images/latest_project.gif) 0 0 no-repeat;
	width:213px;
	height:136px;
	float:left;
	margin:35px 0 0 0;
}
#top a.latestProject:hover{
	background:url(images/latest_project_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------top--------------------*/

/*------------------------------------------------nav--------------------*/
#navMain{
	width:100%;
	height:24px;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
    float:left;
}
#nav{
	width:892px;
	margin:0 auto;
	height:24px;
}
#nav ul{
	width:746px;
	height:24px;
    margin:0 0 0 0;
	background:url(images/nav_div.gif) left top no-repeat;
	float:left;
}
#nav ul li{
  float:left;
  background:url(images/nav_div.gif) right top no-repeat;
  height:24px;
  line-height:0;
  font-size:0;
  padding:0 2px 0 0px;
}
/*#nav ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	font:bold 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#B5B5B5;
	background-color:inherit;
	text-decoration:none;
	padding:0 12px 0 10px;
}*/

#nav ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	font:bold 14px/24px Verdana, Times, serif;
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
	padding:0 12px 0 10px;
}

#nav ul li a:hover{
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#nav ul li a.hover{
	display:block;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	/*font:bold 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font:bold 14px/24px Verdana, Times, serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:0 12px 0 10px;
}
#nav a.login{
	display:block;
	background:url(images/login_bg.gif) 0 0 no-repeat;
	width:60px;
	height:24px;
	font:bold 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#232323;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	float:right;
	padding:0;
	margin:0;
}
#nav a.login:hover{
	color:#E5A923;
	background-color:inherit;
}
/*------------------------------------------------nav--------------------*/

/*------------------------------------------------bodyTop--------------------*/
#bodyTopMain{
	width:100%;
	background:url(images/body_top_bg.gif) 0 0 repeat-x #39A09B;
	color:#C5F6F2;
	padding:2px 0 2px 0;
}
#bodyTop{
  width:790px;
  margin:0 auto;
  /*	background:url(images/body_top_pic.jpg) right top no-repeat;*/
	padding:0 81px 3px 0;
}
#bodyTop h2{
	width:500px;
	font:bold 24px/75px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	float:left;
    padding:0 0 0 0;
}
#bodyTop h2 span.div{
	display:block;
	background:url(images/body_top_div.gif) 0 0 repeat-x;
	height:75px;
	width:394px;
	float:right;
}
#bodyTop p.txt1{
  display:block;
  width:651px;
  margin:0 0 22px 0;
  font:normal 15px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  float:left;
  color: #FFCCFF;
}
#bodyTop p.txt1 span.yellow{
	color:#E4E4A9;
	background-color:inherit;
	font-weight:bold;
}
#bodyTop p.green{
  display:block;
  width:480px;
  height:102px;
  font:normal 16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#FDFDF6;
  float:left;
  background:url(images/green_bg_right.png) right top no-repeat #2A8581;
  margin-bottom: 3px;
}
#bodyTop p.green span.left{
	background:url(images/green_bg_left.png) 0 0 no-repeat;
	width:35px;
	height:102px;
	float:left;
}
#bodyTop a.readMore{
	display:block;
	background:url(images/read_more_bg.gif) 0 0 no-repeat;
	width:76px;
	height:20px;
	font:bold 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	float:right;
	margin:10px 0 0 0;
}
#bodyTop a.readMore:hover{
	color:#000;
	background-color:inherit;
}
/*------------------------------------------------bodyTop--------------------*/

/*------------------------------------------------bodyBot--------------------*/
#bodyBotMain{
  width:100%;
  background:url(images/body_bot_bg.gif) 0 0 repeat-x #F7F7DA;
  color:#237874;
  padding:23px 0 17px 0;
}
#bodybot{
  width:920px;
  margin:0 auto;
}
#event{
  width:282px;
  float:left;
  margin:0 14px 0 0;
}
#event h2{
	display:block;
	background:url(images/event_bg1.gif) 0 0 no-repeat;
	width:220px;
	height:31px;
    padding:18px 17px 5px 55px;
	font:bold 22px/30px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
	margin:0;
}
#event2{
	width:282px;
	float:left;
	margin:0;
	background:url(images/event_1px.gif) 0 0 repeat-x #F6F6E2;
	color:#C06C06;
}
#event2 ul.first2{
	padding:14px 0 0 20px;
	width:260px;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
}
#event2 ul{
	padding:0 0 0 20px;
	width:260px;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
}
#event2 ul li{
	width:260px;
}
#event2 ul li.nor{
  display:block;
  background:url(images/arrow.gif) 0 3px no-repeat;
  padding:0 0 0 9px;
  font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  width:231px;
  color:#237874;
  background-color:inherit;
}
#event2 ul li.nor span{
	color:#837A08;
	background-color:inherit;
	font-weight:bold;
}
#event2 ul li.orange{
  display:block;
  /*color:#C06C06;
	background-color:inherit;
	margin:0 0 12px 0;*/
	padding:0 0 9px 0;
  width:241px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
#event2 ul li.orange2{
	display:block;
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	/*color:#C06C06;
	background-color:inherit;
	margin:22px 0 12px 0;*/
	padding:9px 0 8px 0;
	width:241px;
}
#event2 ul.last2{
	padding:0 0 14px 20px;
	width:260px;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
}
#event2 ul li a.readMore2{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:20px;
	font:bold 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 0 170px;
}
#event2 ul li a.readMore2:hover{
	color:#FFC423;
	background-color:inherit;
}
#event2 p.eventBot{
	display:block;
	width:282px;
	height:22px;
	font-size:0;
	line-height:0;
	background:url(images/event_bottom1.gif) 0 0 no-repeat;
}
#service{
  width:282px;
  float:left;
  margin:0 10px 0 0;
}
#service h2{
	display:block;
	background:url(images/current_service.gif) 0 0 no-repeat;
	width:220px;
	height:31px;
	padding:18px 17px 5px 55px;
	font:bold 22px/30px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
	margin:0;
}

#service2{
	width:282px;
	float:left;
	margin:0;
	background:url(images/event_1px.gif) 0 0 repeat-x #F6F6E2;
	color:#C06C06;
}
#service2 ul{
	padding:20px 0 0 7px;
	margin:0;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
	width:273px;
      min-height: 100px;
}
#service2 ul li.round{
  display:block;
  background:url(images/service_round_bg.gif) 0 0 no-repeat;
  width:245px;
  height:40px;
  padding:0 0 0 21px;
  font:bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#2D2D2D;
  background-color:inherit;
}
#service2 ul li.nor2{
  width:264px;
  padding:5px 0 2px 2px;
  margin:0;
  font-size: 12px;
  font-weight: 500;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}
#service2 ul li.nor2 a{
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#837A08;
	background-color:inherit;
	text-decoration:underline;
	display:block;
}
#service2 ul li.nor2 a:hover{
	color:#000;
	background-color:#E4E4C6;
	text-decoration:none;
}
#service2 ul li.nor3{
	display:block;
	width:254px;
	padding:10px 0 21px 12px;
	margin:0;
}
#service2 ul li.nor3 a{
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#837A08;
	background-color:inherit;
	text-decoration:underline;
	display:block;
}
#service2 ul li.nor3 a:hover{
	color:#000;
	background-color:#E4E4C6;
	text-decoration:none;
}
#service2 p.picMore{
	padding:0 15px 0 7px;
	margin:0;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
	width:258px;
	height:64px;
	display:block;
	}
#service2 p.picMore a.botLogo{
	display:block;
	float:left;
	width:159px;
	height:64px;
	margin:0 0 0 0;
	padding:0 0 0 12px;
	background:url(images/bot_logo.gif) 0 0 no-repeat;
}

#service2 p.picMore a.readMore3{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:20px;
	font:bold 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	float:right;
	margin:44px 0 0 0;
}
#service2 p.picMore a.readMore3:hover{
	color:#FFC423;
	background-color:inherit;
}
#service2 p.serviceBot{
	display:block;
	width:282px;
	height:22px;
	font-size:0;
	line-height:0;
	background:url(images/event_bottom1.gif) 0 0 no-repeat;
	float:left;
}
#vision{
  width:282px;
  float:left;
  margin:0 14px 0 0;
}
#vision h2{
	display:block;
	background:url(images/testimonial.gif) 0 0 no-repeat;
	width:220px;
	height:31px;
	padding:18px 17px 5px 55px;
	font:bold 22px/30px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
	margin:0;
}

#test2{
	width:254px;
	float:left;
	margin:0;
	background:url(images/event_1px.gif) 0 0 repeat-x;
	color:#C06C06;
	border-left:#CECEAE solid 1px;
	border-right:#CECEAE solid 1px;
	padding:0 12px 0 14px;
	background-color:inherit;
}
#test2 h3.orange3{
	display:block;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	padding:8px 0 8px 0;
	width:254px;
}

.testTxt
{
  font-size: 13px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-stretch:ultra-condensed;
  color:#666666;
  font-weight:500;
  vertical-align:top;
}
#test2 p.testTxt{
  display:block;
  width:224px;
  background:url(images/arrow.gif) 0 5px  no-repeat;
  padding:15px 0 16px 9px;
  color:#237874;
  background-color:inherit;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  min-height: 100px;
}
#test2 p.testTxt span{
	color:#837A08;
	background-color:inherit;
}
#test2 a.special{
	display:block;
	background:url(images/special_2007.gif) 0 0 no-repeat;
	width:254px;
	height:91px;
}
#test2 a.special:hover{
	display:block;
	background:url(images/special_2007_hover.gif) 0 0 no-repeat;
}
#test p.testBot{
	display:block;
	width:282px;
	height:14px;
	font-size:0;
	line-height:0;
	background:url(images/test_bottom.gif) 0 0 no-repeat;
	float:left;
}
/*------------------------------------------------bodyBot--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	height:112px;
	background:url(images/footer_bg.gif) 0 0 repeat-x #3F3F3F;
	color:#DE7F0B;
}
#footer{
	width:892px;
	margin:0 auto;
	height:112px;
	position:relative;
}
#footer ul{
	width:671px;
	position:absolute;
	left:0;
	top:24px;
}
#footer ul li{
	float:left;
	font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
}
#footer ul li a{
	padding:0 9px;
	font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
/*    background-color:#33CC33;
    color:#FF0000;*/
}
#footer ul li a.one{
	padding:0 9px 0 0;
	font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a.one:hover{
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:44px;
	width:230px;
}

#footer p.design{
	display:block;
	width:197px;
	height:19px;
	padding:0;
	position:absolute;
	left:0;
	top:62px;
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCFCF3;
	background-color:#7F7F7F;
	text-align:center;
}
#footer p.design a.link{
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCFCF3;
	background-color:#7F7F7F;
	text-decoration:none;
}
#footer p.design a.link:hover{
	color:#000;
	background-color:#7F7F7F;
}
#footer a.xhtml{
	display:block;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	width:57px;
	height:19px;
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	left:201px;
	top:62px;
}
#footer a.xhtml:hover{
	color:#000;
	background-color:inherit;
}
#footer a.css{
	display:block;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	width:57px;
	height:19px;
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	left:264px;
	top:62px;
}
#footer a.css:hover{
	color:#000;
	background-color:inherit;
}

#footer img {
	position:absolute;
	left:195px;
	top:20px;
	display:block;
}

#footer img.creative{
	position:absolute;
	left:733px;
	top:30px;
	display:block;
}

#footer img.medal{
position:absolute;
left:205px;
top:1px;
padding-bottom:1px;
padding-top:1px;
display:block;
}

.myinputstyle {
	border: 1px solid #98d7a7;
	/** remember to change image path **/
	background: url(none) no-repeat #98d7a7;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 17px;
	color: #454743;
}

.myinputstyle:focus {
	border: 1px solid #e0cecc;
	/** remember to change image path **/
	background: url(none) no-repeat #e0cecc;
	color: #454743;
}
/*------------------------------------------------footer--------------------*/

.main_button:hover
{
cursor:pointer;
}
