/* CSS Document */

@import url("base.css"); 

p {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

body {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
}

table, th, td {
	border-collapse: collapse;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
th {
	background-color: #999999;
	color: #FFFFFF;
}

div.main {

}

div.mainbody {

}

.giglist{
	border-collapse: collapse;
	font-size:11px;
	text-align:left;
}
.giglistheader {
	background-color:#333333;
}
.giglistc1{
	background-color:#CCCCCC;
}
.giglistc2{
	background-color:#EEEEEE;

}

.header_red {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#990000;
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#000000;;
	font-size:12px;
	font-weight:bold;
}

h2 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#000000;;
	font-size:14px;
	font-weight:bold;
}

div.netchurch {
	color:#FFFFFF;
}

div.netchurchsignature {
	top:0px;
	left:250px;
	position:relative;
	width: 200px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

div.banner {
	background-image: url(../images/bannerbackground.gif);
	background-repeat: no-repeat;
}

div.main_top {
	background-image:url(../images/main_top_580.gif);
	background-repeat: no-repeat;
}

div.main_bottom {
	background-image:url(../images/main_bottom.gif);
	background-repeat: no-repeat;
}

div.main_middle {
	background-image: url(../images/main.gif);
	font-size: 1.1em;
	overflow:auto;
	min-height:450px;
	height:auto; /* hack to enable ie and firefox to stretch div */
}
/* for Internet Explorer */
/*\*/
* html div.main_middle {
height: 450px;
overflow:visible;
}
/**/
div.main_middle_c1 {
	position: relative;
	top: 0px;
	left:18px;
	width: 60%;
	text-align:left;
	padding-right: 15px;
	float:left;
	min-height:400px;
	height:auto; /* hack to enable ie and firefox to stretch div */
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* for Internet Explorer */
/*\*/
* html div.main_middle_c1 {
height: 400px;
overflow:visible;
}
/**/
div.main_middle_c2 {
	position: relative;
	top: 0px;
	left:25px;
	width: 25%;
	text-align:center;
	font-size:0.9em;
	float:left;
	min-height:400px;
	height:auto; /* hack to enable ie and firefox to stretch div */
	background-color:#BBBBBB;
}
/* for Internet Explorer */
/*\*/
* html div.main_middle_c2 {
height: 400px;
overflow:visible;
}
/**/

div.main_middle_singlecolumn {
	position: relative;
	top: 0px;
	left:18px;
	width: 90%;
	text-align:left;
	font-size:0.9em;
	padding-right: 15px;
	float:left;
	/*height:450px;*/
	/*height:auto !important; /* hack to enable ie and firefox to stretch div */
/*	min-height:450px;*/
}
div.newscolumn {

	color:#CCCCCC;
	width:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	left:0px;
	background-image:url(../images/news_middle.gif);
	overflow:auto;
	min-height:160px;
	height:auto; /* hack to enable ie and firefox to stretch div */
	padding-bottom:5px;
}
/* for Internet Explorer */
/*\*/
* html div.newscolumn {
height: 160px;
overflow:visible;
}
/**/
div.newscolumn_text {

	width:80%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	left:0px;
	overflow:auto;
	min-height:160px;
	height:auto; /* hack to enable ie and firefox to stretch div */
}
/* for Internet Explorer */
/*\*/
* html div.newscolumn_text {
height:160px;
overflow:visible;
}
/**/

div.newscolumntop {	
	position: relative;
	top:0px;
	
	background-image: url(../images/news_top.gif);
	background-repeat: no-repeat;
	height:15px;
}
/* for Internet Explorer */
/*\*/
* html div.newscolumntop  {
overflow:visible;
height:15px;
}
/**/

div.newscolumnbottom {
	height:15px;
	background-image: url(../images/news_bottom.gif);
	overflow:auto;
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html div.newscolumnbottom {
overflow:visible;
}
/**/

div.newsclip {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	top:0px;
	left:0px;
	width:80%;
	color:#990000;
	margin-bottom: 15px;
	overflow:auto;
	min-height:80px;
	height:auto; /* hack to enable ie and firefox to stretch div */
}
/* for Internet Explorer */
/*\*/
* html div.newsclip {
height: 80px;
overflow:visible;
}
/**/


.nugget {
	border: 1px dotted #C0C0C0;
	padding: 5px;
	margin-bottom: 10px;
}
.nugheader {
	color:#333333;
	font-size: 12px;
	font-weight: bolder;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:120px;
	letter-spacing: normal;
	/*margin-bottom: 5px;*/
}
.nugbody {
	color:#FFFFFF;
	/*margin-bottom: 5px;*/
	width:120px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	overflow:auto;
	/*min-height:80px;*/
	height:auto; /* hack to enable ie and firefox to stretch div */
}
/* for Internet Explorer */
/*\*/
* html .nugbody {
/*height: 80px;*/
overflow:visible;
}
/**/


div.column220 {
	text-align:center;
}

/* Links
------------------------------------------------*/
a, .subnav a:visited {
  color:#358;
  text-decoration:none;
  border-bottom:1px dotted #469;
  }
a:visited {
  color:#358;
  border-color:#899;
  }
a:hover, .subnav a:hover {
  color:#933;
  border-color:#b55;
  border-bottom-style:solid;
  }
a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover {
  border-width:0;
  }
  
#mynoline a:link, a:visited {
  border-width:0;
}

#rnav_top {
	height: 80px;
}
