* {
    border: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

body {
    position: relative;
	margin: 0em;
	padding: 0em;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 0.909090909em;
    background-color: #ffffff;
}

h1 {
    font-size: 1.101010101em;
    color: #ffffff;
}

h2 {
    font-size: 1.101010101em;
    margin-bottom: 0.5em;
    color: #f29400;
}

h3 {
    font-size: 0.909090909em;
	font-weight:bold;
	margin-bottom: 0.5em;
}

ul, ol, p {
    font-size: 0.909090909em;
    line-height: 1.3em;
}

/* Tools */

.bw-no-float {
    position: relative;
    clear: both;
    width: 0px;
    height: 0px;
}

.bw-dotted-right {
    border-right: 1px dotted #aaaaaa;
}

.bw-dotted-left {
    border-left: 1px dotted #aaaaaa;
}

.bw-blue-tint {
    background-color: #c0d1dd;
}

/* Layout */

.bw-top-bar {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 6em;
    background-color: #f8c473;
}

.bw-main-container {
    position: relative;
    height: auto;
    width: 50em;
    margin: 0em auto;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #f29400;
}

/* Header */

.bw-head-container {
    position: relative;
    height: 6em;
}

.bw-logo {
    position: relative;
    float: left;
    width: 27.322%;
    margin-right: 0.909090909em;
}

.bw-logo2 {
    position: relative;
    float: left;
    width: 27.322%;
    margin-right: 0.909090909em;
}

.bw-logo-right {
    position: absolute;
    top: 0px;
    right: 1em;
    width: 12.7923%;
}

.bw-logo-right img {
    width: 100%;
}

h1.bw-title {
    position: relative;
    float: left;
    top: 2.5em;
    width: 23em;
}

/* Main Content (Navigation and Content) */

.bw-main-content-container {
    position: relative;
    width: 48em;
    margin-left: 1em;
    margin-bottom: 2em;
    border: 1px solid white;
    overflow: hidden;
    clear: both;
}

.bw-big-image {
    position: relative;
    top: 0em;
    height: 10.3030303em;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    line-height: 0em;
    overflow: hidden;
}

.bw-big-image img {
    width: 48em;
    border: 0px;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

/* Navigation */

.bw-navigation {
    position: relative;
    display: block;
    top: 0em;
    height: 2.727272727em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #5e859f;
}

.bw-navigation ol {
    position: relative;
    height: auto;
    padding: 0em 0em 0em 1em;
    list-style-type: none;
    color: #ffffff;
}

.bw-navigation-item {
    position: relative;
    float: left;
    top: 0em;
    margin: 0.909090909em 0.909090909em 0.909090909em 0.909090909em;
    list-style-position: outside;
    list-style-type: none;
}

.bw-navigation-item a,
.bw-navigation-item a:active,
.bw-navigation-item a:focus,
.bw-navigation-item a:hover,
.bw-navigation-item a:link,
.bw-navigation-item a:visited {
    text-decoration: none;
    color: #ffffff;
}

.bw-navigation-item a:hover {
    text-decoration: underline;
}

/* Content */

.bw-content-container {
    position: relative;
    top: 0px;
    width: 48em;
    height: auto;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.bw-content-2-columns-container {
    position: relative;
    float: left;
    width: 32.09090909em;
    background-color: #ffffff;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.bw-content-column {
    position: relative;
    float: left;
    top: 0em;
    left: 0em;
    width: 13.90909090em;
    padding: 1em 1em 1em 1em;
}

.bw-double-content-column {
    position: relative;
    width: 30.090909em;
    background-color: #ffffff;
}

.bw-right-content-column {
    float: right;
    right: 0px;
}

.bw-right-content-column img {
    width: 95%;
}

.bw-more-link {
    font-size: 1em;
}

.bw-content-column ol,
.bw-content-column ul {
    list-style-position: inside;
    list-style-type: square;
}

.bw-content-column p {
    margin-bottom: 1.5em;
}

.bw-content-column h1 {
    margin-top: 0em;
    margin-bottom: 0em;
}

.bw-white-bordered-image {
    margin-top: 15px;
    border: 1px solid #ffffff;
}

/* Contact Form */

.contactForm {
    position: relative;
    display: table;
}

.contactForm label {
    position: relative;
    float: left;
    display: table-cell;
    width: 7em;
    margin: 0.363636363em 1.09090909em 0em 0em;
    text-align: right;
    font-size: 0.9090909em;
}

input  {
    position: relative;
    float: left;
    display: table-cell;
    width: 22em;
    height: 1.454545454em;
    margin: 5px 5px 5px 15px;
    border: 1px solid #cccccc;
    font-size: 0.9090909em;
}

input.submit {
    width: 22em;
    margin-left: 8em;
}

textarea {
    position: relative;
    border: 1px solid #cccccc;
    width: 22em;
    height: 7.27273em;
    margin: 5px 5px 5px 15px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 0.9090909em;
}



