/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 

.mainDiv
{
	width: 100%;
	background-image: url(bg.jpg); 
}
.centerContainer {
	width: 963px;
	text-align: center;
	margin: auto;
}
	
body 
{	
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

.SiteWidth 
{
	width: 963px;	
	text-align: left;
	margin: auto;
}
.BannerTable 
{
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
}

.bannerTD
{
	vertical-align: top;
	width: 800px;	
}
.banner
{
	height: 183px;
	width: 800px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	background: url(banner.jpg) no-repeat top left;
	
}

.vertSpacer
{
	vertical-align:top;
	text-align: right;
	color: #000000;
}
.search
{
	color: #333333;
	width: 100%;
	Font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 25px;		
}
.menu
{
	height: 60px;
	background-color: #000;
	text-align: center;
	display: none;
}
.menuFooter
{
	color: #FFFFFF;
	vertical-align: top;
	Font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-left: 25px;
	visibility: hidden;
}
.vertSpacerBottom
{
	height: 0px;
	vertical-align:top;
	text-align: right;
	padding-top: 15px;
	color: #000000;
}

.FarRightPane
{
	width: 200px;
	/* height: 100%; */
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	border-right: solid 1px #AAAAAA;
	background-color: #FFF;
}
.linksTable 
{
	width: 100%;
	text-align: center;
	vertical-align: top;
	padding-left: 20px;
}
.infoPane
{
    width: 260px;
}
.quicklinksPane
{
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:hover 
{
	color: #CCCCCC; 
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:link, a.SearchLink:visited, a.SearchLink:active 
{
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:hover 
{
	color: #CCCCCC; 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.HostLink:link, a.HostLink:visited, a.HostLink:active 
{
	color: #AAAAAA;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.HostLink:hover 
{
	color: #666666; 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.contentTD
{
	vertical-align: top;
    /* background: url(bg.jpg) repeat-y top left; */
    text-align: left;  
    width: 800px;
	background-color: #FFF;
}
.contentTable1
{
	
	background: no-repeat top left;
	text-align: left;
	background-color: #FFFFFF;
}
.contentTD2
{
	vertical-align: top;
    text-align: left;  
	background-color: #FFF;
	color: #000;
}
.contentTable2
{
	background: no-repeat top left;
	width: 490px;
	/* height: 100%; */
	text-align: left;
	vertical-align: top;
	padding: 5px 25px 5px 5px;
}
.ContentRow 
{
	width: auto;
	vertical-align: top;
	line-height: 16px;
	background-color: #FFFFFF !important;
}
.ContentRow p {
	line-height: 16px;
	padding-right: 15px;
}
.ContentRowLeft 
{
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
}
.ContentRowRight 
{
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
}
.ContentBotRow 
{
	vertical-align: top;
	padding-left: 10px;
}

.footerRow
{
    width: 800px;
}

.FooterTable 
{
	width: 800px;
	height: 80px; 
	text-align: center;
	/* background: url(footer.jpg) no-repeat top left; */
	background-color: #FFF;
	color: #000;
	
}
.FooterLeft
{
	vertical-align: bottom;
	text-align: left;
	color: #FFFFFF;
}
.FooterCenter
{
	vertical-align: top;
	text-align: center;
	width: 33%;
}
.credits
{
	width: 800px;
	color: #AAAAAA;
	text-align: right;
}

.footerRight
{
	vertical-align: top;
	text-align: right;
}
.copyright
{
	color: #AAAAAA;
	font-weight: normal;
	font-size: 11px;
}

table, tr, td, p 
{
	font-family: Verdana;
	font-size: 12px;
}

.normal, .Normal 
{
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

select, input 
{
	font-family: Verdana;
	font-size: 12px;
	color: #417695;
	background-color: #FFFFFF;
}

.articlesTitle 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active 
{
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    
{
    text-decoration: underline;
    color: #2c2c2c;
	background-color: transparent;
 	border: 0;
 	font-weight: bold;
}

/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/

/*-- box that holds the menu --*/

/*== module menu styles ====================================*/
/*==========================================================*/

/*-- container for module menus --*/
.ModuleTitle_MenuContainer 
{
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar 
{
	/*cursor: pointer;*/
	cursor: hand;
}

/*-- menu items --*/
.ModuleTitle_MenuItem 
{
	font-family: Verdana; 
	color: #888888;
	font-size: 12px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold; 
	font-style: normal; 
	border: #eeeeee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}

/*-- submenu container --*/
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	/*cursor: pointer;*/
	cursor: hand; 
	margin: 8px 0 0 -4px;
	background: #eeeeee;
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-weight: normal;
}

/*-- hover state --*/
.ModuleTitle_MenuItemSel 
{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	/*cursor: pointer;*/
	cursor: hand; 
	color: #a06a0b;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon 

   
{
	display: none;
}

/* for the date ---------------------------------------------------*/
.SelectedTab 
{
    color: #777777;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
	padding: 0;
	margin-top: 15px;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited, a.SubHead:active 
{
	color: #a06a0b;
	text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover 
{
	color: #2c2c2c;
	text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	color: #35260b;	
	padding: 1px 3px 1px 4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover 
{
	color: #a06a0b;	
	padding: 1px 3px 1px 4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited 
{
	color: #a06a0b;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #2c2c2c;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:active 
{
	color: #a06a0b;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:visited {
	color: #666;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover 
{
	color: #4e3f1a;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.Head 
{
	font-size: 12px;
	color: #417695;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

.NormalRed 
{
	color: #a06a0b;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #000000;
	padding-left: 4px;
	line-height: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #555555;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

td.NormalTextBox 
{
	padding: 0;
	margin: 0;
	background: transparent;
	/*visibility: hidden;*/
	visibility: invisible;
	border: 0;
}

/* Main menu */
.MainMenu_MenuContainer
{ 
	background: transparent; 
	width:100%; 
	height:1px; 
}

.MainMenu_MenuBar{}

.MainMenu_MenuIcon
{ 
	display:none; 
}

.MainMenu_MenuArrow
{ 
	display:none; 
}

.MainMenu_RootMenuArrow
{ 
	display:none; 
}

.MainMenu_MenuBreak
{ 
	display:none; 
}

.MainMenu_MenuItem,.submenuitembreadcrumb
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #AAAAAA;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem TD
{ 
	color: #333333; 
	padding:3px 3px 3px 3px;
	font-size:14px; 
	font-weight: normal;
	background: transparent;
	height:22px;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:normal;
	background: #666666;
	padding:3px 3px 3px 3px;
	height: 22px;
}

.rootmenuitemactive TD, .rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:normal;
	background: #666666;
	padding:3px 3px 3px 3px;
	height: 22px;
}

/* Bottom menu */
.MainMenu_MenuContainer2
{ 
	background: transparent; 
	width:100%; 
	height:1px; 
}

.MainMenu_MenuBar2{}

.MainMenu_MenuIcon2
{ 
	display:none; 
}

.MainMenu_MenuArrow2
{ 
	display:none; 
}

.MainMenu_RootMenuArrow2
{ 
	display:none; 
}

.MainMenu_MenuBreak2
{ 
	display:none; 
}

.MainMenu_MenuItem2,.submenuitembreadcrumb2
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected2
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu2
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #AAAAAA;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem2 TD
{ 
	color: #FFFFFF; 
	padding:3px 7px 3px 5px;
	font-size:11px; 
	font-weight: normal;
	background: transparent;
	height: 10px;
}

.rootmenuitemselected2 TD,.rootmenuitembreadcrumb2 TD
{
	color:#000000; 
	font-size:11px; 
	font-weight:normal;
	background: #931928;
	background: url(bullet.jpg) no-repeat top left;
	padding:3px 7px 3px 5px;
	height: 10px;
}

.rootmenuitemactive2 TD, .rootmenuitembreadcrumb2 TD
{
	color:#000000; 
	font-size:11px; 
	font-weight:normal;
	background: #931928;
	background: url(bullet.jpg) no-repeat top left;
	padding:3px 7px 3px 5px;
	height: 10px;
}

/* ALL PAGES CSS */
.footer {
	background-image: url(shell_footer.gif);
	height: 45px;
	padding-left: 20px;
}
.topShell {
	height: 25px;
}
.contentArea {
	background-image: url(shell_slinky.gif);
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 5px;
}
.headerArea {
	height: 97px;
}
.customMenu {
	height: 39px;
}
.customMenu a img {
	border: 0px;
}
.location {
	padding-top: 5px;
	_padding-top: 0px;
}
#topRightCorner {
	background-image: url(index_06.gif);
	width: 274px;
	height: 97px;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
#topRightCorner p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
}
#topRightCorner a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#topRightCorner li {
	display: inline;
	list-style-type: none;
}
#topRightCorner a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: #5d4e33;
	font-size: 11px;
}
#footerInfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#footerInfo a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#footerInfo a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: #5d4e33;
	font-size: 11px;
}
.pageTitle {
	padding-top: 15px;
	padding-bottom: 15px;
}
.contentTable {
	width: 100%;
}
.space {
	width: 15px;
}
.contactRightCell {
	width: 450px;
	vertical-align: top;
	text-align: right;
}
.heading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.hoursTable {
	margin-bottom: 15px;
}

.hoursTable td {
	padding-right: 15px;
	line-height: 16px;
}
.productCell {
	width: 100%;
	vertical-align: top;
}
.productsThumb {
	width: 250px;
	vertical-align: top;
	text-align: center;
	padding-right: 15px;
}
.productsThumb img {
	border: 1px solid #666;
}
.productsContent {
	vertical-align: top;
	padding-bottom: 25px;
	line-height: 16px;
}
.bar {
	font-size: 16px;
	padding-left: 4px;
	padding-right: 4px;
	color: #999999;
}
#homeLeftCell {
	width: 70%;	
	vertical-align: top;
}
#homeRightCell {
	width: 30%;
	vertical-align: top;
}
.specialsBar {
	border: 1px solid #786746;
	padding-bottom: 15px;
	padding-top: 50px;
	width: 253px;
	background-image: url(specials_bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
.servicesLeftCell {
	width: 200px;
	padding-right: 20px;
}
.contentLeftCell {
	width: 644px;
	color: #000000;
	line-height: 16px;
}
.aboutUsLeftCell {
	width: 170px;
	vertical-align: top;
	padding-right: 15px;
}
.aboutUsLeftCell a {
	width: 100%;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #37280c;
	font-size: 11px;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(menu_normal.jpg);
	background-repeat: no-repeat;
}
.aboutUsLeftCell a:visited {
	width: 100%;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #37280c;
	font-size: 11px;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(menu_normal.jpg);
	background-repeat: no-repeat;
}
.aboutUsLeftCell a:hover {
	background-image: url(menu_highlight.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#activeItem {
	background-image: url(menu_highlight.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
}
.aboutUsRightCell {
	width: 225px;
	background-color: #FFF;
	vertical-align: top;
}
.homebg {
	height: 416px;
	background-image: url(home_bg.jpg);
	background-repeat: no-repeat;
	width: 915px;
}
.servicesRightCell {
	width: 150px;
	vertical-align: top;
	padding-left: 15px;
}
.mailingList {
	margin: auto;
}
.malingListTable input {
	background-color: #F0F0F0;
}
.submitButton {
	margin-top: 10px;
	color: #000000;
	padding: 3px;
}
.largeHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B68623;
	margin-top: 0px;
	padding-top: 3px;
}
.aboutUsRightCell {
	padding-top: 3px;
	padding-left: 15px;
}
.allServicesRightCell {
	width: 100px;
}
.thumbnail {
	width: 110px;
	padding-right: 5px;
}
.thumbnail img {
	border: 1px solid #A06A0B;
}
.tblServices {
	width: 100%;
	margin-bottom: 10px;
}
.tblServices td {
	vertical-align: top;
}
.divider {
	background-image: url(dotted_line.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.seeInfo {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.seeInfo a:link {
	font-size: 11px;
}
.seeInfo a:visited {
	font-size: 11px;
}
.gt {
	font-family: Arial, Helvetica, sans-serif;
}
.homeTable {
	margin-bottom: 20px;
}
.homeTable p {
	padding-right: 15px;
}
.homeLeftContent {
	width: 615px;
	vertical-align: top;	
	padding-top: 30px;
	
}
.homeLeftContent p {
	color: #000000;
	padding-left: 20px;	
	padding-right: 15px;
	line-height: 16px;
}
.homeLeftContent a {
	color: #000000 !important;
	font-weight: bold !important;
}
.homeCenterContent {
	vertical-align: top;
}
.homeTopRightCell {
padding-top: 30px;
	padding-left: 7px;
	width: 285px;
	vertical-align: top;
}
.homeBottomRightCell {
	padding-top: 30px;
	padding-left: 7px;
	width: 285px;
	vertical-align: top;
}
.smallHeading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.specialsTable {
	width: 100%;
}
.specialsTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.specialsTable a:link, .specialsTable a:visited {
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
}
.specialsTable a:hover {
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: ##A06A0B !important;
}
.name {
	padding-left: 5px;
	padding-right: 10px;
}
ul li {
	list-style-type: disc;
}
.testimonialText {
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.testimonialContact {
	padding-left: 10px;
	font-size: 10px;
}
.bottomRightQuote {
	background-image: url(rightquote.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.tblQuote {
	background-color: #fbf1db;
	width: 629px; 
	margin-bottom: 20px;
}
.buttonLink {
	margin-top: 20px;
}
.buttonLink a {
background-color: #E9E9E9;
padding-left: 40px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
.smallFont {
	font-size: 10px;
	text-align: left;
	color: #444444;
	/*
	background-color: #fbf1db;
	*/
	background-color: #f0e7d5;
	width: 135px;
	white-space: nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
}
.priceTable {
	width: 100%;
	margin-bottom: 5px;
	padding-right: 15px;
}
.priceTable td {
	line-height: 16px;
}
.service {
	background-color: #f0e7d5;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* simple table */

.simpleSmallFont {
	font-size: 10px;
	text-align: left;
	color: #444444;
	width: 135px;
	white-space: nowrap;
	padding-bottom: 2px;
	padding-top: 2px;
}
.simplePriceTable {
	width: 100%;
	margin-bottom: 5px;
	padding-right: 15px;
}
.simplePriceTable td {
	line-height: 16px;
	padding: 0px;
}
.simpleService {
	font-size: 11px;
	color: #444444;
	padding-bottom: 2px;
	padding-top: 2px;
}
.galleryTable td {
	padding-bottom: 20px;
}

.galleryTable a {
	color: #FFFFFF;
}
.galleryTable a:hover {
	color: #000000;
}
.galleryTable a img {
	border: 10px solid #e1e1e1;
}
.caption {
	font-size: 10px;
	white-space: nowrap;
}
.staffTable {
	background-color: #f5ead5;
}
.staffTable td {
	width: 33%;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.staffTable img {
	padding-bottom: 5px;
}
.staffTable p {
	padding-bottom: 3px;
	margin-bottom: 0px;
}
.jobTitle {
	font-size: 11px;
	line-height: 14px !important;
}
.smallerFont {
	font-size: 11px !important;
	padding-bottom: 5px;
	line-height: 14px !important;
}
.giftCardTable {
	width: 500px;
	background-color: #f5ead5;
	margin: auto;
}
.giftCardTable td  {
vertical-align: middle !important;
	background-color: #FFFFFF;
}
.giftCardThumb {
	vertical-align: middle !important;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.buyNow {
	text-align: right;
	vertical-align: middle !important;
	padding-right: 10px;
}
#dnn_ctr522_dnnTITLE_lblTitle {
	display: none;
}
.tblSpecials {
	margin: auto;
	font-size: 11px;
	border: 1px solid #4b3f16 !important;
}
.tblSpecials td {
	padding: 4px;
	font-size: 11px;
}
.specialHeader {
	font-weight: bold;
	background-color: #4b3f16;
	color: #FFFFFF;
}

.tblSpecials a:link {
	font-size: 11px;
}

.tblSpecials a:hover {
	font-size: 11px;
}

.tblSpecials a:visited {
	font-size: 11px;
}
.important {
	font-size: 11px !important;
}
.nowrap {
	white-space: nowrap;
}
.sendLink {
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand;
	cursor: pointer;
}
.emailFields {
	color: #000000;
}
.monthlySpecial td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.monthlySpecial p {
	margin-bottom: 0px;
}

.newsWrapper {
	padding-top: 5px;
	/*
	background-position: bottom center;
	background-image: url(dotted_line.jpg);
	background-repeat: repeat-x;
	*/
	width: 700px;
}
.datePosted {	
	font-size: 11px;
	color: #666666;
}
.postedBy {
	font-size: 10px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 5px;
	clear: both;
}
#newsBubble {
	border: 1px solid rgb(75, 63, 22); 
	padding: 4px; 
	background-color: rgb(245, 234, 213); 
	margin-bottom: 10px; 
	font-size: 11px;	
	width: 605px;
}
#newsBubble a {
	font-size: 11px;
}
.newsHeading {
	border-top: 1px solid #E6CF8A; 
	background-color: rgb(245, 234, 213); 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}