/* 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%; }
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;
}

#mainmenu{
margin: 0 auto;
position:relative;
height: 35px;
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;
}

#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;
}

/* Top Menu navigation list 
------------------------------------------------ */
ul.topMenu {
  position: absolute;
	left: 30px;
	bottom: -5px;
}

ul.topMenu li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
ul.topMenu a {
	float: left;
	display: block;
	text-align: center;
	line-height: 35px;
	width: 80px;
	border: 0 !important;
	text-decoration: none !important;
	background: url(images/top-cat-bg.jpg) no-repeat 0 2px;
}
ul.topMenu a:hover {
	color: #eee;
	background: url(images/top-cat-bg.jpg) no-repeat 0 -33px;
}
ul.topMenu li.here {
    color: #fff;
}
/* Main navigation list 
------------------------------------------------ */

ul.topnav { 
    width: 220px;
}

/* hide sub-page nav lists by default */

ul.topnav ul {
    display: none;
}
ul.topnav li.here ul {
    display: block;
}


ul.topnav, ul.topav ul {
    padding: 0 0 6px;
    margin: 0 0 6px;
}

ul.topnav li { 
    list-style: none;
    color: #eee;
    margin: 0;
    padding: 0;
    line-height: 1.7em;
}

ul.topnav li li { 
    list-style: none;
    color: #eee;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.7em;
}

/* ul.topnav a, ul.topnav li.here li.here {
    background: transparent url(images/{{tpl}}nav-normal.jpg) no-repeat 0 6px;
    display: block;
    border: 0 !important;
    padding: 1px 0 1px 25px;
} */

ul.topnav a, ul.topnav li.here li.here {
    background: #000 url(images/nav-normal-bg.jpg) no-repeat;
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; 
    display: block;
    min-height: 15px !important;
    border: 0 !important;
    padding: 10px 0 7px 25px;
    text-decoration: none;
    line-height: 1em;
}

ul.topnav li.here, ul.topnav li.here li.here {
    background: transparent url(images/nav-active-bg.jpg) no-repeat;
    display: block;
    border: 0 !important;
    padding: 10px 0 7px 25px;
    min-height: 15px !important;
}

ul.topnav a:hover {
    background: #000 url(images/nav-hover-bg.jpg) no-repeat;
    border: 0 !important;
}

ul.topnav a:active {
    background: #333 url(images/nav-active-bg.jpg) no-repeat;
    border: 0 !important;
    color: #ccc;
}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:70%;
   font-weight:bold;}


/* Summary stories ... will this be a Newslisting implementation?
---------------------------------------------------------------- */
.summary {
    padding: 12px;
    margin-bottom: 1.5em;
    background: #171717;
}

.summary h3 {
    border-bottom: none;
    color: #999;
}
