/* *********************************************************************

			Header Panel

 ***********************************************************************/
#header{
   position: relative;
   float: left;
   width: 920px;
   height: 277px;
	background-image: url('http://www.sudburymetiscouncil.org/images/smc_01.jpg');
	background-repeat: no-repeat;
}
/* *********************************************************************

			Header Panel->Navigation

 ***********************************************************************/
#navigation {
	position: absolute;
	left: 370px;
	top: 195px;
	width: 500px;
	height: 50px;
	/*
	margin-left: 240px;
	margin-top: 5px;
	*/
	background-image: url('http://www.sudburymetiscouncil.org/images/menu_left.png') no-repeat;
	/* border: 1px solid #000; */
}
/* *********************************************************************

			Header->Search

 ***********************************************************************/
#search {
	position: absolute;
	left: 720px;
	top: 30px;
	width: 160px;
	vertical-align:middle;
	/*
	margin-left: 18px;
	margin-top: 27px;
	*/
	/* border: 1px solid #000; */
}

/* *********************************************************************

			Left Panel

 ***********************************************************************/
#left1{
   position: relative;
   float: left;
   left: 0px;
   width: 254px;
   height: 523px;
   background-image: url('http://www.sudburymetiscouncil.org/images/smc_02.jpg');
	background-repeat: no-repeat;
}
/* *********************************************************************

			Left Panel->Headlines

 ***********************************************************************/
#headlines_wrapper {
	width: 190px;
	height: 420px;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 25px;	
}

/* *********************************************************************

			Left Panel->Admin Menu

 ***********************************************************************/
#admin_menu_wrapper {
	width: 190px;
	height: 420px;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 25px;	
}

/* *********************************************************************

			Left Panel->Quicklinks

 ***********************************************************************/
#quicklinks_wrapper {
	width: 190px;
	height: 50px;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 25px;	
	
}

/* *********************************************************************

			Left Panel->Admin Menu

 ***********************************************************************/
ul#admin_menu, ul#admin_menu ul {
  list-style-type:none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  width: 190px;
}

ul#admin_menu a {
  display: block;
  text-decoration: none;	
}

ul#admin_menu li {
  margin-top: 1px;
}

ul#admin_menu li a {
  background-color: #D8D8AA;
  color: blue;
  font-weight: bold;
  padding: 0.5em;
}

ul#admin_menu li a:hover {
  background-color: #A2A27F;
  color: #FFF;
  font-weight: bold;
}

ul#admin_menu li ul li a {
  background: transparent;
  font-weight: normal;
  color: #000000;
  padding-left: 20px;
}

ul#admin_menu li ul li a:hover {
  background: #A2A27F;
  border-left: 5px blue solid;
  /* padding-left: 15px;*/
  /* background-image: url('/images/menu_heading_bk.png'); */
  /* background-repeat: no-repeat; */
  /* text-decoration: underline; */
}

/* *********************************************************************

			Middle Panel

 *********************************************************************
#left2{
   position: relative;
   float: left;
   left: 0px;
   width: 206px;
   height: 611px;
   background-image: url('http://www.sudburymetiscouncil.org/images/smc_03.jpg');
	background-repeat: no-repeat;
}
**/
/* *********************************************************************

			Right Panel

 ***********************************************************************/
#right{
	position: relative;
	float: right;
	right: 0px;
	width: 666px;
	height: 523px;
	background-image: url('http://www.sudburymetiscouncil.org/images/smc_03.jpg');
	background-repeat: no-repeat;
}
/* *********************************************************************

			Right Panel->Content

 ***********************************************************************/
#content {
	width: 600px;
	height: 480px;
	margin-left: 30px;
	margin-top: 15px;
	overflow: auto;
	/* border: 1px solid #000; */
}

/* *********************************************************************

			Right Panel->Content->Main

 ***********************************************************************/
#main {
	width: 595px;
	height: 470px;
	margin:0;
	/* margin-top: 10px; */
	overflow: auto;
	/* border: 1px solid #000; */
}

/* *********************************************************************

			Right Panel->Main_Error

 ***********************************************************************/
#main_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #990000;
	width: 580px;
	margin-left: 20px;
	margin-top: 20px;
}

/* *********************************************************************

			Right Panel->Custom_Error - this is for custom forms

 ***********************************************************************/
#custom_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: blue;
	width: 300px;
	padding: 10px 20px 10px 20px; 
	margin-left: 10px;
	display: none;
	background-color: #A2A27F;
}

/* *********************************************************************

			All H2

 ***********************************************************************/
h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #666;
	/* text-transform: lowercase; */
	font-size: 18px;
	font-weight: normal;
}

/* *********************************************************************

			Footer Panel

 ***********************************************************************/
#footer{
   position: relative;
   float: left;
   text-align: center;
   width: 920px;
   height: 25px;
}
/* *********************************************************************

			Body

 ***********************************************************************/
body {
	border-width: 0px;
	padding: 0px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	background-image: url('http://www.sudburymetiscouncil.org/images/smc_back.jpg');
}
/* *********************************************************************

			Page Wrapper

 ***********************************************************************/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 920px;

}

/* *********************************************************************

			Set many DIVs to HIDE

 ***********************************************************************/
#framework #contact #news #admin #loading #main{
	display: none;
}

/* *********************************************************************

			Loading Image Icon

 ***********************************************************************/
#loading  {
	margin-top: 200px;
	text-align:center;
    display:block;
}

/* *********************************************************************

			LavaLamp Header Nav Menu  -- START

 ***********************************************************************/
.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 500px;
	/* background-color: white; */
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	/* border: 1px solid gray; */
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 5px solid blue;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
} 
/* *********************************************************************

			LavaLamp Nav Menu -- END

 ***********************************************************************/


/* *********************************************************************

			Left Panel->Highlights->News Scroller

 ***********************************************************************/

#headlines {
	position: absolute;
	top: 70px;
	left: 35px;
	height: 350px;
	width:195px;
}

.news {
	width:190px;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;

}

.news_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 10px;
}

.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	/* text-decoration: underline; */
	color: #666;
	line-height: 12px
}

/* *********************************************************************

			Right Panel->Content->News Storys

 ***********************************************************************/
.story_title {
	margin: 0;
	padding: 10px 0 5px 0px;
	border-bottom: 1px dotted #666;
	/* text-transform: lowercase; */
	font-size: 18px;
	font-weight: normal;
}

.story_type {
	margin: 0;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #666;
	/* text-transform: lowercase; */
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

.story_date {
	margin-top: 10px;
	color: #666;
}

.story_link {
	margin-top: 10px;
	float: left;
	/* padding-left: 60px; */
	font-size: 11px;
	color: #666;
}

.story_wrapper {
	overflow: vertical; 
	padding-top:15px;
}
.story_details {
	padding-top: 20px;
}
.story {
	padding-bottom: 20px;
}


/* *********************************************************************

			Right Panel->Content->News Search Slider

 ***********************************************************************/
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	}

#slider {
	height: 421px;
}
#slider a:hover {
	/* background-color: #BEA975; */
	background-color: #CCCC99;
}


#slider a{
	padding: 10px 10px 10px 10px;
}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:585px;
	height:380px;
	overflow:hidden; 
	}
span#prevBtn a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
}

span#nextBtn a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
}

span#firstBtn a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

span#lastBtn a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
}

div#controls {
	background-color: #CCCC99;
	border:solid 1px #666;
	padding:10px;
	text-align: center;
	width: 563px;


}

/* *********************************************************************

			Right Panel->Content->News Search Links

 ***********************************************************************/
.search_link {
	width: 570px;
	display: block;
	text-decoration: none;
	border: none;
}

.search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #666;
	/* margin-left: 10px; */
}

.search_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666;
	/* margin-left: 10px; */
}

.search_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	/* margin-left: 10px; */
}


 /***********************************************************************

	Small Text

 ************************************************************************/
 .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #A4A4A4;
 }

 .small_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666;
 }

  .small_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: bold;
	color: #990000;
 }

 .small_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
 }

 .blue {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}


 /***********************************************************************

	Ah-Tables! :S

 ************************************************************************/
/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #333;
}

caption {
	font-weight: bold;
	/* background: #50ADEA url(/images/corner.gif) no-repeat right top; */
	border-bottom:2px solid #1975d7;
	color: #666;
	text-transform:uppercase;
	font-weight: bold;
	padding:10px;
}

td, th {
	padding: 4px;
}

tbody td.center {
	text-align: center;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color: blue;
	/* background:url(/images/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	*/
	}
tbody th a:hover{
	color:#FF8601;
	}

tbody tr td { 
	height:30px;
	background: #FFF;
	border: 1px solid #FFF;
	vertical-align: top;
	}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #003399;
	text-decoration: none;
}

table td a:hover {
	color: blue;
	border-bottom:2px solid blue;
	text-decoration: none ;
}

/*
tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(/images/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}


table a[title^="Download"] { 
	background: url(/images/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}
*/

tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

