
/********** Main Site Style Sheet  **********/

/********** START: Global block  **********/
body {
  background-color: #b9ae98; /* color of the empty space around the active part of the page in the center  */
  color: #000000;            /* default text color, works for all elements where it isn't redefined */
  font-family: Verdana;      /* default text style, works for all elements where it isn't redefined */
  font-size: 12px;           /* default symbol size, works for all elements where it isn't redefined */
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
a:link, a:hover, a:active, a:visited {
  text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
  color: #A30400;               /* default link text color, works for all links until it's redefined */
}

img {
 border: 0px;
}

form {
   margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

.featuresleft{
padding:0px 0px 0px 25px;
  margin: 0px 0px 0px 0px;               /* This is for the left padding of UL in Most Featured  */
}

 /* Start of the css is for the Featured Article List Li dots  */
.featuredarticlelist{
     margin: 0px 0px 0px 0px;
      padding:2px 0px 0px 10px;
      list-style-type:none;
      background:url('/upload/images/dot.jpg') no-repeat left 8px;
}

 /* End of the css is for the Featured Article List Li dots  */


 /********** END: Global block  **********/
/********** START: Page layout block **********/
#PageLayout {
	margin: 0px auto;
 }
#PageLayoutContent {       /* This block includes active part of the page and separates it empty space around */
   padding: 0px;
  margin: 0px;
  border: solid 1px #504141;
  background-color: #FFF;
  text-align: center;      /* this makes the block aligned with center in IE */
  margin-left: auto;       /* this makes the block aligned with center in FF, Safari, etc */
  margin-right: auto;      /* this makes the block aligned with center in FF, Safari, etc */
  width: 980px;
}
/********** END: Page layout block **********/
/********** START: Header block **********/
#Header {                  /* Header block */
  background-color:#817358; 
  width: 980px; 
  height:70px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}
#ServiceMenu {
margin: 3px 0px 0px 0px;
font-size:11px;
}
#ServiceMenu a:link, #ServiceMenu a:active, #ServiceMenu a:visited {
  text-decoration: none; 
  color: #E1D6B6;
  padding: 3px 10px 4px 10px;
}

#ServiceMenu a:hover{
  text-decoration: underline;
  color: #E1D6B6;
 padding: 3px 10px 4px 10px;
}
#ServiceMenu .separator{
  color: #E1D6B6;
}
#HeaderMenu {              /* Header Menu block */
  height:27px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
 /* Header Menu border color, should be the same as the border color of Header Menu Item border */
  background-color: #3D2C34;
  text-align: center;
}
#HeaderMenu .Item {
  font-weight:bold;
  font-size:11px;
  color:#E2D9AE;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #CCCCCC;        /* Header Menu Item border color, sould be the same as the color of the Header Menu border */ 
}
#HeaderMenu .Item a:link, 
#HeaderMenu .Item a:visited, 
#HeaderMenu .Item a:active {
font-weight:bold;
color:#E2D9AE;
  display: block;
  height: 15px;
  text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenu .Item a:hover {
font-weight:bold;
color:#E2D9AE;
  display: block;
  height: 15px;
  text-decoration: underline;   /* Header Menu Item link text decoration */
}
#HeaderMenu .Item .Active a:link, 
#HeaderMenu .Item .Active a:hover, 
#HeaderMenu .Item .Active a:visited, 
#HeaderMenu .Item .Active a:active {
  text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenu .separator {
  padding: 0px;
  color:#E2D9AE;
  border-color: #CCCCCC;        /* Header Menu separator border color, sould be the same as the color of the Header Menu border */
  text-align: center;          /* Header Menu Item text align */
}
#Header .Banner {
  /* background-color: #e0e0e0; */
	width: 234px;
	height: 60px;
	display: block;
	clear: both;
      padding: 0px;
       margin: 0px;
	text-align: center;
}

#Header .Logo {
    position: relative;
    float: left;
	width: 150px;
	height: 10px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#Sub_Menu_Box {
        padding-left: 10px;
	 background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
        height: 27px;
	line-height: 27px;
}
#Sub_Menu_Box .Item,
#Sub_Menu_Box .Item .Active {
    position: relative;
    float: left;
	border: none;
	padding: 0px 11px 0px 0px;
	text-decoration: none;
  color: #A70200;
font-weight: bold;
}
#Sub_Menu_Box .Item A:link, 
#Sub_Menu_Box .Item A:visited,
 #Sub_Menu_Box .Item A:active,
#Sub_Menu_Box .Item .Active A {
    position: relative;
    float: left;
	display: block;
	padding: 0px 11px 0px 0px;
	text-decoration: none;
         color: #A70200;
font-weight: bold;
}
#Sub_Menu_Box .Item A:hover,
#Sub_Menu_Box .Item .Active A {
    position: relative;
    float: left;
	display: block;
	padding: 0px 11px 0px 0px;
	text-decoration: underline;
color: #A70200;
font-weight: bold;
}

#Sub_Menu_Box .separator { 
    position: relative;
    float: left;
	width: 3px;
	border: none;
}

/********** END: Header block **********/

/********* START: Search block *****************/
#searchForm {
    position: relative;
     float: right;
	right: 14px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#searchForm .input {
        float: left;
	top: 0px;
	width: 201px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
        font-size: 10px;
       padding: 1px 2px 1px 5px;
}
#searchForm .button {
	float:left;
	cursor: pointer;

}
/********* END: Search block ***********/

/********** START: Page content block **********/
#PageContent {
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 980px;
}
*HTML #PageContent {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 980px;
}
#PageContentBodyTD {
  background-color: #FFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  vertical-align: top;
}

#PageContentBody {
  min-height: 610px;
  height: auto !important;
  height: 610px;
  text-align: left;
}
/********** END: Page content block **********/
/********** START: Page column left block **********/
#PageColumnLeft {
  width: 160px;
  margin: 0px;
  padding: 0px; 
  vertical-align: top;
   border-top: solid 1px #b9ae98;
  background-color: #f0ecd8;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  width: 160px;
}
#PageColumnLeft .PageMenu .Item {
  width: 158px;
  padding: 0px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  text-align: left;            /* Page Menu Item text align */
  background-color: #F4F4F4;   /* Page Menu Item default background color */
}

#PageColumnLeft .PageMenu .Item .subMenu,
#PageColumnLeft .PageMenu .Active .subMenu {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item .subMenu .Item {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: none;
  border-left: none;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item  a:link,
#PageColumnLeft .PageMenu .Item  a:visited,
#PageColumnLeft .PageMenu .Item  a:hover,
#PageColumnLeft .PageMenu .Item  a:active {
  display: block;
  padding: 5px 0px 0px 5px;
  margin: 0px;
  text-decoration: none;   /* Page Menu Item link text decoration */
}

#PageColumnLeft .PageMenu .Item .subMenu .Item a:link,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:visited,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:hover,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:active {
  padding: 5px 0px 5px 15px;
  margin: 0px;
}

#PageColumnLeft .PageMenu .Item .Active {
  background-color: #DEDEDE;   /* active Page Menu Item background color */
}

#PageColumnLeft .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .PageMenu .Item .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* second level Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .Advertisement {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 30px 0px;
}
/********** END: Page column left block **********/
/********** START: Page column center block **********/
#PageColumnCenter {
  background-color: #FFFFFF;   /* Center Column backgound color */
  text-align: left;         /* Center Column text align */
  width: 668px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
}
#PageMenuPath {
  margin: 0px;
  font-size: 11px;
  padding: 0px 0px 5px 0px;
  text-align: left;
  text-decoration: none;
}
#PageMenuPath a:link, 
#PageMenuPath a:active, 
#PageMenuPath a:visited {
  text-decoration: underline;   /* Bread Crumb Trail link text decoration */
}

#PageMenuPath a:hover{
  text-decoration: underline;   /* Bread Crumb Trail link text decoration */
}


#PageTitle { 
  position: relative; 
  margin: 0px;
  padding: 13px 0px 5px 0px;
  font-size: 16px;     /* Page Title text font size */
  font-weight: bold;   /* Page Title text font weight */
  width: 468px;
  color:#537344;        /* Page  Title text font color */
}

#GooglePageTitle { 
  position: relative; 
  margin: 0px;
  padding: 5px 0px 5px 0px;
  font-size: 16px;     /* Page Title text font size */
  font-weight: bold;   /* Page Title text font weight */
  width: 468px;
  color:#537344;        /* Page  Title text font color */
}
#PageContentRightCorner { 
  position: relative;
  float: right;
  width: 310px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  z-index: 1;
  background-color: #FFF;
}
#PageContentRightCorner .PageServices {
  position:relative; 
  text-align: center;
  border: solid 1px #b9ae98;
  width: 298px;
  margin: 0px 0px 10px 5px;
  padding: 0px 0px 5px 0px;
  clear: both;
  font-weight: normal;
  font-size: 10px;  
}

#PageContentRightCorner .PageServices  a{
    text-decoration:none;
}
#PageContentRightCorner .PageServices  a:hover{
    text-decoration:underline;
}

#PageContentRightCorner .PageServices .bookmark {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/bookmark_icon.jpg');   /* Bookmark link icon */
  background-position: right;                          /* Bookmark link icon position, should be opposite to it's text align */
  text-align: left;                                    /* Bookmark text align, should be opposite to it's icon position */
  width: 87px;
  height: 21px;
  padding: 9px 0px 0px 0px;
  margin: 0px 9px 1px 20px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .print {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/print_icon.jpg');   /* Print link icon */
  background-position: right;                       /* Print link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Prin text align, should be opposite to it's icon position */
  width: 57px;
  height: 21px;
  padding: 9px 0px 0px 15px;
  margin: 0px 13px 1px 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .email {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/email_icon.jpg');   /* Email link icon */
  background-position: right;                       /* Email link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Email text align, should be opposite to it's icon position */
  width: 55px;
  height: 21px;
  padding: 9px 0px 0px 20px;
  margin: 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .DashLine {
  margin: 0px 10px 10px 10px;
 _margin: -10px 10px 10px 10px;

}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  position:relative;
  /*float: right;*/
  padding: 0px;
  margin: 5px 5px 0px 0px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  width: 163px;
  padding-right: 10px;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  width: 135px;
}
#PageContentRightCorner .Advertisement {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#PageContentRightCorner .RightColumnBox {
    position:relative;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 5px;
	width: 298px;
	z-index: 1;
}
#PageContentRightCorner .RightColumnBox .Item {
	height: 22px;
	line-height: 22px;
	color: #aa0000;
	font-weight:normal;
	font-size:11;
	padding-left: 6px;
        cursor: pointer;
        text-decoration:underline;
}

#PageContentRightCorner .RightColumnBox .Active {
	height: 22px;
	line-height: 22px;
	color: #537344;
	font-weight: bold;
	font-size: 13px;
	padding-left: 6px;
                     cursor: pointer;
        
}

#MR{
	border-bottom: solid 1px #b9ae98;
	border-right: solid 1px #b9ae98;
}
#MP{
	border-bottom: solid 1px #b9ae98;
	}
#PageContentRightCorner .RightColumnBox p {
	height: 22px;
	line-height: 22px;
	color: #537344;
	font-weight: bold;
	font-size: 13px;
	padding-left: 6px;
	border-bottom:#b9ae98 solid 1px;
	background-color:#f0ecd8;
        margin: 0px ; 
        text-transform:capitalize;
}


#Articles_List {
  width: 295px;
  margin: 0px;
  padding: 0px;

}

#PageContentRightCorner ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
    font-size:12px;
}
#PageContentRightCorner ul li {
    margin:0px  0px  5px 10px; 
    padding-left:10px;
    list-style-type:none;
    background:url('/upload/images/dot.jpg')  no-repeat left ;
background-position:0 6px;
     font-size:12px;
}
/********** This slass is created to show the right effect of li bullet in IE **********/

#related_links{
  width: 295px;
  margin: 0px;
  padding: 0px;

}

#related_links ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
    font-size:12px;
}

#related_links ul li {
    margin:0px  0px  5px 10px; 
    padding-left:10px;
    list-style-type:none;
    background:url('/upload/images/dot.jpg')  no-repeat left ;
   background-position:0 6px;
     font-size:12px;
}

#BestSellers{
  width: 295px;
  margin: 0px;
  padding: 0px;

}

#BestSellers ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
    font-size:12px;
}

#BestSellers ul li {
    margin:0px  0px  5px 10px; 
    padding-left:10px;
    list-style-type:none;
    background:url('/upload/images/dot.jpg')  no-repeat left ;
   background-position:0 6px;
     font-size:12px;
}
/********** End of the class**********/

/********** END: Page column center block **********/
/********** START: Page column right block **********/
#PageColumnRight {
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;   /* Right Column backgound color */
  vertical-align: top;         /* Right Column content vertical align */
  text-align: center;          /* Right Column content horizontal align */
}
/********** END: Page column right block **********/

/********** START: Footer block **********/
#Footer {
  color: #e0daad;
 background:#514141;
}
#FooterMenu .Item {
  padding: 5px 10px 5px 10px;
  margin: 0px;
  color: #E4DBB2;
}
#FooterMenu .Item a:link,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-size: 12px;           /* Footer Menu Item link text font size */
  color: #E4DBB2;
  padding: 5px 10px 5px 10px;

}
#FooterMenu .Item a:hover {
  text-decoration: underline;   /* Footer Menu Item link text decoration */
  font-size: 12px;           /* Footer Menu Item link text font size */
  color: #E4DBB2;
  padding: 5px 10px 5px 10px;

}

#SiteLinks {
  color: #504141;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 0px;
  font-size:11px;

}
#SiteLinks a:link,
#SiteLinks a:hover,
#SiteLinks a:active,
#SiteLinks a:visited {
  text-decoration: underline;   /* Copyright link text decoration */
  font-size: inherit;           /* Copyright link text font size */
  color: #504141;
}

#Copyright {
 /*  position: relative; */
/*  padding: 5px 30px 5px 350px; */
  padding: 5px 30px 5px 30px;

  text-align:center;   /* Copyright text align */
  font-size: 11px;   /* Copyright text font size */
  color: #504141;
}

#Copyright a:link,
#Copyright a:hover,
#Copyright a:active,
#Copyright a:visited {
  text-decoration: underline;   /* Copyright link text decoration */
  font-size: 11px;           /* Copyright link text font size */
}

/********** END: Footer block **********/

/********** START: Global elements block **********/
.Advertisement {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.Advertisement .Item {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.PaginationBar {
  padding: 0px;
  margin: 5px 0px 15px 0px;
  font-size: inherit;
}
.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  text-decoration: none;
}

.DashLine {
  height: 1px;
  width: 271px;
  border-bottom: dashed 1px #C6C6C6;   /* style, width, and color of the Dashed Line */
  z-index: 0;
  margin: 0;
}
.SolidLine {
  height: 1px;
  width: 295px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #B9AE98;   /* style, width, and color of the Solid Line */
  z-index: 0;
}
.clear {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.button {
  background-color: #DEDEDE;
  border: 1px #CCCCCC solid;
  color: #878787;
  width: 100px;
  font-size: 100%;
  font-weight: normal;
  cursor: hand;
  font-family: Verdana;
  margin: 15px 0px 15px 0px;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
}
.h1 {
  position:relative;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  Padding: 10px 0px 15px 0px;
}
.h2 {
  position:relative;
  font-size: 12px;
  font-weight: bold;
}
.text {
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 0px 0px;
}
/********** END: Global elements block **********/

/********** START: Category page block **********/
#artmCategory {
  text-align: left;
  width: 468px;
  height: auto;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 0px;   
  float: left;
  z-index: 1;
}

#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:link, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:visited, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:hover, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:active { 
  position: relative; 
  float: right;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  width: 200px;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 25px;
  z-index: 1;
}

#artmCategory .artmCategoryArticleList {
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
  border-top: 1px #C6C6C6 solid;
  border-bottom: 1px #C6C6C6 solid;
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
  position: relative;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem .text {
  padding: 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:link, 
#artmCategory .artmCategoryArticleItem a.readmorelink:hover, 
#artmCategory .artmCategoryArticleItem a.readmorelink:active, 
#artmCategory .artmCategoryArticleItem a.readmorelink:visited { 
  position: relative;
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 10px 0px 0px;
  z-index: 1;
}

#artmCategory .DashLine {
  z-index: 0;
  /* width: 353px;   Dash line width on Article Category page */
}

#artmCategory .SolidLine {
  width: 480px;
  z-index: 0;
}
#artmCategory .Advertisement {
  margin: 15px 0px 15px 0px;
}
.artmCategoryRightCorner .artmCategoryVE {
  width: 270px; 
  padding: 15px;
  margin: 0px 0px 10px 5px;  
  background-color: #F0F0F0;
}
.artmCategoryRightCorner .artmCategoryArticleSearch {
  width: 295px;
  background-color: #F0F0F0;
  padding: 10px 0px 10px 5px;
  margin: 0px 0px 10px 5px;  
  font-weight: bold;
  font-family: Arial;
  font-size: 115%;
  position: relative;
  z-index: 1;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .button {
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 80%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .text {
  clear: both;
  width: 120px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 85%;
  font-weight: normal;
  color: #878787;
  font-family: Verdana;
  z-index: 1;
}
.artmCategoryPageTitle {
  width: 500px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
a.rss { 
  /*position: relative;*/ 
  /*float: right;*/
  /*display: block;*/
  width: 200px; 
  font-size: 10px;
  font-weight: normal;
  color:#000000;
  margin: 10px 0px 10px 10px;
  padding: 10px 3px 10px 25px;
  background-image: url('/upload/images/skin/images/rss.gif');
  background-repeat: no-repeat;
  background-position:  5px;
  text-decoration: none;
}

/********** END: Category page block **********/

/********** START: Article page block **********/
#artmArticle {        /* Article page main block style */
  text-align: left;
  width: 468px;
}
#artmArticle .Images {   /* Article page Images block style */
  width: 468px; 
  text-align: center;
}
#artmArticle .inscription {   /* style of the block on Article page that contains Author name and Publish date */
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
#artmArticle #artmArticleSummaryHeader {
  width: 468px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 0px 2px;
  font-size: 13px;
  font-weight: bold;
}
#artmArticle #artmArticleSummary {   /* Article page Summary block style */
  width: 468px;
  border-top: solid 1px #b9ae98;
  border-bottom: solid 1px #b9ae98;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
#artmArticle #artmArticleSummary ul {   /* Article page Summary list block style */
  margin: 0px 0px 0px 25px;
  padding: 5px 0px 5px 0px;
}
#artmArticle #artmArticleContent {   /* Article page Article content block style */
  line-height: 16px;
}
.artmArticleRightCorner .Images {   /* Article page Right Corner Images block style */
  padding: 0px;
  margin: 0px;
}
.artmArticleRightCorner .Images .Item {   /* Article page Right Corner Images Item block style */
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.artmArticleRightCorner .Images .Item .caption {   /* Article page Right Corner Images Item Caption block style */
  text-align: center;
  color: #000000;
font-size: 11px;
}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
  text-align: left; 
  padding: 0px;
  margin: 0px;
  width: 468px;
}
#artmArticleSearchForm {   /* Article Search form style */
  width: 490px;
  height: 30px;
  background-color: #EBEBEB;
  font-weight: bold;
  font-family: Arial;
  font-size: 120%;
  padding: 10px 0px 0px 10px;
  margin: 0px;
  /* May need to add position: static; */
}
#artmArticleSearchForm .button {   /* Article Search form button style */
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 70%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
#artmArticleSearchForm .text {   /* Article Search form text field style */
  width: 252px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 100%;
  font-size: 85%;
  color: #878787;
  font-family: Verdana;
}
#artmSearchOrder {   /* Article Search "Order the result by field" block style */
  width: 470px;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px #CCCCCC solid;
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px #FFF solid;
}
#artmSearch .artmSearchArticle a:link, 
#artmSearch .artmSearchArticle a:hover, 
#artmSearch .artmSearchArticle a:active, 
#artmSearch .artmSearchArticle a:visited { }
#artmSearch .artmSearchArticle .text {
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .date {   /* Article Search date block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .categoies {   /* Article Search Categories List block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .views {
  text-align: right;
  color: #999999;
  width: 100%;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent {
    width: 468px;
}

/********** START: Email to a friend page block **********/
.EmailForm {
  padding: 0px;
  margin: 5px 0px 15px 0px;
}
.EmailForm .text {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  display: block;
}
.EmailForm .field {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 50%;
}
.EmailForm .field input {
  width: 50%;
}
.EmailForm .field textarea {
  width: 50%;
}
/********** END: Email to a friend page block **********/

/********** Home page styles **************************/
.box1 {
	width:300px; 
	height:250px;
	background-color:#FFF;
        padding-bottom:5px;
}
.box2 {
	width:300px; 
	background-color:#fff;
}
.box3 {
	width:500px; 

	background-color:#FFF;
        padding-bottom:5px;
}
.H2a {
	float:left;
	width:255px; 
	background-color:#FFF;
	    
}
.H2b {
	float:left;
	width:255px; 
	background-color:#FFF;
}
.H2c {
	float:left;
	width:255px; 
	background-color:#FFF;     
}
.H2d {
	float:left;
	width:255px; 
	background-color:#FFF;       
}
.box5 {
	position:relative; 
	float:right;
	width: 125px; 
	height:125px;
	margin: 3px 20px 0px 0px;
}
.H3a {
	float:left;
	width:253px; 
	height:248px;
	background-color:#fff;
	}
.H3b {
	float:left;
	width:254px; 
	height:248px;
	background-color:#fff;
}
.H3c {
	width:300px; 
	height:250px;
	background-color:#fff;
}
.box7 {
	position:relative;
	width:728px; 
	height:90px;
	margin:9px 0px 8px 0px;
}


.sponsors {
	padding: 0px 33px 10px 0px;
    margin: 0px;
	text-align: center;
}
*HTML .sponsors {
	padding: 0px 12px 10px 0px;
}
/******************************************************/
.NewsLetter {
	width: 160px;
	margin: 0px 0px 0px 0px;
                   	text-align: left;
	color: #000000;
      font-size:11px;
                     background:#f0ecd8;
}

.NewsLetter p {
	font-weight:bold;
	margin:0px;
       font-size:12px;
        color: #537344;
	padding:0px;
	white-space:nowrap;
}
.newstxt{
	padding:2px 0px 7px 5px;
}
.NewsLetter .input {
	margin:0;
	height:15px;
                      width:115px;  
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#000000;
                      font-size:10px;
	padding-left:5px;
}
.NewsLetter .button {
	margin:0;
                     width:23px; 
	padding:1px;
	border:1px solid #e0daad; 
                     font-weight:bold;
	background-color:#AA0000;
	font-size:9px;
	color:#ffffff;
}
.NewsletterForm {}
.NewsletterForm td {
    padding:5px 0;
}
.NewsletterForm .input {
	width:200px; 
	height:17px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#000000;
} 

.subTopMenu {
    height:20px;
    margin:-22px 13px 0px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    z-index:50;
}

.moduleheader1 {
       border-top: #b9ae98 1px solid;
	border-bottom: #b9ae98 1px solid;
	padding-left: 6px;
	font-weight: bold;
	font-size: 13px;
	color: #537044;
	line-height: 23px;
	height: 23px;
	background-color: #f1ecd9;

}

.moduleheader {
       border-top: #b9ae98 1px solid;
	border-bottom: #b9ae98 1px solid;
        border-right: #b9ae98 1px solid;
	padding-left: 6px;
	font-weight: bold;
	font-size: 13px;
	color: #537344;
	line-height: 23px;
	height: 23px;
	background-color: #f1ecd9;

}

.modulebody {
    padding: 5px;
    font-size:12px;
}


.modulebody ul {
    margin:0px;
    padding:0px 0px 0px 10px;
    font-size:12px;
    list-style-type:none;
}


.modulebody ul li {
    padding-left:10px;
   padding-bottom:2px;
    font-size:12px;
    list-style-type:none;
    background:url('/upload/images/dot.jpg') no-repeat left 6px;
}

.modulebody A {
    font-weight: normal;
    font-size:12px;
}

.Error404
{
  width: 400px;
  height: 300px;
}

.submoduleheader1{
      font-weight: bold;
	font-size: 12px;
	color: #000000;
         text-align:left;
         padding:0px 0px 5px 0px;

}

.featured_image{
      margin:0px 10px 0px 0px;
      padding:6px 0px 8px 5px;
}

.morefeatures
{
      font-weight: bold;
	font-size: 12px;
	color: #000000;
         text-align:left;
         padding-left:10px;
          padding-top:6px;
}

.pollQuestion
{
  padding: 3px 5px 2px 10px;
  font-weight: bold;
}
.pollVotes
{
  padding: 3px 5px 2px 10px;
}
.pollBar
{
  height: 15px;
  background-color: #458926;
}


/********Start: Section created for Footer Google and Other Sponsored Links******/
#LinkSpace{
border-top:1px solid #000000;
padding:7px;
text-align:left;
min-height:200px;
height:auto !important;
height:200px;
}
.GLinks{
min-height:295px;
height:auto !important;
height:295px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
width:260px;
background-color:#FFFFFF;
}
.SpLinks{
min-height:295px;
height:auto !important;
height:295px;
border:1px solid #000000;
width:356px;
background-color:#FFFFFF;
}
.FLinks{
min-height:295px;
height:auto !important;
height:295px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
width:356px;
background-color:#FFFFFF;
}
.LinkHeader{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#E2D9AE;
height:27px;
line-height:27px;
border-bottom:1px solid #000000;
padding:0px 5px;
background:url('/upload/images/SplinkModuleHeaderBg.gif') left top repeat-y #514141;
}
.SubHead{
font-weight:bold;
color:#16616c;
display:block;
line-height:20px;
}
.SubHead a{
font-weight:bold;
color:#16616c;
display:block;
text-decoration:none;
}
.LinkBody{
line-height:16px;
padding:5px;
}

.LinkBody p{
margin:0 0 10px 0px;
}
.LinkBody a{
font-weight:bold;
color:#374d8a;
display:block;
text-decoration:none;
}
.LinkBody .SubHead a{
font-weight:bold;
color:#16616c;
display:block;
text-decoration:none;
}
.AdSpaceGoogle{
background-color:#6f6f68;
width:250px;
height:250px;
}
.AdSpaceSponsored{
background-color:#6f6f68;
width:336px;
height:280px;
}
.AdSpaceFeatured{
background-color:#6f6f68;
width:336px;
height:280px;
}
/********END: Section created for Footer Google and Other Sponsored Links******/



