/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
html { font-size: 62.5%; } /* 1em = 10px */
html { font-size: 86%; } /* override it ... go bigger */

/* Neutralize styling: 
   Elements with a vertical margin
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it
---------------------------------------------------------------- */
li, dd, blockquote {
    margin-left: 1em;
}

/* Miscellaneous conveniences
---------------------------------------------------------------- */
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: 100%;
}
html {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    color: #eee;
    background: #303030;
    height: 100%;
    text-align: center; /* for our good friend mr. ie5... */
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; 
    font-weight: normal;
    line-height: 1.1em;
    color: #ddd;
    padding-bottom: 3px;
    border-bottom: 2px solid #333;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
}

h1 { 
	font-size: 218%;
	margin-left: 16px;
	z-index: 1000;
}
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p { padding: 0 0 1em; }


/* Site-specific styling
---------------------------------------------------------------- */
#container {
    width: 790px;
    margin: 0 auto;
    background: #222 url(images/container-bg.jpg) repeat-y;
    text-align: left;
}

#container-top{
background: url(images/container-top.jpg) no-repeat;
height: 17px;
z-index: 1000;
}

#mainmenu{
margin: 0 auto;
position:relative;
height: 50px;
width: 750px;
background: transparent url(images/topmenu_bg.jpg) repeat-x;

}
#header {
    background: url(images/header.jpg) no-repeat;
    height: 92px;
    position: relative;
    margin: 0;
    padding: 0;
	z-index: 999;
}

#logo {
    position: absolute;
    width: 315px;
    height: 92px;
    overflow: hidden;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

#logo a {
    text-indent: -2000px;
    overflow: hidden;
    text-decoration: none;
    border: 0 !important;
    display: block;
    padding: 0;
    margin: 0;
    width: 315px;
    height: 92px;
}
#pagetrail{
width: 750px;
margin: 0 auto;
background: url(images/page-trail-bg.jpg) repeat-x;
}
#content {
    width: 470px;
    width: 425px;
    margin: 0;
    padding: 5px 15px 0 35px;
    padding: 15px 40px 10px 55px;
    float: left;
}

#sidebar {
    width: 240px;
    margin: 0;
    padding: 15px 15px 0 5px;
    float: left;
}

#footer-out {
    clear: both !important;
    margin: 0;
    padding: 0;
    background: #111 url(images/footer-out-bg.jpg);
    }

#footer {
    clear: both !important;
    font-size: 90%;
    color: #eee;
    background: transparent url(images/footer-bg.jpg) no-repeat ;
    padding: 25px 25px 10px 35px !important;
    padding: 12px 25px 5px 35px;
}

#footer_bottom {
    background: url(images/footer-bottom.jpg) no-repeat;
    height: 17px;
    margin: 0;
    padding: 0;
}

/* content formatters */

h1, h2, h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}

/* link styles */

a, a:link, a:visited {
    color: #6d61ff;
}

a:hover {
    color: #fff;
	background: #6d61ff;
	text-decoration: none;
}

#content li {
    list-style: none;
    margin: 0;
    padding: 2px 0 2px 25px;
    background: url(images/bullet.jpg) no-repeat 0 0.4em;
}


/* Summary stories ... will this be a Newslisting implementation?
---------------------------------------------------------------- */
.summary {
    padding: 12px;
    margin-bottom: 1.5em;
    background: #171717;
}

.summary h3 {
    border-bottom: none;
    color: #999;
}

