@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cbcbcb;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
li{
	margin:0; 
	padding:0; 
	list-style-type:none;
}


#maindiv {
	width: 978px; 
	margin: 0px auto;
	background-color:#FFFFFF;
}

.common-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
}
.common-text-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.common-text-black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
.common-text-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
}
.common-text-link:hover {
	text-decoration: underline;
}


.common-text-search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
}


/*----TOP PANEL START----*/
#topPan{
	width:950px;
	position:relative;
	margin:0 auto;
	padding:21px 0 3px 0;
	overflow:hidden;
}
.logo{
	width:720px;
	position:relative;
	margin:0 auto;
	padding:0 0 0px 0;
	float:left;
	/*padding-bottom:3px;*/
}
.search{
	width:230px;
	position:relative;
	margin:0 auto;
	padding:9px 0 10px 0;
	float:left;
}
.textField {
	width:180px;
	padding:0px 8px 0px 0px;
	float:left;
	position:relative;
}
.search-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
	width: 178px;
	height:19px;
	border: 1px solid #d2d2d2;
}
.textfield-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
	border: 1px solid #d2d2d2;
	width:172px;
}
.textfield-common {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
	border: 1px solid #d2d2d2;
	padding:1px 1px 1px 1px;
}

.button{
	margin:0px auto;
	padding:0px;
	float:left;
	position:relative;
}
.button-left-bg{
	width:8px;
	background-image:url(../images/red-left-btn.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}

.button-middle-bg{
	background-image:url(../images/red-middle-btn.jpg);
	padding:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	background-repeat: repeat-x;
}

.button-right-bg{
	width:8px;
	background-image:url(../images/red-right-btn.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}
.button-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/red-middle-btn.jpg);
	height: 23px;
	border:0px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

/* Navigation Start */

#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: #0052b8;
	padding: 4px 21px;
	text-decoration: none;
	border-top: 1px solid #9ecbec;
	border-bottom: 3px solid #0076cc;
	background: transparent url(../images/navi.jpg) top right no-repeat;
	border-right: 1px solid #56a1dd;
	

}

#thicktabs li a#leftmostitem{
	border-left: 1px solid #56a1dd;
}

#thicktabs li a#rightmostitem{
	border-right: 1px solid #56a1dd;
	background-position: top left;
}

#thicktabs li a:visited{
	color: #0052b8;
}

#thicktabs li a:hover{
	color: #FFFFFF;
	background-image: url(../images/navi-hover.jpg);
}

/* Navigation END */

/*----TOP PANEL END----*/

/*----MAIN MIDDLE PANEL START----*/
#middlePanel{
	width:950px;
	margin:0 auto;
	position:relative;
	padding:0px 0px 12px 0px;
	overflow:hidden;
	
}
#subMiddlePanel{
	width:950px;
	margin:0 auto;
	position:relative;
	padding: 0px 0px 15px 0px;

}
#subMiddlePanel-new{
	width:950px;
	margin:0 auto;
	position:relative;
	padding: 0px 0px 0px 0px;
}
.city-gery-bg{
	background-color:#f2f2f2;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.city-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.city-link:hover{
	text-decoration: underline;
}

/*----LEFT PANEL START----*/
#leftPan {
	width:198px; 
	position:relative; 
	margin:0 auto;
	padding: 0px 12px 0px 0px;
	float:left;
}
.grey-border-box{
	padding: 10px 6px 10px 6px;
	border: 3px solid #d1d1d1;
}

.left15-link {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.left15-link:hover {
	text-decoration: underline;
}
.dotted-line{
	border-bottom: 1px dashed #c4c4c4;
}
.project-image-border{
	padding: 1px;
	border: 1px solid #d4c9b7;
}
/*----LEFT PANEL END----*/

/*----MIDDLE PANEL START----*/
#middlePan {
	width:539px; 
	position:relative; 
	margin:0 auto;
	padding:0px 0px 0px 0px;
	float:left;
}
.blue-bold-divider{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0052b8;
	text-decoration: none;
}
.blue-link-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0052b8;
	text-decoration: underline;
}
.blue-link-bold:hover{
	text-decoration: none;
}
.blue-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #0052b8;
	text-decoration: underline;
}
.blue-link:hover{
	text-decoration: none;
}

.blue-bg{
	padding: 10px 10px 10px 10px;
	background-color:#d4e5f7;
	overflow:hidden;
}
.image-broder5-grey{
	border:solid 5px #CCCCCC;
}
.blue-button{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	background-image: url(../images/blue-btn.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #004b82;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.blue-button:hover{
	text-decoration: underline;
}
.blue-header{
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight:normal;
	color: #0052b8;
	text-decoration: none;
}

.grey-right-border{
	border-right:solid 1px #e7e7e7;
}
.grey-bottom-border{
	border-bottom:solid 1px #e7e7e7;
}
/*----MIDDLE PANEL END----*/

/*----RIGHT PANEL START----*/
#rightPan {
	width:189px; 
	position:relative; 
	margin:0 auto;
	padding: 25px 0px 0px 12px;
	float:left;
}
.right-red-header {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight:normal;
	color: #a81902;
	text-decoration: none;
	line-height:18px;
}
.featured-project-image-border{
	padding: 3px;
	border: 1px solid #b2b2b2;
}


/*----RIGHT PANEL END----*/

/*----MAIN MIDDLE PANEL END----*/

/*---FOOTER PANEL START----*/
#footerPanel{
	width:954px;
	margin:0 auto;
	position:relative;
	border-top:1px solid #cbcbcb;
	padding:11px 0 11px 0;
	overflow:hidden;
}
.footer-text-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer-divider{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer-link:hover{
	text-decoration: underline;
}

.footer-copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.footer-dotted-line{
	border-bottom: 1px dashed #c4c4c4;
}


/*---FOOTER PANEL END----*/




#div-from-main-box{
	padding:0px;
	margin:0px auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#div-inner-main-box{
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 5px 0px;
}

#div-row-left{
	width:150px;
	padding:0px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#div-row-right{
	width:360px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.red-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d8091c;
	text-decoration: none;
}
.common-text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #555555;
	text-decoration: none;
}

/* search box Start */
.search-main-box1{
	width:535px;
	padding:0px;
	margin:0px auto;
	position:relative;
}
.search-main-box-bg{
	width:535px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow: hidden;
}
.search-main-box{
	width:160px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;
}
.search-common-left-main{
	padding:0px;
	margin:0px;
	float:left;
}
.search-common-right1{
	padding:0px;
	margin:0px;
	float:right;
}

.search-main-group1{
	width:300px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}
.search-main-group{
	width:203px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;
}
.search-main-box-01{
	width:533px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:#d4e5f7;
	vertical-align:middle;
	overflow: hidden;
	border:1px solid #d4e5f7;
	
}
.search-main-boxcopy1{
	width:100px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}
.search-main-group1copy{
	width:90px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;

}
.blog-main-boxcopy{
	width:90px;
	padding:0;
	margin:0;
	position:relative;
	float:left;

}
.search-main-box-02{
	width:533px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow: hidden;
	border-left:1px solid #d4e5f7;
	border-bottom:1px solid #d4e5f7;
	border-right:1px solid #d4e5f7;
	vertical-align:middle;
}
.search-main-box-new{
	/*width:160px;*/
	width:160px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;
	height:70px;
}
.search-main-box-new-bg{
	width:120px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.search-main-boxcopy1new{
	width:100px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	height:70px;
}
.search-main-boxcopy1new-bg{
	width:140px;
	padding:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}
.search-main-boxcopy{
	width:148px;
	padding:0;
	margin:0;
	position:relative;
	float:left;

}
.search-main-group11{
	width:30px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;

}
.search-main-box11-new{
	width:30px;
	padding:0px;
	border-right:1px solid #d4e5f7;
	margin:0px 0px 0px 0px;
	float:left;
	height:70px;

}
.search-main-box11-new-bg{
	width:30px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;

}
.search-main-boxcopy-new{
	width:90px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	border-right:1px solid #d4e5f7;
	height:70px;
}
.search-main-boxcopy-new-bg{
	width:90px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
}
.search-gery-bg{
	background-color:#f2f2f2;
}


/* search box End */

.red-hightlight{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #a81902;
	text-decoration: none;
}
.blue-hightlight{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #0052b8;
	text-decoration: none;
}

/* Added  */ 

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	/*border: 1px solid #00CC00;*/
	color : #000000;
}

.validation-advice {
	/*margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;*/
	margin: 5px 0;
	padding: 5px;
	/*background-color: #CCFFCC;*/
	color : #FF3300;
	font-size:10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	
	
	
	
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
/* end */ 
