/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

p, ul, ol, li, h1, h2, h3, h4, h5  {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active	{
	color: #015383;
	font-weight : normal;
	text-decoration : underline;
}

a:hover	{
	color: #BD0A24;
}

a:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11pt;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	color: #000000;
	height: 100%;
	text-align: center;
}

body {
/*
	background: #FFFFFF url(/images/winterbg02.jpg) center top no-repeat fixed;
	background: #FFFFFF url(/images/summerbg05.jpg) left center no-repeat fixed;
	background: #FFFFFF url(/images/fallbg01.jpg) right bottom no-repeat fixed;
*/

	background: #FFFFFF url(/images/springbg01.jpg) center top no-repeat fixed;

	/*background-image: url(/images/summerbg03.jpg);
	background-image: url(/images/springbg01.jpg);
	background-image: url(/images/fallbg05.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;*/
}

#shadowfixed {
	background: transparent url(/images/bg-shad.png) center top no-repeat fixed;
	position: absolute;
	height: 100%;
	width: 100%;
}
/**/

#container {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	z-index: 0;
	background: url(/images/contentbg01.png) repeat-y center top;
	margin-top: 20px;
}

* html #container { height: 100%; margin-left: 1px;} /* Height Hack for IE */



#bodybg {
	position: fixed;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#wscontainer {
	position: absolute;
	top: 220px;
	left: 0;
	z-index: 1002;
}

#followus {
	float: left;
	width: 60px;
	padding: 12px 0 0 0;
}

#sliderpics {
	width: 663px;
	float: left;
}

#bodywrapper {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 3;
	padding-bottom: 80px;
}

* html #bodywrapper { padding-bottom: 0; } /* Height Hack for IE */





/* ########## Begin Main Menu ########## */

#mainmenu {
	width: 900px;
	font-size: 10pt;
	line-height: normal;
	margin: 0px;
	height: 33px;
	position: absolute;
	top: 120px;
	text-align: left;
}

/* ############## Mega Menu ####################### */

ul#topnav {
	font-size: 10pt;
	line-height: normal;
	margin: 0;
	list-style: none;
	z-index: 13000 !important;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	z-index: 12000 !important;
}

ul#topnav li a, ul#topnav a:active, ul#topnav a:visited {
	float: left;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 24px 7px 24px;
	border-right: 1px solid #FFFFFF;
}

ul#topnav li:hover a, ul#topnav li a:hover {
	color: #FFFFFF;
	background: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-right: 1px solid #FFFFFF;
}

ul#topnav li .sub {
	position: absolute;	
	top: 33px; left: -1px;
	background: #000000;
	padding: 7px 20px 10px 20px;
	float: left;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	display: none;
	z-index: 10000 !important;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 175px;
	float: left;

}

ul#topnav .sub ul li {
	width: 100%;
	color: #FFFFFF;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 10pt;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #FFFFFF;
}

ul#topnav .sub ul li a, ul#topnav .sub ul li a:active, ul#topnav .sub ul li a:visited  {
	float: none; 
	background: transparent url(/scripts/megamenu/navlist_arrow.png) 4px 10px no-repeat;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 3px 5px 3px 18px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-size: 10pt;
	border-right: 0;
}

ul#topnav .sub ul li a:hover {
	text-decoration: underline;
	margin-right: 0px;
	color: #FFFFFF;
}




/* ####################################### */

.menu3 {
	margin-top: 10px;
	border-top: 1px solid #ffffff;

}

.statusicon {
	position: absolute;
	top: 12px;
	right: 8px;

}







.menu3 h6 {
	margin: 0px;
	font: bold 12px arial;
	color: #FFFFFF;
	line-height: 1;
	width: 248px;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	position: relative;
	}

	
.menu3 h6 a {
	text-decoration: none;
	}	
	
.menu3 h6 a:link, .menu3 h6 a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: url(../images/menubg01.png) repeat left top;
	padding: 8px 29px 10px 10px;
	width: 208px;
	}
	
.menu3 h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.submenu3 {
	margin: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 1;
	width: 248px;
	}

.submenu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.submenu3 li  {
	background: url(../images/arrow-right.png) no-repeat 8px 8px;	
	}



.submenu3 li a {
	text-decoration: none;
	}	
	
.submenu3 li a:link, .submenu3 li a:visited {
	color: #D3D9EF;
	display: block;
        padding: 10px 6px 10px 21px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}
	
.submenu3 li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7DB6C8 url(../images/arrow-right.png) no-repeat 8px 8px;	
	}

/* ####################################### */

/* ##########SiteMap############### */
.sitemap ul {
	font-weight: bold;
	font-size: 12pt;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul li ul {
	font-weight: bold;
	font-size: 10pt;
}

.sitemap ul li ul a {
	background: transparent url(../images/icons/arrowbullet.png) no-repeat center left;
	padding-left: 20px;
}

.sitemap ul li ul a:hover	{
	color: #FF0000;
}
/* ####################################### */

#menuwrapper  {
	color: #FFFFFF;
	text-align: right;
	background: transparent url(../images/menubg02.gif) repeat-x;
}


#menunav {
	float: left;
	font-size: 93%;
	line-height: normal;
	paddin: 0 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}



#menunav, #menunav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menunav a {
	background: url(../images/menu01-left.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	font-weight: normal;
	float: left;
}

#menunav a span{
	float: left;
	display: block;
	background: url(../images/menu01-right.png) no-repeat right top;
	padding: 6px 18px 25px 9px;
	color: #006B5A;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menunav a span {float: none;}
/* End IE5-Mac hack */


#menunav a:hover span {
	padding: 12px 18px 19px 7px;
	color: #FFFFFF;
}

#menunav ul li a:hover {
	background-position: 0% -44px;
}

#menunav a:hover span {
	background-position: 100% -44px;
}


#menunav li {
	display: inline;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float:left;
}

#menunav ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 30px 0 0 0;
	width: 186px;
	background: url(../images/menu01-sub-bot.png) no-repeat bottom left;
	padding: 0 0 12px 0;
	z-index: 10000;
}

#menunav li li {
	width: 172px;
	margin: 0 7px;
	border-bottom: dotted 1px #006B5A;
}

#menunav li li a:link {
	text-align: left;
	padding: 5px 11px;
	margin-bottom: 0px;
	font-size: 90%;
	color: #006B5A;
	background: none;
}

#menunav li ul ul {
    margin:-21px 0 0 150px;
}

#menunav li li:hover {
	background: none;
	background:#006C5B;
}

#menunav li ul li:hover a, #menunav li ul li li:hover a, #menunav li ul li li li:hover a, #menunav li ul li li li:hover a {
	color: #FDE7E7;
}
#menunav li:hover a, #menunav li.sfhover a {
	color: #FDE7E7;
}
#menunav li:hover li a, #menunav li li:hover li a, #menunav li li li:hover li a, #menunav li li li li:hover li a {
	color: #FFF;
}
#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li:hover ul ul ul ul, #menunav li.sfhover ul ul, #menunav li.sfhover ul ul ul, #menunav li.sfhover ul ul ul ul {
	left:-999em;
}
#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li li li li:hover ul, #menunav li.sfhover ul, #menunav li li.sfhover ul, #menunav li li li.sfhover ul, #menunav li li li li.sfhover ul {
	left: auto;
	color: #550000;
}

#menunav li:hover a, #menunav li.sfhover a {
	background: transparent url(../images/menu01-left.png)  no-repeat 0% -44px;
}

#menunav li:hover span, #menunav li.sfhover span{
	background: transparent url(../images/menu01-right.png) no-repeat 100% -44px;
	color: #FFF;
	padding: 12px 18px 19px 7px;
}

/* ############# Begin Menu ############## */ 



/* ########## End Main Menu ########## */

#colleft {
	float: left;
	width: 248px;
	position: relative;
}

.leftcontentdescription {
	padding: 10px 5px 5px 5px;




}

#colright {
	width: 652px;
	float: left;
	padding-top: 15px;

}

.businessh1 {

    background: url("/images/h1-title-bg-671x33.png") no-repeat scroll left top transparent;
    height: 33px;
    margin-left: 2px;
    margin-top: 1px;
    padding-left: 15px;
    width: 671px;


}




h1.business {
	background: transparent url(/images/h1-title-bg-671x33.png) left top no-repeat;
	width: 671px;
	height: 33px;
	margin-left: 2px;
	margin-top: 1px;
	padding-left: 15px;
	font-size: 13pt;
	padding-top: 5px;


}

/* ########## Begin Business Listings ########## */

.businesstitles {
	border-bottom: 1px dotted #B7B8B9;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-size: 18pt;
}

.businessheading {
	font-size: 15pt;
	font-weight: bold;
	color: #ffffff;
	background: #275A77;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 1;
	letter-spacing: 0;
	padding: 5px;
	border: solid #ffffff 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.businessheading img {
	border: 2px solid #FFFFFF; 
	float: right; 
	margin: 5px 0 10px 5px;
}

.businessheading span {
	font-size: 10pt;
	font-weight: normal;
	background: none;
}

.businessprofilecontent {
	font-size: 10.5pt;
	border-top: 1px dotted #B7B8B9;
	margin-top: 5px;
	padding-top: 5px;
}


.businessprofilecontent h2 {
	background: transparent url(/images/maps.png) top left no-repeat;
	color: #533215;
	font-size: 14pt;
	font-weight: bold;
	padding: 6px 0 0 0px;
	height: 32px;
}

.listingimage {
	border: 2px solid #000000;
}




.maincontentprofile {

	clear: both;
	z-index: 0;
	padding: 5px 20px 15px 20px;
	position: relative;



}


.textnine {
	font-size: 9.1pt;
	line-height: 15px;
}

.businesslistwrap {
	margin: 8px 0 0 0;
	line-height: 1.25;
	border-bottom: 1px dotted #78491F;
	position: relative;
}

.businesslistdesc {
	max-height: 76px;
	overflow: hidden;
	position: relative;
}

.viewmorelink {
	text-align: right;
	font-size: 9.1pt;
	text-transform: uppercase;
	margin: -8px 0 15px 0;
}

.viewmorelink a, .viewmorelink a:visited, .viewmorelink a:active {
	text-decoration: none;
	color: #AC1F19;
	font-weight: bold;
}

.viewmorelink a:hover {
	text-decoration: underline;
}

.readmore {
	background: url(/images/readmorebg01.png) repeat-y scroll left top transparent;
	bottom: 0;
	font-size: 8pt;
	font-weight: bold;
	height: 12px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 90px;
}

.readmore a:link, .readmore a:visited, .readmore a:active {
	font-weight: bold;
	color: #BD0A24;
	text-decoration: none;
}

.readmore a:hover {
	color: #000000;
	text-decoration: underline;
}

.businesslist {
	color: #275A77;
}

.businesslist a, .businesslist a:visited, .businesslist a:active {
	text-decoration: none;
	font-weight: bold;
}

.businesslist a:hover {
	text-decoration: underline;
}

.businesslistaddy {
	font-size: 9.1pt;
}
.businessprofileaddy {
	font-size: 10.5pt;
	line-height: 1.25;
}

.businesslistpro {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 15px;
}

.businesslistpro a, .businesslistpro a:visited, .businesslistpro a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.businesslistpro a:hover {
	text-decoration: underline;
	color: #B32317;
}

.listimageright {
  	margin: 3px 0px 5px 5px; 
  	float: right; 
  	border: 1px solid #000000;

}

.listimageleft {
  	margin: 2px 5px 0 0px;
  	float: left;
  	border: 1px solid #000000;
}

.listimageleft_100 {
  	margin: 2px 10px 0 0px;
  	float: left;
  	border: 1px solid #000000;
}

.listimageno {
  	padding-left: 33px;
}

.listimageno_100 {
  	padding-left: 112px;
}

/* ########## Begin Maps ########## */

.loadcitymap {
	margin: 10px 0;
	padding: 0;
}

.googlemap  {
	border: solid 1px #000000;
	margin: 10px 0;
}

/* Footer Position Container - Same height as #body padding-bottom */
#footer {
	height: 80px;
	width: 900px;
	z-index: 3;
	bottom: 0;
	position: absolute;
	margin-left: -450px;
	left: 50%;
}

* html #footer { position: relative; } /* Height Hack for IE */

.footercontent{
	padding: 8px 20px 0 0;
}

.footercopyright{
	font-size: 10pt;
	text-align: right;
	color: #8b8989;
}

.irocfootercontainer {
	padding: 0;
	margin: 0px 0 0 0;
	text-align: right;
	font: normal 8pt Arial;
	color: #ffffff;
	height: 52px;
}

.irocfooterlogo {
	float: right;
	margin: 5px 0 0 10px;
}

/* Footer Link Styles */
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #c1bebe;
	font-size: 8pt;
	text-decoration: none;
	line-height: 1;
}

/* ##### SLIDESHOW: set the width and height to match your images ##### */

#loadslider {
	width: 652px;
	height: 339px;
	position: relative;
	text-align: center; 
	margin-top: -15px;
}

#slideshow {
	width: 640px;
	height: 305px;
	position: relative;
	text-align: center;
	float: left;
	margin: 6px 6px 0px 6px;
}

#slideshow IMG {
	z-index:8;
	opacity:0.0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}



.colleftcontent{
	margin: 0;
	clear: both;
	z-index: 0;
}

.maincontent{

	z-index: 0;
	margin: 0;
	padding: 0 21px 10px 20px;
}








#colleft h1{
	background: transparent url(/images/titlebg-227x33.png) left top no-repeat;
	width: 227px;
	height: 33px;
	margin: 0px;
	color: #FFFFFF;
	padding-left: 15px;
}







.maincontentcont {
	/*border-top: 1px dotted #676A7B;
	margin: 8px 0;*/
}

.maincontent p {
	margin: 0px;
}

.maincontent ul, .maincontent ol, .rightcontent ul, .rightcontent ol {
	margin: 0 10px;
	padding: 0 10px;
	*margin: 0 0 0 8px;
	*padding: 0 0 0 15px;
}

.maincontent pre {
	margin: 0;
}

.maincontent hr {
	height: 1px;
	border-width: 0;
	color: #AAAAAA;
	background-color: #AAAAAA;
	clear: both;
	margin: 6px 0px;
}

/* Column Right Content */




.articlecontent h3 a:link, .articlecontent h3 a:visited, .articlecontent h3 a:active {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 10pt;
	background: url(/images/arrow-6-9.png)left 9px no-repeat;
	padding: 3px 8px 8px 8px; 	
}

.articlecontent h3 a:hover {
	text-decoration: underline;
}

.articlecontentlist h3 a:link, .articlecontentlist h3 a:visited, .articlecontentlist h3 a:active {
        color: #007FA1;
	text-decoration: none;
	font-size: 11pt;
	background: url(/images/arrow-6-9.png) left 10px no-repeat;
	padding: 3px 8px 8px 9px; 
        text-shadow: 1px 1px 1px #C5C5C5;	
}

.articlecontentlist h3 a:hover {
	text-decoration: underline;
}


.dateposted {
	font-size: 8pt; 
	color: #bebbbb;
	line-height

}

.datepostedlist {
	font-size: 8pt; 
	color: #947717;

}

.articlecontent {
	border-bottom: dotted 1px #bebbbb;
	padding: 5px;

}


.articlecontentlist {
	border-bottom: dotted 1px #bebbbb;
	padding: 5px;

}

.viewallbutton {
	background: url( /images/button-healthy-99-24.png) top left no-repeat;
	padding: 1px 18px;
	margin: 10px 0 0 150px;
	height: 24px;
	width: 99px;
	text-align: left;
}


.viewallbutton  a:link, .viewallbutton a:visited, .viewallbutton a:active {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 11pt;
	display: block;	
}

.viewallbutton  a:hover {
	text-decoration: underline;
}


.viewallbuttonwrapper  a:link, .viewallbuttonwrapper a:visited, .viewallbuttonwrapper a:active	{
        color: #FFFFFF;
        text-shadow: 2px 2px 2px #000000;
	text-decoration: none;
	font-size: 10pt;	
}

.viewallbuttonwrapper {
	margin-top :10px;
	height: 24px;
	width: 250px;

}

.buttonfloat {
	width: 99px; 
	background: url("/images/button-healthy-99-24.png") no-repeat scroll left top transparent;
	float: left;
	height: 24px;
	padding: 1px 5px;	
}


.rightcontent{
	background: transparent url(/images/right-content-bg-mdl-265-4.png) top left repeat-y;
	clear: both;
	z-index: 0;
	margin-left: 18px; 
	padding: 5px 8px 0 8px; 
	width: 249px;
	color: #FFFFFF;
}

.rightcontentcaps {
	padding-left: 18px;
}

.rightcontentdescription {
	font-size: 8pt;
}

.rightcontentvideo {
	margin: 0px auto 5px auto;
	display: block;
	text-align: center;
	border: 0;
	z-index: 10;
}

.imagerightcontentleft {
  margin: 3px 10px 10px 0px;
  float: left;
  border: 1px solid #015383;
}

.imagerightcontentright {
  margin: 3px 0px 10px 10px;
  float: left;
  border: 1px solid #015383;
}

.imagerightcontentcenter {
  margin: 0px auto 5px auto;
  display: block;
  text-align: center;
  border: 1px solid #015383;
}

.recipesdescription {
	font-size: 8pt; 
}

.recipescontent h3 a:link, .recipescontent h3 a:visited, .recipescontent h3 a:active	{
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 10pt;
	background: url(/images/arrow-6-9.png)left 9px no-repeat;
	padding: 3px 8px 8px 8px; 
}

.recipescontent h3 a:hover {
	text-decoration: underline;
}


.recipescontent {
	padding: 5px;
	border-bottom: dotted 1px #bebbbb;
}

.recipescontentlist {
	padding: 5px;
	border-bottom: dotted 1px #bebbbb;
	min-height: 100px;
}

.imagerecipeleft {
  margin: 3px 10px 10px 0px;
  float: left;
  border: 1px solid #015383;
}


/* ########## Begin CMS Controls ########## */

/* Entering no in the CMS hides the content */
.no {
	display: none;
}

/* ########## End CMS Controls ########## */


/* ########## Begin Image & Video Gallery + Image Control ########## */

.imageright {
  margin: 5px 0px 10px 20px; 
  float: right; 
  border: 0;

}

.imageleft {
  margin: 5px 20px 10px 0px;
  float: left;
  border: 0;
}

.imagecenter {
  margin: 5px auto;
  display: block;
  text-align: center;
  border: 0;
}

.widgetleft {
  margin: 5px 18px 0px 0px;
  float: left;
}

.mainimagecontainleft {
	text-align: center;
	float: left;
	margin: 5px 20px 10px 0px;
}

.mainimagecontainright {
	text-align: center;
	float: right;
	margin: 5px 0px 10px 20px;
}

.mainimagecontaincenter {
	text-align: center;
  	display: block;
	margin: 5px auto;
}

.mainimagecontainleft img, .mainimagecontainright img, .mainimagecontaincenter img {
	display: inline;
	margin: 0px;
	border: none;
}

.mainimagedesc {
	text-align: center;
	font: bold 8pt arial;
	padding: 2px !important;
	margin: 4px 0 0 0;
}

.imagecontain {
	width: 217px;
	text-align: center;
	float: left;
	background: #E5E5E5;
	margin: 6px 3px 0 3px;
}

.ui-tabs-pic {
	padding: 2px;
	position: relative;
}
	
.imagecontain img {
	display: inline;
	margin: 0px;
}


.imagedesc {
	text-align: center;
	font: bold 8pt arial;
	padding: 2px;
}

.noborder {
	border: 0;
}

.gallery_wrap {
	width: 375px;
	float: right;
	margin: 3px 10px 10px 15px;
}

.galleryimagecenter {
  margin: 4px;
  text-align: center;
  border: 3px solid #89AF4E;
  float: left;
}

.gallerycontainer {
    float: right;
    margin: 5px auto;
    padding-left: 15px;
    width: 275px;

}

.gallerydiv {
	float: left;
	width: 126px;
	margin: 0 11px 4px 11px;
	text-align: center;
}

.phototag {
	text-align: center;
	font-size: 8pt;
	overflow: hidden;
	height: 32px;
	width: 115px;
	margin: 0 auto;
}

.photozoomprint {
	text-align: right;
	height: 15px;
	width: 119px;
	font-size: 7pt;
	margin: 0 auto;
}

/* .photozoomprint a:link, .photozoomprint a:visited, .photozoomprint h3 a:active {
	text-decoration: none;
}

.photozoomprint a:hover {
	text-decoration: underline;
} */

.subgalleryimage {
	text-align: center;
	margin: 0 0 3px 0;
	border: solid 1px #B6B2B2;
}

.loadpiccont {
	text-align: center;
}

.videoright {
	margin: 5px 0px 5px 10px; 
	float: right; 
	border: 0;
	z-index: 10;
}

.videoleft {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 0;
	z-index: 10;
}

.videocenter {
	margin: 5px auto;
	display: block;
	text-align: center;
	border: 0;
	z-index: 10;
}


.mainimagecontainleft {
	text-align: center;
	float: left;
	margin: 5px 20px 10px 0px;
}

.mainimagecontainright {
	text-align: center;
	float: right;
	margin: 5px 0px 10px 20px;
}

.mainimagecontaincenter {
	text-align: center;
  	display: block;
	margin: 5px auto;
}

.mainimagecontainleft img, .mainimagecontainright img, .mainimagecontaincenter img {
	display: inline;
	margin: 0px;
	border: none;
}

.mainimagedesc {
	text-align: center;
	font: bold 8pt arial;
	padding: 2px !important;
	margin: 4px 0 0 0;
}

.imagecontain {
	width: 217px;
	text-align: center;
	float: left;
	background: #E5E5E5;
	margin: 6px 3px 0 3px;
}

.ui-tabs-pic {
	padding: 2px;
	position: relative;
}
	
.imagecontain img {
	display: inline;
	margin: 0px;
}


.imagedesc {
	text-align: center;
	font: bold 8pt arial;
	padding: 2px;
}

.noborder {
	border: 0;
}



/* ########## End Image & Video Gallery + Image Control ########## */

#govpayment {
	margin-left: 11px;
	margin-bottom: 2px;
}

#loadagendaX {
	width: 206px;
	float: right;
	margin: -27px 0px 0px 0px;
	padding: 11px 14px 0 6px;
}

#loadagendaspecX {
	width: 206px;
	float: right;
	margin: -27px 0px 0px 0px;
	padding: 11px 14px 0 6px;
}

#agendaloc {
	width: 206px;
	float: right;
	margin: -27px 0px 0px 0px;
	padding: 11px 14px 0 6px;
}


/* ########## Begin Event Listings ########## */
#agenda, #agendaspec {
	font-size: 9.1pt;
	line-height: 18px;
	text-align: left;
	padding: 11px 14px 0 6px;
	letter-spacing: -1px;
	background: url(/images/events-206x293.png) center top no-repeat;
	height: 293px;
	position: relative;
/*	margin:-12px 0px 0px 0px;
	width: 206px;
	float: right;*/
}

#agendaspec {
	background: url(/images/specevents-206x293.png) center top no-repeat;
}

#agenda ul, #agendaspec ul {
	list-style: none;
	margin: 30px 0 0 18px;
	padding: 0;
	width: 178px;
}

#agenda li, #agendaspec li{
	padding-bottom: 0px;
	margin-bottom: 3px;
	color: #BD0A24;
	font-weight: bold;
	background: url(/images/line-title-227x3.png) center bottom no-repeat;
	padding-top: 5px;

}	
	
#agenda li a:link, #agenda li a:visited, #agendaspec li a:link, #agendaspec li a:visited {
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
#agenda li a:hover, #agendaspec li a:hover {
	color: #694300;
	text-decoration: underline;
}

#agenda span, #agendaspec span {

}

.viewallagenda {
	position: absolute;
	bottom: 25px;
	right: 30px;
	border: none;
}
/* ########## End Event Listings ########## */

/* ######### Begin Header Tags ########### */

h1 {
	font-size: 17pt;
	color: #000000;
	letter-spacing: -1px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	
}

h2 {

	font-size: 13pt;
	color: #499382;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	letter-spacing: -1px;
	font-weight: normal;
}



/* ####################################### */


/* ########## Archive ########## */

.meetingdate {
	width: 261px;
	float: left;
	height: 25px;
	font-size: 10.5pt;
}
.meetingdate h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.minutescol {
	width: 116px;
	float: left;
	text-align: center;
	height: 25px;

}

.minutescol h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.minutescol span, .meetingdate span, .minutepack span {
	font-size: 7pt;
}

.minutepack {
	width: 58px;
	float: left;
	text-align: center;
	height: 25px;
}

.minutepacktitle {
	width: 58px;
	float: left;
	text-align: center;
}




/* ########## End Archive ########## */




/* ########## Begin Weather ########## */

#loadwx {
	float: left;
	width: 170px;
	padding-left: 10px;

}
.wxstickerwrap {
	color: #FFFFFF;
	text-align: left;
	left: 75px;
	top: 3px;
	white-space: nowrap;
	width: 120px;
}

.wxstickerimg {
	width: 38px;
	float: left;
	margin-right: 3px;
}

.wxstickertemp {
	font-size: 13pt;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.wxstickertxt {
	font-size: 8pt;
	white-space: nowrap;
	text-shadow: 0.1em 0.1em 0.2em black;
}


/* ########## End Weather ########## */

/* ########## Begin Search ########## */

.searchwrap {
	font-size: 10pt;
	width: 275px;
	float: right;
	margin: 10px 20px 0 0;
}


.searchinput {
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 180px;
}

.searchinput:hover {
	border: 1px solid #d72323;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

.searchinput:focus {
	border: 1px solid #000000;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

/* ########## End Search ########## */


/* ######### Begin Social Media ######### */

.socialmedia {
	margin: 0;
	padding: 0;
	width: 128px;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #a4cd39;
	position: absolute;
	top: 30px;
	left: 20px;
}

.socialicons {
	margin: 0;
	padding: 0;
	width: 64px;
	height: 64px;
	float: left;
}

.headerdirections {
	margin: 0;
	padding: 0;
	width: 124px;
	position: absolute;
	top: 30px;
	right: 20px;
}


/* ############# Video CSS ############# */
.videocenter {
	text-align: center;
	margin: 15px auto;
}


/* ########### Begin Tool Tips ########### */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 237px;
background: transparent url(../images/tooltipbg.gif);
padding: 5px;
visibility: hidden;
font: normal 9pt arial;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

* html #dhtmltooltip{ width: 247px; }

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.dhtmlpic{
float: left;
margin-right: 8px;
}

/* ####################################### */


/* ##########Printer Css############## */

.printerlink {
	margin: 0;
	font: normal 9pt arial;
	color: #444445;
	width: 145px;
	float: right;
	padding-top: 7px;

}

.printerlink a, .printerlink a:visited {
	color: #444445;
	padding: 0 0 0 18px;
	background: transparent url(../images/printer.png) no-repeat center left;
	text-decoration: none;
}

.printerlink a:hover {
	color: #808000;
	text-decoration: underline;
}


/* ####################################### */




/* ############ LINKIT CLASSES ########### */

.linkit {
	font-weight: normal;
	color: #C0C0C0;
	margin: 0;
}


.forward a {
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_link.png) no-repeat left 8px;
	line-height: 1.55;
	font-size: 11pt;
}

.forward a:hover	{

}

.rightcontent .forward a:link, .rightcontent .forward a:visited, .rightcontent .forward a:active {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 8pt;
	background: url(/images/arrow-6-9.png) 3px 7px no-repeat;
	padding: 3px 8px 8px 14px; 
}

.rightcontent .forward a:hover {
	text-decoration: underline;
}

.pdf a {

	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat left 8px;
	line-height: 1.55;
	font-size: 11pt;
}

.pdf a:hover	{

}

.rightcontent .pdf a:link, .rightcontent .pdf a:visited, .rightcontent .pdf a:active {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 8pt;
	background: url(/images/icons/icon_pdf10.png) left 7px no-repeat;
	padding: 3px 8px 8px 14px; 
}

.rightcontent .pdf a:hover {
	text-decoration: underline;
}


div.printer {
	width: 180px;
	float: right;
}

div.printertop {
	width: 155px;
}

.printer a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_printer.png) no-repeat center left;
	text-decoration: none;
}

.printer a:hover	{
	color: #808080;
	text-decoration: underline;
}

div.backbutton {
	width: 105px;
	float: right;
}

.backbutton a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_back.gif) no-repeat center left;
	text-decoration: none;
}

.backbutton a:hover	{
	color: #808080;
	text-decoration: underline;
}

.email a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_email.png) no-repeat center left;
	text-decoration: none;
}

.email a:hover	{
	color: #694300;
	text-decoration: underline;
}

.share a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_share.gif) no-repeat center left;
	text-decoration: none;
}

.share a:hover	{
	color: #808080;
	text-decoration: underline;
}

.calendar a {
	padding: 3px 0 3px 20px;
	background: transparent url(/images/icons/icon_calendar.png) no-repeat left 7px;
	width: 254px;
	float: right;
	font-weight: bold;
}

.calendar a:hover	{

}

.linkitbuzz {
	width: 75px;
	float: left;
	padding: 4px 0;
	font: normal 12px Arial;	
}

.linkitbuzz a {
	color: #4F8A9D;
	text-decoration: none;
}


.linkitbuzz a:hover	{
	color: #808080;
	text-decoration: underline;
}


.photo a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/camera_ico.png) no-repeat center left;
	margin-left: 10px;
}

.photo a:hover	{
	color: #1827E2;
}

.video a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/video_ico.png) no-repeat center left;
	margin-left: 10px;
}

.video a:hover	{
	color: #1827E2;
}

.pps a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_pps.gif) no-repeat center left;
}

.pps a:hover	{
	color: #808080;
}


.back a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/arrow_left.png) no-repeat center left;
}

.back a:hover	{
	color: #FFFF00;
	text-decoration: underline;
}


/* ########### END LINKIT CLASSES ########## */

#linkitdoc {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

#linkitdoc a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center left;
}

#linkitdoc a:hover	{
	color: #808080;
	text-align: right;
}

#search_box {
    width: 201px;
    height: 31px;
    background: url(/images/searchbox.gif);
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 158px;
    background: white;

}

#search_box #go {
    float: right;
    margin: 3px 3px 3px 0;
}

#borderbar { border-bottom: 2px solid #89AF4E; padding: 6px 0; }

/* ######### Start CSS for Lightbox ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	cursor: pointer;
	}

#lightbox a img{ border: none; cursor: pointer;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size:11px; font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* ######### End CSS for Lightbox ######### */

.pagination{
	padding: 5px 2px 0 2px;
	text-align: right;
	color: #FBFDCC;
	width: 350px;
	float: right;
	height: 24px
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/

}

.pagination li{
	list-style-type: none;
	display: inline;
	margin: 0 1px;

}

.pagination li a, .pagination li a:visited{
	background: #007FA1;
	text-decoration: none; 
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 6px;
	font-size: 8pt;
}

	.pagination li a:hover, .pagination li a:active{
	color: #FFFFFF;
	font-weight: bold;
	background: #27BD6F;
}

	.pagination li a.currentpage{
	background-color: #27BD6F;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: pointer;

}

.pagination li a.disablelink, .pagination li a.disablelink:hover{
	background-color: #F06C00;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal !important;

}

.pagination li a.prevnext{
	font-weight: bold;

}

/**End CSS Style*****************************************/
