/*******************************************************************************
    Main Stylesheet 
*******************************************************************************/
* {
    margin: 0;
    padding: 0
}
body {
    background-color: #E5E5E5;
    background-image: url('images/bg.gif');
    background-position: top left;
    background-repeat: repeat-both;
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100.01%;
}
img {
    border: 0px
}
a {
    color: #D84028
}
a:visited {
    color: #D84028
}
.link_spacer {
    display: none
}
h1 {
    color: #4166AD;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 25px;
}
h2 {
    color: #D84028;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
h3 {
    color: #4166AD;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 {
    color: #D84028;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    font-size: 1em;
    margin-bottom: 0.8em;
}

table {
	border: 1px solid #999;
	border-collapse: collapse;
}

th {
	background-color: #CCCCCC;
}

tr {
	border-bottom-color: #CCCCCC;
}

/* *****************************************************************************
    Page Wrapper
***************************************************************************** */
#page-wrapper {
    background-color: #FFF;
    border: 1px solid #000;
    font-size: 80.01%;
    margin: 0 auto;
    position: relative;
    width: 786px
}
/* *****************************************************************************
    Header 
***************************************************************************** */
#header-wrapper {
    color: #FFF;
    display: block;
    height: 140px;
    overflow: hidden;
    position: relative
}
#header-left {
    float: left;
    height: 140px;
    width: 140px
}
#header-right {
    background-image: url('images/header_bg.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    height: 140px;
    position: relative;
    width: 646px
}
/* *****************************************************************************
    Content Wrapper
***************************************************************************** */
#content-wrapper {
    background-image: url('images/tile_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    position: relative;
    z-index: 5
}
#content-wrapper-inner {
    background-image: url('images/left_bg.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    position: relative
}
/* *****************************************************************************
    Content Column
***************************************************************************** */
#content-container {
    color: #000;
    padding: 0 0 0 140px;
    position: relative;
    width: 646px
}
/* *****************************************************************************
    Top Navigation
***************************************************************************** */
#navigation {
    background-color: #F9ED1B;
    clear: both;
    font-size: 0.85em;
    position: relative;
    width: 646px;
    z-index: 10
}
#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
#navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3
}
#navigation li a,
#navigation li a:visited {
    background-color: #F9ED1B;
    color: #000;
    display: block;
    margin: 0;
    text-align: center;
    text-decoration: none
}
#navigation li a:hover,
#navigation li a:focus {
    background-color: #D84028;
    color: #FFF;
    cursor: pointer
}
#navigation li a span {
    display: block;
    overflow: hidden;
    position: relative
}
#navigation li a span span {
    border-right: #FFF 1px solid;
    padding: 7px 20px;
    text-align: center;
    white-space: nowrap;
}
/* *****************************************************************************
    Main body content
***************************************************************************** */
#main-content {
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 5
}
* html #main-content {
    height: 1%;
}
#main-content img {
    display: block;
    margin: 0 auto
}
#main-content ul {
    list-style: square outside;
    margin: 0 0 0.8 15px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative
}
#main-content li {
    margin: 0 0 0.3em 0;
    padding: 0 0 0 5px;
    position: relative
}
/* *****************************************************************************
    Footer
***************************************************************************** */
#footer-wrapper {
    clear: both;
    font-size: 0.75em;
    position: relative;
    text-align: center;
    width: 646px
}
#footer {
    border-top: 1px solid #999;
    color: #999;
    margin: 0 10px;
    overflow: hidden;
    padding: 5px 20px;
    position: relative
}
#footer a,
#footer a:visited {
    color: #333;
    text-decoration: none
}
#footer a:focus,
#footer a:hover {
    text-decoration: underline
}
#footer2 {
    border-top: 1px solid #999;
    color: #333;
    overflow: hidden;
    margin: 0 10px;
    padding: 5px 20px;
    position: relative;
}
#footer2 img {
    vertical-align: middle; 
}
/* *****************************************************************************
    Generic
***************************************************************************** */
.clear {
    clear: both
}
.float-left {
    float: left;
    position: relative
}
.float-right {
    float: right;
    position: relative
}
/* ************************************************************************** */

