/* Getting the new tags to behave */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
a, img, input, select, textarea {
	outline:none;
	border:none;
}
a {
	color:#038fc3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:13px;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
}
.radius {
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
}
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
}
header {
	width:1000px;
	margin:0 auto;
	position: relative;
	height:125px;
	border-bottom:1px solid #cfe0f0;
}
.logo {
	float:left;
	display:block;
	margin-top:15px;
}
.tagline {
	text-align:right;
	color:#8c8c8c;
	font-weight:normal;
	font-size:13px;
}
.logo:hover {
	text-decoration:none;
}
.sl-panel {
	margin-top:30px;
}
/*-------------
SEARCH
-------------*/

#searchForm fieldset {
	/* width:300px;*/
    position:relative;
	display:block;
	float:right;
}
div.input {
	width:140px;
	padding:3px 15px 3px 15px;
	border-radius:20px;
	border:1px solid #c6d2db;
	border-top:1px solid #b4c1cb;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
	float:right;
	background:#f5f4f4;
}
div.input.focus {
	border:1px solid #9ecbe2;
	box-shadow:0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
}
input#s {
	width:100%;
	border:0;
	border-radius:20px;
	background:transparent;
	height:16px;
	color:#848484;
	text-shadow:0 1px 1px #fff;
}
input#s:focus {
	outline:none;
}
input#searchSubmit {
	width:19px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://imcllp.com/dev/images/search-icon.png) no-repeat;
	border:0;
	position:absolute;
	top:5px;
	right:5px;
	z-index:5;
	display:block;
	cursor:pointer;
}
.login {
	background:url(http://imcllp.com/dev/images/icn-login.png) left no-repeat;
	padding-left:30px;
	height:22px;
	line-height:22px;
	padding-right:10px;
	margin-right:6px;
	border-right:1px solid #8f8f8f;
	display:block;
	margin-top:3px;
}
/* navigation */

#menu-wrap {
	margin-top:15px;
}
#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		/*border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;*/
		position: relative;
		margin-right:2px;
	}
	#menu li:last-child {
		margin-right:0;
	}
	#menu ul li:last-child {
		margin-right:2px;
		border-bottom:2px solid #d8d6d7 !important
	}
	#menu ul {
		font-size:14px !important;
	}
	
	#menu a {
		display:block;
	background: #faf8f9; /* Old browsers */
background: -moz-linear-gradient(left,  #faf8f9 0%, #f1eff0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#faf8f9), color-stop(100%,#f1eff0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #faf8f9 0%,#f1eff0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #faf8f9 0%,#f1eff0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #faf8f9 0%,#f1eff0 100%); /* IE10+ */
background: linear-gradient(to right,  #faf8f9 0%,#f1eff0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8f9', endColorstr='#f1eff0',GradientType=1 ); /* IE6-9 */
	width:4.365625cm;
	height:30px;
	line-height:30px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
		/*text-shadow: 0 1px 0 #000;*/
	}
	
	#menu li:hover > a {
		text-decoration:none;
	background:#038fc3;
	color:#fff;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-ms-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 20;    
		/*background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;*/
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 216px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		/*-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);	*/	
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		/*-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
		border-bottom:1px solid #e9e9e9
	}
	
	#menu ul li:last-child {   
		/*-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;*/    
	}
	
	#menu ul a {
		padding:0 8px;
		width: 200px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
		text-align:left;
		
	}
	
	
	#menu ul a:hover {
		background-color: #038fc3;
		
	}
	
	#menu ul li:first-child > a {
		/*-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;*/
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #f2f0f1;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #f2f0f1;
	}
	
	#menu ul li:first-child a:hover:after {
	/*	border-bottom-color: #038fc3; */
	}
	
	#menu ul ul li:first-child a:hover:after {
		/*border-right-color: #038fc3; 
		border-bottom-color: transparent;*/	
	}
	
	#menu ul li:last-child > a {
		/*-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;*/
	}
	#menu ul ul li,#menu ul li {
		background:#fff;
	}
	#menu ul ul li:last-child,#menu ul li:last-child {
		border:none;
	}
/* social icons */ 
.social {
	width:31px;
	position:absolute;
	right:-38px;
	top:137px;
	z-index:999;
}

#navigationMenu li{
	list-style:none;
	height:31px;
	padding:0px;
	width:31px;
	margin-bottom:5px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	right:31px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:31px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
	background:red
}

#navigationMenu a{
	/*background:url('http://imcllp.com/dev/css/img/navigation.jpg') no-repeat;*/

	height:31px;
	width:31px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property 
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;*/
}

/* Green Button */

#navigationMenu .mail { background:url(http://imcllp.com/dev/images/ic-mail.png) no-repeat}

#navigationMenu .mail span{
	background-color:#c41600;
	color:#fff;
	text-shadow:1px 1px 0 #821002;
}

/* Blue Button */

#navigationMenu .linkin { background:url(http://imcllp.com/dev/images/ic-in.png) no-repeat;}

#navigationMenu .linkin span{
	background-color:#02679f;
	color:#fff;
	text-shadow:1px 1px 0 #01486e;
}

/* Orange Button */

#navigationMenu .gplus { background:url(http://imcllp.com/dev/images/ic-gplus.png) no-repeat}
#navigationMenu .gplus span{
	background-color:#000;
	color:#fff;
	text-shadow:1px 1px 0 #000;
}

/* Yellow Button */

#navigationMenu .facebook { background:url(http://imcllp.com/dev/images/ic-fb.png) no-repeat}
#navigationMenu .facebook span{
	background-color:#335aa4;
	color:#fff;
	text-shadow:1px 1px 0 #1d3665;
}

/* Purple Button */

#navigationMenu .twitter { background:url(http://imcllp.com/dev/images/ic-tw.png) no-repeat;}
#navigationMenu .twitter span{
	background-color:#46cef6;
	color:#fff;
	text-shadow:1px 1px 0 #029ecc;
}


.inner {
	top:151px;
}
/* banner */
.banner {
	width:1000px;
	height:370px;
	margin-top:10px;
}
.slider {
	width:664px;
	float:left;
}
.orrange-button, .orrange-button2, .blue-button {
	background:#ff8a00;
	text-align:center;
	color:#fff;
	padding:5px 25px;
	display:block;
	float:left;
	text-decoration:none;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.orrange-button:hover, .orrange-button2:hover, .blue-button:hover {
	background:#014761;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-ms-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
	text-decoration:none;
}
.blue-button:hover {
	background:#ff8a00;
}
.orrange-button2, .blue-button {
	padding:2px 10px !important;
	font-size:13px;
	text-transform:lowercase;
}
.blue-button {
	background:#038fc3;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 664px;
	float:left
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 492px;
	height:367px;
	float:right;
	background:#038fc3
}
#slideshow .slides ul {
	width: 2880px;
}
#slideshow .slides li {
	width: 452px;
	float: left;
	height:327px;
	padding:20px;
}
#slideshow .slides li div {
	float:left;
	width:280px;
	margin-top:60px;
	color:#fff;
}
#slideshow .slides li div p {
	margin-bottom:15px;
	
	font-size:1.0em;

}
#slideshow .slides h2 {
	margin:0 0 15px 0;
	font-size:1.5em;
	line-height: 1.4em;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	float:left;
	width:172px;
}
#slideshow .slides-nav li {
	float: left;
	margin-bottom:2px;
}
#slideshow .slides-nav li a {
	display: block;
	width:132px;
	height:81px;
	text-align:left;
	line-height:81px;
	background:#666666;
	outline: none;
	padding:20px;
	color:#fff;
	text-decoration:none;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	background-color: #038fc3;
}
.js #slideshow .slides-nav li.on a {
	position: relative;
}
#slide-one {
	background:url(http://imcllp.com/dev/images/slide1.jpg) no-repeat;
}
#slide-two {
	background:url(http://imcllp.com/dev/images/slide2.jpg) no-repeat;
}
#slide-three {
	background:url(http://imcllp.com/dev/images/slide3.jpg) no-repeat;
}
/* banner right col */
.right-col {
	width:330px;
	float:right;
}
.right-col .tab1, .right-col .tab2 {
	width:230px;
	height:62px;
	margin-bottom:6px;
	padding:15px 10px 15px 90px;
	color:#fff;
	font-size:11px;
	line-height:14px;
}
.right-col h2 {
	margin-bottom:6px;
	font-weight:normal;
	font-size:18px;
	
}
.right-col .tab1 {
	background:url(http://imcllp.com/dev/images/tab1.png) no-repeat;
}
.right-col .tab2 {
	background:url(http://imcllp.com/dev/images/tab2.png) no-repeat;
}
.right-col .tab2 h2 {
	line-height:22px;
}
.right-col .video-tab {
	width:330px;
	height:170px;
	margin-top:1px;
}
/* tricker */

.tricker {
	width:988px;
	background:#f1f1f1;
	border:1px solid #bbbbbb;
	padding:5px;
	margin:2px Auto 6px Auto;
	text-align:center;
}
/*hm-services*/
.hm-services article {
	width:307px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 1%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ffffff), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 1%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 1%, #f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 1%, #f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 1%, #f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=1 ); /* IE6-9 */
	border:1px solid #bbbbbb;
	float:left;
	margin-left:6px;
	padding:10px;
	line-height:15px;
}
.hm-services article img {
	float:left;
	margin-right:10px;
}
.hm-services article h2 {
	text-transform:uppercase;
	font-size:22px;
	color:#035878;
	margin-bottom:6px;
}
.hm-services article p {
	margin-bottom:6px;
}
.hm-services .first {
	margin-left:0;
}
/*footer */
footer {
	border-top:1px solid #bbbbbb;
	padding:6px 0;
	width:1000px;
	margin:6px auto 0 auto;
	text-align:center;
	min-height:26px;
	line-height:26px;
	position:relative;
	font-size:13px;
}
.img {
	position:absolute;
	left:0;
	top:6px;
}
.img img {
	margin-right:20px;
}
.f-links {
	position:absolute;
	top:6px;
	right:0;
	color:#038fc3;
}
.f-links span {
	margin:0 15px;
}
/* inner pages */

.inner-wrapper {
	width:1000px;
	margin-top:10px;
}
.bread-crumb {
	width:1000px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#035878;
	margin:-6px 0px 6px 0px;
}

.in-left-l {
	width:185px;
	float:left;
	margin:0px 15px 0px 0px;
	padding:8px 0px;
}
.in-left-l .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#035878;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #cfe0f0;
}
.in-left-l .l-links {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	float:left;
	margin-top:0px;
	border-bottom:1px solid #cfe0f0;
}
.in-left-l .l-links a {
	width:175px;
	height:30px;
	float:left;
	color:#5e5e5e;
	line-height:30px;
	text-decoration:none;
	margin-bottom:1px;
	padding:0px 0px 0px 10px;
	background:url(http://imcllp.com/dev/images/l-links-bg.png) repeat-x;
}
.in-left-l .l-links a:hover {
	background:#eaeaea;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.in-left {
	width:515px;
	/*height:300px;*/
	float:left;
}
.in-left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	line-height:18px;
	margin:10px 0px 10px 0px; 
}
.in-left ul, .text1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}
.in-left ul li, .text1 ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	margin:0px;
	line-height:18px;
	padding-left:15px;
	background:url(http://imcllp.com/dev/images/bullets.png) 0px 7px no-repeat;
}
.in-banner {
	width:515px;
	height:219px;
}
.in-banner-a {
	background:url(http://imcllp.com/dev/images/in-banner1.png) no-repeat;
}
.in-banner-s {
	background:url(http://imcllp.com/dev/images/in-banner-s.png) no-repeat;
}
.in-banner-n {
	background:url(http://imcllp.com/dev/images/in-banner-n.png) no-repeat;
}
.in-banner-c {
	background:url(http://imcllp.com/dev/images/in-banner-c.png) no-repeat;
}
.in-banner div {
	width:280px;
	float:left;
	margin:25px 0px auto 20px;
}
.in-banner h2 {
	width:230px;
	font-family:"Arial";
	font-size:22px;
	color:#fff;
}
.in-banner h2.service {
	color:#035878;
}
.in-banner div.news-banner {
	width:240px;
	float:left;
	margin:25px 0px 0px 20px;
}
.in-banner h2.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#035878;
	border:none;
}
.in-banner p {
	width:210px;
	margin-bottom:15px;
	font-family:"Arial";
	font-size:14px;
	color:#fff;
}
.in-banner p.service {
	color:#035878;
}
.about-company {
	width:465px;
	float:left;
	margin:20px 0px 20px 0px;
}
.about-company h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#035878;
	float:left;
	margin-bottom:10px;
}

.ser-cat1 {
	width:100%;
	float:left;
	margin:20px 0px 40px 0px;
}
.ser-cat-img {
	width:220px;
	float:right;
	margin-top:30px;
}
.text1 {
	width:270px;
}

.ser-cat {
	float:left;
	margin:15px 0px 0px 0px;
}
.ser-cat h2, .ser-cat1 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#035878;
	float:left;
}
.ser-cat p, .ser-cat1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	float:left;
	margin:0px;
}

.in-right {
	width:270px;
	/*height:400px;*/
	float:right;
}
.vedio {
	width:270px;
	float:left;
	margin:0px 0px 20px 0px;
}
.vedio img {
	float:left;
}
.vedio .vtext {
	width:250px;
	height:53px;
	padding:5px 10px;
	float:left;
	background:url(http://imcllp.com/dev/images/v-title-bg.png) repeat-x;
}
.vedio h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:22px;
}
.vedio p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:14px;
}
.newsletter {
	width:248px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	padding:10px;
	border:1px solid #cfe0f0;
}
.newsletter span {
	color:#038fc3;
}
.newsletter input[type=text] {
	width:220px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#83b5c5;
	background:#e5f4f9;
	padding:7px 10px 7px 10px;
	margin:10px 0px 0px 0px;
}
.newsletter input[type=submit] {
	float:left;
	margin:10px 0px 0px 0px;
}
.newsletter p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	line-height:14px;
	float:left;
	margin-top:8px;
}
.newsletter p span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#038fc3;
	font-weight:bold;
	line-height:22px;
}
.news {
	width:515px;
	float:left;
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #cfe0f0;
}
.news span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#035878;
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.news p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#035878;
	float:left;
	margin:0px 0px 5px 0px;
}
.news a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ff8a00;
	float:left;
	margin:0px 0px 15px 0px;
}

.contact {
	width:515px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#035878;
	line-height:30px;
	padding:10px;
	float:left;
	margin-top:20px;
}
.contact div {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif
}
.contact div img {
	float:left;in-right
	margin-right:10px;
	margin-bottom:10px;
}

.contact div.quick-contact {
	width:500px;
	float:left;
	margin:20px 0px 40px 0px;
}

.contact div.quick-contact input[type=text] {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#83b5c5;
	background:#e5f4f9;
	padding:7px 10px 7px 10px;
	margin:10px 10px 0px 0px;
	float:left;
}
.contact div.quick-contact textarea {
	width:430px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#83b5c5;
	background:#e5f4f9;
	padding:7px 10px 7px 10px;
	margin:10px 0px 0px 0px;
	float:left;
}
.contact div.quick-contact input[type=submit] {
	width:100px;
	float:left;
	margin:10px 0px 0px 0px;
}