body { /* For most versions of NN.4.x */
	margin: -10px;
	padding: 0;
}
html body { /* For CSS-compliant browsers */
	margin:0px;
}
body {
	background:url('/images/bg_pattern.jpg') repeat;
	color:#000;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:11px;
}
div,p,dt,dd,li,td {
	color:#000;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:10px;
}
p{
	padding:0px 8px;
	margin:0px;
}
ul {
	margin-top:0px;
}

h1{font-size:1.5em;line-height:1.5em; padding:0px 0px 0px 8px; margin:0px;}
h2{font-size:1.45em;line-height:1.45em;}
h3{font-size:1.3em;line-height:1.3em;}
h4{font-size:1.15em;line-height:1.15em;}
h5{font-size:1em;line-height:1em;}
h1,h2,h3,h4,h5 {
	color:#246;
	font-family: Helvetica,Verdana,'Trebuchet MS',Arial,sans-serif;
	font-weight:normal;
	margin-bottom:.3em;
}
h3{
	color:#555;
}

a:link {
	color:#246;
	background-color:transparent;
}
a:visited {
	color:#246;
	background-color:transparent;
}
a:hover {
	color:#135;
	background-color:transparent;
}
a:active {
	color:#333;
	background-color:transparent;
}

/*
MAIN BACKGROUND IMAGES
-------------------------------------------------------------------*/
#mainbox{
	width:960px;
	margin:auto;
}

#topimage{
	width:960px;
	height:84px;
	margin-top:6px;
	background:url(/images/main_top_bg.gif) no-repeat;
}

#bottomimage{
	width:960px;
	height:33px;
	background:url(/images/main_bottom_bg.gif) no-repeat;
	margin-bottom:6px;
}

/*
LOGO
-------------------------------------------------------------------*/
#logobox{
	width:356px;
	float:left;
}
#logo {
	width:336px;
	margin:60px 0 0 20px;
	float:left;
	display:block;
}

#logo a{
	display:block;
	width:336px;
	height:13px;
	text-indent:-9999px;
	background:url(/images/logo.gif) no-repeat;
}

/*
TOP NAVIGATION
-------------------------------------------------------------------*/

div#topnav{
	float:left;
}

div#topnav ul#toplinks{
	list-style:none;
	position:absolute;
	width:431px;
	padding:0px 0px 0px 225px;
	margin:58px 0px 0px 140px;
}

ul#toplinks li{
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	height:14px;
}

ul#toplinks li a {
	display:block;
	position:absolute;
	text-indent:-9999px;
	text-decoration:none;
	width:100%;
	height:17px;
}

li.top-home{width:63px;}
.top-home a{background:url(/images/top_nav/home.gif) no-repeat;}
.top-home a:hover{background:url(/images/top_nav/home_over.gif) no-repeat;}

li.top-location{width:148px;}
.top-location a{background:url(/images/top_nav/location.gif) no-repeat;}
.top-location a:hover{background:url(/images/top_nav/location_over.gif) no-repeat;}

li.top-campus{width:220px;}
.top-campus a{background:url(/images/top_nav/campus.gif) no-repeat;}
.top-campus a:hover{background:url(/images/top_nav/campus_over.gif) no-repeat;}

/*
MAIN NAVIGATION
-------------------------------------------------------------------*/

#skip{
	display:none;
}

div#mainnav{
	background:url('/images/nav_bg.jpg') no-repeat;
	width:958px;
	height:18px;
	border:#FFF solid 1px;
}

div#mainnav ul#nav {
	width:958px;
	height:18px;
	list-style:none;
	position:absolute;
	margin:0px;
	padding:0px;
}

ul#nav li {
	position:relative;
	float:left;
	margin:0px;
	width:130px;
	padding:0px;
	height:20px;
}

ul#nav li a {
	display:block;
	position:absolute;
	text-indent:-9999px;
	text-decoration:none;
	width:100%;
	height:20px;
}

/* SUNWEST */
.nav-sunwest a {background:url(/images/nav/sunwest.gif) no-repeat;}
.nav-sunwest a:hover {background:url(/images/nav/sunwest_over.gif) no-repeat;}
/* LISTEN */
.nav-listen a {background:url(/images/nav/listen.gif) no-repeat;}
.nav-listen a:hover {background:url(/images/nav/listen_over.gif) no-repeat;}
/* discover */
.nav-discover a {background:url(/images/nav/discover.gif) no-repeat;}
.nav-discover a:hover {background:url(/images/nav/discover_over.gif) no-repeat;}
/* grow */
.nav-grow a {background:url(/images/nav/grow.gif) no-repeat;}
.nav-grow a:hover {background:url(/images/nav/grow_over.gif) no-repeat;}
/* connect */
.nav-connect a {background:url(/images/nav/connect.gif) no-repeat;}
.nav-connect a:hover {background:url(/images/nav/connect_over.gif) no-repeat;}
/* serve */
.nav-serve a {background:url(/images/nav/serve.gif) no-repeat;}
.nav-serve a:hover {background:url(/images/nav/serve_over.gif) no-repeat;}
/* tools */
.nav-tools a {background:url(/images/nav/tools.gif) no-repeat;}
.nav-tools a:hover {background:url(/images/nav/tools_over.gif) no-repeat;}

/*
BANNERS
-------------------------------------------------------------------*/

#homebanr{
	width:958px;
	height:89px;
	background:url('/images/home_banr.jpg') no-repeat;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	border-top:#FFF solid 1px;
}

#centennialbanr{
	width:958px;
	height:89px;
	background:url('/images/centennial_banr.jpg') no-repeat;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	border-top:#FFF solid 1px;
}

#mckenziebanr{
	width:958px;
	height:89px;
	background:url('/images/mckenzie_banr.jpg') no-repeat;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	border-top:#FFF solid 1px;
}

/*
HOME LAYOUT
-------------------------------------------------------------------*/

/** LEFT COLUMN **/
#homeleftcolumn{
width:465px;
float:left;
border:#FFF 1px solid;
background:url('/images/home_left_main_bg.gif') repeat-y;
margin-right:10px;
}

#homeleftheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/home_left_header_bg.gif') repeat-y;
padding:6px;
color:#fff;
font-variant: small-caps;
font-weight: bold;
font-size:1.4em;
}

#homeleftcontent{
	padding:6px;
}


#homerightcolumn{
width:465px;
float:left;
border:#FFF 1px solid;
background:url('/images/home_right_main_bg.gif') repeat-y;

}

#homerightheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/home_right_header_bg.gif') repeat-y;
padding:6px;
color:#fff;
font-variant: small-caps;
font-weight: bold;
font-size:1.4em;
}

#homerightcontent{
padding:6px;
}

/*
LAYOUT
-------------------------------------------------------------------*/
#maincontent{
	width:960px;
	background:transparent url('/images/main_bg.gif') repeat-y;
	padding:10px;
}


/** LEFT COLUMN **/
#leftcolumn{
width:198px;
float:left;
border:#FFF 1px solid;
background:url('/images/left_main_bg.gif') repeat-y;
margin-right:10px;
}

#leftheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/left_header_bg.gif') repeat-y;
padding:6px;
}

#leftmain{
padding:6px;
}

#leftnav ul{
	list-style:none;
	margin:0;
	padding:0;
}	

#leftnav li{
	padding-bottom:4px;
}

#leftnav li a{
	color:#246;
	font-weight:bold;
}

#leftnav li a:hover{
	color:#555;
}

#leftcontent{

}


/** CENTER COLUMN **/
#centercolumn{
width:518px;
float:left;
border:#FFF 1px solid;
background:url('/images/center_main_bg.gif') repeat-y;
margin-right:10px;
}

#centerheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/center_header_bg.gif') repeat-y;
padding:6px;
}

#centerheader h1{
	margin:0;
	padding:0;
	line-height:1.3em;
}

#centercontent{
padding:6px;

}

/** RIGHT COLUMN **/
#rightcolumn{
width:198px;
float:left;
border:#FFF 1px solid;
background:url('/images/right_main_bg.gif') repeat-y;

}

#rightheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/right_header_bg.gif') repeat-y;
padding:6px;
}

#rightcontent{
padding:6px;

}

/** WIDE COLUMN **/
#widecolumn{
width:938px;
border:#FFF 1px solid;
background:url('/images/wide_main_bg.gif') repeat-y;
}

#wideheader{
height:20px;
border-bottom:#FFF 1px solid;
background:url('/images/wide_header_bg.gif') repeat-y;
padding:6px;
}

#widecontent{
	padding:6px;
}

/*********text content***********/
.largebody p, .homebody p{
	margin:0px 0px 0px 0px;
	padding:4px 8px;
}
/************sermon asset***********/

.sermon{
	padding:8px 0px;
}

.sermoncontent{
	float:left;
	padding:0 10px 10px 10px;
}

.sermontitle{
	font-weight:bold;
	padding-bottom:6px;
}

/*********   lug ************/
.lugtitle{
	font-weight:bold;
}

.lugperson{
	font-style:italic;
}

/** staff **/
.staff{
	padding-bottom:16px;
	padding-left:6px;
}

/** media_element **/
.mediaelement{
	padding:16px 6px 6px 6px;
}



#breadcrumbs {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:.5em .5em 0 .5em;
	height:2em;
	color:#999;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration:none;
	color:#CCC;
}
#homecontentbox {
	margin:6px;
}

#contentbox {
	float:left;
	width:63%;
}
#sidebarbox{
	float:left;
	width:32%;
	background:#EEE;
}
div.clear {
	font-size:0;
	height:0;
	clear:both;
}

#footer {
	text-align:center;
	height:33px;
	padding-top:6px;
	font-size:10px;
	color:#333;
}
#children {
	margin-top:1em;
	margin-bottom:1em;
	font-size:10px;
	color:#666;
}

.header {
	font-size:1.6em;
	font-weight:bold;
	color:#999;
}
td .header {
	color:#999;
}
.subheader {
	font-size:1.45em;
	font-weight:bold;
	color:#999;
}

#scrollcontainer {
}
#scrollcontent {
}
div.scrolllayer {
	position:absolute;
	top:0;
	left:0;
	z-Index:2;
	visibility:hidden;
}

img {
	border:0;
}
img.block {
	display:block;
}
/*/*/a{}
img.border{
	border:1px solid #600;
}
/*
home
***************/
#xcontainer{
	width:960px;
	background:transparent url('/images/main_bg.gif') repeat-y;
}
.xcolumcontainer{
	float:left;
	margin:0px 2px;
	padding:0px;
	border:#FFF solid 1px;
}
.columcontainer{
	width:234px;
}
.xhomeheader{
	padding:0px;
	margin:0px 0px 1px 0px;
	border-bottom:#FFF solid	1px;
}
.homeheader{
	height:22px;
	vertical-align:center;
}
.xhomebody{
	padding:0px;
	margin:0px;	
}
.homebody{
	min-height:196px;
}
#lefthomeheader{
	background:url('/images/left_colum_head.jpg') no-repeat;
}
#righthomeheader{
	background:url('/images/right_colum_head.jpg') no-repeat;
}
#middlehomeheader{
	background:url('/images/middle_colum_head.jpg') no-repeat;
}
#lefthomebody{
	background:url('/images/left_colum_body.jpg') repeat-y;
}
#righthomebody{
	background:url('/images/right_colum_body.jpg') repeat-y;
}
#middlehomebody{
	background:url('/images/middle_colum_body.jpg') repeat-y;
}
#xbannerimg{
	padding:0px;
	margin:0px 2px 0px 0px;
	border-bottom:#FF solid 1px;
}


#xmenuoverhead{
}

#menuoverhead{
	width:958px;
	height:14px;
	background:url('/images/menu_over_head.jpg') no-repeat;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
}
#layout{
	/*\*/width:761px;*/
	/width:761px;
	w/idth:761px;
	margin:auto;
	vertical-align:center;
	background:transparent;
	background-position:1px 0px;
	margin-top:20px;
}


#navs {
	background:url('/images/nav_bg.jpg') no-repeat;
	width:958px;
	height:18px;
	border:#FFF solid 1px;
}
.navcell{
	padding:0px 5px;
}
.xnavprimeitem{
/*\*/	padding:3px 8px 1px 8px;*/
	padding:5px 8px 0px 8px;
	margin:0px;
}
.navprimeitem{
	height:11px;
	padding:0px;
	margin:0px;
}
.xnavprimeitemover{
/*\*/	padding:3px 8px 1px 8px;*/
	padding:5px 8px 0px 8px;
	margin:0px;
	background:#247;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
}
a.navlink{
}
a.navlink:hover{
}
#technav{
	height:10px;
	font-size:1em;
	line-height:1em;
	text-align:right;
}
#footerimage{
	width:761px;
	height:26px;
	background:url('/images/home_footer.gif') no-repeat;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
#xheadimg{
	padding:0px 0px 0px 0px;
	height:51px;
	margin:0px 0px 0px 0px;
}
#headimg{
	float:left;
	width:437px;
	height:50px;
	margin:0px 0px 0px 0px;
	border-top:#FFF solid 1px;
	background:transparent url('/images/home_head.gif') repeat;
}
#top_left_corner{
	float:left;
	width:100px;
	height:51px;
	margin:0px 0px 0px 0px;
	background:url('/images/head_left_corner.gif') no-repeat;
}
#top_right_corner{
	float:right;
	width:222px;
	height:51px;
	margin:0px 2px 0px 0px;
	background:transparent url('/images/head_right_corner.gif') no-repeat;
}
#bottom_left_corner{
	float:left;
	width:32px;
	height:25px;
	background:transparent url('/images/footer_left_corner.gif') no-repeat;	
}
#bottom_right_corner{
	float:right;
	width:25px;
	margin:0px 3px 0px 0px;
	height:25px;
	background:transparent url('/images/footer_right_corner.gif') no-repeat;	
}
#head_bottom_right{
	float:right;
	height:38px;
	width:222px;
	margin:0px 16px 0px 0px;
	background:transparent url('/images/head_bottom_right.gif') no-repeat;	
}
.homeheader p, .homeheader span, .homeheader h1, .homeheader h3{
	padding-top:4px;
	padding-left:4px;
	margin-top:0px;
	font-weight:bold;	
	text-indent:0px;
}
.xlargeheader{
	padding:0px;
	margin:0px 0px 1px 0px;
	border-bottom:#FFF solid	1px;
}
.largeheader{
	height:22px;
	vertical-align:center;
	background:#BBD;
}
.xlargebody{
	background:#99B;
	padding:0px;
	margin:0px;	
}
.largebody{
	padding: 5px;
}
.xlargecolumcontainer{
	float:left;
	margin:0px 2px;
	padding:0px;
	border:#FFF solid 1px;
}
.largecolumcontainer{
	width:470px;
}

