﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

h1#logo {
    padding: 0;
    margin: 0;
    background: transparent url('images/carallon_header_logo.png') no-repeat scroll top left;
    float: left;
    clear: left;
    height: 85px;
    width: 320px;
}

h1#logo a {
    padding: 0;
    margin: 0;
    display: block;
    text-indent: -9999px;
    height: 85px;
    width: 320px;
}

#tag_line h1 {
    float: left;
}

#nav_main {
    font-size: 20px;
}

a.nav_link {
    
}

a.nav_link_normal {
    color: #8F8F8F;
}

a.nav_link_current {
    color: black;
}

#footer_copyright {
	font-size: 14px;
	color: #8F8F8F;
}

h1, h2, h3 {
    font-size: 30px;
    font-weight: normal;
}

h4 {
    font-size: 25px;
    font-weight: normal;
}

p.notes {
    color: #8F8F8F;
    font-size: 12px;
}

p.citation {
    font-style: italic;
}

.inner_box a {
    color: #FFFFFF;
}

a {
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    color: #5F5F5F;
}

.justify {
    text-align: justify;
}

.first_colour {
    color: #5F5F5F;
}

.second_colour {
    color: #8F8F8F;
    font-weight: bold;
}

.first_inner_colour {
    color: #FFFFFF;
}

.second_inner_colour {
    color: #C0C0C0;
    font-weight: bold;
}



