@charset "UTF-8";

/* Micro Clearfix **********************/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/************************************/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
/*End Reset*/

/* Home Page Display FIX */
p.home { display:none;}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: #FFF url(imgs/bg.jpg);
}
a{
	text-decoration:none;
	color:#FFF;
}
.group:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}
* html .group	{ zoom: 1; } /* IE6 /
*:first-child+html .group { zoom: 1; } / IE7 */
#container {
	width: 992px;
	margin: 78px auto 50px auto;
	background-color: #F2F0E0;
	border: 2px solid #B5B5B5;
	position:relative;
}
#header {
	background-color: #F2F0E0;
	height: 100px;
	width: 952px;
	float: left;
	margin:0 20px;
}
#menubg {
	background-color: #5e7a9f;
	height: 50px;
	width: 952px;
	float: left;
	margin: 0 20px;
}
#menu {
	width: 952px;
	position: absolute;
	top:100px;
	left:0px;
	margin: 0 20px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#menu h3{
	display:none;
}
#menu ul li{
	padding: 15px 0 10px 0;
	float:left;
	width:119px;
	background: url(imgs/line.png) 17px left no-repeat;
}
#menu ul li:hover{
	background-color: #3e5777;
}
#menu ul li ul{
	display:none;
	background: #3e5777;
	text-align:left;
	color:#a2bada;
	font-weight:normal;
	margin-top:10px;
}
#menu ul li ul a{
	color:#a2bada;
}

#menu ul li:hover ul{
	display:block;
}
#menu ul li ul li{
	background: #3e5777;
	float:left;
	padding:8px 7px;
	width:105px;
}
#menu ul li ul li:hover{
	background-color: #3a495c;
}
#content {
	padding: 0 10px;
	float: left;
	width: 932px;
	background-color: #969e7e;
	margin: 0 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .createdate{
	padding:10px 0 0 0;
	font-size:10px;
}
.small, .buttonheading, .modifydate{
	display:none;
}
.small{
	font-size:8px;
	text-transform:uppercase;
}
.createdate{
	font-size:8px;
	margin-bottom:20px;
}
#content div.componentheading{
	display:none;
}
.modifydate{
	font-size:8px;
}
.moduletable ul.latestnews li{
	font-size:12px;
	margin:4px 0;
}
.moduletable ul.latestnews{
	list-style: inside;
}
#contentleft div.moduletable_menu h3{
	color:#969e7e;
}
div.moduletable_menu{
	margin-bottom:15px;
}
#content div#contentleft div.moduletable h3{
	background:#555d3e;
	margin:0 0 10px -20px;
	padding:5px 10px 5px 20px;
	text-indent:-10px;
}
.contentcenter img{
	float:right;
	margin: 0 0 10px 10px;
}
#content img.img-right-large{
	float:right;
	width:500px;
	margin: 0 0 10px 10px;
}
#content img.img-right-big{
	float:right;
	width:400px;
	margin: 0 0 10px 10px;
}
#content img.img-right-med{
	float:right;
	width:350px;
	margin: 0 0 10px 10px;
}
#content img.img-right-ave{
	float:right;
	width:300px;
	margin: 0 0 10px 10px;
}
#content img.img-right-small{
	float:right;
	width:200px;
	margin: 0 0 10px 10px;
}
#content img.img-left-small{
	float:left;
	width:200px;
	margin: 0 10px 10px 0;
}
#content img.img-left-ave{
	float:left;
	width:300px;
	margin: 0 10px 10px 0;
}
#content img.img-left-med{
	float:left;
	width:350px;
	margin: 0 10px 10px 0;
}
.caption-right-small{
	float:right;
	margin: 10px 0 10px 10px;
	width:200px;
}
.caption-right-med{
	float:right;
	margin: 10px 0 10px 10px;
	width:350px;
}
.contentcenter {
	background-color: #F2F0E0;
	width:747px;
	color: #494949;
	float: left;
	padding: 10px;
	margin:30px 0 10px 0;
	line-height:1.5;
}
.contentcenter p{
	font-size:12px;
	margin-top:7px;
}
#content div.contentcenter ul {
	list-style:inside;
	text-indent:-11px;
	margin-left:11px;
	font-size:12px;
	margin-top:7px;
}
#content div.contentcenter ol {
	list-style:decimal;
	margin-left:15px;
	font-size:12px;
	margin-top:7px;
}
.contentcenter a{
	color:#5e7a9f;
}
.contentcenter div.caption-right-small p{
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.contentcenter h2{
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	border-bottom: thin #969e7e dashed;
}
.contentcenter h2.vids{
	font-size:18px;
	font-weight:normal;
	margin-top:15px;
	text-align:center;
}
.contentcenter h3{
	font-weight:bold;
	margin-top:5px;
}
.contentcenter td.contentheading{
	font-size:25px;
	font-weight:bold;
	border-bottom: thin #969e7e dashed;
	padding-bottom:5px;
	margin-bottom:10px;
	width:747px;
}
#content p.byline{
	margin-top:0;
	text-align:right;
	font-style:italic;
}
#contentleft {
	background-color: #969e7e;
	width: 145px;
	color: #202020;
	float: left;
	padding: 0 10px;
}
#contentleft ul{
	list-style:none;
	color:#F2F0E0;
	margin: 0 0 0 -10px;
	width: 155px;
	font-size:14px;
}
#contentleft ul li{
	padding: 5px 10px;
	width: 135px;
}
#contentleft ul li:hover{
	background:#F2F0E0;
	color: #969e7e;
}
#contentleft a{
	color: #F2F0E0;
}
#contentleft ul li:hover a{
	color: #303745;
}
#contentleft h3{
	background-color: #969e7e;
	color:#FFF;
	text-align:center;
	margin:0 0 0 -10px;
	padding:5px 10px;
	width:145px;
	height:20px;
	font-size:13px;
	text-transform:uppercase;
}
#contentleft h1{
	background-color: #969e7e;
	color:#FFF;
	text-align:center;
	margin:0 0 0 -10px;
	padding:5px 10px;
	width:145px;
	height:20px;
	font-size:13px;
}
.contentright {
	background-color: #F2F0E0;
	width: 275px;
	color: #202020;
	float: right;
	margin:-363px 0 20px 482px;
}
.contentrightbox1 {
	background-color: #F2F0E0;
	width: 255px;
	color: #202020;
	float:right;
	padding: 0 10px 10px 10px;
/*	height:215px;*/
}
.contentrightbox1 h1{
	background-color: #969e7e;
	color:#FFF;
	text-align:center;
	padding:5px 10px;
	margin:-7px 0 10px -10px;
	width:255px;
	height:20px;
	font-size:13px;
}
.contentrightbox2 {
	background-color: #F2F0E0;
	width: 255px;
	color: #202020;
	float:right;
	padding: 0 10px;
	height:156px;
}
.contentrightbox2 h1{
	background-color: #969e7e;
	color:#FFF;
	text-align:center;
	padding:5px 10px;
	margin:0 0 10px -10px;
	width:255px;
	height:20px;
	font-size:13px;
}
#content .article-info-term, .item-page h1 { display:none; }

#content .contentrightbox1 img,
#content .contentrightbox2 img{
	margin: 10px 0 10px 10px;
}
#content .contentrightbox1 p,
#content .contentrightbox2 p{
	line-height:1.4em;
	font-size:11px;
	margin-bottom:7px;
}
#content .contentrightbox1 a,
#content .contentrightbox2 a{
	color:#5e7a9f;
}
#content p.separator{
	margin-left:-10px;
	padding: 10px 0;
	border-top: thin #F2F0E0 dashed;
	border-bottom: thin #F2F0E0 dashed;
	
}
#content div.directory{
	width:249px;
	float:left;
}
#content div.ccforms{
	margin-top:40px;
}
#content div#aiContactSafeForm_contact_info{
	width:414px;
	float:right;
	margin-left:10px;
}
#content div#aiContactSafeForm_contact_form{
	width:310px;
	float:left;
	font-size:12px;
	line-height: 1.5;
	overflow:hidden;
}
#content textarea#aics_PrayerRequest,
#content textarea#aics_message{
	width:304px;
}
#aiContactSafeForm_contact_info h1{
	font-size:25px;
	font-weight:bold;
	border-bottom: thin #969e7e dashed;
	padding-bottom:5px;
	margin-bottom:10px;
	width:424px;
}
#content span.article_separator{
	height:5px;
	background:#d7d6ca;
	width:767px;
	float:left;
	margin: 10px -10px 10px -10px;
}
#frontpage{
	background-color: #F2F0E0;
	width:767px;
	color: #494949;
	float: right;
	margin: -20px 0 10px 0;
	padding-bottom: 20px;
	line-height:1.5;
	font-size:0;
}
#briask-iss119{
	float:left;
	margin:0;
}
#briask-iss119 img{
	margin:10px 0 0px 15px;
}
#slideshow{
	float:left;
	width:747px;
	margin-top:8px;
}
#content div.contentcenter div#slideshow ul{
	list-style:none;
}

#slideshow li{
	display:none;
}
#slideshow p{
	float:right;
	width:245px;
	padding-right:10px;
	text-indent:-1px;
}
#slideshow img{
	position:absolute;
	width:472px;
}
#slideshow div.hi3{
	height:300px;
}
#slideshow div.hi4{
	height:400px;
}
#slideshow div.hi5{
	height:500px;
}
#slideshow div.hi6{
	height:600px;
}
#slideshow div.hi7{
	height:700px;
}
#slideshow div.hi8{
	height:800px;
}
#slideshow div.hi9{
	height:900px;
}
video, .video{
	margin:10px 223px;
	float:left;
	width:300px;
}
#footer {
	background: #5E7A9F;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: left;
	width: 832px;
	text-align:center;
	font-size:20px;
	padding:10px 80px;
	list-style:none;
}
#footer li{
	height:45px;
	float:left;
}
#footer li img{
	float:left;
	height:45px;
}
#copyright{
	text-align:center;
	text-transform:capitalize;
	width:992px;
	font-size:9px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
}
#copyright a{
	color: #5e7a9f;
}

/* Blog Pagination */
p.counter { text-align:right; margin-right:10px; }
.pagination ul { list-style-type:none; text-align:center; }
.pagination li { display:inline; margin:4px; }