@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; 
  min-width: 900px;
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background:url(../images/bkgd.jpg) repeat;
}


#wrapper {
  width: 95%; 
  margin: 10px auto; 
  text-align: left;
  min-width:900px;
  border:1px solid #c4c4c4;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  position:relative;
  background-color:#FFF;
    
 }

header  {
	/*text-align:center;*/
	font-family: AcknowledgementMedium, Tahoma, Geneva, sans-serif;
	/*font-size:3em;*/
	height:180px;
	width:100%;
	position:relative;
	margin-top:20px;
	/*height:100px;*/
	background:url(../images/headbg.jpg) no-repeat;
}

 h1 {
  font-size: 2.4em;
  font-weight: bold;
  /*font-style:italic*/;
  color:#660;
  text-align:center;
 
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  color:#660;
}

header h1, h2 {
	text-align:center;
	font-family: AcknowledgementMedium, Tahoma, Geneva, sans-serif;
	/*font-size:3em;*/
	height:auto;
	position:relative;
}

p, li {
  font-size: 1.4em;
  text-align:justify;
  
}

img {
	max-width: 100%;
}

/* Cycle Images CSS*/

 #primary #books {
  list-style: none;
  margin: 50px;
  padding: 0;
  height: 400px;
  width: 402px;
  overflow: hidden;
}
 #primary #books li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  /*background-color: #F79321;
 /* position: relative;*/
}

 #primary #books li .my_title {
  margin-left: 300px;
  padding: 10px;
  width: 180px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

h1, h2, p {
  margin: 0.5em 0;
}
 
header #logo
{
	z-index:999px;
	position:absolute;
	top:0;
	left:25px;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
	height:174px;
	width:340px;
	
}

 /*Submit button Alignment */

.controls #btnSubmit {
	margin-left:250px;
}



#main_left {
	width: 60%;
	margin:5px auto;
	/*border:1px solid #c4c4c4;*/
	height:auto;
	float:left;
}

#main_right {
	width: 30%;
	margin:7px 30px 0px 0px;
	/*border:1px solid #c4c4c4;*/
	height:auto;
	float:right;
}

#main_right #picture {
	width: 95%;
	/*margin:7px 50px 0px 0px;*/
	padding:5px 10px;
	border:1px solid #c4c4c4;
	height:auto;
	/*float:right;*/
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_right #ba_form {
	width: 95%;
	margin:15px 50px 0px 0px;
	padding:5px 10px;
	border:1px solid #c4c4c4;
	height:auto;
	/*float:right;*/
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_right #where_are_you {
	width: 95%;
	margin:15px 50px 0px 0px;
	padding: 10px;
	border:1px solid #c4c4c4;
	height:auto;
	/*float:right;*/
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_right #where_are_you h1 {
	font-size:15px;
	font-family: AcknowledgementMedium;
	text-align:center;
	margin-left:30px;
	
}

#mapDiv {
	height:250px;
	width:350px;
}

#geoForm input {
	padding:10px;
	margin:15px 15px 0 100px;	
}


.clear {
	clear:both;
}

#main_left #primary {
	width: 95%;
	margin:5px 0 10px 50px;
	padding:10px;
	border:1px solid #c4c4c4;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_left #secondary {
	width: 95%;
	margin:5px 0 10px 50px;
	padding:10px;
	border:1px solid #c4c4c4;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_left #tertiary {
	width: 95%;
	margin:5px 0 10px 50px;
	padding:10px;
	border:1px solid #c4c4c4;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

#main_left #tertiary article p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 10px;
	column-width:9em;
	-webkit-column-rule: 1px outset #c4c4c4;
	-moz-column-rule: 1px outset #c4c4c4;
	column-rule: 1px outset #c4c4c4;	
	
}

.csscolumns #main_left #tertiary article p {

	column-count: 3;
	column-gap: 10px;
	column-width:9em;
	column-rule: 3px outset #c4c4c4;	
	
}

footer {
	width: 93%;
	margin:5px 0 10px 50px;
	padding:5px;
	height:60px;
	border:1px solid #c4c4c4;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

footer #authors {
	
	margin:5px;
	float:left;
	height:auto;	
}

footer #copyright {
	
	margin:5px;
	float:right;	
	height:auto;
}


.portrait {
	float:left;
	margin-right:10px;
	border:1px solid #c4c4c4;
	padding:2px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}


.bk_cover {
	margin:5px;
	border:1px solid #c4c4c4;
	padding:2px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

.review {
	text-align:right;
}

.warning {
	font-size:1.6em;
	font-weight:bold;
	color:#F00;
	text-align:center;
}

p pre {
	font-size:2.6em;
}

@font-face {
	font-family: 'LeagueGothic';
	src: url('/fonts/League_Gothic-webfont.eot') format('eot'),
	     url('/fonts/League_Gothic-webfont.eot?iefix') format('eot'), /* Fix for IE browser minus IE9 ie query string ?iefix*/
	     url('/fonts/League_Gothic-webfont.woff') format('woff'),
		 url('/fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('/fonts/League_Gothic-webfont.svg#webfontFHzvtkso') format('svg');
	font-weight: bold;
	font-style:	normal;
}

@font-face {
	font-family: 'AcknowledgementMedium';
	src: url('/fonts/Acknowledgement-webfont.eot') format('eot'),
	     url('/fonts/Acknowledgement-webfont.eot?iefix') format('eot'), /* Fix for IE browser minus IE9 ie query string ?iefix*/
	     url('/fonts/Acknowledgement-webfont.woff') format('woff'),
		 url('/fonts/Acknowledgement-webfont.ttf') format('truetype'),
		 url('/fonts/Acknowledgement-webfont.svg#webfontFHzvtkso') format('svg');
	font-weight: bold;
	font-style:	normal;
}

#ajax-response {
	width:100%;
	height:auto;	
}

#loading {
  display: none;
/*  position: fixed;
  left: 50%;
  top: 40%;*/
  width: 50%;
  padding: 20px;
  font-size:2em;
  /*margin-left: -66px;*/
  border: 1px #000 solid;
  background-color: #eee;
}

#ajax-response p {
	margin-left:25px;
	color:#F00;
	font-size:2em;
	font-weight:bold;
	text-align:center;	
}
/*CSS for Navigaiton 
======================================================*/
navarea { 
  width: 93%; 
  height: 60px;
  /*margin:5px 20px 10px 50px;*/
  padding:5px;
  border:1px solid #c4c4c4;

}

nav { 
  width: 57%; 
  height: 50px;
  margin:5px 20px 10px 50px;
  padding:10px;
  border:1px solid #c4c4c4;
  float:left;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  -o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  box-shadow: 1px 1px 2px hsla(0,0%,0%,.3); 
}

#stopress { 
  width: 28.5%; 
  height: 62px;
  margin:2px 20px 10px 39px;
  padding:5px;
  float:left;
  border:1px solid #c4c4c4;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  -o-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
  box-shadow: 1px 1px 2px hsla(0,0%,0%,.3); 
}

#stopress p {
	margin-top:1px;
}

#stopress .format {
	color:#F00;
	font-weight:bold;	
}

nav ul {
  margin: 10px 5px;
  padding: 0;
  list-style-type: none;
 
}

nav ul li {
  display: inline;    /* :KLUDGE: Removes large gaps in IE/Win */
}

nav a {
  display: block;
  width: 100px;
  height: 29px;
  line-height: 29px;
  color: #000;
  font-weight:bold;
  text-decoration: none;
 /* background: #94B8E9 url(../images/pixy-rollover.gif) no-repeat left bottom;*/
  text-indent: 25px;
  float: left; /* Key property in making the list elements become horizontal navigational elements*/
  
  /*text-transform: uppercase;*/
}
.posted {
	font-weight:normal;
}

#mainNav a:hover, #mainNav .selected a {
  background-color: #369;
  background-position: left bottom;
  color: #fff;
}

#mainNav .first a {
  height: 30px;
  line-height:30px;
}

#home #mainNav a.mark,
#my_blog #mainNav a.mark,
#portfolio #mainNav a.mark,
#clients #mainNav a.mark,
#news #mainNav a.mark,
#contact #mainNav a.mark,
#ministry #mainNav a.mark  {
	background-position:right bottom;
	color:#fff;
	cursor:default; 
}
/* End of CSS Navigation for Side Bar ||#ministry #mainNav .here a
====================================================================*/

/* Style for tabs Area */
#main {
  background:#181818;
  color:#111;
  padding:15px 20px;
  /*width:600px;*/
  width:95%;
  border:1px solid #222;
  margin:8px auto;
}
#main > li, #main > ul > li { list-style:none; float:left; }
#main ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  color:#FFF;
  background:#444;
}
#main ul a:hover {
  color:#FFF;
  background:#111;
  }
#main ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
#main div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  height: 300px ;
}
#main div a { color:#000; font-weight:bold; }

#main form label {
	padding:10px 5px;	
}

 #main form input, #main form select {
	padding:5px 5px;
	margin-left:1em;	
}