/***************************************
 * 1. Content
 * 2. Top
 * 3. Menu
 * 4. Main left menu
 * 5. Main center content
 * 6. Footer
 * 7. Right hand side
 * 8. Miscellaneous
 ***************************************/

/* 1. Content */

h1 {
font-size:20px;
}

#content {
    width:960px;
    margin:auto;
    background:url(../images/shadow.png) repeat-y;
    padding: 0px 1px 25px 1px;
	overflow: auto;
}

/* 2. Top */
#top_logo {
    width:960px;
    height:95px;
    background:url(../images/top_logo.png) repeat scroll 0%;
}

#banner {
    width:960px;
    height:195px;
}

#banner #image {
    position: absolute;
    top: 95px;
    z-index: 0;
}

#banner #caption-background {
    position: relative;
    top: 45px;
    left: 35px;
    z-index: 1;
    height: 105px;
    width: 325px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #000;
}
#banner #caption {
    position: relative;
    top: -60px;
    left: 35px;
    z-index: 2;
    height: 85px;
    width: 305px;
    padding: 10px;
}

#banner #caption p {
    margin: 0px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
}

#banner #caption .title {
    margin-left: 5px;
    font-weight: bold;
}

/* 3. Menu */
#menu {
    background:url(../images/menu_background.png) repeat-x scroll 0%;
    width:960px;
}

#menu_content {
    margin-left:auto;
    margin-right: auto;
    height:36px;
    width: 680px;
    overflow: auto;
}

#menu_content .menu_tab {
    background:url(../images/menu_content_background.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
}

#menu_content .menu_tab a {
    text-decoration:none;
}

#menu_content .menu_tab a:hover {
    text-decoration:underline;
}

#menu_content .menu_tab .left {
    background:url(../images/menu_content_background_left.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:3px;
}
#menu_content .menu_tab_current .left {
    background:url(../images/menu_content_background_left_current.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:12px;
}

#menu_content .menu_tab .content {
    padding:10px;
    padding-top:13px;
    font-weight:bold;
    font-size:14px;
    display:inline;
    float:left;
    _padding-top:13px;
    padding-bottom:0px;
}
#menu_content .menu_tab_current .content {
    padding:5px;
    padding-top:13px;
    font-weight:bold;
    font-size:14px;
    display:inline;
    float:left;
    _padding-top:13px;
    padding-bottom:6px;
    background:url(../images/menu_content_background_current.png) repeat-x scroll 0%;
}

#menu_content .menu_tab .right {
    background:url(../images/menu_content_background_right.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:3px;
}
#menu_content .menu_tab_current .right {
    background:url(../images/menu_content_background_right_current.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:12px;
}

/* Now just cater for the first and last menu items.*/

#menu_content .menu_tab .first{
    background:url(../images/menu_content_background_left_end.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:8px;
}
#menu_content .menu_tab_current .first{
    background:url(../images/menu_content_background_left_current_first.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:12px;
}

#menu_content .menu_tab .last {
    background:url(../images/menu_content_background_right_last.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:8px;
}
#menu_content .menu_tab_current .last {
    background:url(../images/menu_content_background_right_current_last.png) repeat-x scroll 0%;
    height:35px;
    display:inline;
    float:left;
    width:12px;
}


/* 4. Main left menu */
#main_left {
    display:inline;
    float:left;
    width:210px;
    margin-left:10px;
	margin-right:10px;
    margin-top:20px;
}

#main_left .nav_menu {
    font-size:12px;
    border-bottom:1px solid;
    padding:4px 0px 4px 0px;
    margin:0px;
}

#main_left .nav_menu a {
    text-decoration:none;
}

#main_left .nav_menu a:hover {
    text-decoration:underline;
}

/* 5. Main center content */
#main_center {
    display:inline;
    float:left;
    width:450px;
    margin-left:15px;
}

#main_center h2 {
    font-size:20px;
    font-weight:bold;
    padding:5px 0px 10px 0px;
    margin:0px;
}

/* 6. Footer */
#footer
{
margin:auto;
width:960px;
text-align:center;
font-size:10px;
margin-top:0px;
margin-bottom:20px;
overflow: auto;
}
#footer a, #footer a:visited {
    color: #FFF;
}
#footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

#footer_center
{
margin:auto;
width:600px;
}

.footer_cell
{
display:inline;
float:left;
}

.footer_cell_devider
{
display:inline;
float:left;
margin-left:5px;
margin-right:5px;
}

/* 7. Right hand side */
#main_right #contact_us a {
    font-size:14px;
}

#main_right {
    float: left;
    width: 220px;
    margin-left:20px;
    margin-top:25px;
    overflow: auto;
}

.content_splitter
{
background:url(../images/splliter.png) repeat-x scroll 0%;
width:450px;
height:5px;
font-size:1px;
}

.box
{
}

.box_top
{
background:url(../images/box_top.png) no-repeat;    
width:220px;
}

.box_middle
{
background:#ffffff url(../images/box_middle.png) no-repeat; 
width:200px;
padding:10px;
font-size:bold;
}

.box_bottom
{
background:url(../images/box_bottom.png) no-repeat; 
width:220px;
height:5px;
margin-bottom:15px;
}

#news_and_information h3 {
    font-size:20px; 
    padding:3px 0px 3px 0px;
    font-weight: normal;
    margin: 0px;
}

.box_middle a
{
font-size:12px;
text-decoration:none;
}

.titlet
{
font-size:10px;
text-decoration:none;
}

.box_middle a:hover
{
text-decoration:underline;
}

.hr
{
width:200px;
}

.tel_nr
{
font-size:12px;
font-weight:bold;
}

/* 8. Miscellaneous */
.arrow
{
font-size:bold;
}

#shadow_bottom {
    background: url(../images/shadow_bottom.png) no-repeat;
    height:10px;
    width:962px;
    margin:auto;
}

#chart {
    margin-top:0px;
    margin-bottom: 15px;
}

/*.clear
{
clear:both;
}*/