/* common (screen) layout styles */

#page {
	margin: 1em auto;
	width: 1001px;
}

/* start page header settings */
#header
{
	height: 85px;
	background-position: top left;
	background-repeat: no-repeat;
}
/*
#header div#hdr_logo {
	float: left;
	width: 260px;
	height: 60px;
}
*/
#header div.TranslateContainer
{
	vertical-align:middle;
	float:right;
	width:100%;	
}
#header div.Translate
{
	vertical-align:middle;
	margin-top:5px;
	float:right;
}
#header div.hdr_banner {
	margin-left: 300px;
	width: 390px;
	height: 50px;
}

#header div.hdr_banner img {
	margin: 0px auto 6px;
}

#header div#hdr_search {
	float: right;
	width: 210px;
	height: 60px;
    white-space: nowrap;
}

#header div#hdr_search a, #header div#hdr_search a:link, 
#header div#hdr_search a:visited, #header div#hdr_search a:active {
    text-decoration: none;
}
 
#header div#hdr_search a:hover, #header div#hdr_search a:focus {
    text-decoration: none;
}

#header div#hdr_search p.searchbox_title {
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    padding-top: 3px;
    padding-left: 12px;
    margin-bottom: 0em;
}

#header div#hdr_search p.google_search {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

#header div#hdr_search p.google_search span {
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: 0em;
    font-weight: normal;
}

#header div#hdr_search input.hdr_search {
    width: 180px;
    margin-top: 0em;
    margin-left: 12px;
    margin-bottom: 4px;
}
/* end page header settings */

/* start top navbar settings */
#top_nav {
	height: 28px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
	clip: 0px 100% 28px 0px;
}

#top_nav_left {
	float: left;				  
	width: 7px;
	height: 28px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

#top_nav_right {
	float: right;				  
	width: 5px;
	height: 28px;
	background-position: bottom right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

#top_nav_links {
	height: 33px;
	padding-top: 5px;
	margin: 0px 5px 0px 7px;
	text-align: left;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: repeat-x;
}

#top_nav_links ul.horiz_menu {
	margin: 0em 0em 0em 1em;
}

#top_nav_links ul.horiz_menu li {
	margin: 0px;
	padding: 6px 0px 7px 0px;
	background-position: center left; /* background-image defined in later color css file */
	background-repeat: no-repeat;
	list-style: none;
	display: inline;
}

#top_nav_links ul.horiz_menu li.first {
	background-image: none;
}

#top_nav_links ul.horiz_menu li.first img {
	vertical-align: middle;
	margin-left: -1.25em;
	margin-right: 0.5em;
}

#top_nav_links ul.horiz_menu a {
	padding: 0px 8px 0px 12px;
}

#top_nav_feed {
	float: right;
	margin-right: 0.75em;
	margin-top: -2px;
	padding: 4px 25px 6px 0px;
	background-position: center right; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#top_nav a, #top_nav a:link, #top_nav a:visited, #top_nav a:active {
	text-decoration: none;
}

#top_nav a:hover, #top_nav a:focus {
	text-decoration: none !important;
}

#top_nav_links ul.horiz_menu a.current { /* color set in css color file */
	cursor: default !important;
}
/* end top navbar settings */

/* start left navbar settings */
#navbar {
	float: left;
	width: 173px;
	margin-top: 0px;
}

select.wordzine {
	width: 100%;
}

div#login_status {
    margin: 1em 0em;
}

div#login_status a {
    padding: 0.2em 0.6em 0.4em 0.5em;
    margin-right: 0.5em;
}

div#login_status a, div#login_status a:link, div#login_status a:visited, div#login_status a:active {
	text-decoration: none;
}

div#login_status a:hover, div#login_status a:focus {
	text-decoration: none;
}

div#login_status a.login_status, div#login_status a.login_status:link, div#login_status a.login_status:visited, div#login_status a.login_status:active {
	text-decoration: none;
}

div#login_status a.login_status:hover, div#login_status a.login_status:focus {
	text-decoration: none;
}

div.salutation {
	text-align: center;
	border-width: 0px 1px 0px 1px; /* color defined in later css color file */
	border-style: solid;
}

div.welcome_left {
	float: left;				  
	width: 7px;
	height: 35px;
	margin-left: -1px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.welcome_right {
	float: right;				  
	width: 7px;
	height: 35px;
	margin-right: -1px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.welcome_text {
	min-height: 20px;
	margin: 0px 6px;
	font-size: 150%;
	font-weight: normal;
	background-position: top left; /* color & background-image defined in later color css file */
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 5px;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active {
	text-decoration: none;
}

#navbar a:hover, #navbar a:focus {
	text-decoration: none;
}

#navbar ul, #navbar ul li ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}

#navbar ul li ul {
	margin-left: -20px;
}

#navbar ul.admin_links {
	border-width: 0px 0px 1px 0px; /* color set later in css color file */
	border-style: solid;
}

#navbar ul.nav_menu li, #navbar ul.admin_links li {
	padding-left: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	font-size: 100%;
	font-weight: bolder;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

#navbar ul.admin_links li {
	text-transform: uppercase;
}

#navbar ul.nav_menu li ul li, #navbar ul.admin_links li ul li {
	margin-top: 0.2em;
	padding-left: 35px;
	padding-bottom: 0em;
	font-size: 90%;
	line-height: 1.2em;
	border-width: 1px 0px 0px 0px;
	text-transform: none;
}

#navbar ul.nav_menu li ul li {
	font-weight: normal;
}

#navbar ul.nav_menu {
	padding-bottom: 0px;
}

#navbar ul.nav_menu li ul {
	margin-left: -4px;
}

#navbar ul.nav_menu li {
	padding-left: 4px;
}

#navbar ul.nav_menu li a {
	padding-left: 16px;
	background-position: center left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

#navbar ul.nav_menu li ul li {
	margin-left: 0px;
	padding-left: 25px;
}

#navbar ul.nav_menu li ul li a {
	padding-left: 0px;
	padding-right: 5px;
}

#navbar ul.nav_menu li a.current, #navbar ul.admin_links a.current { /* colors set in css color files */
	cursor: default !important;
	text-decoration: none !important;
}

#nav_menu_bottom {
	height: 7px;
	margin-bottom: 1em;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;	
}

#nav_menu_left {
	float: left;				  
	width: 7px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

#nav_menu_right {
	float: right;				  
	width: 7px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

ul.nav_menu ul.subSectionMenu 
{
	display:none;
	margin-top:-5px;
	margin-left:164px !important;
	z-index: 100000; 
	position:absolute; 
	border-bottom:1px;	
	width:165px;
}
ul.nav_menu ul.subSectionMenu  ul.subSectionMenu
{     
	display:none;
	margin-top:-16px;
	margin-left:139px !important;
	z-index: 100000; 
	position:absolute; 
	border-bottom:1px;  
	width:140px;
}

ul.subSectionMenu li.subSectionMenuItem
{
	list-style: none;
	border-width:1px 1px 0px 1px !important;
	padding:2px;
	margin-top:0px !important;
	height:16px;
	
}
ul.nav_menu li:hover ul.subSectionMenu
{
	display: block;
}

ul.nav_menu li:hover ul.subSectionMenu ul.subSectionMenu 
{
      display: none;
} 

ul.nav_menu li:hover ul.subSectionMenu , ul.nav_menu  ul.subSectionMenu li:hover ul.subSectionMenu
{
      display: block;
}



/* end left navbar settings */

/* start navbar poll settings */
div.poll div.poll_title_wrapper {
	background-position: top left; /* background image and color defined in later css color file */
	background-repeat: repeat-x;
}

div.poll h3.poll_title { /* color set later in css color file */
	margin: 0px 7px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
	min-height: 17px;			  
}

div.poll div.poll_title_left {
	float: left;				  
	width: 7px;
	height: 22px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.poll div.poll_title_right {
	float: right;				  
	width: 7px;
	height: 22px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.poll div.poll_body {
	border-width: 1px 1px 0px;
	border-style: solid;
	padding: 8px 6px 0px 6px;
}

div.poll div.poll_bottom {
	height: 7px;
	margin-bottom: 1em;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.poll div.poll_bottom_left {
	float: left;				  
	width: 7px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.poll div.poll_bottom_right {
	float: right;				  
	width: 6px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}
/* end navbar poll settings */

/* start right sidebar settings */
.sidebar {
	float: right;
	width: 200px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	border-width: 1px;
	border-style: solid;
    -moz-border-radius: 8px 8px 8px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.sidebar div#latest_issue_thumb { 
	text-align: center;
	margin-bottom: 0.5em;
}


.sidebar iframe { /* google ads */ 
    margin: 0.5em 1px;
    width: 158px;
}

#newsBar-bar
{
	width:200px;
}

.google_iframe
{
	margin: 0px; 
	padding: 0px; 
	width: 200px; 
	height: 480px;
}

p.map_link {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}

p.map_link a {
	padding-right: 29px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-position: center right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

p.map_link a, p.map_link a:link, p.map_link a:visited, p.map_link a:active {
	text-decoration: none;
}

p.map_link a:hover, p.map_link a:focus {
	text-decoration: none;
}
/* end right sidebar settings */

/* start content section settings */
.section { /* text color defined in css color files */
	float: left;
	width: 603px;
	margin-left: 6px;
}

h2.blue_hdr {
    margin-top: 1em;
    padding: 3px 0px;
    border-width: 1px 0px;
    border-style: dashed;
}

div.rich_text {
    margin: 0em 1em;
}

div.events_banner {	
	margin-bottom: 6px;			
}

div.page_content_panel, div.right_content_panel, div.thread_summary_listing, div.bottom_page_content_panel {	
	margin-bottom: 1em;		
}

div.right_content_panel {		
	float: right;
	width: 241px;		
}



div.thread_summary_listing {	
	width: 356px;		
}

div.content_title_wrapper, div.gallery div.title_wrapper,div.bottom_panel div.title_wrapper {
	height: 24px;		
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.content_title_wrapper h1.page_description, div.gallery div.title_wrapper h3.title,div.bottom_panel div.title_wrapper h3.title{	
	margin: 0em 6px 0em;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bolder;
	text-transform: none;	  
}

div.gallery div.title_wrapper h3.title {
    background-image: url(../images/layout/view_article.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	  
}

div.content_title_left, div.gallery div.title_left,div.bottom_panel div.title_left {
	float: left;				  
	width: 6px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.content_title_right, div.gallery div.title_right,div.bottom_panel div.title_right {
	float: right;				  
	width: 6px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div#content_sort {	
	padding-top: 1px;	
	padding-left: 2px;
	margin-right: 0em;		
}

div#content_body {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 0.5em 0em 0.5em;
}

div.content_footer_wrapper {
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
	margin-bottom:2px;
}


.content_footer_wrapper2 {
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div#content_footer_left {
	float: left;				  
	width: 6px;
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div#content_footer_right {
	float: right;				  
	width: 6px;
	height: 5px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.gallery,div.bottom_panel{	
	margin: 0em 0em 0.6em;
	position: relative;		
	clear: left;
}

div.gallery div.gallery_body {           
	min-height: 100px;
	height: auto !important;
	height: 100px;
    padding: 0em 0.5em;
	border-width: 0px 1px; /* color set later in css color file */
	border-style: solid;
}

div.bottom_panel div.bottom_panel_body {
    padding: 0em;
	border-width: 0px 1px; /* color set later in css color file */
	border-style: solid;
}

div.bottom_panel_list { 
	padding: 5px;

}

table.bottom_panel_list_grid  
{
	width:100%;
	height:100%;
	WIDTH: 100%; 	
	BORDER-COLLAPSE:collapse; 
	HEIGHT: 100%;
    border-color:#ece9d8;
}

table.bottom_panel_list_grid th
{
	 padding:5px;	
	 font-weight:bold;	
}
table.bottom_panel_list_grid td
{
	 padding:5px;	 
	 font-weight:normal;	
}


div.photo_slide {
	height: 124px;
	padding: 0px;
    white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

div.photo_slide a {
	height: 102px;
	vertical-align: middle;
}

div.photo_slide img {
	max-height: 90px;
	vertical-align: middle;
}

div.photo_slide a img {
	margin: 8px 4px 8px 4px;
}

div.photo_slide a:hover img, div.photo_slide a:focus img {
	margin: 12px 2px 0px 6px;
}

.section a, .section a:link, .section a:visited, .section a:active {
	text-decoration: none;
}

.section a:hover, .section a:focus {
	text-decoration: underline;
}

.section a.current {
	text-decoration: none !important;
	cursor: default !important;
}

div.article, div.article_summary, div.thread_summary, div.featured_thread {	
	margin-bottom: 1em;			
}

div#divFeaturedArticleContainer div.featured_thread {	
	margin-bottom: 0.6em;			
}

div.summary_body {
	padding: 0.5em 0.5em 0em 20px;
}

div.thread_body {
	padding: 0em;
}

div.thread_body div.article_text {
	padding-left: 20px;
}

div.hasimage {
	min-height: 78px; /* height of right aligned images */
}

div.hasimage div.article_text {
	min-height: 68px; /* height of right aligned images */
}

div.thread_comment {
	padding: 0.5em 0.5em 0.1em 20px;
}

div.featured_thread_body {
	padding: 0em 0.5em 0em 0em;
}

div.featured_thread_comment {
	padding: 0.5em 0.5em 0.1em 0.5em;
	clear: left;
}

div.article_body {
	padding: 0em 0.5em 0em 0em;
}

h3.summary_state {
    float: right;
	margin: 0em 6px 0em 1em;
	font-size: 100%;
	font-weight: bolder;
}

h3.summary_rating {
    float: right;
	margin: 0em 6px 0em 10px;
	font-size: 100%;
	font-weight: bolder;
	width: 53px;
}

h3.s_star0, h3.s_star1, h3.s_star2, h3.s_star3, h3.s_star4, h3.s_star5 {
	background-position: center right; /* background images defined later in css color files */
	background-repeat: no-repeat;				  
}

h3.summary_title { /* color set later in css color file */
	margin: 0em;
	padding-top: 0em;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bolder;
	line-height: 1.2em;
	text-transform: none;
    background-position: center left; /* background images defined in later css color file */
    background-repeat: no-repeat;	  
}

h3.comment_title { /* color set later in css color file */
	margin: 0em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	font-size: 100%;
	font-weight: bolder;
	text-transform: none;  
}

h2.featured_title { /* color set later in css color file */
	margin: 0em 0em 5px;
	padding: 0em;
	font-size: 200%;
	text-align: center;
	text-transform: none;
}

h2.featured_title span.embed_video, h2.featured_title span.event_icon {
    padding-top: 0px;
    padding-left: 14px;
    padding-bottom: 0px;
    background-position: center right; /* background images defined in later css color file */
    background-repeat: no-repeat;
}

h3.featured_title { /* color set later in css color file */
	margin: 0em 0em 6px;
	padding: 0em;
	font-size: 120%;
	font-weight: bolder;
	text-transform: none;
}

div.image_caption, div.featured_caption {
    float: left;
    clear: left;
    margin: 0px 6px 2px 0px;
    border-width: 1px;
    border-style: solid;
}

div.image_caption_right {
    float: right;
    clear: right;
    margin: 0px 0px 2px 6px;
    border-width: 1px;
    border-style: solid;
}

div.article_summary div.image_caption, div.article_summary div.image_caption_right {
    margin-bottom: 10px;
}

div.featured_caption {
    margin-bottom: 0px;
}

div.featured_caption div, div.image_caption div, div.image_caption_right div {
    margin: 0.1em;
    padding: 0.3em 1em;
    text-align: center;
}

div.featured_caption, div.featured_caption div,
div.image_caption, div.image_caption div,
div.image_caption_right, div.image_caption_right div {
    -moz-border-radius: 8px 8px 8px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

div.article h3.title { /* color set later in css color file */
	margin: -2.7em 0em 1.1em;
	padding: 0em;
}

h3.title span.marked_for_print, h3.title span.embed_video, h3.title span.event_icon,
h3.summary_title span.marked_for_print, h3.summary_title span.embed_video, h3.summary_title span.event_icon,
h3.featured_title span.embed_video, h3.featured_title span.event_icon {
    padding-top: 2px;
    padding-left: 14px;
    padding-bottom: 2px;
    background-position: top right; /* background images defined in later css color file */
    background-repeat: no-repeat;
}

div.summary_actions_bottom {
    left: 0px; 
    width: 100%; 
    display:block; 
    clear: both; 
    padding-top: 0.5em;
}

div.summary_actions_bottom p.action_link_container {
    margin-bottom: 0em;
}

p.read_more { /* color defined in css color files */
	text-align: right;
	font-size: 90%;
	clear: left;
	margin-top: -5px;
}

div#divFeaturedArticleContainer p.read_more {
	/*clear: none;*/
	margin-top: -2.2em;
	margin-bottom: 0em;
	z-index: 100;
	margin-left: 80%;
	background-position: center left; /* background images defined later in css color files */
	background-repeat: repeat;	
}

div.thread_summary p.read_more {
	padding-right: 0.5em;
}

p.read_more a {
	text-decoration: none !important;
}

p.pagination {
	text-align: center;
	margin-bottom: 0px;
}

a.article_image {
	
	display: inline;
	margin-bottom: 5px;
	border: 1px solid; /* color set later in css color file */
}

div.thread_summary a.article_image {
	margin-top: 2px;
}

div.featured_thread a.article_image {
  -moz-border-radius: 8px 8px 8px 8px;
  padding: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
  
a.article_image img {
	margin: 1px;
}

a.align_right {
    float: right;
    margin-left: 6px;
}

a.align_left {
    float: left;
    margin-right: 6px;
}

h3.star0, h3.star1, h3.star2, h3.star3, h3.star4, h3.star5, h3.featured, h3.embargoed{				  
	padding-right: 63px;
	background-position: center right; /* background images defined later in css color files */
	background-repeat: no-repeat;				  
}

h4.embargoed { /* color set later in css color file */
    font-size: 120%;
    line-height: 1.0;
}

p.article_author, p.article_timestamp {
	line-height: 1.2;
}

p.article_timestamp {
	margin-top: -10px;
	margin-bottom: 8px;
}

p.article_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}
p.property_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}

p.article_text {
	margin-bottom: 5px;
}

div.article_event {
    padding: 0.5em 1em;
    margin: 0em 0em 1em;   
}


div.article_text, div.rich_text {
    line-height: 1.5;
}
div.article_text pre, div.article_text address,
div.rich_text pre, div.rich_text address {
	font-family: 'Courier New' , Monospace;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6, 
div.article_text p, div.article_text pre, div.article_text address,
div.rich_text h1, div.rich_text h2, div.rich_text h3, 
div.rich_text h4, div.rich_text h5, div.rich_text h6, 
div.rich_text p, div.rich_text pre, div.rich_text address {
    margin: 0em;
    padding: 0em;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6,
div.rich_text h1, div.rich_text h2, div.rich_text h3, 
div.rich_text h4, div.rich_text h5, div.rich_text h6 {
    font-weight: bold;
}

div.article_text h1, div.rich_text h1 {
    font-size: 200%;
    margin-bottom: 0.667em;
}
div.article_text h2, div.rich_text h2 {
    font-size: 150%;
    margin-bottom: 1em;
}
div.article_text h3, div.rich_text h3 {
    font-size: 120%;
    margin-bottom: 1em;
}
div.article_text h4, div.rich_text h4 {
    font-size: 100%;
    margin-bottom: 0.75em;
}
div.article_text h5, div.rich_text h5 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text h6, div.rich_text h6 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text p, div.rich_text p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
div.article_text pre, div.rich_text pre {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text address, div.rich_text address {
    font-size: 120%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.article_text ul, div.article_text ol, div.article_text li,
div.rich_text ul, div.rich_text ol, div.rich_text li {
    margin: 0em;
    padding: 0em;
}
div.article_text ul, div.article_text ol,
div.rich_text ul, div.rich_text ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text ul li, div.article_text ol li,
div.rich_text ul li, div.rich_text ol li {
    margin-left: 3em;
}
div.article_text ul li, div.rich_text ul li {
    list-style-type: disc;
}

div.article p.read_more {
	clear: both;
	margin-top: -5px;
}

div.google_ads_horiz {
    margin-bottom: 3px;
    margin-left: 58px;
}

dl.history {
   margin-left: 1em;
}

dl.history dt, dl.history dd span, dl.history dd a{
   font-weight: bold; 
}

dl.history dt {
   color: #333333; 
   font-size: 120%; 
}

dl.history dd  {
   color: black; 
   font-size: 110%; 
   margin-left: 2em; 
}

dl.history dd p {
   margin-left: 2.2em;  
}

dl.history dd span {
   color: navy; 
}

div.press_release {
   margin-bottom: 12px; 
}


div.press_release div.press_title_wrapper {
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.press_release div.press_title_wrapper h3.press_title {	
	margin: 0em 8px 0em;
	padding-top: 4px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;	  
}

div.press_release div.press_title_left {
	float: left;				  
	width: 8px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_title_right {
	float: right;				  
	width: 8px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_body {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	/*padding: 1em 1.5em 0.5em 1.5em;*/ /* temporary */
	padding: 0em; /* temporary */
}


div.press_release div.press_body_google {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	/*padding: 1em 1.5em 0.5em 1.5em;*/ /* temporary */
	padding: 0em; /* temporary */
	
}

div.press_release div.press_footer_wrapper {
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.press_release div.press_footer_left {
	float: left;				  
	width: 8px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_footer_right {
	float: right;				  
	width: 8px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

p.know_more {
   font-size: 90%; 
}

div.boxout_panel {
   margin-bottom: 6px; 
}

div.boxout_panel div.boxout_left_active, div.boxout_panel div.boxout_left_inactive {
	height: 23px;
	width: 130px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.boxout_panel div.boxout_left_inactive {
	width: 150px;
}

div.boxout_panel div.boxout_right_active, div.boxout_panel div.boxout_right_inactive {
	height: 23px;
	width: 155px;
	float: right;
	border-left: 1px solid;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.boxout_panel div.boxout_right_active {
	width: 135px;
}

div.boxout_panel h3.boxout_left_title {	
	margin: 0em 0em 0em 6px;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 110%;
	text-transform: none;	  
}

div.boxout_panel h3.boxout_right_title {	
	margin: 0em 6px 0em 0em;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 110%;
	text-transform: none; 
}

div.boxout_title_wrapper h3 a {
    text-decoration: none !important;
}

div.boxout_panel div.boxout_left_corner {
	float: left;				  
	width: 6px;
	height: 23px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.boxout_panel div.boxout_right_corner {
	float: right;				  
	width: 6px;
	height: 23px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.boxout_panel div.boxout_body {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1.5em 0.5em 1.5em;
	min-height: 100px;
}

div.boxout_panel div.boxout_body img.category_icon {	
	float: left;
}

div.boxout_panel div.boxout_body p.coming_soon {	
	text-align: right;
	margin: 3.3em 2em 0em 0em;
	font-size: 110%;
	font-weight: bold;
}

div.boxout_panel div.boxout_footer_wrapper {
	height: 6px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.boxout_panel div.boxout_footer_left {
	float: left;				  
	width: 6px;
	height: 6px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.boxout_panel div.boxout_footer_right {
	float: right;				  
	width: 6px;
	height: 6px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.whatshot {
   margin-bottom: 6px; 
}

div.whatshot_title_wrapper {
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: solid;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.whatshot h3.whatshot_title {
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}

div.whatshot_title_left {
	float: left;				  
	width: 7px;
	height: 22px;
	margin-left: -1px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.whatshot_title_right {
	float: right;				  
	width: 7px;
	height: 22px;
	margin-right: -1px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.whatshot_body {	
	border-width: 1px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
}
div.whatshot_body div.thread_summary {	
	margin-bottom: 0.5em;
}
div.whatshot_footer_wrapper {
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.whatshot_footer_left {
	float: left;				  
	width: 8px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.whatshot_footer_right {
	float: right;				  
	width: 8px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

/* end content section settings */

/* start footer settings */
#footer { 
	clear: both;
	font-size: 90%;
	text-align: center;
	padding-bottom: 1em;
}

#footer div#footer_top {
	height: 5px;
	border-bottom: 1px solid;
	background-color: #e3e3e3;
}

#footer div.footer_banner {
	padding-top: 6px;
}

#footer div.footer_banner img {
	margin: 0px auto 6px;
}

#footer div#footer_top_menu, #footer div#footer_bottom_menu, #footer div#footer_copy {
	padding-top: 1em;
}

#footer ul {
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline;
}

#footer ul li {
    line-height: 1em;
	padding: 0px 3px 0px 5px;
	border-left: 1px solid; /* color set later in css color file */
	font-weight: bold;
	list-style: none;
	display: inline;
}

#footer ul li.first {
	border-left: none;
}

#footer ul li.first img {
	display: none;
}

#footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	text-decoration: underline;
}

#footer ul li a:hover, #footer ul li a:focus {
	text-decoration: none;
}

#footer ul li a.current { /* colors set in css color files */
	cursor: default !important;
	text-decoration: none !important;
}
/* end footer settings */

/* start article submit/edit tab bar settings */
ul.tabmenu {
    border: 1px solid #dbdbdb; /* color set later in css color file */
    padding: 0px;
    margin: 1em 1em 0.5em;
    height: 1.8em;
}
ul.tabmenu li {
	padding: 0.2em 3em;
	font-weight: normal;
	list-style: none;
	display: inline;
	position: relative;
	top: 0.3em;
	font-weight: bold;
}
ul.edit_tabs li {
    margin-left: 1px;
}
ul.tabmenu li a:hover, ul.tabmenu li a:focus {
    text-decoration: none !important; 
}
ul.tabmenu li.activetab a:hover, ul.tabmenu li.activetab a:focus {
    cursor: default;
}
ul.tabmenu li.step {
    border-style: none;
}
/* end article submit/edit tab bar settings */

div#DateTime { margin-left: -3px; }
div#Weather { margin-left: -1px; }
div#Weather div.gadget_title_wrapper { margin-right: -1px; }
div.gadget { margin-bottom: 1em; margin-top:10px; }

div.gadget_title_wrapper {
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.gadget_title_wrapper h3.gadget_title {	
	margin: 0em 8px 0em;
	padding-top: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;	  
}

div.gadget_title_left {
	float: left;				  
	width: 8px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.gadget_title_right {
	float: right;				  
	width: 8px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

.sidebar div.gadget iframe { /* google gadgets */
    margin: 0px;
}

.sidebar div.gadget iframe.gadgets_datetime {margin: 0px 0px 0px -2px; padding: 0px; width: 210px; height: 148px;}
.sidebar div.gadget img.datetimeborder {display: none;}
div.gadget iframe.gadgets_todolist {margin: 0px 0px 0px -2px; padding: 0px; width: 175px; height: 180px;}
div.gadget iframe.gadgets_sudoku {margin: 0px 0px 0px 0px; padding: 0px; width: 244px; height: 290px;}
.sidebar div.gadget iframe.gadgets_lyrics {margin: 0px 0px 0px -2px; padding: 0px; width: 202px; height: 95px;}
div.gadget iframe.gadgets_weather {margin: 0px 0px 0px -2px; padding: 0px; width: 290px; height: 375px;}
div.gadget iframe.gadgets_horoscope {margin: 0px 0px 0px -2px; padding: 0px; width: 175px; height: 415px;}
div.gadget iframe.gadgets_hangman {margin: -10px 0px 0px -5px; padding: 0px; width: 178px; height: 225px;}
.sidebar div.gadget iframe.gadgets_quotes {margin: 0px 0px 0px -2px; padding: 0px; width: 202px; height: 300px;}
div.gadget iframe.gadgets_recipes {margin: 0px 0px 0px -2px; padding: 0px; width: 244px; height: 360px;}

.gadgets_todolist
{
	border-width:1px;
	border-style:solid;
}

.gadgets_todolist .ig_tbl_line DIV
{
	border:0px !important;
}

.gadgets_todolist .ig_tbl_line IFRAME, .gadgets_todolist .ig_tbl_line
{
   width:164px !important;
}

.gadgets_hangman
{
	border-width:1px;
	border-style:solid;
}

.gadgets_hangman .ig_tbl_line DIV
{
   padding:1px !important;
}

.gadgets_hangman .ig_tbl_line IFRAME, .gadgets_hangman .ig_tbl_line
{
   width:168px !important;
}


div.gadgets_hangman_bottom {
    margin: 0px; 
    height: 1px; 
    border: 1px solid #8d866a; 
    border-top: 0px; 
    background-color: #dfc490;
}
div.gadgets_hangman_tagline {
    text-align: right; 
    color: #0000cc; 
    font-family: Arial, san-serif; 
    padding-top: 5px;
}

div.gadgets_hangman_tagline a {
    text-decoration: underline !important; 
    color: #0000cc !important;
}


.gadgets_horoscope
{
	border-width:1px;
	border-style:solid;
}

.gadgets_horoscope .ig_tbl_line DIV
{
   padding:1px !important;
   border:0px !important;
}

.gadgets_horoscope .ig_tbl_line IFRAME, .gadgets_horoscope .ig_tbl_line
{
   width:168px !important;
}

.gadgets_recipes
{
	border-width:1px;
	border-style:solid;
}

.gadgets_recipes .ig_tbl_line DIV
{
   padding:1px !important;
   margin-left:2px;
   border:0px !important;
   
}

.gadgets_recipes .ig_tbl_line IFRAME, .gadgets_recipes .ig_tbl_line
{
   width:232px !important;
}

.gadgets_quotes .ig_tbl_line
{
	width:198px !important;
}

.gadgets_quotes .ig_tbl_line IFRAME
{
	width:195px !important;
}

.gadgets_datetime .ig_tbl_line , .gadgets_datetime .ig_tbl_line IFRAME
 {
    width:208px !important;
 }
    
 .gadgets_datetime .ig_tbl_line
 {
      cellSpacing:1;
 }
    
 .gadgets_datetime .ig_tbl_line DIV
 {
      padding:0px !important;
      margin:0px !important;

 }
 
 .gadgets_lyrics .ig_tbl_line , .gadgets_lyrics .ig_tbl_line IFRAME
 {
    width:199px !important;
 }
    
 .gadgets_lyrics .ig_tbl_line
 {
      cellSpacing:1;
 }
    
 .gadgets_lyrics .ig_tbl_line DIV
 {
      padding:0px !important;
      margin:0px !important;

 }
 
 .gadgets_sudoku
 {
	border-width:1px;
	border-style:solid;
	margin-left:0px;
	width:239px !important;
 }
 
  .gadgets_sudoku .ig_tbl_line
  {
	width:240px;
  }
 
  .gadgets_sudoku .ig_tbl_line DIV
 {
      border:0px !important;

 }
 
.gadgets_sudoku .ig_tbl_line, .gadgets_sudoku .ig_tbl_line IFRAME
 {
        width:233px !important;
 }

span.rs_property_highlight {
    font-weight: normal;
}
span.rs_property_normal {
    font-weight: normal;
}
span.rs_property_header {
    font-weight: bold;
}

.autocomplete_completionListElement 
{ 
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';	
	text-align : left; 
	list-style-type : none;
	z-index:2500;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	position: absolute;	
	overflow: auto;	
	background: url(../images/l.png) repeat-y left top;
	height:100px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 2px;	
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	z-index:1025;
	display:block;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 2px;	
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	z-index:1020;
	display:block;	
}

.div_event_price
{
	float: left;
	 padding-right: 4px; 
}

/* Dolphin */

.section2 { 
	float: left;
	width: 822px;
	margin-left: 6px;
}



div.content_title_wrapper2 {
	height:5px;		
	background-position: bottom left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.content_title_wrapper2 h1.page_description {	
	margin: 0em 0px 0em;
	padding-top: 0px;
	text-transform: none;	  
}


div.content_title_left2 {
	float: left;				  
	width: 6px;
	height: 5px;
	background-position: bottom left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.content_title_right2 {
	float: right;				  
	width: 6px;
	height: 5px;
	background-position: bottom right; /* background image defined in later css color file */
	background-repeat: no-repeat;  
}

/* Define this styly only after normal #content_body CSS styles to override the default behavior */
.section2 #content_body
{
	padding:5;
	margin:0;
	background-color:#f5f5f5;
}

.section2 a, .section2 a:link, .section2 a:visited, .section2 a:active {
	text-decoration: none;
}

.section2 a:hover, .section2 a:focus {
	text-decoration: underline;
}

.section2 a.current {
	text-decoration: none !important;
	cursor: default !important;
}

div.thread_summary_listing2 {	
	width: 603px;		
}

div.thread_summary_listing2 #content_body {	
	padding: 0px;		
}

div.home_event_release div.btn-section {	
	background-position: center bottom;
	text-align: center;
}

div.home_event_release span.submit-btn {
   padding: 0px 9px 0px 0px;
   float:right;
}
div.home_event_release span.search-btn {
   padding:0px 0px 0px 2px;
   float:left;
}

div.press_release span.search-btn {
   padding: 0px 0px 0px 0px;
}

div.press_release span.submit-btn {
    padding:  0px 0px 0px 10px;
} 


/* event calendar */
div.event_search_panel {		
	float: right;	
	width: 210px;	
	height:420px;
	
}

div.event_search_results_panel {	
	width: 385px;		
	float:left;		
	height:420px;
	overflow:auto;
	
}

div.event_search div.event_search_body {
	height: 260px;
    padding: 0.2em 0.2em 0.2em 0.2em;
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	height:420px;
}


DIV.home_event_release {
	MARGIN: 2px 0px;
	width:198px;	
	height:270px;
}

div.home_event_release div.home_event_release_body {
	 margin: 2px 3px 2px 3px;
	 
}


.events-hide-heading-area {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 1px; 
	PADDING-BOTTOM: 1px; 	
	PADDING-TOP: 1px; 
	HEIGHT: 14px; 	
	width:194px;
} 


#table-heading-area{	
	margin-bottom:1px;
	padding:3px;	
	height:18px;
}
#table-container
{
	 height:400px;
	 
}
.search-events-heading-area{	
	margin-bottom:1px;
	padding:3px;
	height:18px;
}
#content-heading-area{	
	height:21px;
	margin-bottom:1px;	
	padding: 4px 3px 2px 3px;	
}


.data-date-1{	
	text-align:left;
	
	padding: 4px 3px 2px 3px;
	
}
.data-date-1 label{	
	
	float: left;  
	width: 7em; 
	text-align:left;	
	padding:2px;	
	
}
.data-date-1 a{
	padding-left:10px;
	padding-top:2px;
	display:block;
	
}

.iframe_community
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:582px;
	vertical-align:top;	
}

iframe.shoutbox
{
	width:200px;
	margin:5px 1px;
}

iframe.latest_forums_posts
{
	width:200px;
	margin:5px 1px;
}


.div_dynamic_event
{	
	padding-bottom: 2px; 
	padding-left:6px;
	
}

#classified-box
{
	padding:4px;
	float:left;	
	
}

#classified-box .classified-box-section{	
	float:left;	
	padding: 0px 0px 0px 0px; 
	background-image:url(../images/layout/border_bg.gif);
	background-position:left bottom;	
	margin: 0px 4px 4px 0px;
	width:188px;
	height:112px;	
	
}
#classified-box .classified-box-section .header{
	background-image:url(../images/layout/head_cutting.gif);
	background-color:#000000;	
	color:#666;
	font-weight:900;
	padding: 4px 4px 4px 4px;
	border:solid 1px #CCCCCC;
	

}
#classified-box .classified-box-section .link{	
	padding: 2px 4px 2px 4px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;

}

/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;  clear:both; }
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;clear:both;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.ajax__tab_wz .ajax__tab_header {background:url(../images/tabs/tab-line.gif) repeat-x bottom;}
.ajax__tab_wz .ajax__tab_outer {padding-right:4px;background:url(../images/tabs/tab-right.gif) no-repeat right;height:21px;}
.ajax__tab_wz .ajax__tab_inner {padding-left:3px;background:url(../images/tabs/tab-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_tab {font-weight:bold;font-size: 11px;height:13px;padding:4px;margin:0;background:url(../images/tabs/tab.gif) repeat-x;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_outer {font-weight:bold;background:url(../images/tabs/tab-hover-right.gif) no-repeat right;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_inner {font-weight:bold;background:url(../images/tabs/tab-hover-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_tab {font-weight:bold;background:url(../images/tabs/tab-hover.gif) repeat-x;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_outer {font-weight:bold;background:url(../images/tabs/tab-active-right.gif) no-repeat right;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_inner {font-weight:bold;background:url(../images/tabs/tab-active-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_tab {font-weight:bold;background:url(../images/tabs/tab-active.gif) repeat-x;}

.subscriptionTypes TD INPUT
{
	float:left;
}

/* START: SHOUTBOX */


#Shoutbox{
	width:239px;
	margin:10px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Shoutbox .header{
	font-size:11px;
	text-align:center;
	font-weight:900;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#Shoutbox .heading{
	margin:0px auto 0px auto; 
	padding:5px;
}

#Shoutbox .input-display{
	height:260px;
	width:228px;
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	overflow:auto;
	padding:5px auto 0px auto;
	margin:0px auto 0px auto;
	font-size:10px;	
}

#Shoutbox .input-container{
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	height:200px;
}

#Shoutbox .input-box-area{
	height:43px;
	width:228px;
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	margin:0px auto 0px auto;
	font-size:10px;
	text-align:right;
}

#Shoutbox .shoutbox-input{
	height:20px;
	width:175px;
	margin-top:9px;
	border:none;
	font-size:12px;
	text-align:left;
	float:left;
	vertical-align:middle;
}

#Shoutbox .shoutbox-top-left-curve{
	float:left;
	width:7px;
	background-position:left top;
	height:22px;
}

#Shoutbox .shoutbox-top-right-curve{
	float:right;
	width:7px;
	background-position:left top;
	height:22px;
}

#Shoutbox #bottom-curve{
	height:7px;
}

#Shoutbox .shoutbox-bottom-left-curve{
	float:left;
	width:7px;
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
}

#Shoutbox .shoutbox-bottom-right-curve{
	float:right;	
	width:7px;
	background-repeat:no-repeat;
	background-position:top right;
	height:8px;
}

#Shoutbox .bottom-bg{
	margin:0px;
	background-repeat:repeat-x;
	height:7px;
}


#Shoutbox .shoutbox-user {
 
  width: 30px;
  height: 5px;
  float:left;

}

#Shoutbox .shoutbox-time {
 
  float:right ; 
  width: 115px;
  height: 5px;
  text-align:right;
}

#Shoutbox .shoutbox-user-time-line {
 
 height:15px;

}

#Shoutbox .shoutbox-user-time-line1 {
 
 height:15px;

}

/* END: SHOUTBOX */


.subscribe_contents TD INPUT
{
	 float:left;
	 margin-right:2px;
}

.view_advertise_fix1
{
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.view_advertise_fix2
{
	padding:1px 6px 12px 0px; 
	text-align: right;
}

.view_advertise_fix3
{
	padding: 1px 8px 12px 0px; 
	text-align: right;
}

#BusinessDirectory .BDBox
{
	float: left; 
	width: 48%; 
	border: 0px; 
	margin: 3px 3px 3px 3px;
}
#BusinessDirectory .BDBoxInner
{
	padding: 3px 0px 3px 3px;
}

div.Business_Directory {
    width:100%;
    margin-bottom: 0px; 
    height:110px;
}
a.button {	
	text-decoration: none;
	padding: 1px 8px;
	margin-right:5px;	
	margin-top: -2px;
}

#business-card{
	float:left;
	width:286px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	margin-bottom:5px;
}
#business-card .business-card-top{
	height:6px;
	background-image:url(../images/business_border.gif);
	background-repeat:repeat-x;
}
#business-card .business-left-top-corner{
	height:6px;
	width:6px;
	background-image:url(../images/business_left_top_corner.gif);
	float:left;
}
#business-card .business-right-top-corner{
	height:6px;
	width:6px;
	background-image:url(../images/business_right_top_corner.gif);
	float:right;
}
#business-card .business-card-bottom{
	height:6px;
	background-image:url(../images/business_border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#business-card .business-left-bottom-corner{
	height:6px;
	width:6px;
	background-image:url(../images/business_left_bottom_corner.gif);
	float:left;
}
#business-card .business-right-bottom-corner{
	height:6px;
	width:6px;
	background-image:url(../images/business_right_bottom_corner.gif);
	float:right;
}
#business-card #business-card-body{
	border-left:solid 1px #a1a1a1;
	border-right:solid 1px #a1a1a1;
	height:210px;
}
#business-card #business-card-body .business-card-content{
	margin: 0px 3px;
	height:180px;
	overflow:hidden;
	margin-bottom:5px;
}
#business-card #business-card-body .more{
	text-align:right;
	padding-right:3px;
	height:30px;
}
#business-card #business-card-body .more a{
	color:#990000;
}
#business-card #business-card-body .more a:hover{
	color:#990000;
	text-decoration:none;
}

#business-card #business-card-body .business-image{
	padding-right:3px;
}



#directory 
{ 
	border-bottom: 0; 
	margin:10px 0 5px; 
	padding-bottom: 0; 
	color:#039;
	float:left;
	width:97%;
}
#directory h3
{ 
	display: inline; 
	margin: 0; 
	padding-right: 15px; 
	color: #999; 
	font-size: 100%; 
	color:#039;
}
#directory ol 
{ 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
#directory ol li 
{
	display: inline; 
	color:#039;
}
#directory ol li a 
{ 
	padding: 0 2px; 
	text-decoration: 
	none; 
	font-size: 92%; 
	color:#039;
}
#directory ol li a:hover 
{ 
	text-decoration: underline; 
}
#searchTable
{
	margin-top:6px;
}
#searchTable td
{
	padding-right:5px;
	padding-bottom:5px;
	padding-top:6px;
}

ul.horiz_menu ul.subSectionTopMenu 
{	
	display:none;
	position:absolute;
	margin-top:2px;
	margin-left:70px !important;
	z-index: 100001;	
	border-bottom:1px;
	padding:0px;		
}

ul.subSectionTopMenu .subSectionTopMenuItem
{
	height:16px;
	width:120px;
	border-width:1px 1px 0px 1px !important;
	padding:0px;
	margin-top:0px !important;
	margin:0px;	
}
ul.horiz_menu li:hover ul.subSectionTopMenu
{
    display: block;
}

ul.horiz_menu ul.subSectionTopMenu 
{	
	background-color:#003366 !important;
	border-bottom:solid 2px #dbdbdb;	
}
ul.subSectionTopMenu li.subSectionTopMenuItem a
{
	 font-weight:bold;	 
}
ul.subSectionTopMenu ul.subSectionTopMenu li.subSectionTopMenuItem a
{
	 font-weight:bold;	 
}
ul.subSectionTopMenu li.subSectionTopMenuItem
{
	background-color: #003366 !important;
}
/* Image Gallery */
#dhtmlgoodies_slideshow
{
	width: 590px; /* Total width of slideshow */	
}

#previewPane
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	position: relative; /* CSS HACK */
	height: 432px; /* IE 5.x */
	height: /* */ /**/ 420px; /* Other browsers */
	height: /**/ 420px;
}
#previewPane img
{
	line-height: 400px;
}
#previewPane #largeImageCaption
{
	/* CSS styling of image caption below large image */
	font-style: italic;
	text-align: center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
	font-size: 0.9em;
}
#galleryContainer
{
	vertical-align:middle;
	height: 102px; /* Height of the images + 2 */	
	position: relative;
	overflow: hidden;
	padding: 1px; /* CSS HACK */
	height: 104px; /* IE 5.x - Added 2 pixels for border left and right */
	height: /* */ /**/ 102px; /* Other browsers */
	height: /**/ 102px;
}
#arrow_left
{
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#arrow_right
{
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#theImages
{
	position: absolute;
	height: 100px;
	left: 40px;
	width: 100000px;
}
#theImages #slideEnd
{
	float: left;
}
#theImages img
{
	float: left;
	padding: 1px;
	filter: alpha(opacity=80);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}

#waitMessage
{
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}

#theImages .imageCaption
{
	display: none;
}

#searchTable
{	
}
#searchTable td 
{
	padding-right:2px;
	padding-bottom:2px;	
	padding-top:6px;
}

/* StyleSheet for Editor's Choice*/
.EditorChoice_1
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_1
{
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: solid;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x; 	
}
.EditorChoice_Title_Wrapper_Left_1
{
	float: left;				  
	width: 7px;
	height: 22px;
	margin-left: -1px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat; 	
}
.EditorChoice_Title_Wrapper_Right_1
{ 	
	float: right;				  
	width: 7px;
	height: 22px;
	margin-right: -1px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Title_1
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_1
{
	border-width: 1px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}
.EditorChoice_Body_Content_1 
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_1
{
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}
.EditorChoice_Footer_Wrapper_Left_1
{	
	float: left;				  
	width: 8px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_1
{	
	float: right;				  
	width: 8px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

.EditorChoice_2
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_2
{
	height: 24px;		
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;	
}
.EditorChoice_Title_Wrapper_Left_2
{
	float: left;				  
	width: 6px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat; 	
}
.EditorChoice_Title_Wrapper_Right_2
{ 	
	float: right;				  
	width: 6px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Title_2
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_2
{
	padding: 1em 1em 0.5em 6px;
	border-width: 0px 1px; /* color set later in css color file */
	border-style: solid;	
	min-height: 102px;
	height: auto !important;
	height: 102px;
}
.EditorChoice_Body_Content_2
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_2
{
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
	margin-bottom:2px;		
}
.EditorChoice_Footer_Wrapper_Left_2
{	
	float: left;				  
	width: 6px;
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_2
{	
	float: right;				  
	width: 6px;
	height: 5px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

.EditorChoice_3
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_3
{
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: solid;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x; 	
}
.EditorChoice_Title_Wrapper_Left_3
{
	float: left;				  
	width: 7px;
	height: 22px;
	margin-left: -1px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat; 	
}
.EditorChoice_Title_Wrapper_Right_3
{ 	
	float: right;				  
	width: 7px;
	height: 22px;
	margin-right: -1px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Title_3
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_3
{
	border-width: 1px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}
.EditorChoice_Body_Content_3 
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_3
{
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}
.EditorChoice_Footer_Wrapper_Left_3
{	
	float: left;				  
	width: 8px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_3
{	
	float: right;				  
	width: 8px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
/*End of Editor's Choice*/