body {
    margin: 0 auto;
    padding: 0;
    color: black;
    background-color: #ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#shadow-lr {
    width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    background: transparent url('/assets/images/shadow-lr.png') repeat-y scroll left;
}

#shadow-bot {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    background: transparent url('/assets/images/shadow-bot.png') no-repeat scroll center;
}

#main {
    width: 950px;
    margin: 0 auto;
    background-color: white;
}

#spacer-left, #spacer-right {
    float: left;
    width: 27px;
    height: 325px;
    background-color: #46657c;
}
#spacer-left {
    border-right: 2px solid white;
    background: transparent url('/assets/images/side_2r.jpg') no-repeat scroll left;
}
#spacer-right {
    border-left: 2px solid white;
    background: transparent url('/assets/images/side_2l.jpg') no-repeat scroll right;
}

#header {
    float: left;
    color: white;
    background-color: #46657c;
    margin-bottom: 20px;
}
#header img {
    padding: 0;
    margin: 0;
}
#header h1 {
    margin: 0;
    padding: 2px;
    padding-left: 5px;
    font-size: 1.4em;
    font-weight: normal;
}

#header a {
    width: 100%;
    color: inherit;
    display: block;
    height: 19px;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: inherit;
    text-decoration: none;
}
#header a:link {
    color: white;
    background: #46657c;
}
#header a:visited {
    color: white;
    background: #46657c;
}
#header a:hover {
    color: #46657c;
    background: white;
}
#header a:active {
    color: #46657c;
    background: #111;
}
#header a.selected {
    color: #46657c;
    font-weight: bold;
    background: white;
}

#header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit;
}
#header li {
    float: left;
    height: inherit;
    text-align: center;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
#header li.item1 {
    width: 116px;
}
#header li.item2 {
    width: 130px;
}
#header li.item3 {
    width: 165px;
}
#header li.item4 {
    width: 136px;
}
#header li.item5 {
    width: 126px;
}
#header li.item6 {
    width: 195px;
}

#header .header-row1, #header .header-row2, #header .header-row3 {
    clear: both;
}
#header .header-row1 {
    height: 30px;
    background-color: #62839c;
}
#header .header-row2 {
    height: 270px;
}
#header .header-row3 {
    height: 25px;
    background-color: #46657c;
}

#header .header-col1, #header .header-col2, #header .header-col3 {
    float: left;
    height: inherit;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
#header .header-col1 {
    width: 250px;
}
#header .header-col2 {
    width: 435px;
}
#header .header-col3 {
    width: 195px;
}
.header-row1 .header-col1, .header-row1 .header-col2, .header-row1 .header-col3 {
    min-height: 30px;
}

#notice {
    clear: both;
    display: block;
    margin: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.75em;
    background-color: #ffffcc;
}
#notice p{
    margin: 0;
    padding: 0;
}
#notice a {
    color: #46657c;
    text-decoration: none;
}
#notice a:hover {
    text-decoration: underline;
}

#content {
    clear: both;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 1px 31px;
    min-height: 580px;
}
#content h2 {
    margin: 0;
    margin-top: 1px;
    font-size: 1.25em;
}
#content h3 {
    color: #46657c;
    margin: 0;
    margin-bottom: 16px;
    font-size: 1.05em;
    font-weight: normal;
    letter-spacing: -1px;
}
#content p, #content ul {
    margin-top: 2px;
    font-size: 0.75em;
}
#content p.quote {
    margin: 25px;
    color: #46657c;
    font-style: italic;
    font-size: 0.9em;
    font-variant: small-caps;
}
#content a {
    color: #46657c;
    font-weight: bold;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content p.list_heading {
    margin-bottom: 5px;
}

#content-column {
    width: 540px;
    min-height: 620px;
    padding-right: 19px;
    padding-bottom: 5px;
    border-right: 4px solid #46657c;
}

#content-column .summary {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.0em;
}

#news {
    padding-bottom: 10px;
}
#news .all_news {
    margin-top: 5px;
    float: right;
}
#news .all_news_bottom {
    margin-top: 5px;
}
#news h2 {
    border-bottom: 1px solid #46657c;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#news h3 {
    margin-bottom: 0;
    font-size: 0.9em;
}

#news table {
    width: 100%;
    border-collapse: collapse;
}
#news tr:hover {
    background-color: #f0f0f0;
}
#news td {
    vertical-align: top;
}
#news td.image {
    width: 140px;
    text-align: center;
}
#news td.content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
#news img {
    border: none;
    padding: 10px;
}
#news .date {
    font-size: 0.8em;
    font-style: italic;
}
#news .links {
    float: right;
    font-size: 0.8em;
}
#news .links a {
    border: none;
    text-decoration: none;
    height: 100%;
}

#info-column {
    width: 300px;
    float:right;
    padding-bottom: 10px;
    margin: 4px 0 15px 25px;
}
#info-column .quote {
    min-height: 100px;
    margin-top: 27px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    border-top: 1px solid #46657c;
    border-bottom: 1px solid #46657c;
}
#info-column .quote img {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 4px;
    margin-right: 10px;
}
#info-column .quote p {
    color: #46657c;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-style: italic;
    font-variant: small-caps;
}
#info-column .contact-info-gruellaw {
    height: 90px;
    width: 100%;
    font-size: .8em;
    font-weight: bold;
}
#info-column .contact-info-bluecolt {
    height: 90px;
    width: 100%;
    font-size: .8em;
    font-weight: bold;
}
#info-column .part_1 p, #info-column .part_2 p {
    margin: 0;
    font-size: 11px;
}
#info-column .part_1 {
    padding-top: 15px;
}
#info-column .part_1 a {
    font-size: 8px;
    color: #46657c;
    text-decoration: none;
}
#info-column .part_1 a:hover {
    text-decoration: underline;
}
#info-column .privacy {
    padding-top: 10px;
    font-weight: normal;
}

.press_entry {
    float: left;
    padding: 10px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 245px;
    height: 124px;
}
.press_entry:hover {
    background-color: #f0f0f0;
}
.press_entry img {
    float: left;
    margin-right: 10px;
}
#content .press_entry h3 {
    margin: 0;
    padding: 0;
}
#content .press_entry p {
    margin-top: 5px;
    margin-bottom: 0;
}
#content .press_entry p.date {
    clear: left;
}
.press_tail {
    clear: both;
}

#contact {
    margin-top: 0;
    margin-bottom: 20px;
}
#contact p {
    padding: 0;
    margin: 0;
}
#contact p.result {
    padding-bottom: 25px;
}
#contact .field {
    float: left;
    width: 6em;
}
#contact .section {
    width: 32em;
}
#contact .section input {
    width: 20em;
}
#contact .section textarea {
    width: 408px;
}
#contact .section, #contact .submit {
    clear: left;
    padding-bottom: 10px;
}
#contact .section #simple_captcha {
    margin-left: 6em;
}
#contact .submit {
    padding-left: 6em;
}
#contact .submit .notice {
    font-size: 11px;
    font-style: italic;
}

#rh_inc {
    clear: both;
    font-size: 0.5em;
    width: 946px;
    height: 16px;
    margin: 0;
    padding: 2px;
    font-style: italic;
}
#rh_inc img{
    float: right;
}
#rh_inc a {
    float: right;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 1px;
}
#rh_inc a:link {
    color: #888;
}
#rh_inc a:visited {
    color: #888;
}
#rh_inc a:hover {
    color: #46657c;
}
#rh_inc a:active {
    color: #46657c;
}

.highslide-wrapper .highslide-html-content {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    background-color: #333;
}
.highslide img {
    border: 2px solid #333;
}
.highslide:hover img {
    border-color: #46657c;
}
.highslide-footer .highslide-resize {
    display: none;
}

.draggable-header-light .highslide-header,
.draggable-header       .highslide-header {
    height: 22px;
    border-bottom: none;
}
.draggable-header-light .highslide-header .highslide-close a,
.draggable-header       .highslide-header .highslide-close a {
    position: relative;
    top: -2px;
    left: 3px;
    height: 30px;
    width: 30px;
    background-image: url(/assets/highslide/close.png);
}
.draggable-header-light .highslide-header .highslide-close a:hover,
.draggable-header       .highslide-header .highslide-close a:hover {
    background-position: 0 0;
}
.draggable-header-light .highslide-body {
    background-color: white;
}
.draggable-header .highslide-body {
    background-color: #333;
}

.wide-border .highslide-image {
    border: 8px solid #333;
}

.closebutton {
	position: relative;
	top: -8px;
	left: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/assets/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

