/*
 * Testing styles
 */
/*
 *
div {
    background: url(../images/grey.png);
}
*/
body {
    background-color: #eeeeee;
}
/*
 * Overrides for blueprint
 */
body .background {
    background-color: #666;
}
* {
    outline: none;
}
a:active
{
  outline: none;
}

.container {
    width:760px;
    margin:0 auto;
    overflow: hidden:
}
form#search {
    margin: 0;
    padding: 10px 0 15px 0;
}
#search input.text {
    border-top: 1px solid #8991a0;
    border-left: 1px solid #8991a0;
    color: #8991a0;
    width: 147px; /* 153 - (2 * 4) */
    padding: 2px;
    font-size: 10px;
    height: 12px;
    margin: 0 4px 0 12px;
}
#search button {
    border: 0;
    width: 26px;
    height: 17px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
/* End overrides */
hr {
    height: 6px;
    color: #fff;
    background-color: transparent;
    border-top: 1px solid #ffd271;
    border-bottom: 1px solid #ffd271;
    margin: 10px 0;    
}
div#headSpacer {
    border-bottom: 1px solid #fff;
    height: 20px;
}
div#col1 {
    width: 206px;
    overflow: hidden;
    float: left;
    margin-bottom: -2000px; 
    padding-bottom: 2000px; 
}
div.row {
    overflow: hidden;
}
#header {
    padding-top: 5px;
    background-repeat: repeat-x;
}
h1#logo {
    margin: 0;
}
h1#logo a {
    height: 135px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 206px;
    
}
div#contentWrap {
    width: 554px;
    overflow: hidden;
    float: left;
    background-color: #fff;
    margin-bottom: -2000px; 
    padding-bottom: 2000px; 
    background: #fff url(../images/content_shadow.gif) 0 0 repeat-y;
}
div#content {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 2em;
    padding: 28px 40px;
}
div#contentK {
	font-family: Georgia, serif;
	font-size: 12px;
	lin-height: 2em;
	padding: 20px 0 0 0;
	}
div#flashContent {
}
div#footer {
    background-color: #989898;
    color: #fff;
}
div#footer hr {
    color: #989898;
}
div#footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
div#footer ul li {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 5px;
    height: 10px;
    line-height: 10px;
}
ul li.last-child, ul li:last-child {
    border-right: 0 !important;
}
div#footer a {
    color: #fff;
    text-decoration: none;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#nav ul li {
    margin: 0;
    padding: 0;
    min-height: 38px;
    display: block;
    overflow: hidden;
/*
*/
    background-position: 0 -100px;
    background-repeat: no-repeat;

    font-family: Verdana,Geneva, sans-serif;
    font-size: 11px;
}
#nav ul li.last-child {
    min-height: 45px;
}
#nav ul li.mfirst {
    background-position: 0 0;
}
#nav ul li.on {
    margin-left: -206px;
    padding-left: 206px;
}
#nav ul li.on li.on {
    margin-left: 0;
    padding-left: 15px;
}
#nav ul li.afterOn {
    background-position: 0 -200px;
}
#nav ul li a {
    padding: 4px 10px 6px 15px ;
    margin: 14px 17px 0 0;
    display: block;
    width: 170px;
    color: #fff;
    text-decoration: none;
    
}
#nav ul li a:hover {
    color: #f00;
}

#nav ul li.hasSub a {
    background-position: center right;
    background-repeat: no-repeat;
}
#nav ul li.hasSub li a {
    background: none;
}
#nav ul li.on ul li {
    background-position: -206px 0;
    padding: 2px 0 2px 15px;
    min-height: 20px;
    background-repeat: repeat-y;
}
#nav ul li.on ul li a {
    padding: 0;
    margin: 0;
}

#nav ul li.current ul li a {
    color: #fff;
}
#nav ul li ul {
/*
    display: none;
*/
}
#nav ul li li a {
    min-height: auto;
    padding: 0;
}
body #col1 #search, body div#col1 {
    background-repeat: repeat-x;
}
#content h3 {
    margin-bottom: 0;
}
#content ul {
    list-style-image: url(../images/list_bullet.gif);
    list-style-position: outside;
    line-height: 16px;
    font-size: 11px;
    margin: 0 0 0 2em;
    
}
#content ul li {
    padding-bottom: 18px;
/*
    font-weight: bold;
*/
}
#content em {
    font-size: 14px;
    font-weight: bold;
}
p.indent {
    margin-left: 2em;
}
td.spacer {
    padding: 0;
}
