
/********** Main Site Style Sheet  **********/

/********** START: Global block  **********/
body {
  background-color:#BFBFA9; /* color of the empty space around the active part of the page in the center ->Backround color 

Changed as per macup(VS)*/
  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: 11px;           /* 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: none;   /* default link text decoration, works for all links until it's redefined */
  color: #A02A26;               /* default link text color, works for all links until it's redefined */
  font-weight: bold;
}

img {
 border: 0px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.form
{
  background-color: #ffffff;
  padding: 0px 0px 0px 6px;
  margin:0px 6px 0px 4px;
  width: 495px;
}
/********** 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 */
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: BFBEAA;
  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;
}
.header_bg_img {
	Z-INDEX: 0;
	FLOAT: left;
	BACKGROUND-IMAGE: url('/upload/images/header_drawing.gif');
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 103px;
	BORDER-BOTTOM-STYLE: none;
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 0px;
}
/********** END: Page layout block **********/
/********** START: Header block **********/
#Header {
	Padding: 0px;
	Margin: 0px;
	width: 980px;
	position: relative;
	border-style: none;
	height: 153px;
	background-color: #FFFFFF;
}

#ServiceMenu {
	BORDER-RIGHT: #872a27 1px solid;
	BORDER-TOP: #872a27 1px solid;
	MARGIN-TOP: 5px;
	PADDING-LEFT: 0px;
	RIGHT: 0px;
	BACKGROUND-IMAGE: url('/upload/images/service_bar.gif');
	MARGIN-LEFT: 0px;
	BORDER-LEFT: #872a27 1px solid;
	MARGIN-RIGHT: 5px;
	BORDER-BOTTOM: #872a27 1px solid;
	HEIGHT: 15px;
	TEXT-ALIGN: left;
	background-repeat: repeat-x;
	top: 0px;
	position: absolute;
}

#ServiceMenu A:link {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	COLOR: #ffffff;
	HEIGHT: 17px;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ServiceMenu A:active {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	COLOR: #ffffff;
	HEIGHT: 17px;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ServiceMenu A:hover {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	COLOR: #ffffff;
	HEIGHT: 17px;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ServiceMenu A:visited {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	COLOR: #ffffff;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana;
}
#ServiceMenu .separator {
           color:#FFFFFF;
           font-size:10px;
}
#HeaderMenu {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(upload/images/primary_nav.gif);
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px 5px;
	WIDTH: 968px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #bfbfa9 1px solid;
	FONT-FAMILY: verdana;
	TEXT-ALIGN: left;
	border-left: #bfbfa9 1px solid;
	border-right: #bfbfa9 1px solid;
	border-top: #bfbfa9 1px solid;
}
#HeaderMenu .Item {
	PADDING-RIGHT: 11px;
	PADDING-LEFT: 11px;
	BORDER-LEFT-COLOR: #cccccc;
	BORDER-BOTTOM-COLOR: #cccccc;
	PADDING-BOTTOM: 0px;
	BORDER-TOP-COLOR: #cccccc;
	PADDING-TOP: 0px;
	BORDER-RIGHT-COLOR: #cccccc;
}
#HeaderMenu .Item A:link {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #475153;
	PADDING-TOP: 0px;
	HEIGHT: 15px;
	TEXT-DECORATION: none;
}
#HeaderMenu .Item A:hover {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #475153;
	PADDING-TOP: 0px;
	HEIGHT: 15px;
	TEXT-DECORATION: none;
}
#HeaderMenu .Item A:visited {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #475153;
	PADDING-TOP: 0px;
	HEIGHT: 15px;
	TEXT-DECORATION: none;
}
#HeaderMenu .Item A:active {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #475153;
	PADDING-TOP: 0px;
	HEIGHT: 15px;
	TEXT-DECORATION: none;
}
#HeaderMenu .Item .Active A:link {
	TEXT-DECORATION: none
}
#HeaderMenu .Item .Active A:hover {
	TEXT-DECORATION: none
}
#HeaderMenu .Item .Active A:visited {
	TEXT-DECORATION: none
}
#HeaderMenu .Item .Active A:active {
	TEXT-DECORATION: none
}
#HeaderMenu .separator {
	PADDING-BOTTOM: 0px;
	TEXT-ALIGN: center;
                     color:#475153;
}#Header .Banner {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 20px;
	RIGHT: 0px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px;
	WIDTH: 234px;
	PADDING-TOP:20px;
	POSITION: relative;
	HEIGHT: 60px;
}
#Header .Logo {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 30px 0px 0px;
	WIDTH: 150px;
	PADDING-TOP: 0px;
	POSITION: relative;
	HEIGHT: 10px;
}
#Sub_Menu_Box {
	MARGIN: 0px;
	LINE-HEIGHT: 25px;
	POSITION: relative;
	HEIGHT: 25px;
	BACKGROUND-COLOR: #ffffff;
 }
#Sub_Menu_Box .Item {
	PADDING-RIGHT: 11px;
	PADDING-LEFT: 9px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	TEXT-DECORATION: none;
	BORDER-BOTTOM-STYLE: none;
}
#Sub_Menu_Box .Item .Active {
	PADDING-RIGHT: 11px;
	PADDING-LEFT: 9px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	TEXT-DECORATION: none;
	BORDER-BOTTOM-STYLE: none;
}
#Sub_Menu_Box .Item A {
	DISPLAY: block;
	FONT-SIZE: 11px;
	FLOAT: left;
	COLOR: #a02a26;
  font-weight: bold;
	FONT-FAMILY: verdana;
	POSITION: relative;
	TEXT-DECORATION: none;
                     padding-left:13px;
                     padding-right:13px;
}
#Sub_Menu_Box .Item .Active A {
	DISPLAY: block;
	FONT-SIZE: 11px;
	FLOAT: left;
	COLOR: #a02a26;
  font-weight: bold;
	FONT-FAMILY: verdana;
	POSITION: relative;
	TEXT-DECORATION: none;
}
#Sub_Menu_Box .separator {
	FLOAT: left;
	COLOR: #a02a26;
  font-weight: bold;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	BORDER-BOTTOM-STYLE: none;
}
/********** END: Header block **********/

/********* START: Search block *****************/
#searchForm {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	Z-INDEX: 4;
	RIGHT: 0px;
                     LEFT:10px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 300px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	TOP: 16px;
	BORDER-BOTTOM-STYLE: none;
}
#searchForm .input {
	BORDER-RIGHT: #d2d2d2 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #d2d2d2 1px solid;
	MARGIN-TOP: 0px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	RIGHT: 0px;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #d2d2d2 1px solid;
	WIDTH: 205px;
	COLOR: #49362d;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #959595 1px solid;
	POSITION: relative;
	TOP: 4px;
	BACKGROUND-COLOR: #fff;
}
#searchForm .button {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND-IMAGE: url(../../images/search_button.jpg);
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 52px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: repeat-x;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	TOP: 8px;
                     _Top:6px;
	HEIGHT: 17px;
	BORDER-BOTTOM-STYLE: none;
}
/********* END: Search block ***********/

/********** START: Page content block **********/
#PageContent {
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  border:5px solid #A2A2A2;
}
*HTML #PageContent {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
#PageContentBodyTD {
  background-color: #E6E6CD; 
  margin: 0px 0px 0px 0px;
  padding: 9px 0px 0px 0px;
  vertical-align: top;
}

#PageContentBody {
  position: relative;
  text-align: left;
}

/********** END: Page content block **********/
/********** START: Page column left block **********/
#PageColumnLeft {
  width: 157px;
  margin: 0px;
  padding: 0px; 
  vertical-align: top;
  border-right:1px solid #000000;
  background-color: #FFF;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  width: 160px;
  border-bottom: solid 1px #CCCCCC;
}
#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 5px 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 {
	PADDING-LEFT: 6px;
	FONT-SIZE: 11px;
	MARGIN: 0px 6px 0px 4px;
	WIDTH: 473px;
	COLOR: #A02A26;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}
#PageMenuPath a:link, 
#PageMenuPath a:active, 
#PageMenuPath a:hover, 
#PageMenuPath a:visited {
  text-decoration: none;
  color:#A02A26;
  font-weight: bold;
  font-family:verdana;
  font-size:11px;   /* Bread Crumb Trail link text decoration */
}

#PageTitle {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	PADDING-BOTTOM: 19px;
	MARGIN: 0px 6px 0px 4px;
	WIDTH: 473px;
	COLOR: #475153;
	PADDING-TOP: 10px;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #ffffff;
}


#PageContentRightCorner {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px 0px;
	WIDTH: 300px;
	PADDING-TOP: 0px;
	POSITION: relative;
	BACKGROUND-COLOR: #e6e6cd;
	z-index: 1;
}
#PageContentRightCorner .PageServices {
  position:relative; 
  text-align: right;
  border: solid 1px #CCCCCC;
  width: 298px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 6px 0px;
  clear: both;
  font-weight: normal;
  font-size: 10px; 
  background-color:#FFFFFF;
}
#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:15px;
  padding: 9px 0px 0px 0px;
  margin: 0px 0px 8px 30px;
  float: left;
  position: relative;
  z-index: 1;
}
.bookmark A:link{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
.bookmark A:active{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
.bookmark A:visited{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
.bookmark A:hover{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
#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:15px;
  padding: 9px 0px 0px 13px;
  margin: 0px 0px 1px 0px;
  float: left;
  position: relative;
  z-index: 1;
}
.print A:link{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
.print A:active{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}

.print A:visited{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}

.print A:hover{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
#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:15px;
  padding: 9px 0px 0px 10px;
  margin: 0px;
  float: left;
  position: relative;
  z-index: 1;
}
.email A:link{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
.email A:active{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}

.email A:visited{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}

.email A:hover{
    color:#878787;
    font-size:10px;
    font-family:verdana;
}
#PageContentRightCorner .PageServices .DashLine {
  margin: 0px 10px 7px 10px;
  z-index: 0;
}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  position:relative;
  /*float: right;*/
  padding: 0px;
  margin: 5px 5px 0px 0px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  width: 163px;
  padding-right: 10px;
  color:#878787;
  font-family:arial;
  font-size:11px;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  width: 135px;
  padding-right:15px;
  _padding-right:8px;
}
#PageContentRightCorner .Advertisement {
  padding: 0px;
  margin: 9px 0px 0px 0px;
}
#PageContentRightCorner .RightColumnBox {
                     position:relative;
                     background-color:#FFFFFF;
                     border-left:1px solid #a2a2a2;
                     border-bottom:1px solid #CFDAD3;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
}
#PageContentRightCorner .RightColumnBox .Item {
                     background-image:url(/upload/images/tabcontent_bar.gif);
                      font-family:verdana;
                     border:1px solid #a2a2a2;
	height: 21px;
	line-height: 21px;
	color: #475153;
	font-weight: normal;
	padding-left: 6px;
                     text-decoration:underline;
                     cursor: pointer;
                     width:118px;
}

#PageContentRightCorner .RightColumnBox .Active {
                     background-image:url(/upload/images/module_img.gif);
	border-bottom: #a2a2a2;
                     border-right:#a2a2a2;
	height: 21px;
	line-height: 21px;
	color: #F4F4DF;
                     font-size:16px;
	font-weight: bold;
	padding-left: 6px;
                     font-family:georgia;
                     cursor: pointer;
                     margin:0px;
                     width:auto;
        
}
#PageContentRightCorner .RightColumnBox p {
	color: #000000;
	font-weight: bold;
	margin: 4px 0 1px 6px;
	padding: 0px;
}
#PageContentRightCorner .RightColumnBox A {
    text-decoration: none;
    color:#A02A26;
  font-weight: bold;
}

#PageContentRightCorner .border {
    border-right: 1px solid #b2b2b2;
}

#PageContentRightCorner ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
}
#PageContentRightCorner ul li {
    margin:0px 5px 5px 5px; 
    padding-left:10px;
    color:#a2a2a2;
    background:transparent url(/upload/images/arrow.gif) no-repeat scroll left 5px;
}
#PageContentRightCorner ol {
    margin: 5px 0px 0px 0px; 
    padding-left: 20px;
    font-weight:bold;
    color:#A02A26;
}
#PageContentRightCorner ol li {
    margin:0px 5px 5px 5px; 
}
#Articles_List {
  min-width: 290px;
  border-top:1px solid #CFDAD3;
  margin: 0px;
  padding: 0px;
}
/********** 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 **********/
.footermargin{
    background-color:#FFFFFF;
    margin-top:0px;
    position:relative;
    margin-bottom:20px;
    padding:0px;
    font-size:5px;
    width:100%;
}
#Footer {
    color: #ffffff; /* Footer Text Color */
}
#FooterMenu { 
  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 */
}
#FooterMenu .Item {
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
#FooterMenu .separator{
        padding-left:12px;
        padding-right:12px;
        font-size:10px;
       font-family:verdana;
}                                               /* class for footerMenu_separator (BK)  */ 
#FooterMenu .Item a:link,
#FooterMenu .Item a:hover,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-size: inherit;           /* Footer Menu Item link text font size */
  color: #ffffff; 
  font-size:10px;
  font-family:verdana;

}

#SiteLinks {
  color: #666666;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  font-size:11px;
  font-family:verdana;
}
#SiteLinks .separator{
  color: #ffffff;
  font-size:11px;
  font-family:verdana;
  padding-right:7px;
  padding-left:7px;
}
#SiteLinks a:link,
#SiteLinks a:hover,
#SiteLinks a:active,
#SiteLinks a:visited {
  text-decoration: none;   /* Copyright link text decoration */
  font-size: inherit;           /* Copyright link text font size */
  color: #ffffff;
  font-size:11px;
  font-family:verdana;
}

#Copyright {
  position: relative;
  padding: 5px 30px 5px 30px;
  text-align: center;   /* Copyright text align */
  font-size: inherit;   /* Copyright text font size */
  color: #666666; 
   font-size:11px;
  font-family:verdana;  
}
#Copyright a{
  color: #ffffff;
  font-size:11px;
  font-family:verdana;
  text-decoration: none; 
}  
#Copyrightorg a{
  color: #ffffff;
  font-size:16px;
  font-family:verdana;
  text-decoration: none; 
}   
#Copyrightorg a:active{
   color: #ffffff;
  font-size:16px;
  font-family:verdana;
  text-decoration: none; 
}  
#Copyrightorg a:hover{
   color: #ffffff;
  font-size:16px;
  font-family:verdana;
  text-decoration: none; 
}  
#Copyrightorg a:visited{
   color: #ffffff;
  font-size:16px;
  font-family:verdana;
  text-decoration: none; 
}                        

/********** 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: 10px 0px 5px 0px;
  margin: 0px;
  font-size: inherit;
  color:#9EB5AB;
}
.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  text-decoration: none;
}

.DashLine {
  height: 1px;
  width: 271px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: dashed 1px #C6C6C6;   /* style, width, and color of the Dashed Line */
  z-index: 0;
}
.SolidLine {
  height: 1px;
  width: 271px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #8A8A8A;   /* 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;
}
.h1 {
  color:#475153;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0px 0px 5px;
  font-family:verdana;
}
.h2{
    padding-top:5px;
    margin:0px 0px 0px 0px;
}
.h2  A:link{
     color:#475153;
     font-size:12px;
    font-family:verdana;
    font-weight:bold;
    text-decoration:underline;
    padding-top:5px;
}
.h2  A:active{
     color:#475153;
     font-size:12px;
    font-family:verdana;
    font-weight:bold;
    text-decoration:underline;
    padding-top:5px;
}
.h2  A:hover{
     color:#475153;
     font-size:12px;
    font-family:verdana;
    font-weight:bold;
    text-decoration:underline;
    padding-top:5px;
}
.h2  A:visited{
     color:#475153;
     font-size:12px;
    font-family:verdana;
    font-weight:bold;
    text-decoration:underline;
    padding-top:5px;
}

.text {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 5px 5px 5px;
	COLOR: #878787;
	PADDING-TOP: 5px;
	FONT-FAMILY: verdana;
}

/********** END: Global elements block **********/

/********** START: info page **********/

#InfoPageMenuPath {
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	MARGIN: 0px 2px 0px 4px;
	COLOR: #a2a2a2;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}

#InfoPageTitle {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px 2px 0px 4px;
	COLOR: #475153;
	PADDING-TOP: 10px;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #ffffff;
}

.infopagecontentbody{
	background-color:#FFFFFF;

}

/********** END: info page **********/

/********** START: Category page block **********/
#artmCategory {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	padding-bottom: 25px;
	_padding-bottom: 0px;
	MARGIN: 0px 3px 0px 4px;
	WIDTH:473px;
	HEIGHT: auto;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}
#artmCategory .artmCategorybg{
   background-color:#FFFFFF;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	Z-INDEX: 1;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 4px;
	COLOR: #A02A26;
  font-weight: bold;
	PADDING-TOP: 4px;
	TEXT-ALIGN: left;
                     text-decoration:underline;
}

#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:link, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:visited, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:hover, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:active { 
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 25px;
                     padding-bottom:10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FLOAT: right;
	MARGIN: 0px 7px 0px 0px;
	WIDTH: auto;
	COLOR: #A02A26;
  font-weight: bold;
	PADDING-TOP: 5px;
	TEXT-ALIGN: right;
}

#artmCategory .artmCategoryArticleList {
	BORDER-TOP: #8ea99d 1px solid;
	MARGIN: 0px 3px 0px 3px;
                     Padding:0px 0px 0px 0px;
	BORDER-BOTTOM: #8ea99d 1px solid;
  
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
                     margin-left:5px;
}
#artmCategory .artmCategoryArticleItem .text {
  padding: 0px;
  margin: 0px;
}
.readmorelink{
	COLOR: #A02A26;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
#artmCategory .artmCategoryArticleItem .readmorelink A:link, 
#artmCategory .artmCategoryArticleItem .readmorelink A:hover, 
#artmCategory .artmCategoryArticleItem .readmorelink A:active, 
#artmCategory .artmCategoryArticleItem .readmorelink A:visited { 
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 4px;
	COLOR: #A02A26;
  font-weight: bold;
	PADDING-TOP: 4px;
	TEXT-ALIGN: left;
                     Text-decoration:underline;
}

#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 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 500px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
}
.rssbg{
	WIDTH: 467px;
	BACKGROUND-COLOR: #ffffff;
	BACKGROUND-IMAGE: url(/upload/images/skin/images/rss.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 25px 0%;
	margin: 0px 6px 0px 4px;
                     padding:2px 0px 9px 6px;

}
.rssbg A.rss {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 40px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 10px;
}

/********** END: Category page block **********/

/********** START: Article page block **********/
#artmArticle {        /* Article page main block style */
  text-align: left;
  width:479px;
  padding:0px;
  margin:0px 0px 0px 4px;
  background-color:#FFFFFF;
  height:auto;
}
#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 0px 0px 4px;
  padding: 0px 0px 15px 0px;
   color:#475153;
   font-family:verdana;
   font-size:12px;
  width:479px;
}
#artmArticle #artmArticleSummaryHeader {
  width: 468px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#artmArticle #artmArticleSummary {   /* Article page Summary block style */
  width: 473px;
  border-top: solid 1px #a2a2a2;
  border-bottom: solid 1px #a2a2a2;
  color: #B1504D;
  font-size:13px;
  font-weight:bold;
  font-family:verdana;
  margin: 0px 1px 0px 2px;
  padding:3px 0px 5px 2px;
}
#artmArticle #artmArticleSummary P{
    color:#000000; /* A02A26 */
    font-size:11px;
    font-family:verdana;
    font-weight:normal;
    background:transparent url(/upload/images/arrow.gif) no-repeat scroll left 4px;
    padding:0px 0px 0px 9px;
    margin:4px 0px 0px -1px;
}

#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 */
   color:#475153;
   font-family:verdana;
   font-size:12px;
   padding:5px 5px 5px 6px;
}

}
.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 5px 0px;
}
.artmArticleRightCorner .Images .Item .caption {   /* Article page Right Corner Images Item Caption block style */
  text-align: center;
  color: #808080;
}
#ArticlePageContentRightCorner {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px 0px;
	WIDTH: 300px;
	PADDING-TOP: 0px;
	POSITION: relative;
	BACKGROUND-COLOR: #e6e6cd;
	z-index: 1;
}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
    background-color:#FFFFFF;
    margin:0px 4px 0px 4px;
    padding-bottom:5px ;
    text-align:left;
    width:498px;
}
#artmSearchArticleList{
   border-top:1px solid #a2a2a2;
   border-bottom:1px solid #a2a2a2;
   margin:0px 4px 0px 2px;
   padding-left:0px;
}
#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 */
background-color:#FFFFFF;
color:#a2a2a2;
font-family:verdana;
font-size:11px;
margin:0px 6px 0px 4px;
padding:5px 0px 10px 6px;
text-align:left;
width:492px;
}
#artmSearchOrder  A:link{
   color:#A02A26;
  font-weight: bold;
   font-family:verdana;
   font-size:11px;
   text-decoration:underline;
   margin-left:-1px;
}
#artmSearchOrder  A:active{
   color:#A02A26;
  font-weight: bold;
   font-family:verdana;
   font-size:11px;
   text-decoration:underline;
}
#artmSearchOrder  A:visited{
   color:#A02A26;
  font-weight: bold;
   font-family:verdana;
   font-size:11px;
   text-decoration:underline;
}
#artmSearchOrder  A:hover{
   color:#A02A26;
  font-weight: bold;
   font-family:verdana;
   font-size:11px;
   text-decoration:underline;
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  padding: 3px 0px 8px 2px;
  background-color:#FFFFFF;
  margin: 0px 0px 0px 0px;
  text-align: left;
}
#artmSearch .artmSearchArticle a:link{ 
   color:#475153;
   font-weight:bold;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
}
#artmSearch .artmSearchArticle a:active{ 
   color:#475153;
   font-weight:bold;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
}
#artmSearch .artmSearchArticle a:visited{ 
   color:#475153;
   font-weight:bold;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
}
#artmSearch .artmSearchArticle a:hover{ 
   color:#475153;
   font-weight:bold;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
}
#artmSearch .artmSearchArticle .text {
   margin: 0px;
   padding:0px;
   color:#475153;
   font-family:verdana;
   font-size:12px;
   text-decoration:none;
}
#artmSearch .artmSearchArticle .date {   /* Article Search date block style */
  margin: 0px 0px 0px 0px;
}
.date {
   color:#475153;
   font-size:12px;
   font-family:verdana;
}
.categoies {
   color:#475153;
   font-size:12px;
   font-weight:bold;
   font-family:verdana;
}


#artmSearch .artmSearchArticle .categoies  A:link{   /* Article Search Categories List block style */
  margin: 0px 0px 0px 0px;
  color:#A02A26;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
   font-weight:bold;
}
#artmSearch .artmSearchArticle .categoies  A:active{
     margin: 0px 0px 0px 0px;
  color:#A02A26;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
   font-weight:bold;
}
#artmSearch .artmSearchArticle .categoies  A:visited{
     margin: 0px 0px 0px 0px;
  color:#A02A26;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
   font-weight:bold;
}
#artmSearch .artmSearchArticle .categoies  A:hover{
     margin: 0px 0px 0px 0px;
  color:#A02A26;
   font-family:verdana;
   font-size:12px;
   text-decoration:underline;
   font-weight:bold;
}


#artmSearch .artmSearchArticle .views {
  text-align: right;
  color: #999999;
  width: 100%;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent {
	WIDTH: 473px;
	background-color: #FFFFFF;
                     font-size:12px;
                     font-family:verdana;
	margin: 0px 6px 0px 4px;
	padding-left: 6px;
	padding-top: 5px;
	height: auto;
}
/********** 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 {
	position:relative;
	width:300px; 
	height:250px;
	Margin-top:0px;
}
.box2 {
	position:relative;
	width:300px;
                     min-height:384px;
                     height:auto !important; 
	height:339px;
	background-color:#fff;
                     margin:9px 0px 0px 0px;

}
.box3 {
	position:relative;
	width:500px; 
	height:248px;
                     margin:0px 5px 0px 4px;
                     Background-color:#E6E6CD;
}

.adbox{
                     position:relative;
	width:300px; 
	height:510px;
	background-color:#E6E6CD;
}
 .H3e {
	margin:3px 0px 0px 16px;
	WIDTH: 125px;
	HEIGHT: 125px;
}
.H3f {
	margin:3px 16px 0px 0px;
	HEIGHT: 125px;
                     Width:125px;
}
.H2a {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 245px;
	min-height: 225px;
                     height:auto !important;
                     height: 190px;
	BACKGROUND-COLOR: #fff;
	margin-left:4px;
	display:inline;
	padding:0;
	margin-right: 0px;
}
.H2b {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 250px;
	POSITION: relative;
	min-height: 225px;
                     height:auto !important;
                     height: 190px;
                     display:inline;
	BACKGROUND-COLOR: #fff;
	margin-right: 0px;
	margin-left: 4px;
}
.H2c {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 245px;
	min-height: 150px;
                     height:auto !important;
                     height: 140px;
	BACKGROUND-COLOR: #fff;
	margin-left:4px;
                     display:inline;
	padding:0;
	margin-right: 0px;
}
.H2d {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 250px;
	POSITION: relative;
	min-height: 150px;
                     height:auto !important;
                     height: 140px;
                     display:inline;
	BACKGROUND-COLOR: #fff;
	margin-right: 0px;
	margin-left: 4px;
}.box5 {
		
	width: 120px; 
	height:125px;
	margin: 3px 10px 0px 10px;
       
}
.H3a {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 245px;
	POSITION: relative;
	HEIGHT: 250px;
	BACKGROUND-COLOR: #fff;
	margin-left:4px;
	_margin-left:2px;
	padding:0;
	margin-right: 0px;
}
.H3b {
	MARGIN-TOP: 9px;
	FLOAT: left;
	MARGIN-LEFT: 4px;
	WIDTH: 250px;
	POSITION: relative;
	HEIGHT: 250px;
	BACKGROUND-COLOR: #fff;
}
.H3c {
	MARGIN-TOP: 9px;
	FLOAT: left;
	WIDTH: 245px;
	POSITION: relative;
	HEIGHT: 250px;
	BACKGROUND-COLOR: #fff;
	margin-left:4px;
	_margin-left:2px;
	padding:0;
	margin-right: 0px;
}
.H3d {
	MARGIN-TOP: 9px;
	FLOAT: left;
	MARGIN-LEFT: 4px;
	WIDTH: 250px;
	POSITION: relative;
	HEIGHT: 250px;
	BACKGROUND-COLOR: #fff;
}.box7 {
	position:relative;
	width:728px; 
	height:90px;
	margin:36px 0px 47px 0px;
}


.sponsors {
    margin-top: 6px;

}
*HTML .sponsors {
	padding: 0px 0px 0px 0px;
}
/******************************************************/
.NewsLetter {
	width: 160px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
                     background-color:#475153;
}
.NewsLetter p {
                     font-weight:bold;
	font-size:12px;
                     font-family:verdana;
	margin:0px;
	padding:0px;
                     padding-bottom:1px;
	white-space:nowrap;
}
.NewsLetter td {
	padding:2px 4px 7px 5px;
                     font-size:9px;
}
.NewsLetter .input {
                     position:relative; 
                     float:left;
	top:0px;
	margin:0px;
	padding:2px 0px 2px 5px;
	width:118px; 
	background-color:#fff;
                     border-style:none;
	color:#49362D;
                     font-size:11px;
                     font-family:verdana;
}
.NewsLetter .button {
                     position:relative; 
                     float:left;
	top:0px; 
	left:4px;
	margin:0px;
	padding:0px;
	border:none;
	width:25px; 
	height:17px;

}
.NewsletterForm {}
.NewsletterForm td {
    padding:5px 0;
}
.NewsletterForm .input {
	width:118px; 
	height:17px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#999999;
} 

.subTopMenu {
    height:20px;
    margin:-22px 13px 0px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    z-index:50;
}

.moduleheader {
    font-size: 16px;
    font-weight: bold; 
    font-family: georgia, serif;
    padding: 2px 0px 3px 5px;
    color:#F4F4DF;
    background-image:url('/upload/images/module_img.gif');
    background-repeat:repeat-x;	
}
                                        
.modulebody {
    padding: 5px 5px 5px 5px;
    font-size:11px;
    font-family:verdana;
    font-weight:normal;
    color:#333333;
}

.modulebody h4{
   color:#a2a2a2;
   font-size:13px;
   font-family:verdana;
   font-weight:bold;
   margin:0px 0px 8px 0px;
   padding:0px;
}
.modulebody p{
   margin:5px 0px 0px 0px;
}
.modulebody span{
  padding-left:12px;
}
.modulebox a:link{
    font-weight:bold;
   font-size:10px;
   font-family:verdana;
   color:#A02A26;
   line-height:17px;
   text-decoration:none;
}    
.modulebox a:active{
    font-weight:bold;
   font-size:10px;
   font-family:verdana;
   color:#A02A26;
   line-height:17px;
   text-decoration:none;
}
.modulebox a:hover{
    font-weight:bold;
   font-size:10px;
   font-family:verdana;
   color:#A02A26;
   line-height:17px;
   text-decoration:none;
}
.modulebox a:visited{
    font-weight:bold;
   font-size:10px;
   font-family:verdana;
   color:#A02A26;
   line-height:17px;
   text-decoration:none;
}
div.bloglink
{
  padding: 3px;
}
.bloglink a:link, .bloglink a:active, .bloglink a:hover, .bloglink a:visited{
    font-weight:bold;
   font-size:10px;
   font-family:verdana;
   color:#A02A26;
   text-decoration:none;
}    

.Error404
{
  width: 400px;
  height: 300px;
}

.holderdiv{
border-bottom: 1px solid #a2a2a2;
border-left: 1px solid #a2a2a2; 
border-right: 1px solid #B7C6B4;
border-top: 1px solid #a2a2a2;
height: 220px;
background-color:#ffffff;
}
.indentmenu ul li{
display: inline;
}

.featured_image{
    float:left;
    margin-top:5px;
    margin-left:5px;
    margin-right:10px;
}                                  /* tab control image */

.featured_article{
    font-size:13px;
    font-family:verdana;
    text-decoration:underline;
    padding-top:5px;
}                /* tab control article_title*/
.featured_article A{
    color:#475153;
    font-weight:bold;
    font-size:13px;
    font-family:verdana;
    text-decoration:underline;
}                /* tab control article_title*/


.article_author{
    color:#a2a2a2;
    font-size:11px;
    font-family:verdana;
    text-decoration:none;
    padding-top:7px;
}     /* tab control article_author */

.featured_blurb{
   font-size:12px;
   font-family:verdana;
   color:#475153;
   margin-bottom:4px;
   padding-top:4px;
} /* tab control article_blurb */

/************************************* ******************/
.infopagecontent {
   background-color:#FFFFFF;
   height:auto;
   margin:0px 2px 0px 4px;
   padding:1px 0px 1px 5px;
   font-size:12px;
   color:#475153;
   font-family:verdana;
}


/****************************************************************/
/** Copyright 2005 Google Inc. All rights reserved. */
#searchcontrol{
   background-color:#FFFFFF;
   margin:0px 0px 0px 4px;
   width:501px;
}
/* the GSearchControl CSS Classes
 * .gsc-control : the primary class of the control
 */
.gsc-control {
   background-color:#FFFFFF;
   margin:0px;
   padding-left:8px;
   width:493px;
}
.gsc-control div {
  position: static;
}

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 * .gsc-keeper : the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 70%;
  margin-bottom : 2px;
}

 input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

/*table.gsc-search-box td {
  vertical-align : middle;
  padding-right:0px;
  margin:0px;
  width:180px;
}*/

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
  width:300px;
}

td.gsc-search-button {
  width : 60px;
}

td.gsc-clear-button {
  width : 100px;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0px;
  padding: 0px;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
}

.gsc-branding-text {
  color : #676767;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  font-size:11px;
margin-right:0px;
padding:2px 0px;
text-align:right;
   width:230px;
}

div.gsc-branding-youtube td.gsc-branding-text {
  vertical-align : middle;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

div.gsc-branding-youtube td.gsc-branding-img-noclear {
  width : 55px;
}

div.gsc-branding-youtube td.gsc-branding-img {
  width : 69px;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  margin-left:-30px
  text-align : center;
  width:100%;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin-top :3px;
  padding-right : 0;
  padding-left : 3px;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}


input.gsc-search-button {
    background-image:url(/upload/images/google_search.gif);
    background-position:center;
    background-repeat:no-repeat;
    border-style:none;
    cursor:pointer;
    font-size:0px;
    height:22px;
    margin-left:5px;
    text-indent:0px;
    width:62px;
    z-index:2;
    word-spacing:20px;
    line-height:50px;
}

div.gsc-clear-button {
	background-image:url(/upload/images/clear.gif);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
	margin-left:4px;
	margin-right:4px;
	padding-left:10px;
	text-align:right;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
.gsc-keeper {
  color: #3366cc;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('/uds/css/blue_check.gif');
}

/* each section of results has a results header table
 * .gsc-resultsHeader : the header itseld
 * td.twiddleRegionCell : the section that controls twiddleing of the section to expand/collapse
 * td.configLabelCell : the twiddler that controls active configuration of a searcher (used in GlocalSearch)
 * .gsc-twiddle : the twiddle image, note, this is a div that wraps gsc-title so that standard image replacement is feasible
 * .gsc-twiddle-closed : class added to gsc-twiddle when the twiddler is in the closed state
 * .gsc-twiddle-opened : class added to gsc-twiddle when the twiddler is in the opened state
 * .gsc-title : the section's title (e.g., Web Results, etc.)
 * .gsc-stats : contains the result counts
 * .gsc-stats
 */
.gsc-resultsHeader {
  clear: both;
  width: 100%;
  margin-bottom : 4px;
}

.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
  border-bottom:1px solid #E9E9E9;
}

.gsc-resultsHeader td.gsc-configLabelCell{
  text-align: right;
  width: 75%;
}

/*
 * note that the next three classes are all joined together
 * to implement the twiddle image. apps can substitute in their
 * own images but will need to account for the image size here
 * as well as in the left padding of the title element
 *
 * Note: uds provides the following images that work with the geometry/padding defined below
 *  to use these images simply over-ride the.gsc-twiddle-opened/-closed class and specify an alternate image
 *  or use an image of your own design
 */
.gsc-resultsHeader .gsc-twiddle{
  margin-top: 4px;
  display: inline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle{
  background:transparent url(/upload/images/arrow_close.gif) no-repeat scroll left 2px;
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle{
  background:transparent url(/upload/images/arrow_open.gif) no-repeat scroll left 5px;
}

.gsc-resultsHeader .gsc-title{
  color: #676767;
  margin-right: 10px;
  padding-left: 14px;
  display: inline;
}

.gsc-resultsHeader .gsc-stats {
  color: #676767;
  font-size: 11px;
  font-weight: normal;
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
  display : none;
}

/*
 * .gsc-results-selector : box surrounding individual selectors for 1, more, or all results
 * .gsc-result-selector : an individual selector
 * .gsc-one-result : single result selector
 * .gsc-more-results : more (4) results selector
 * .gsc-all-results : all results (8) selector
 */
.gsc-results-selector {
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
  display : none;
}

.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 13px;
  padding-left : 13px;
  background-repeat: no-repeat;
  background-position: center left;
}

/* default mode is dark */
.gsc-one-result {
  background-image: url('/upload/images/one-complex-dark.gif');
}

.gsc-more-results {
  background-image: url('/upload/images/more-complex-dark.gif');
}

.gsc-all-results {
  background-image: url('/upload/images/all-complex-dark.gif');
  padding-right : 1px;
}

/* active mode is light */
.gsc-one-result-active .gsc-one-result {
  background-image: url('/uds/css/one-complex-light-blue.gif');
}

.gsc-more-results-active .gsc-more-results {
  background-image: url('/upload/images/more-complex-light-blue.gif');
}

.gsc-all-results-active .gsc-all-results {
  background-image: url('/upload/images/all-complex-light-blue.gif');
}

.gsc-resultsHeader .gsc-configLabel{
  color: #676767;
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/upload/images/settings.gif');
}


/* tabbed mode of search control
 * .gsc-tabsArea : the box containing all of the tabs
 * .gsc-tabsAreaInvisible : same as above, but this is the state when search has been cleared
 * .gsc-tabHeader : an individual tab
 * .gsc-tabHeader.gsc-tabhActive : the active tab
 * .gsc-tabHeader.gsc-tabhInactive : an inactive tab
 * .gsc-tabData : the data area/box containg results and header data for each tab
 * .gsc-tabData.gsc-tabdActive : the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive : the data area for inactive tabs
 */
.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  }

.gsc-tabsArea .gs-spacer {
  font-size : 1px;
  margin-right : 2px;
  overflow : hidden;
}

.gsc-tabsArea .gs-spacer-opera {
  margin-right : 0px;
}

.gsc-tabsAreaInvisible {
  display : none;
  }

.gsc-tabHeader {
  display: inline;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 0px;
  }

.gsc-tabHeader.gsc-tabhActive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #ff9900;
  color: black;
  }

.gsc-tabHeader.gsc-tabhInactive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  background: #e9e9e9;
  color: #676767;
  }

.gsc-tabData.gsc-tabdActive {
  display: block;
  }

.gsc-tabData.gsc-tabdInactive {
  display: none;
  }

/* tab specific results header supression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display : none;
}



/* the results for each section
 * .gsc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gsc-results : the collection of results for a given searcher
 * .gsc-result : a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display : block;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  clear: both;
  padding-bottom: 2px;
}

.gsc-result {
  margin-top: 10px;
}

.gsc-result .gs-title {
  height: 1.4em;
  overflow: hidden;
  }

/* specialized, result type specific, fine grained controls */
.gsc-result div.gs-watermark {
  display: none;
}

/* Ads
 */
.gsc-results .gsc-result img.gs-ad-marker {
  display: none;
}

/* Standard configuration div/form */
div.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top : 2px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

form.gsc-config {
  margin-bottom : 0px;
}

.gsc-configSetting {
  margin-top : 6px;
  }

.gsc-configSetting_Label {
  color: #676767;
  }

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
  }

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
  }

.gsc-configSettingCheckboxLabel {
  display : inline;
  color: #676767;
  }

div.gsc-configSettingSubmit {
  margin-top : 8px;
  text-align : right;
}

input.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}


/* Image Search
 */
.gsc-imageResult {
  float: left;
  margin-bottom: 1em;
  margin-right: 20px;
}

.gs-imageResult {
  width: 114px; /* default width + 1px border */
  overflow : hidden;
}

.gs-imageResult .gs-image-box {
  height: 86px; /* default height + 1px border */
  position:relative;
  }

/* note, left edge is auto-set by search control */
.gs-imageResult .gs-image-box img.gs-image {
  position : absolute;
  bottom : 0px;
}

.gs-imageResult .gs-text-box {
  text-align: center;
  overflow : hidden;
  height: 4em;
}

.gs-imageResult .gs-snippet {
  overflow : hidden;
  line-height: 1em;
  cursor : pointer;
  white-space : nowrap;
}
.gs-imageResult .gs-visibleUrl {
  cursor : pointer;
}
.gs-imageResult .gs-size {
  color: #6f6f6f;
}

/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
  }

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  }

/* trailing more link at the bottom of
 * a collection of results
 */
.gsc-imageResult .gsc-trailing-more-results {
  clear : both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #0000cc;
  text-decoration: underline;
}

/* trailing cursor section
 */
.gsc-imageResult .gsc-cursor-box {
  clear : both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results A:link{
  margin-bottom : 0px;
  display : inline;
  font-size:11px;
  font-family:verdana;
  color: #0000cc;
  text-decoration: underline;
}

.gsc-results .gsc-cursor {
  display : inline;
  float:left;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}



/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title : typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider : typically seperates results from ads
 * .gs-visibleUrl : typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl : for news, and other similar services, this is a cluster of additional results
 * img.gs-image : an actial image in a result
 * .gs-phone : a phone number
 * .gs-address : an address (includes street, city, region, country)
 * .gs-streetAddress : a street (including #)
 * .gs-city : a city
 * .gs-region : a region (zip code, area, etc.)
 * .gs-country : a country
 * .gs-snippet : snippetized content
 * .gs-watermark : indicator that user selected this result
 * .gs-metadata : generic metadata, e.g.,
 * .gs-image-box : generic container for a result's image (within a table)
 * .gs-text-box : generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #0000cc;
  text-decoration: underline;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}
.gs-result a.gs-clusterUrl,
.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display : inline;
  margin-left : 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display : none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display : none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display : inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

.gs-result img.gs-image {
  vertical-align : middle;
  border : 1px solid #0000cc;
}

.gs-result div.gs-phone {}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display : block; }
 * .gs-localResult .gs-directions { display : none; }
 */
.gs-result .gs-directions-to-from {
  display : none;
  margin-top : 4px;
}
.gs-result .gs-directions-to-from .gs-label {
  display : inline;
  margin-right : 4px;
}

.gs-result .gs-directions-to-from div.gs-secondary-link {
  display : inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display : inline;
  margin-right : 3px;
  margin-left : 3px;
}

.gs-videoResult a.gs-publisher,
.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a:link {
  cursor: pointer;
  font-size:11px;
  font-family:verdana;
  color:#0000CC;
  text-decoration:underline;
}
.gs-result a:active{
  cursor: pointer;
  font-size:11px;
  font-family:verdana;
  color:#0000CC;
  text-decoration:underline;
}
.gs-result a:visited{
  cursor: pointer;
  font-size:11px;
  font-family:verdana;
  color:#0000CC;
  text-decoration:underline;
}
.gs-result a:hover{
  cursor: pointer;
  font-size:11px;
  font-family:verdana;
  color:#0000CC;
  text-decoration:underline;
}

.gs-result .gs-address {
}

.gs-result .gs-snippet {
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid rgb(255,204,51);
  background-color : rgb(255,244,194);
}

.gs-result .gs-watermark{
  font-size: 10px;
  color: #7777cc;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 4px;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : 10px;
  color : #676767;
  text-decoration : none;
}

div.gs-results-attribution a {
  color: #0000cc;
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker : disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd img.gs-ad-marker,
.gs-webAd img.gs-ad-marker {
  padding-left: 4px;
}

/* default is to not show long mode visible urls
 * apps should selectively enable this while disabling
 * div.gs-visibleUrl-short
 */
.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  overflow : hidden;
  display : none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country supressed
 * - small font size for info window's
 */

.gs-localAd div.gs-address * {
  color : #676767;
}

.gs-localAd div.gs-street {
  display: inline;
}

div.gs-city {
  display: inline;
}

div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-infoWindow * {
  font-size: 11px;
  }

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
  }

/*
.gs-videoResult td .gs-image {
  vertical-align : middle;
}

.gs-videoResult td.gs-image-box {
  background-color : #000000;
}*/

.gs-videoResult td div.gs-image-box {
  width : 110px;
  height : 78px;
}

.gs-videoResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

div.gs-book-image-box td,
.gs-bookResult td {
  vertical-align : top;
}

div.gs-book-image-box,
div.gs-book-image-box div {
  position : static;
  text-align : start;
}

div.gs-book-image-box {
  width : 75px;
  height : 90px;
}

.gs-bookResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }

div.gs-book-image-box img {
  border-spacing : 0px 0px;
  border : none;
}

div.gs-book-image-box div.gs-row-1 {
  line-height : 7px;
}

div.gs-book-image-box img.gs-pages {
  height : 7px;
  width : 45px;
}

div.gs-book-image-box img.gs-page-edge {
  height : 7px;
  width : 11px;
}

div.gs-book-image-box div.gs-row-2 {
}

div.gs-book-image-box img.gs-image {
  height : 80px;
  border : 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display : inline;
  color: #6f6f6f;
}
.gs-bookResult .gs-publishedDate {
  display : inline;
}

.gs-bookResult .gs-pageCount {
  display : inline;
  color: #6f6f6f;
  margin-left : 4px;
}

.gs-bookResult .gs-id {}


/*END Google Search*/

/********Start: Section created for Footer Google and Other Sponsored Links******/
#LinkSpace{
border-top:#a7252f 3px solid;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
font-weight:normal;
padding:0 5px;
background:url(images/LinkSpace_bg.gif) repeat-x left -14px;
overflow:auto;
text-align:left;
}
.GLinks{
padding-left:8px;
width:255px;
float:left;
}
.SpLinks{
padding-left:10px;
width:336px;
float:left;
}
.FLinks{
padding-left:10px;
width:336px;
float:left;
}
.LinkHeader{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#a82630;
padding:10px 0;
}
.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;
}
.LinkBody p{
margin:0 0 10px 0px;
}
.LinkBody a{
font-weight:bold;
color:#16616c;
display:block;
text-decoration:underline;
}
.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 of Section********/



