
* {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

body {
    background: white url(../../images/background_body.png) repeat-y;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
}

.width_saver {
    width: 1024px;
    float: left;
}

.width_saver_top {
	padding-left: 10px;
	width: 1014px;
}

#header {
    height: 173px;
    width: 100%;
    background: white url(../../images/header.png) repeat-x;
    line-height: 0;
    float: left;
}

#header img {
    position: absolute;
    top: 65px;
}

#header_navigation {
    width: 100%;
    height: 50px;
    border-top: 1px solid #BFBFC0;
    border-bottom: 1px solid #BFBFC0;
    float: left;
    clear: both;
}

#white_bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    clear: both;
    float: left;
    overflow: hidden;
}

#body {
    width: 100%;
    border-top: 1px solid #BFBFC0;
    float: left;
}

#images, #content, #sub_navigation, #contact_info {
    float: left;
}

#images {
    width: 298px;
    line-height: 0;
	min-height: 1px;
}

#images img {
    border-bottom: 1px solid #BFBFC0;
    border-right: 1px solid #BFBFC0;
}

#content {
    width: 520px;
    padding: 20px 25px 25px 25px;
}

#contact_info {
    width: 135px;
    margin-top: 30px;
    margin-left: 10px;
    padding: 0;
    display: block;
    
    font-size: .7em;
    color: #888;
}

#sub_navigation, #sub_navigation_left {
    width: 135px;
    margin-top: 25px;
    margin-left: 20px;
    display: block;
    list-style: none;
    font-size: 1em;
}

#sub_navigation_left { 
	border-bottom: 1px solid #ccc; 
	padding: 27px 33px 23px 24px; 
	width: 240px; background: #fff;
	margin: 0;
	float: left;
}

#sub_navigation_left li { margin-bottom: 10px; line-height: 19px; }

#sub_navigation li a, #sub_navigation_left li a {
    display: block;
    text-decoration: none;
    color: #888;
    margin-bottom: 10px;
}

#sub_navigation li a:hover, #sub_navigation_left li a:hover, #sub_navigation li strong a, #sub_navigation_left li strong a {
    color: #555;
}

/* tooltip */
#dhtmltooltip {
	display: block;
	position: absolute;
	width: 350px;
	text-align: center;
	border: 1px solid #888;
	padding: 10px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100000;
}

h2 { font-size: 18px; line-height: 1.5em; }
h3 { font-size: 14px; line-height: 1.5em; }
h4 { font-size: 12px; margin-top: 20px; }

.back-link { font-weight: bold; font-size: 11px; float: left; margin: 0 0 0 0; border-bottom: 1px solid #ccc; padding: 23px 83px 23px 114px; width: 100px; background: #fff; }
.back-link a { color: #999; text-decoration: none; }
.back-link a:hover { color: #222; }