﻿html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, 
dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, 
legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, 
header, hgroup, menu, nav, section, summary,time, mark, audio, video 
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
	overflow-y: scroll;
}

body {
    background-color:#E6E2DE;
	background: linear-gradient(to bottom, #FCFCFC, #E6E2DE) no-repeat center fixed; 
	background-size: cover;
	font-size: 11px;
	line-height: 1.4;
	font-family: Verdana, Geneva, sans-serif;
	color: #7D7D7D;
}

#wrapper {
	position: relative;
	margin: 5px auto;
	width: 950px;
	border: solid 1px #A1A1A1;
	/**border-top: 0;*/
	background: #FFF;
	overflow: hidden;
}

#banner {
	clear: both;
	width: 200%;
	background: transparent;
}

#defaultLeft {
	clear: left;
	float: left;
	width: 175px;
	margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
	overflow: hidden; 
}

#defaultCenter {
	float: left;
	width: 745px;
	margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
	overflow: hidden;
}

#left {
	clear: left;
	float: left;
	width: 150px;
	margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
	overflow: hidden; 
}

#center {
	float: left;
	width: 770px;
	margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
	overflow: hidden;
}

#centerNoLeft {
	float: left;
	width: 884px;
	margin: 11px;
	overflow: hidden;
}

#footer {
	clear: left;
	height: 90px;
	padding: 5px 0 5px 0;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	border-top: inset 1px #A1A1A1;
    text-align:center;
}

#hosting {
    margin-top: 18px;
    padding-bottom: 5px;
}

#Logo {
    float: left;
    margin: 0;
    padding: 0;
    /**
    background-color:#E6E2DE;
	background: linear-gradient(to bottom, #FCFCFC, #E6E2DE) no-repeat center fixed; 
	background-size: cover;
    width: 100%;
    border: none;
        */
}

#TopNav {
    background-color: #454647;
    background-image: none !important;
    border-bottom: 7px solid #E0AC51;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 400;
    margin: 5px 5px 5px 5px;
    padding: 0;
    text-align: left;
    line-height: 28px;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        ul#menu li a {
            background: none;
            color: #c8c8c8;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #E0AC51;
            text-decoration: none;
        }

        ul#menu li .SelectPageLink {
            color: #E0AC51;
        }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #686868;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.4em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #686868;
    outline: none;
    text-decoration: none;
}

#Title {
    font-size: 14px;
    color: #686868;
    margin: 0px auto 10px auto;
}

Table td
{
    padding: 0;
    width:100%;
    border: none;
    text-align: left; 
    vertical-align: top; 
}

UL#LeftNav LI {
    padding-bottom: 20px
}

.indent LI {
        list-style: circle;
        padding-left: 15px;
}

#Start {
    display: block;
}

#StartLeft {
	clear: left;
	float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 20px;
}

#StartCenter {
    float: left;
    border-left: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#StartRight {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 5px;
}

