/* Colours:
 *
 * orange (navigation bg):  #FF9F00
 * dark orange (link):      #FF7E00
 * bright grey (box bg):    #EAEAEA
 *
 */

/* ----- general ----------------------------------------------------------B- */
* {
    font-family: tahoma, verdana, sans-serif;
    font-size: 12px;
    padding: 0;
    border: none;
    margin: 0;
}

body {
    text-align: center; /* for older ie */
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px 0;
}

a {
    text-decoration: underline;
    background-color: inherit;
    color: #000000;
}

a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #FF7E00;
}

.clear {
    clear: both;
}

#main {
    overflow: hidden;
    text-align: left; /* set back */
    background: url('../images/border_middle.png') repeat-y left top;
    width: 750px;
    margin: 0 auto;
}
/* ----- general ----------------------------------------------------------E- */

/* ----- header -----------------------------------------------------------B- */
#header {
    overflow: hidden;
    background: url('../images/border_top.png') no-repeat left top;
    height: 107px;
}

#header #logo {
    float: left;
    width: 233px;
    padding: 17px 0 0 35px;
}

#header #ad {
    padding-top: 17px;
}

#header #ad span {
    display: block;
    font-size: 80%;
    margin-bottom: 1px;
}
/* ----- header -----------------------------------------------------------E- */

/* ----- navigation -------------------------------------------------------B- */
#navigation {
    overflow: hidden;
    background: url('../images/navigation_bg.png') no-repeat left top;
    height: 30px;
}

#navigation ul {
    list-style: none;
    padding: 5px 0 0 147px;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: inherit;
    color: #000000;
    width: 114px;
    height: 18px;
    padding-top: 2px;
}

#navigation ul li a:hover {
    background-color: inherit;
    color: #FFFFFF;
}

#navigation ul li.active a,
#navigation ul li.active a:hover {
    background: url('../images/navigation_bg_active.png') no-repeat left top;
    background-color: inherit;
    color: #000000;
    height: 22px;
    padding-top: 3px;
    margin-top: -1px;
}
/* ----- navigation -------------------------------------------------------E- */

/* ----- content ----------------------------------------------------------B- */
#content {
    padding: 29px;
}

#content .teaser {
    display: block;
}

#content .mb {
    margin-bottom: 1.1em;
}

#content .left {
    float: left;
    width: 174px;
}

#content .left .box {
    background: #EAEAEA url('../images/box_bg.png') no-repeat left bottom;
}

#content .left .box h2 {
    font-size: 100%;
    font-weight: normal;
    background: #FF9F00 url('../images/box_h2_bg.png') no-repeat left top;
    padding: 4px 0 4px 15px;
}

#content .left .box ul {
    list-style: none;
    padding: 10px 15px 15px 15px;
}

#content .left .box ul li {
    padding-bottom: 11px;
    border-bottom: 1px solid #FF9F00;
    margin-bottom: 6px;
}

#content .left .box ul li.last {
    padding: 0;
    border: none;
    margin: 0;
}

#content .middle {
    float: left;
    width: 308px;
    padding: 0 38px;
}

#content .middle h1 {
    font-size: 120%;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #FF9F00;
    margin-bottom: 0.8em;
}

#content .middle h2 {
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 0.2em;
}

#content .middle h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0.1em;
	line-height: 140%;
}

#content .middle p {
    line-height: 140%;
    margin-bottom: 1.1em;
}

#content .middle table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.1em;
}

#content .middle table tr th {
    font-weight: normal;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#content .middle table tr td {
    vertical-align: top;
    padding-right: 0.8em;
    padding-bottom: 0.5em;
}

#content .middle table tr td p {
    font-weight: bold;
    margin-bottom: 5px;
}

#content .middle table tr td.last {
    width: 150px;
    padding-right: 0;
}

#content .middle ul {
    list-style: square;
    margin-left: 15px;
}

#content .middle ul li {
    margin-bottom: 3px;
}

#content .right {
    float: left;
    width: 134px;
}
/* ----- content ----------------------------------------------------------E- */

/* ----- footer -----------------------------------------------------------B- */
#footer {
	overflow: hidden;
	background: url('../images/border_bottom.png') no-repeat left bottom;
	height: 20px;
	padding: 5px 10px;
	border-top: 1px solid #FF9F00;
}
/* ----- footer -----------------------------------------------------------E- */
