a{
		color:#0071db;
		text-decoration:none;
		
		}

p{
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size:12px !important;
	color:#000 !important;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: 30px;
	
	}
#main img{
	float:left;
	margin:10px;
	position:relative;
	display:inline-block;
	
	}
#logo img{
	margin:0px !important;
	}
table{
	font-size:14px;

	
	}
table tr td{
	vertical-align:top;
	padding:3px;
	}
#banner{
	width:100%;
	height:185px;
	display:block;
	margin-top:-25px;
	position:relative;
	}
#menu {
margin-top: -80px!important;
}
.banner-contact{
	background-image: url(../images/contact_us_banner_full.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


#left_side{
	width:544px;
	height:732px;
	margin-top: -20px;
	padding-top: 20px;
	padding-left:20px;
	top:0;
	bottom:0;
	display:inline-block;
	float:left;
	position:relative;
	overflow:hidden;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	z-index:1;
	background:#f1f1f1;
	
	}

.address_left{
	width:226px;
	height:1000px;
	display:inline-block;
	margin-right:10px;
	margin-top: 25px;
	float:left;
	font-size:12px;
	}
	
.address_right{
	width:258px;
	height:1000px;
	display:inline-block;
	margin-right:10px;
	margin-top: 25px;
	float:left;
	font-size:12px;
	}

	
#main{
	width:395px;
	display:inline-block;
	background-color:#C0C0C0;
	float:left;
	position:relative;
	padding-top:20px;
	padding-left:30px;
	margin-top:-20px;
	margin-left: -10px;
	z-index:0;
	}
#main h2{
	font-size:14px;
	margin-bottom:15px;
	margin-top:20px;
	
	}

#main input[type=text]{
	height:20px;
	width:250px;
	padding:5px;
	border:1px solid #999;
	margin-bottom:10px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;	
	}
#main textarea{
	height:150px;
	width:250px;
	padding:5px;
	border:1px solid #999;
	margin-bottom:10px;
	moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 5px 5px 5px 5px;	
	}
#main input[type=image]{
	height:36px;
	width:110px;
	float:right;
	margin-right:40px;
	margin-bottom:30px;
	background-image: url(../images/submit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
	
	
	}
#main input[type=image]:hover{
	background-image: url(../images/submit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	
	}

