#homelink {
    display: block;
    clear: both; 
    width: 610px;
    height: 154px;
    float: left;
}

div.separator {
    display: block;
    height: 0px;
    width: 0px;
}

* {
    margin: 0;
    padding: 0;
    font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
}

body {
    font-size: 75%;
    color: #333333;
    background: transparent url(/img/layout/tf_bg_body.gif) top left repeat-x;
    text-align: center;
}

html>body {
	text-align: left;
}

address {margin-left: 10px !important;}

a.hide {
    text-decoration: none;
    color: white;
}

img {
    border: none;
    margin: 5px 5px auto;
}

a {
    color: #00629d;
}
a:hover {
    text-decoration: none;
}

h1,
.title {
    font-size: 120%;
    color: #f27b37;
    font-weight: bold;
}

h2 {
    font-size: 105%;
    color: #f27b37;
    font-weight: bold;
}

h3 {
    font-size: 90%;
    color: #f27b37;
    font-weight: bold;
}

.description {
    font-size: 0.9em;
}

#wrapper {
    width: 881px;
    margin: 0px auto;
    background: transparent url(/img/layout/tf_bg_content.gif) top left repeat-y;
    text-align: left; 
}

#wrapper-2 {
    width: 881px;
    margin: 0px auto;
    background: transparent url(/img/layout/tf_bg_wrapper.gif) top left no-repeat;
}

#header {
    /*width: 614px;*/
    width: 881px;
    height: 154px;
    background: transparent url(/img/layout/tf_header_logo.gif) top left no-repeat;
}

#partner-button {
	left: 35px;
	position:relative; 
	top: 60px; 
	width: 194px; 
	height: 47px; 
	background: url(/img/layout/tf_partners_only.gif) top left no-repeat;
	display: block;
}
*:first-child+html #partner-button {
        left: 35px;
}

html>body #partner-button {
	left: 650px;
}

/*
#menubar {
    background-color: #0066a4;
    margin: 0px;
    margin-bottom: 1em !important;
    width: 150px;
    display: block;
    float: left;
}
*/

#menubar {
	float: left;
	width: 150px;
	height: auto;
	background-color: #0066a4;
}


#menubar-bg {
    margin: 0px;
    margin-left: -2px;
}

html>body #menubar-bg {
	margin: 0px;
}

#menubar .menu_element {
    display: block;
    /* line-height: 2em; height: 2em; */
    font-size: 1.0em;
    text-decoration: none;   
    color: #0066a4;   
    border-bottom: 1px solid #0066a4; 
    margin: 0px 8px;
    padding: 5px 0px; 
    white-space: nowrap;
}

html>body #menubar .menu_element {
	font-size: 1.1em;
}

#menubar .menu_element:hover,
#menubar .menu_element.selected {
    font-weight: bold;
}

#menubar .menu-container {
    width: 141px;
    background-color: #fff;
    margin: 0px;
    margin-left: 5px;
}

#menubar .menu-bottom {
    /*margin: 0px auto;*/
    width: 148px;
    height: 25px;
    background: transparent url(/img/layout/tf_menu_bottom.gif) top left no-repeat;
}
#menubar .submenu-bottom {
    margin: 0px 0px 0px 2px; 
    width: 148px; 
    height: 14px; 
    background: transparent url(/img/layout/tf_submenu_bottom.gif) top left no-repeat;
}

#menubar menu {
    list-style: none;
    margin-bottom: 5px;
}

#menubar menu li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 3px 15px;
    display: block;
    
}

#menubar menu li a:hover,
#menubar menu li a.selected {
    font-weight: bold;
}

/*
#event-summary {
    display: block;
    float: right;
    width: 236px;
}
*/

#event-summary {
    width: 220px;
    margin-left: 650px;
}

#event-summary h1 {
    color: #0065a4;
    padding: 10px 13px;
}

#event-summary .news {
    width: 90%;
    margin: 10px auto;
}

#event-summary .news .news-title, 
#event-summary .news .news-date {
    font-size: 1.2em;
    color: #00629d !important;
}

#event-summary .news .news-date {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#event-summary .news-fragment a.news-title:link,
#event-summary .news-fragment a.news-title:visited {
    color: #00629d !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0;
}
#event-summary .news .news-date:hover,
#event-summary .news-fragment a.news-title:hover {
    color: #93b5d8 !important;
}

#event-summary .news-fragment .description {
    display: block;
    margin-top: 10px;
}

#event-summary .news .read-all {
    border-bottom: 1px solid #f37737;
    text-align: right;
    margin: 10px 0px 0px 0px;
}

#event-summary .news .read-all a {
    background: #f37737;
    color: #FFF;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: bold;
}
#event-summary .news .read-all a:hover {
    color: #DDDDDD;
}

#content {
    display: block;
    width: 490px;
    margin: 0;
    /*margin-left: 150px;*/
    float: left;
    /* border-left: 2px solid #0266a4; */
    
}

#footer {
    background: transparent url(/img/layout/tf_footer_bg.gif) top left repeat-x;
    display: block; 
    clear: both;
    height: 55px;
}

#footer .sx {
    width: 30px;
    height: 55px;
    background: transparent url(/img/layout/tf_footer_sx.gif) top left no-repeat;
    float: left;
}

#footer .dx {
    background: transparent url(/img/layout/tf_footer_dx.gif) top left no-repeat;
    width: 129px;
    height: 55px;
    float: right;
}

#footer div.center {
    color: white;
    font-size: 0.8em;
    padding: 10px;
}

#page {
    margin-bottom: 2em;
}

#page div.start_title {
    display: inline;
    width: 47px;
    height: 38px;
    background: transparent url(/img/layout/tf_title_sx.gif) top left no-repeat;
    float: left;
}

html>body #page div.start_title {
	margin-left: 0px;
}



#page div.end_title {
    display: inline;
    height: 38px;
    width: 21px;
    background: transparent url(/img/layout/tf_title_dx.gif) top left no-repeat;
    margin-left: -20px;
}

html>body #page div.end_title {
	display: block;
	margin-left: 437px;
}

#page div.start_title .title {
    display: block;
    height: 38px;
    line-height: 38px;
    background: transparent url(/img/layout/tf_title_bg.gif) top left repeat-x;
    width: 390px;
    margin: 0;
    margin-left: 47px;
    color: #FFF;
}

#page .description {
    padding: 10px;
}
#page p {
    padding: 5px 10px;
    text-align: left;
}

#page h1, #page h2, #page h3, #page h4, #page h5 {
    padding: 15px 10px 5px 10px;
}

#page ul {
    margin: 2px 15px;
    margin-left: 30px;
    list-style-image: url(/img/layout/tf_bullet.gif);
    list-style-position: outside;
    list-style-type: square;
}

#page ul li {
    line-height: 30px;
}


div.news-list .news-title,
div.news-list .news-date {
    color: #00629D !important;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

div.news-list .news-date {
    margin-left: 9px;
}

div.read-all {
    border-bottom: 1px solid #F37737;
    text-align: right;
    margin-bottom: 1.5em;
}

div.news-list div.read-all a:link,
div.news-list div.read-all a:visited {
    text-decoration: none;
    color: #fff;
    background-color: #F37737;
    font-weight: bold;
    padding: 0px 10px;
}

div.news-list div.read-all a:hover {
    color: #EEE;
}

div.news-list,
div.paging,
div.related-download a,
div.related-images a {
    padding: 15px 5px;
}

/* Paging */
div.paging {
    color: #ccc;
    margin-bottom: 2em;
    text-align: right;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

.hidden {
    display: none;
    visibility: hidden;
}
/*
table {
    width: 90% !important;
    border: 0px solid silver !important;
    padding: 0 !important;
    margin: 0 !important;
    border-collapse: collapse !important;
    margin-left: 10px !important;
    border-color: white !important;
}

td p, th p {margin: 0 !important; padding: 0 !important;}

td, th {
    padding: 5px 10px !important;
    margin: 0 !important;
    border: 0px solid silver !important;
    border-right: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
}

th:first-child,
th + th,
td:first-child,
td + td {
    border-bottom: 0px solid silver !important;
    border-right: 0px solid silver !important;
}

td.no-right {
    border-right: 0px solid silver !important;
}

td.no-bottom {
    border-bottom: 0px solid silver !important;
}

td.no-left {
    border-left: 0px solid silver !important;
}

td.no-top {
    border-top: 0px solid silver !important;
}
*/