@charset "UTF-8";
/* CSS Document */
 
*{
	margin: 0px;
	padding: 0px; 
}

html{
background: url(images/bg_new.jpg) center fixed; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 	
}

body{
	font-family:  'corbertregular', Arial, Helvetica, sans-serif;	
}

ul{
	list-style:none;
}

p{
	font-size:100%;
	}

.header{
	
	color: #FFF;
	margin: 20px 60px 40px 60px;
}

.header2{
	color: #006;
	margin: 40px 60px 40px 60px;
}


.p1{

line-height: 1.4em;
	letter-spacing: .1em;
	margin: 40px 60px 40px 60px;
	color:#fff;
}

.p2{

line-height: 1.6em;
	letter-spacing: .1em;
	margin: 40px 60px 40px 60px;
	color:#006;
}		

img{
	margin:0px;
	padding:0px;
}

a{	
text-decoration:none;
color:;	
}	


#mainContainer{
	
  box-shadow: 0px 30px 40px #000000;
	background:;
	margin: 0 auto;
	max-width:1100px;
	min-width:900px;
	width:80%;

}

#outerC{
}


#header{

background:#FFF url(images/gradient_silver2.jpg) no-repeat left;
clear:both;
overflow: hidden;
height:;

}

#socialicons div{
float:right;
position: relative;
bottom: 140px;
right: 40px;

}

#facebook{
text-indent:-9999px;	
margin-right:10px;
	}	

#facebook a{
display:block;
height:33px;
width:33px;
background:url(images/facebook1.png) no-repeat;
}

#facebook a:hover{
display:block;
height:33px;
width:33px;
background: url(images/facebook2.png) no-repeat;

}

#twitter{
text-indent:-9999px;	
	}	

#twitter a{
display:block;
height:33px;
width:33px;
background:url(images/twitter1.png) no-repeat;
}

#twitter a:hover{
display:block;
height:33px;
width:33px;
background:url(images/twitter2.png) no-repeat;
}

#mainNav{
width:320px;
float:right;
position:relative;
}	

#navUl{
}

#navUl li{
display:inline;
}

#navUl a{
-webkit-transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; transition: background 0.3s ease-out; 
color:#6D6D6D;
display:;	
padding:10px 15px 20px 15px ;
border-right: solid 1px #06C;

}
	
#navUl a:hover{
color:#ffffff;
background:#06C;
display:;	
	}
	
#navUl a:active{
color:#fff;
background:#333;
display:;	
	}	

#bluestripe{
	background: #06C;
	height: 5px;
}

#sliderContainer{
	height: 200px;
	background:;
	overflow:hidden;
	
}

#sliderContainerHomePage{
	height: 350px;
	background:;
	overflow:hidden;
	
}

#slider2{
	height: 160px;
	background: url(images/dividerpic2-2.jpg) right no-repeat;
	
}



#content1{
	background: url(images/trans_bg.png);
	overflow:auto;
}

#footer{
	background:#06c;
	width: 100%;
	clear:both;
	overflow:auto;
}

#footer ul{
	margin: 40px 0px 0px 60px;
}

#footer ul li{
	margin: 0px 0px 10px 0px;
	list-style:none;
	color:#FFF;
	font-family: 'corbertregular',Arial, Helvetica, sans-serif;
}

#footer ul li a{
	list-style:none;
	color:#FFF;
	font-family: 'corbertregular',Arial, Helvetica, sans-serif;
}

#footer ul li a:hover{
	text-decoration:underline;
	list-style:none;
	color:#FFF;
	font-family: 'corbertregular',Arial, Helvetica, sans-serif;
}

#footerL{
	width: 50%; 
	float:left;
}

#footerR{
	width: 50%; 
	float:left;
}

/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 325px;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 675px;
}

#easy .last {
float: right;
}

#easy input.text, 
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button {
float: right;
display: block;
width: 125px;
background: #3498db;
padding: 12px 20px 7px !important;
color: #fff;
box-shadow: 0 7px 0 #007dbd;
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background: #0064a2;
box-shadow: 0 7px 0 #004c87;
}




