/*  Globals */
body {
	background: #fff url(skin/gray-layout/img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px solid #369; }
a:hover { border-bottom: 1px solid #49515C; color: #49515C; }
/*  Container */	
#homeContainer, #container {
	margin: 0 auto;
	width: 740px;
	width: 950px;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	background: #fff;
	}
#homeContainer
{
	background: #fff url(skin/gray-layout/img/dot_line.gif) repeat-y 25%;
}
	
/*  Header */		
#header {
	background: #49515C url(skin/gray-layout/img/top_right.png) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
    font-family: serif;
	font-size: 3em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/* Nav */

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/* Side Bar */
#sidebar {
	float: left;
	width: 180px;/*175px*/
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(skin/gray-layout/img/para_bg.jpg) repeat-x; }	

/*Side Bar & Content*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 0px 0 0px 0;  
	border-top: 1px solid #ddd; 
    padding: 10px;
	}	
	
/*  Content */

#content {
	float: left;
	/*width: 550px;*/
	width: 650px;
	width:750px;
	position: relative;
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(skin/gray-layout/img/para_bg.jpg) repeat-x; }	
.normLink {border-bottom: 1px solid #369;}

/* Footer */
#footer {
	background: #49515C url(skin/gray-layout/img/top_right.png) no-repeat 100% 35%;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 40px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px solid #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/*  Menu Tabs B */

    #tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      /*font-size:93%;*/
	  font-size:100%
	  line-height:normal;
	  text-align:left
      }
    #tabsB ul {
	  margin:0;
	  padding:0px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("skin/gray-layout/img/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("skin/gray-layout/img/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	
	.ison span {
    color:#000! important;
    }
	.ison a {
    background-position:0% -42px! important;
    }
	.ison span {
    background-position:100% -42px! important;
    }
