/*
Title: Reset default browser styles
Author: alvin law based on Eric Meyer's Reset
CSS: http://meyerweb.com/eric/tools/css/reset
*/

/* v1.0 | 20080212 */

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, 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;
}
img {
	border:0;
}
/* 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;
}

/* --------------------------------------------------------------------------------------------END OF RESET.CSS */

/* IE.CSS */ 
/*Title: IE Patches, Author: dan@simplebits.com*/

/* PNG Fix*/
* html #selector { /* for IE<6 */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png');
	background-image: none;
	background-repeat: none;
	background-color: transparent;
}

/* self-clear floats */
* html .group { /* IE6 */
height:1%;
}

*:first-child+html .group { /* IE7 */
min-height: 1px;
}
/* -------------------------------------------------------------------------------------------------END IE.CSS */


.nodisplay {
	display:none;
}


/* self-clear floats */
.group:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

/* END self-clear floats */
body {
	background-color: #000;
	/*background: #031f2a url(images/bg_01.gif) repeat-x;*/
	font-family: "Lucida Grande",helvetica,verdana,sans-serif;
	font-size: .8em;
}
h2, h3 {
	color: #f5d134;
	margin-bottom: 8px;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	color: #00b5ff;
	margin-bottom: 3px;
}	 
p {
	line-height: 1.4em;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
}
#page-wrapper {
	width:980px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}
#header {
	height: 200px;
	width: 960px;
}
#content-group1, #content-group2, #content-group3 {
	margin-bottom: 20px;
}
#nav {
	float: left;
}
#nav li {
	background: url(images/bg_02.gif) repeat-x 0 -428px;
	list-style-type: none;
	width: 140px;
	text-align:right;
	padding:18px 10px 6px;
	margin-bottom:1px;
	color: #d6f1f7;
	cursor: pointer;
}
#nav li:hover {
	background: url(images/bg_02.gif) repeat-x 0 0px;
}
#nav li a {
	color: #d6f1f7;
	text-decoration: none;
	
}
#nav ul.dropdown {
	display: none;
	float: none;
}
#nav ul.dropdown li{
	background-color: #3a4a54;
	background-image: none;
}
#maincontent {
	overflow: hidden;
}
#whatwebelieve, #whyweexist, #maincontent, #staff, #staff-ngai, #staff-mandy, #staff-milton, #staff-sarah, #location{
	width:810px;
	float: left;
	margin: 0 0 0 10px;
}
#whatwebelieve, #whyweexist, #staff, #staff-ngai, #staff-mandy, #staff-milton, #staff-sarah, #location, #welcome, #members{
	background-color: #03161e;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	color: #d6f1f7;
	min-height:280px;
}
#whatwebelieve p, #whatwebelieve h2, #whyweexist p, #whyweexist h2, #welcome p,#welcome h2,#staff p,#staff h2,#location p, #location h2, #location h3 {
	margin: 15px 20px;
}
#btn-aboutclose, #btn-staffclose, #btn-locationclose, #btn-whatwebelieveclose, #btn-whyweexistclose, #btn-ngaiclose, #btn-mandyclose, #btn-miltonclose, #btn-sarahclose{
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#btn-meetingclose {
	margin:0 0 0 400px;
	display:block;
	clear:left;
}
#whatwebelieve {
	height: 620px;
}
#whatwebelieve ol, #whyweexist ol {
	margin:15px 20px;
}
#whatwebelieve ol li, #whyweexist ol li {
	margin:20px 0px;
	line-height: 1.4em;
}
#whyweexist {
	height: 380px;
}
#staff ol {
	margin: 0px auto;
	width: 720px;
}
#staff ol li {
	height: 245px;
	width: 180px;
	float: left;
	text-align: center;
}
#staff ol li img {
	
	display: block;
}
#staff-ngai {
	height: 415px;
}
#staff-ngai h2, #staff-mandy h2, #staff-milton h2, #staff-sarah h2 {
	margin:10px 0 5px 25px;
}

#staff-ngai img, #staff-mandy img, #staff-milton img, #staff-sarah img {
	float:left;
	margin:50px 15px 0 20px;
}
#staff-ngai p, #staff-mandy p, #staff-milton p, #staff-sarah p {
	margin:20px 20px 10px 10px;
	text-indent:2.3em;
}

#ministries-colA,#ministries-colB,#ministries-colC {
	float:left;
	width:295px;
	margin:20px 10px 10px 15px;
}
#content-group3 ul li {
	list-style-type: disc;
	line-height: 1.4em;
}
#welcome {
	width:630px;
	height: 400px;
	background-color:#03161e;
	margin-bottom:10px;
	position:relative;
	float:left;
}
#welcome h3 {
	margin: 15px 0 0 205px;
	font-size: 2em;
}
#welcome-content {
	
}
#video {
background-color:#03161E;
color:#D6F1F7;
float:right;
height:380px;
margin-left:10px;
padding:10px;
width:320px;
}
#video h3 {
text-align: center;
margin-top:10px;
}
#video video {
	display: block;
	width:300px;
	margin: 0 auto;
}
#content-group2, #content-group3 {
	clear:left;
	background-color: #03161e;
	color: #d6f1f7;
	padding: 20px 10px;
}
#colA {
	width: 660px;
	float: left;
	margin: 0 10px;
	overflow:hidden;
	border:5px solid #325B98;
}
#colC {
	float: left;
	width: 220px;
	margin: 0 10px;
}
audio {
	width:220px;
}
#colC p {
	color:#777777;
	margin-bottom:10px;
}
#colC ul li {
	margin-bottom: 5px;
}
#footer {
	color: #96ddf7;
	background-color:#03161e;	
}
#footer span {
	display: block;
	text-align: center;
}

	#promo {width:810px; height:240px;overflow:hidden;}
	#promo li {float:left;}

	#sm_promo {width:810px; height:120px;overflow:hidden;}
	#sm_promo li {float:left;}

#btn-justicespeaks {
cursor: pointer;
}
#btn-campuses, #btn-campusclose {
cursor: pointer;
}
#campusministries {
}
#campusministries h3,#campusministries h4 {
font-size: 1.75em;
}
#justicespeaks h3 {
text-indent: -9999px;
background: url(images/title-justicespeaks.gif) no-repeat;
width:332px;
height:33px;
margin-bottom: 25px;
}

#campusministries a {
color:#000 ;
}
#justicespeaks a {
color:#8b0a00 ;
}

#facebook {
background: url(images/btn-facebook.gif) no-repeat bottom;
display:block;
text-indent: -9999px;
height:31px;
width:103px;
}
#facebook:hover {
background: url(images/btn-facebook.gif) no-repeat top;
text-indent: -9999px;
height:31px;
width:103px;
}