﻿body 
{
	background: #F0F0F0 url('../images/design/body_bg.png') repeat-x scroll top center;
	color: #000000;
	font-family: Times New Roman, Sans-Serif;
	font-size: 16px;
	line-height: 22px;
}

a
{
	color: #2C2770;
	text-decoration: underline;
}

h1
{
    color: #E30000;
    font-size: 34px;
    line-height: 33px;
}

h2, h3, h4, h5, h6
{
    font-weight: bold;
}

img
{
    border: none;
}

p
{
    margin-bottom: 10px;
}

strong
{
    font-weight: bold;
}

#wrapper
{
	height: 100%;
	margin: 0 auto;
	width: 940px;	
}

#header
{
	background-color: #FFFFFF;
	height: 170px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#logo
{
	margin-bottom: 15px;
}

#globallinks
{
	clear: both;
	float: right;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	height: 0px;
	position: relative;
	text-align:right;
	width: 100%;
	z-index: 3;
}

#globallinks ul
{
	line-height: 30px;
	list-style: none;
	list-style-type: none;
	padding-left: 10px;	
	padding-right: 1px;
	vertical-align: text-bottom;

}

#globallinks ul li
{
	display: inline;
	
}

#globallinks ul li a
{
	padding-left: 5px;
	padding-right: 5px;
}

#mainmenu
{
    background: transparent url('../images/design/menu_bg.png') repeat-x;
    border-bottom: 4px solid #F00000;
    border-right: 1px solid #E5E5E5;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
}

#mainmenu table
{
    border-collapse: collapse;
    height: 37px;
    width: 100%;
}

#mainmenu table td
{
    vertical-align: middle;
}

#mainmenu #searchbar
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

#mainmenu #searchbar .tbsearch
{
    border: 1px solid #CCCCCC;
    height: 19px;
}

#mainmenu ul
{
	float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#mainmenu ul li
{
	float: left;
    margin: 0px;
    position: relative;
}

#mainmenu a
{
    background: transparent url('../images/design/menuitem.png') top left no-repeat;
	color: #333333;
	display: block;
    height: 37px;
	text-decoration: none;
	width: 100%;
}

#mainmenu a:hover
{
    background: transparent url('../images/design/menuitem_hover.png') top left no-repeat;
	color: #333333;
	text-decoration: none;
}

#mainmenu a.sel, #mainmenu a.sel:hover
{
	background: transparent url('../images/design/menuitem_selected.png') repeat-x;
    border-left: 1px solid #C70101;
    border-right: 1px solid #C70101;
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a span
{
    background: transparent url('../images/design/menuitem.png') top right no-repeat;
	display: block;
    height: 28px;
    margin-left: 1px;
    padding: 9px 20px 0px 20px;
}

#mainmenu a:hover span
{
    background: transparent url('../images/design/menuitem_hover.png') top right no-repeat;
}

#mainmenu a.sel span, #mainmenu a.sel:hover span
{
    background: transparent;
}

#submenu
{
    background: transparent url('../images/design/submenu_bg.jpg') repeat-x;
    font-family: Arial, Sans-Serif;
    height: 26px;
}

#submenu ul
{
	font-size: 12px;
	line-height: 24px;	
    list-style: none;
	text-align: center;
	width: 100%;	
}

#submenu ul li
{
	display: inline;
}

#submenu ul li a
{
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

#submenu ul li a:hover, #submenu ul li a.sel
{
	font-size: 12px;
	margin-left: 7px;
	padding-left: 13px;
	text-decoration: underline;
}

#submenu ul li a.sel, #submenu ul li a.sel:hover
{
	background: transparent url('../images/design/arrow.png') no-repeat center left;
	font-weight: bold;
	text-decoration: none;
}

#maincontent
{
	background-color: #FFFFFF;
	padding: 20px;
}

#content
{
    border-collapse: collapse;
    width: 100%;
}

#contentLeft
{
    vertical-align: top;
    width: 600px;
}

#contentSplit
{
    vertical-align: top;
    width: 20px;
}

#contentRight
{
    vertical-align: top;
    width: 280px;
}

#footer
{
	border-top: 4px solid #FF0000;
	clear: both;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#footercontent
{
    font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 40px;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

#location
{
    clear: both;
    margin-bottom: 10px;
}

#location a
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}

#location img
{
    vertical-align: middle;
}

#location .sel, #location .sel:hover
{
    font-weight: bold;
    text-decoration: none;
}

.article
{
    width: 100%;
}

.article .article-icon
{
    padding-right: 15px;
    padding-top: 5px;
    width: 58px;
}

.article .article-icon-big
{
    padding-right: 15px;
    padding-top: 8px;
    width: 136px;
}

.article .article-content
{
}

.article .article-title-big h1
{
    font-size: 50px;
    line-height: 48px;
}

.article .article-action
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-top: 14px;
}

.article .article-action a
{
    margin-right: 15px;
}

.article .article-action img
{
    margin-right: 3px;
}

.article .article-action td
{
    vertical-align: middle;
}

.article .article-author
{
    color: #999999;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
}

.article .article-brief
{
    margin-top: 10px;
}

.article .article-image
{
    float: left;
    margin-right: 10px;
}

.article .article-text
{
    margin-top: 7px;
}

.article .article-readmore
{
    clear: both;
    margin-top: 5px;
}

.article .article-embed
{
    clear: both;
    margin-top: 15px;
}

.article .article-button
{
    margin-top: 15px;
}

.article .article-button a, .article .article-button a:hover
{
    background: transparent url('../images/design/redbutton_bg.png') bottom left no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 197px;
}

.article .article-button a:hover
{
    background: transparent url('../images/design/redbutton_bg.png') top left no-repeat;
}

.article .article-sign
{
    clear: both;
    font-style: italic;
    margin-top: 15px;
}

.article .article-footer
{
    border-bottom: 1px solid #F5F5F5;
    clear: both;
    margin-bottom: 15px;
    padding-top: 15px;
}

.articlepager table
{
    margin: auto;
}

.articlepager table td
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    padding: 0px 3px 0px 3px;
}

.graybox
{
    background-color: #F5F5F5;
    border-bottom: 1px solid #E8E8E8;
    clear: both;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 20px;
}

.graybox .graybox-header
{
	background: #FA4D4D url('../images/design/graybox_header.png') repeat-x;
    clear: both;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-top: 8px;
}

.graybox .graybox-split
{
    background-color: #E8E8E8;
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    height: 1px;
}

.graybox .graybox-text
{
    background: transparent url('../images/design/graybox_bg.jpg') repeat-x;
    clear: both;
    padding: 15px 20px 15px 20px;
}

.teaser
{
    clear: both;
    float: left;
    width: 240px;
}

.teaser .teaser-date
{
	background-color: #CCCCCC;
    color: #FFFFFF;
	height: 43px;
    line-height: normal;
	padding-top: 3px;
	width: 38px;
}

.teaser .teaser-dateday
{
    font-size: 20px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

.teaser .teaser-datemonth
{
    font-size: 12px;
    padding: 10px 8px 0px 8px;
    text-align: center;
    text-transform: uppercase;    
}

.teaser .teaser-text
{
    clear: both;
    float: right;
    margin-bottom: -30px;
    position: relative;
    top: -50px;
    width: 182px;
}

.teaser .teaser-title
{
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.bookorder
{
    border-top: 1px solid #F5F5F5;
    margin-left: 150px;
    margin-top: 10px;
    padding-top: 10px;
}

.bookorder table td
{
    padding-bottom: 3px;
    padding-right: 5px;
}

.button-red-big
{
    margin-top: 15px;
}

.button-red-big a, .button-red-big a:hover
{
    background: transparent url('../images/design/redbutton_bg_big.png') bottom left no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.button-red-big a:hover
{
    background-position: top left;
}

.hand
{
    cursor: pointer;
}

.modalpopup
{
	background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.modalpopupbox
{
	width: 350px;
}
