* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
img{
	border:none;
}
html{
	overflow-y: scroll;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body{
	width:100%;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;/* 1em */
	color:#5e6265;
	line-height:1.333em;
}
p{
	padding:25px 10px;
	text-align:justify;
}
h1{
	font-size:1.333em;	
	line-height:1.8em;
}
h2{
	font-size:1.167em;
	line-height:1.333em;
}
a{
	text-decoration:none;
	font-size:inherit;
	color:inherit;
}
a:hover{
	text-decoration:underline;
	color:#30B0BA;
}
.small{
	font-size:0.917em;
	padding-top:8px;
	display:block;
}
.logo{
	background:url('images/logo.png') no-repeat;
	width:238px;
	height:77px;
	margin:35px 0 20px 45px;
}
.clear{
	clear:left;
}
.contact-us ul{
	border-bottom:1px dashed #4ab4bc;
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
}
.contact-us ul li{
	list-style:none;
	padding-bottom:10px;
}
.about-us ul{
	margin-left:25px;
}
.about-us ul li{
	display:block;
	float:left;
}
.about-us li.space{
	padding-left:7px;
}
/* Edge Lift Shadow Box Effect */
.box {
    background:#FFF;
    margin:auto;/* Set Image height and Width Inline */
}
.bottom
{
  position: relative;
}
.bottom:before, .bottom:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.bottom:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* End of Edge Lift Shadow Box Effect */

#wrapper{
	min-height: 100%;
	width: 100%;
}
#content{
	background:url('images/bg_tile.jpg') repeat-y right;
	overflow:auto;
	padding-bottom: 27px;/* must be same height as the footer */
	width:808px;
	position: relative;
    height: 100%;
	margin:0 auto;
	clear:both;
}
.about-us{
	float:left;
	width:356px;
	height:100%;
	margin-right:45px;
	line-height:1.5em;
}
.contact-us{
	float:right;
	width:407px;
	height:100%;
	color:#757a7e;
}
.contact-heading{
	background:url('images/contact-us.png') no-repeat;
	height:65px;
	width:407px;
	position:absolute;
	right:0;
	top:35px;
}
.contact-form{
	padding:120px 0 0 12px;
	width: 338px;
	margin:0 auto;
}
#footer{
	background:#542989;
	min-width:865px;
	width:100%;
	color:#fff;
	font-size:0.917em;
	position: relative;
	margin-top: -27px; /* negative value of footer height */
	height: 27px;
	clear:both;
}
#footer a{
	color:#fff;
}
#footer div{
	width:808px;
	margin:0 auto;
	padding-top:7px;
}
#shadowBox{
	background: url('images/shadow-box.png') no-repeat;
	height:170px;
	width:356px;
	margin: 0 auto;
	padding-bottom:13px;
}
#facebook{
	background: url('images/facebook.jpg') no-repeat 0 0;
	height:33px;
	width:226px;
	cursor:pointer;
	margin: 0 auto;
}
#facebook:hover{
	background-position: 0 -33px;
}
#twitter{
	background: url('images/twitter.jpg') no-repeat 0 0;
}
#linkedIn{
	background: url('images/linkedIn.jpg') no-repeat 0 0;
}
#twitter, #linkedIn{
	height:33px;
	width:32px;
	cursor:pointer;
	margin: 0 auto;
}
#twitter:hover, #linkedIn:hover{
	background-position: 0 -33px;
}
/*---Contact Form Styles---*/
input, textarea {
    background: url("images/input-tile.gif") repeat-x top #fff;
    border-color: #93bbc1 #a5c8cd #a5c8cd;
    border-style: solid;
    border-width: 1px;
    color: #4f5255;
    padding: 7px;
	margin-bottom:20px;
    width: 322px;
	font-size:1.333em;
	display:block;
}
textarea{
	resize:none;
	overflow:auto;
	height:130px;
	font-family:Arial, Verdana, sans-serif;
}
.submitBtn{
	background:url('images/btn_send.png') no-repeat 0 0;
	height:34px;
	width:82px;
	border:none;
	cursor:pointer;
}
.submitBtn:hover{
	background-position:0 -34px;
}
.submitBtn:active{
	background-position:0 -68px;
}
#errorMessage{
	color:#d13451;
	font-weight:bold;
	font-size:1.333em;
	padding:10px 0;
}
input:focus,textarea:focus{
	border-color:#4AB4BC;
}
#check{
	display:none;
}
form div{ 
	position:relative
}
label{
	position:absolute; 
	top:10px; 
	left:8px;
	color: #aaa;
	font-size:1.333em;
}
.banner{
	padding-top:25px;
}
