@import url(http://fonts.googleapis.com/css?family=Arimo);

body { 
	font-family: 'Arimo', sans-serif; 
	background: url(img/bg.jpg) #0c1e41 no-repeat top center; 
	margin:0; padding:0; 
}

/* - Reset & Universal Setup - */
img, a {outline:none; border:none }
div { display:block }
.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both }

h4 {
	color:#ffffff;
}


.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	-ms-box-shadow: 0 8px 6px -6px black;
	 box-shadow: 0 8px 6px -6px black;
}

.left {
	width:640px;
	text-align:justify;
	float:left;
}

.right {
	width:300px;
	padding-left:40px;
	float:left;
}

.rightContact {
	width:350px;
	padding-left:0px;
	float:left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* - Setup - */
#wrapper { 	 }

#topContainer { 
	height:40px; 
	width:100%;
	background-color:#ddd;
	
}

.top_shadow{
	width:100%;
	height:15px;
	background:url(img/shadow.png) top center repeat-x;
	position:relative;
	margin-top:-20px;
}


.container { width:1000px; margin:0 auto; position:relative; min-height:300px; }

.logo { width:1000px; margin:0 auto;  }

.body_text {
	font-size: 14px;
	color: #fff;
	padding:10px 0;
	line-height:1.5em;
	;
}

#nav {
	height: 47px;
	background-color: 0c2044;
}

.page_heading {
	padding-top:20px;
	font-size: 30px;
	color: #ffffff;

}


/* - Quote Mini - */

.quote_mini {
	/*
	position:absolute;
	top:205px;
	left:685px;*/
	background:#111;
	background: rgba(0,0,0,0.8);
	width:297px;
	padding: 10px 20px;
	z-index:999;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.8);
}

.quote_mini h5 {
	color: #ffffff;
	font-size:20px;
	padding-bottom:20px;
	font-weight:normal;
	margin:0;
}

.quote_mini input.quote {
		width:98%;
		background:#222;
		color:#fff;
		padding:5px;
}

.quote_mini textarea {
	width:98%;
	background:#222;
	color:#fff;
	padding:5px;
}

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #444;
}
 
input:focus, textarea:focus {
  border: 1px solid #ffffff;

}

.quote_text {
	color:#fff;
	font-size:15px;
	padding:10px 0 5px 0;	
}

.caption {
	width:50%;
	margin-right:5px;
	background:#222;
	color:#fff;
	padding:5px;
}

.caption_img {
	vertical-align:middle;
	height:26px;

}

.quote_submit  {
	width:98%;
	-webkit-border-radius: 10px;
    border-radius: 5px;
	background:#ffffff;
	padding:10px 15px; 
	color: #222; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #ddd;
	font-size:16px;
	background: #fff;
	margin:8px 0;
}

.quote_submit:hover {
		background: #999;
	
}
/* - Slider - */
.sliderAdj {
	margin-top:0px; overflow:hidden; z-index:2; position:relative; height:280px;
}


/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}

/* - Bottom Setup - */
#box {
	width:175px;
	height:125px;
	margin:10px;
	float:left;
	display:block;
}

#box_wrapper{
	margin:0 auto;
	width:1000px;
}

#bottom{
	padding-bottom:40px;
}


/* - Footer Setup - */
#footer {
	display:block;
	background-color:#ddd;
	height:100px;	
	padding-top:20px;
	border-top:1px solid #ccc;
}

.footer_text {
	font-size: 11px;
	color: #222;
	font-weight:bold;
	padding:12px;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 12px;
	color: #333;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	color: #666;
	text-decoration:none;
}



/* - Link Styles - */
a.text_link:link, a.text_link:visited, a:link, a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
a.text_link:hover, a:hover {
	color: #ccc;

}

/* - Gallery - */
.imgGallery {
	border:2px solid #999 !important;
	margin:0px;
	padding:1px;
	width:99px;
	height:80px;
}

/* - Contact Form Setup - */
.contact_text {
	color:#fff;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #f9f9f9;
	margin:8px 0;
}



/* - Lists - */

ul.services-list {
	list-style:none;
	margin-bottom:50px;
}
ul.services-list li {
	background: url('img/arrow.png') left 11px no-repeat;
	padding-left:24px;
	text-decoration: none;
	padding-top:10px;
}

ul {
	list-style:circle;	
}
.box_shadow {
	border:1px solid #ccc;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.box_shadow2 {
	border:1px solid #000;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

/* - Contact - */

/* - Quote Mini - */

input.contact {
	width:280px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	color:#333;
	background:#fff;
	padding:5px;
}

 h3 {
	color: #ffffff;
	font-size:20px;
	font-weight:normal;
}

 textarea.contact {
	width:580px;
	background:#fff;
	color:#333;
	padding:5px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
 
input:focus, textarea:focus {
  border: 1px solid #ffffff;

}


.contact_caption {
	margin-right:20px;
	background:#222;
	color:#fff;
	padding:5px;
}

.caption_img {
	vertical-align:middle;
	height:26px;

}

.contact_submit  {
	width:280px;

	-webkit-border-radius: 10px;
    border-radius: 10px;
	background:#ffffff;
	padding:10px 15px; 
	color: #222; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #fff;
	font-size:16px;
background: #fff;
	margin:8px 20px 8px 0;
}

.contact_submit:hover {
		background:#ddd;
	
}



/*boxes*/

.boxes {
	width:1000px; margin:40px auto 40px;
}

.box {
	width:310px; float:left; background-color:#0c1e41;
}

.divider {
	margin-left:35px;
}

.boxText {
	padding:25px;
	font-size:12px;
	font-weight:300;
	line-height:20px;
	color:#ddd;
}

.homeicon {
	float:left;
	margin:25px;
	min-height:100px;
}

