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

	html {
	height: 100%;
}

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        min-width:900px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		background-color: #FFFFFF;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: ##666666;
		text-align: center;
		margin-bottom: 20px;
		height: 100%;
			    }

	a {
    	color: #4584AF;
		text-decoration:none;
		outline: 0;		
	}
	a:hover {
		color:#6699CC;
		text-decoration:underline;
	}
	
	
	h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

	
	
    h1, h2 {
        margin: 0;
        padding:0;
		font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #666666;
		text-transform: uppercase;
		text-align: left;
    }
    h3 {
        margin: 0;
        padding:0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #05487E;
    }
    h5 {
        margin: .8em 0 .2em 0;
        padding:0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #666666;
		font-size: 18px;
    }			
    p {
        margin:0;
        padding-top: 10px;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
	
	
	
	
	

	#locations {
	background-color: #4584AD;
	display:none; 
	overflow:hidden; 
	height:200px;
	text-align: left;
	
	}

	/* Wrapper styles */	
	#wrapper  {
	 margin:0 auto;
	 width: 900px;
	 height: auto;
	 text-align: center;
   }
   	#bgcontainer {
	 margin:0 auto;
	 width: 100%;
	 height: 100%;
     background: url(/themes/teamchurch/resources/bgs/bg5.jpg) top center repeat-x #FFFFFF; 
   }	
	
	/* Header styles */
    #header {
        width: 900px;
		height: 85px;
		background: url(/themes/teamchurch/resources/homeslice1/header.jpg) top center no-repeat;
		margin-bottom: 9px;
    }	
	#logo  {
	width: 338px;
	height: 65px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align:top;
	margin-top: 15px;
	margin-bottom: 0px;
	position: relative;
	}
	#locationstop   {
	width: 100px;
	text-align: right;
	height: 30px;
	float: right;
	margin-right: 240px;
	margin-left: 10px;
	
	}
	#tab  {
	width: 136px;
	height: 33px;
	margin-right: 100px;
	margin-left: 660px;
	position: relative;
	}
	#mainContentBG	{
	width: 900px;
	background: url(/themes/teamchurch/resources/subBGs/substripBG.jpg) top center repeat-y;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	}
	#mainContent	{
	width: 900px;
	height: 100%;
	padding-top: 20px;
	background: url(/themes/teamchurch/resources/subBGs/substripBG.jpg) top center repeat-y;
	}
	.colleft{
	float: left;
	width:150px;
	position: absolute;
	padding-top: 20px;
	height: 344px;
	left: 69px;
	top: 311px;
			
    }
	.colleftTXT{
        width:140px;
		margin-top: 10px;
		height: 280px;
		padding-left: 0px;
		margin-left: 0px;
		text-align: left;
		line-height: 0.6em;
    }		
	 .colright {
	width: 576px;
	position: absolute;
	padding-top: 20px;
	height: 344px;
	background: url(/themes/teamchurch/resources/homeslice1/flashbox.jpg) bottom center no-repeat;
	left: 279px;
	top: 309px;
    }
	
#image900  {
	margin-left:auto;
	margin-right:auto;
	padding-top: 19px;
}	
#contentcolumn900{
text-align: left;
width: 750px;
margin-left: 68px;
margin-right: 67px;
padding-right: 7px;
padding-left: 7px;
margin-top: 10px;
}
#sidebar {
	width: 200px;
	height: auto;
	min-height: 500px;
	margin-left: 30px;
	padding: 0;
    border: 0;
	-moz-opacity:.5; 
	filter:alpha(opacity=50);
}
#contentwrapper{
float: left;
width: 100%;
height: 100%;
background: url(/themes/teamchurch/resources/subBGs/substripBG.jpg) top center repeat-y;
}
#contentcolumn{
margin-left: -50px; /*Set left margin to LeftColumnWidth*/
text-align: left;
width: 520px;
float: right;
padding-right: 75px;
margin-top: 10px;
clear: left; /*added*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
padding-left: 61px; /*Set left margin to -(MainContainerWidth)*/
float: left;
margin-top: 10px;
margin-right: 60px;
}
.innertube{
margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		color: #666666;
		font-style: normal;
}
.innertube img { padding-right: 0px; max-width: 100%; }

/*- Menu 3--------------------------- */
	
#menu3 {
	width: 180px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #FFFFFF;
	border-size: 1px;
	border-width: 1px;
	text-align: left;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;	
	}

#menu3 ul ul ul {
    font-weight:normal;
}

#menu3 li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #666666;
	display: block;
	background: #FFFFFF;
	background:  url(menu3.gif);	
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #FFFFFF;
	background:  url(/themes/teamchurch/resources/subNav/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}




#content {
	width: 585px;
	height: 100%;
	margin-left: 20px;
	padding: 0;
    border: 0;
	text-align: left;
	-moz-opacity:.5; 
	filter:alpha(opacity=50);
}	
.swap_value  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	height: 23px;
	}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
padding-left: -5px;
background:#999;
color:#666;
font-weight:normal;
text-align: left;
padding: 0px 0px;
background: url(/themes/teamchurch/resources/homeslice1/formbg.gif) repeat-x left top;
}
#searchspace  {
	margin-top: 20px;
	}
#searchform  {
	text-align: left;
	padding-right: 20px;
	float:left;
	position: fixed;
	}			
#search_box {
    width: 220px;
    height: 20px;
	margin-top: 0px;
	text-align: left;
}
#search_box #s {
    padding: 0;
    margin: 6px 0 0 6px;
    width: 150px;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
fieldset.search {
	border: 0px;
	width: 190px;
	padding-left: -10px;
	margin-right: 30px;
	height: 20px;
	margin-top: -5px;
	}
.search input, .search button {
	border: none;
	float: left;
	height: 20px;
	border: 1px solid #808080;	
}
.search input.box {
	color: #fff;
	width: 150px;
	height: 20px;
	padding: 0px 0px 0 0;
	margin-right: 5px;
	border:4px solid #DDDDDD;	
}
.search input.box:focus {
	background:  no-repeat left -38px;
}
.search button.btn {
	width: 18px;
	height: 22px;
	vertical-align: top;
	cursor: pointer;
	text-indent: -9999px;
	background: #D9D8DD url(/themes/teamchurch/resources/homeslice1/glass.jpg) no-repeat top right;	
	padding-left: 2px;
	margin-left: 1px;
	text-align: right;
}
.search button.btn:hover {
	background: url(/themes/teamchurch/resources/homeslice1/glass.jpg) no-repeat bottom right;	
}
.search  {
	background-color: #FFFFFF;
	}
	
	
	
	
    #searchoptions {
	color: #666;
	font-size: 12px;
	width: 190px;
	padding-top: 15px;
	
	}
	#searchoptions select {
		color: #666;
		font-size: 11px;
		border: 1px solid #ccc;
        width:151px;
	}

	#search {
		color: #666;
		font-size: 11px;
		letter-spacing:0px;
		border:3px solid #ddd;
		width:143px;
		padding-left:2px;
	}

	.button {
		padding: 2px 4px 2px 4px;  
		background-color: white; 
		color: #333; 
		border: 2px outset #aaa; 
		text-decoration: none; 
		height: 1.5em; 
		text-align: center;
	}
	.button:hover {
		border: 2px inset #aaa; 
	}

	.go_button {
		padding-left:1px;
		border:0;
	}

			
	#nav1   {
	width: 900px;
	height: 25px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	margin-top: 0px;
	}
	#nav2   {
	width: 823px;
	height: 40px;
	clear: both;
	margin-bottom: 10px;
	}	


#footer {
	width: 900px;
	height: 200px;
	margin: 0;
	padding: 0;
    border: 0;
    float: left;
   background: url(/themes/teamchurch/resources/bgs/footerBG.jpg) top center no-repeat;
}
	
	#5boxes  {
	margin: 0 auto;
	height: auto;
	margin-top: 30px;
	text-align: center;
	clear: both;

	}	
	.box1  {
	width: 120px;
	height: 90px;
	margin-right: 40px;
	padding-top: 30px;


	}
	.box2  {
	width: 120px;
	height: 90px;
	margin-left: 0px;
	margin-right: 40px;
	padding-top: 30px;

	}
	.box3  {
	width: 120px;
	height: 90px;
	margin-left: 0px;
	margin-right: 40px;
	padding-top: 30px;

	}
	.box4  {
	width: 120px;
	height: 90px;
	margin-left: 0px;
	margin-right: 40px;
	padding-top: 30px;
	}	
	.box5  {
	width: 120px;
	height: 90px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
	}	


#campus_list {
	font: normal 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	width: 770px;
	color: #fff;
	text-align: left;
}

.campus {
	float: left;
	width: 200px;
	padding: 0 30px 0 0;
}

.times {
	font-weight: bold;
	margin: 15px 0 0 0;
}

.campus a {
	text-decoration: underline;
	color: #fff;
}

.campus h6 {
	text-indent: -9999px;
	height: 16px;
	margin: 0 0 15px 0;
}

h6#matthews { background: url(/images) no-repeat; width: 250px; }
h6#kershaw {	background: url(/images) no-repeat; width: 250px; }


	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}


	/* Footer styles */

	#footernav {
	width: 800px;
	margin-left: 72px;
	margin-right: 27px;
	clear: both;
	text-align: left;
	height: 60px;
	padding-top: 5px;
	}
	#footernav2 {
	width: 800px;
	margin-left: 50px;
	margin-right: 33px;
	clear: both;
	text-align: left;
	height: 60px;
	padding-top: 110px;
	position: static;
	}	
	#footercredits {
	width: 350px;
	margin-left: 85px;
	margin-right: 0px;
	clear: both;
	text-align: right;
	height: 50px;
	margin-top: 5px;
	float: right;
	line-height: 2.0em;
	}			









	/* Font styles */

	.smallnavtxt  {
	font-family: Arial, Helvetica, sans-serif;
	color:#10719f;
	font-size: 12px;
	font-style: normal;
	}
	.leftnews  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #696969;
	font-style: normal;
	}
	.dropdowns  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	padding: 2px;
	}		
	.swap_value  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	}		
	.NEWStxt  {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	font-style: normal;
	}
	.eventstitles {
	color: #666666;
	}
	.credits  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	}	

   /* for admin.php */
div#page {
    width:900px;
    height: auto;
    margin:0 auto;
    text-align:left;
    background: #FFFFFF url(../bgs/stripBG.jpg) top center repeat-y;
    display: block;
    padding: 0;
}
div#maincontent {
    width: 550px;
    margin-left: 30px;
    margin-right: 21px;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}
.newsheading  {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		color: #999999;
		font-weight: bold;
}	
.newsheadline  {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		color: #999999;
		font-weight: bold;
}
.newsdate  {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		color: #666666;
		font-style: italic;
}
.newsshort {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		color: #666666;
		font-style: bold;
}
.newsshowfull  {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		color: #666666;
		font-style: bold;
}
.newslong {
		font-family: 'Lucida Fax','Lucida Grande',Helvetica,Arial,sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		color: #666666;
		font-style: bold;
		margin-bottom: 5px;
}
