/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */

/*@import url(color.css);*/
/*@import url(layout.css);*/
/*@import url(typography.css);*/
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	/*background-color:#d4d4d4;*/
	background: url(../images/body_bg.gif);
	
	
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
  font-style:italic;
  color:#666600;
  border-bottom:2px solid #660;
}

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

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

h1, h2, p {
  margin: 1em 0;
}

.picture {
	float:right;
	/*border:1px solid #CCC;*/
	padding:0 2em;
}

.mission {
	font-weight: bolder; 
	color:#060;
}

.mypic {
	float:left;
	padding:2px;
	border:1px solid #000;
	margin-right:5px;
}

#wrapper {
  background-color: #fff;
}

#heading {
	height:50px;
	background-color:#b0b0b0;
	background :url(../images/header-wide.gif) no-repeat left top;
}

#time {
	height:25px;
	background-color:#94B8E9;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
}	

#branding {
  height: 100px;
  background-color:#b0b0b0;
  /*padding: 20px;*/
  background :url(../images/banner.jpg) repeat-x left top;
 
 }




#heading p {
	color: #FFF;
	width:20em;
	float:right;
	font-weight:bolder;
	
}

#mainNav {
  list-style: none;
  /*background-color:#999999;*/
  
}

#secondaryContent {
  /*background-color:#999999;*/
}

#secondaryContent h2 {
  font-size: 1.4em;
  margin: 0;
  padding:0em 1em;
}

#secondaryContent p {
  font-size: 1.2em;
  padding:0;
}



/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 780px;
}

#wrapper {
  width: 85%; 
  margin: 0 auto; 
  text-align: left;
  min-width:780px;
  background: #fff url(../images/faux_column_main.gif) repeat-y 23% 0; 
 }

 #wrapper2 {
    background: url(../images/faux_column_sec.gif) repeat-y 77% 0; 
 }

#mainNav { 
  width: 23%; 
  float: left; 
}

#content { 
  width:75%; 
  float: right; 
}

#mainContent { 
  width: 65%; 
  margin: 0; 
  float: left; 
  
}

#mainContent a:link, a:visited {
	color:#369;
	/*text-decoration:underline;*/
	background: url(../images/content_anchor.gif) repeat-x left bottom;

	
}

#mainContent a:hover {
	color: #336;
	text-decoration:none;
	/*background: url(../images/footerbg.gif) repeat-x left bottom;*/
}


#secondaryContent { 
  width: 31%;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both;
  background-color: #E4E4E4;
  color:#274F76;
  text-align:center;
  height:auto;
  padding: 1px 10px; 
  background: url(../images/footer_bg.gif);
  font-weight:bold;
} 
#footer a:link, a:visited {
	color:#369;
	text-decoration:none;
	
}

#footer a:hover {
	color:#663300;
	text-decoration:none;
	background: url(../images/footerbg.gif) repeat-x left bottom;
}

#footer p {
	margin:0.1em 0;
}
/* Add some padding
================================== */

#mainNav, #secondaryContent {
  padding-top: 1em;
  padding-bottom: 0;
}
/*
#mainNav *, #secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}*/

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

/*CSS for Side Bar Navigaiton 
======================================================*/

#mainNav ul {
  margin-left: 5px;
  padding: 0;
  list-style-type: none;
}

#mainNav li {
  display: inline:  /* :KLUDGE: Removes large gaps in IE/Win */
}

#mainNav a {
  display: block;
  width: 150px;
  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;
  /*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
====================================================================*/

/* CSS for horizontal Navigation
=============================================*/

#wrapper  ul#horNav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: #B0B0B0 url(../images/horNavBg1.gif) repeat-x;
  list-style-type: none;
  text-transform: uppercase;
}

#wrapper  ul#horNav li {
  float: left;
}


#wrapper  ul#horNav a {
  padding: 0 2em;
  line-height: 2.1em;
  background: url(../images/horNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #000;
  font-weight:bold;
  float: left;
  display: block;
}


#wrapper  ul#horNav a:hover {
  color: #FFF;
}


#wrapper  ul#horNav .first a {
  background: none;
}

/* End of CSS for horizontal Navigation 
====================================================================*/

/* CSS for Form on contact Page
=====================================================================*/

#secondaryContent form {
	display:inline;
	/*width:70%;*/
}
#secondaryContent form input.txt {
		width:50%;
		float:left;
		margin:0.1em 0.5em;
}

#secondaryContent form input.search {
	width:50%;
	float:left;
	margin:0.4em;
}


form {
  font-size: 1.4em;
  width: 30em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background:#F8F8F8;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
  font-size:0.75em;
}

/* style for required labels */
label .required {
  font-size: 0.65em;
  color:#760000;
}

input {
  width: auto;
}

input.submit {
	width:auto;
	/*background-image:#336699 url(images/button.jpg) no-repeat;*/
	background-color:#369;
	color:#FFF;
	border:1px outset #CCC;
	float:left;
	margin-right:1em;
}

input.reset {
	width:auto;
	background-color:#369;
	color:#FFf;
	border:1px outset #CCC;
	float:left;
}

input.radio, input.checkbox  {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

/* End of CSS for Form on Contact Page
=========================================================================*/

/* CSS for Table on Contact Page
===================================================================*/
table {
	border:none;
	
}

.datatable {
	border: none;
	background:#F8F8F8;
	width:30em;
	font-size:1.4em;
}

.datatable td {
	border: 1px solid #CCC;
	padding: 4px;
	vertical-align:top;
}

/* Rule for Corner box in Main Nav Div
===================================================================*/
.box {
margin:3em 1em 1em 0.5em;
/*margin: 15px 0 0 0;*/
/*padding: 5px 0 5px 0;#94B8E9*/
border:2px solid #FFF;
background:#666;

}

#secondaryContent .box {
margin:3em 1em 1em 1em;
/*margin: 15px 0 0 0;*/
/*padding: 5px 0 5px 0;#94B8E9*/
border:2px solid #FFF;
background:#666;
}

.box h2 {

margin: 0;
font-size: 1.6em;
font-weight:bold;
color: #fff;/*#A3A06F;*/
background: #369;/*#E5E2A9;*/
border-bottom:2px solid #FFF;

}

#secondaryContent .box h2 {

margin: 0;
padding:0;
font-size: 1.6em;
font-weight:bold;
color: #fff;/*#A3A06F;*/
background: #369;/*#E5E2A9;*/
border-bottom:2px solid #FFF;

}
.box img {
	margin-top:0.16em;
	
}

.box p {
margin: 0;
/*padding: 0 5px 5px 60px;*/
color: #FFF;
line-height:170%;
}


.box a:link {
background:#369 !important;
text-decoration: underline !important ;
color: #FFF !important;
display:inline !important;
}
.box a:hover {
background:#FFC !important;
text-decoration: underline !important;
color: #990 !important;
display:inline !important;
}
.box a:visited {
background:#369; !important
text-decoration: underline !important;
color: #FFF !important;
display:inline !important;
}

.box img {
	float:left;
	margin-right:0.5em;
}