/* @override http://stage.reformeddesign.com/_css/styles.css */

/* Site: Reformed Design */

* {
   margin: 0;
   padding: 0;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #000000 url(/_img/body_bg.jpg) no-repeat top center;
   margin: 0 auto;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
	width: 1040px;
	margin: 0 auto
}

a{
   overflow: hidden;
}

a{
   outline: none;
}

img{
	border: none;
}

.clear{
	clear: both;
}

/* =Header
---------------------------------------------------------------------
*/

#head-wrap{
	height: 550px;
}

#header{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 506px;
   background: url(/_img/_headslide/calvaryaurora.jpg) no-repeat top center;
   z-index: 1;
}

#header-container{
	position: relative;
	width: 1040px;
	margin: 0 auto;
	height: 506px;
}

#logo{
	float: left;
	margin: 20px 0 0 50px;
}

h1{
}

h1 a{
}

#head-callout{
	position: absolute;
	top: 210px;
	left: 600px;
}

#head-callout h2{
	color: #fff;
	font-size: 3.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	text-shadow: 3px 2px 0px #000;
	padding: 0 0 10px 45px;
}

#head-callout h5{
	color: #fff;
	font-size: 1.6em;
	font-family:"Alternate Gothic W01 No 1", Tahoma, Verdana, sans-serif;
	font-weight: 500;
	letter-spacing: .07em;
	text-transform: uppercase;
	text-shadow: 3px 2px 0px #000;
	padding: 0 0 5px 45px;
}

#head-callout p{
	color: #fdfdfd;
	font-size: 1.3em;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: .07em;
	line-height: 1.5em;
	text-shadow: 2px 1px 1px #000;
	padding: 0 40px 10px 45px;
}

#head-callout #callout-links{
	list-style: none;
}

#head-callout #callout-links li a{
	background: url(/_img/li-angle-white.png) no-repeat 0px 4px;
	margin: 0 0 20px 45px;
}

#head-callout #callout-links li a{
	float: left;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	font-family:"Alternate Gothic W01 No 1", Tahoma, Verdana, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 3px 2px 0px #000;
	padding: 0 0 5px 15px;
	text-decoration: none;
}




/* =Navigation
---------------------------------------------------------------------
*/

#navbar{
	float: right;
	padding: 30px 20px;
}

#nav{
	list-style: none;
}

#nav li{
	float: left;
}

#nav li a{
   color: rgba(59,59,59,100); /* Change this to the right color */
   font-size: 1em;
   font-family: Tahoma, Verdana, Arial, sans-derif;
   font-weight: 600;
   text-transform: uppercase;
   text-decoration: none;
}

#nav_about-us a{
	padding: 7px 20px;
	background: rgba(253,253,253,100);
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(253,253,253)), to(rgb(218,218,218)));
	background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;  
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: #000000 1px solid;
	box-shadow: 1px 2px 1px #000;
  	-moz-box-shadow: 1px 2px 1px #000;
  	-webkit-box-shadow: 1px 2px 1px #000;
}

#nav_about-us a:hover{
	color: rgba(255,255,255,100);
	background: rgba(44,44,44,100);
}

#nav_our-work a{
	padding: 7px 20px;
	background: rgba(253,253,253,100);
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(253,253,253)), to(rgb(218,218,218)));
	background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
	border-right: #000000 1px solid;
	box-shadow: 1px 2px 1px #000;
  	-moz-box-shadow: 1px 2px 1px #000;
  	-webkit-box-shadow: 1px 2px 1px #000;
}

#nav_our-work a:hover{
	color: rgba(255,255,255,100);
	background: rgba(44,44,44,100);
}

#nav_services a{
	padding: 7px 20px;
	background: rgba(253,253,253,100);
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(253,253,253)), to(rgb(218,218,218)));
	background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
	border-right: #000000 1px solid;
	box-shadow: 1px 2px 1px #000;
  	-moz-box-shadow: 1px 2px 1px #000;
  	-webkit-box-shadow: 1px 2px 1px #000;
}

#nav_services a:hover{
	color: rgba(255,255,255,100);
	background: rgba(44,44,44,100);
}

#nav_advantage a{
	padding: 7px 20px;
	background: rgba(253,253,253,100);
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(253,253,253)), to(rgb(218,218,218)));
	background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;  
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 1px 2px 1px #000;
  	-moz-box-shadow: 1px 2px 1px #000;
  	-webkit-box-shadow: 1px 2px 1px #000;
}

#nav_advantage a:hover{
	color: rgba(255,255,255,100);
	background: rgba(44,44,44,100);
}

#nav li.current a{
	color: rgba(255,255,255,100);
	background: rgba(44,44,44,100);
}

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/



/* =Content
---------------------------------------------------------------------
*/

#content{
   float: left;
   margin: 0 0 0 55px;
   width: 600px;
   z-index: 0;
}

#content h2{
	color: #fff;
	font-size: 3.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: .06em;
	text-shadow: 1.5px 1px 0px #000;
	padding: 0 0 10px;
	width: 550px;
}


#content h3{
   
}

#content h4,
#content h5,
#content h6{
   
}

#content p{
	color:  #eaeaea;
	font-size: 1.6em;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	padding: 0 0 15px;
	width: 600px;
	letter-spacing: .08em;
	line-height: 1.3em;
}

#content-main{
	background: url(/_img/doubleline-h.png) no-repeat top left;
	padding: 25px 0;
}

#content-main h3{
	color: #fff;
	font-size: 2.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight: 500;
	letter-spacing: .06em;
	text-shadow: 1.5px 1px 0px #000;
	padding: 0 0 10px;
	width: 550px;
	text-transform: uppercase;
}

#content-main #home-box1{
	background: url(/_img/home-box1.png) no-repeat top left;
	height: 150px;
	width: 600px;
	margin: 20px 0 40px;
}

#content-main #home-box2{
	background: url(/_img/home-box2.png) no-repeat top left;
	height: 150px;
	width: 600px;
}

#content-main h4{
	color: #fff;
	font-size: 2.4em;
	font-family: "Alternate Gothic W01 No 1", Tahoma, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: .06em;
	text-shadow: 1.5px 1px 0px #000;
	padding: 20px 0 10px 200px;
	width: 550px;
	text-transform: uppercase;
}

#content-main #home-box1 p,
#content-main #home-box2 p{
	color:  #ffffff;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: .11em;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	padding: 10px 0 15px 200px;
	width: 375px;
	line-height: 1.5em;
}



/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
	float: right;
	width: 250px;
	min-height: 430px;
	padding: 120px 50px 70px 50px;
	background: url(/_img/sidebar-bg.png) repeat-y top left;
}

#sidebar h3{
	color: #a2a2a2;
	font-size: 2.0em;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	padding: 0;
}

#sidebar .news-block{
	padding: 0 0 20px;
	border-bottom: #7e7e7e 1px dotted;
}

#sidebar .news-block .news-date{
	color: #787878;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 100;
	padding: 30px 0 10px;
	display: block;
}

#sidebar .news-block .news-title{
	color: #cccccc;
	font-size: 1.6em;
	letter-spacing: .08em;
	line-height: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

 

/* =Footer
---------------------------------------------------------------------
*/

#foot-wrap{
	background: #2a2a2a;
	height: 25px;
	overflow: hide;
}

#footer{
	clear: both;
	width: 1040px;
	margin: 0 auto;
}

#footer #footer-left{
	float: left;
	padding: 4px 0 4px 55px;
}

#foot-social{
	list-style: none;
}

#foot-social li{
	float: left;
	padding: 0 5px 0 0;
}


#footer #footer-right{
	float: right;
	padding: 8px 55px 0px 0;
}

#foot-nav{
	list-style: none;
}

#foot-nav li{
	float: left;
	padding: 0 10px;
	color: #00baff;
}

#foot-nav li a{
	color: #00baff;
	font-size: 1em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#foot-nav li a:hover{
	text-decoration: underline;
}






