﻿body {
	background-color: #F5B472;
	background-image: url('new_images/bg.jpg');
	background-repeat: repeat-x ;  
	text-align: center ;
}
#wrapper{
	text-align: left ;
	margin: 0px auto ;
	width: 900px;
	background-color: white ;
}
#header{
	height: 120px;
	width: 100%;
}

	
/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      background:#efefef;
      width:900px;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("new_images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("new_images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	








/* Grey Box
==================*/
dl.box_grey {background:#E6E1C9 url(new_images/box_grey_left.gif) top left no-repeat; margin:5px 0; padding:0; float:left; width:100%}
dl.box_grey dt {background:transparent url(new_images/box_grey_right.gif) top right no-repeat; padding:7px 5px 1px 10px; text-align:left; color:#7A6C5F; font-size:14px; font-weight:bold;}
dl.box_grey dd {background:white; border:solid 1px #E6E1C9; padding:10px; margin:0;  color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
dl.box_grey ul {padding:0; margin:0;  color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif; }


/* Orange Box
====================*/
dl.box_orange {background:#FF9300 url(new_images/box_orange_left.gif) top left no-repeat; margin:5px 0; padding:0; float:left; width:100%}
dl.box_orange dt {background:transparent url(new_images/box_orange_right.gif) top right no-repeat; padding:7px 5px 1px 10px; text-align:left; color:white; font-size:14px; font-weight:bold;}
dl.box_orange dd {background:white; border:solid 1px #FFC98A; padding:10px; margin:0; color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* Red Box
================*/
dl.box_red {background:#CA3C30 url(new_images/box_red_left.gif) top left no-repeat; margin:5px 0; padding:0; float:left; width:100%}
dl.box_red dt {background:transparent url(new_images/box_red_right.gif) top right no-repeat; padding:7px 5px 1px 10px; text-align:left; color:white;  font-size:14px; font-weight:bold;}
dl.box_red dd {background:white; border:solid 1px #CA3C30; padding:10px; margin:0; color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif; }

/* Blue Box
==================*/
dl.box_blue {background:#333399 url(new_images/box_blue_left.gif) top left no-repeat; margin:5px 0; padding:0; float:left; width:100%}
dl.box_blue dt {background:transparent url(new_images/box_blue_right.gif) top right no-repeat; padding:7px 5px 1px 10px; text-align:left; color:white;  font-size:14px; font-weight:bold;}
dl.box_blue dd {background:white; border:solid 1px #333399; padding:10px; margin:0; margin:0; color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif; }


/* New Box
====================*/
dl.box_new {background:#FFFFFF url(new_images/new_left.gif) top left no-repeat; margin:0px 0; padding:0; float:left; width:100%}
dl.box_new dt {background:transparent url(new_images/new_right.gif) top right no-repeat; padding:7px 5px 1px 10px; text-align:left; color:white; font-size:14px; font-weight:bold;}
dl.box_new dd {background:white; border:solid 1px #FFC98A; padding:10px; margin:0; color: #777; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* This is for normal font on the box */

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	}
#menu3 ul{
	list-style: none ;

}	
#menu3 li a {
  	height: 24px;
	text-decoration: none;
	padding-left:30px;
	padding-top: 4px;
	padding-bottom: 4px;
}	
	
#menu3 li a:visited {
	color: #888;
	display: block;
	background: url(new_images/menu3.gif);
	}
	
#menu3 li a:link {
	color: #888;
	display: block;
	background: url(new_images/menu3.gif);
	}
	
#menu3 li a:active {
	height: 24px;
	color: #283A50;
	background: url(new_images/menu3.gif) 0 -32px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
#menu3 li a:hover {
	height: 24px;
	color: #283A50;
	background: url(new_images/menu3.gif) 0 -32px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	

