/*	GRAHAM DESIGN STYLES V15	*/

body, html, div, p, img, ul, li, form, h1, h2 {
    margin: 0px;
    padding: 0px;
}

body, html {
    height: 100%;
    font-size: 75%;
    line-height: 135%;
}

#content ul,
#contentleft ul,
#contentright ul {
    margin-left: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:link {
    color: #0099CC;
}

a:active {
    color: #0099CC;
}

a:visited {
    color: #0099CC;
}

a:hover {
    color: #0099CC;
    border-color: #999;
    border-style: dashed;
    border-width: 0px 0px 1px 0px; 
}

#container {
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    font-family: Calibri, "Trebuchet MS", sans-serif;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 0px;
    text-align: left;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    left: -60px;
    text-align: left;
}

.leftindent {
    padding-left: 60px;
    padding-right: 20px;
}

.leftshift {
    position: relative;
    left: -60px;
}

#mast {
    width: auto;
    height: 125px;
    position: relative;
    background: transparent url(img/mast02/bg.png) top left repeat-x;
}

#mast img {
    position: absolute;
    bottom: 0px;
}

#mirror {
    padding-top: 3px;
}

#navigation {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #999999;
    font-size: 1.4em;
    font-weight: bold;
}

#navigation ul {
    list-style-type: none;
}

#navigation li {
    float: left;
    padding-bottom: 2px;
    margin-right: 50px;
}

#navigation li.activepage {
    border-color: #999;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
}

#navigation a:hover {
    border-color: #999;
    border-style: dashed;
    border-width: 0px 0px 1px 0px; 
}

#content,
#contentleft,
#contentright {
    width: 550px;
    height: auto;
    text-align: justify;
    color: #666;
    font-size: 1.5em;
    line-height: 120%;
    position: relative;
}

#content.profile {
    width: 600px;
}

#contentleft,
#contentright {
    width: 42%;
    min-width: 600px;
    float: left;
}

#content .blueline,
#contentleft .blueline,
#contentright .blueline {
    width: 50px;
    height: 1px;
    margin-right: 10px;
    background-color: #0099CC;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.inforow {
    margin-bottom: 5px;
}

.inforow span, span.infoblocdate {
    width: 100px;
    display: block;
    float: left;
    font-weight: bold;
}

input.text, .textarea {
    border: 1px solid gray;
    margin: 2px 0px 2px 0px;
}

input.text1, .textarea1 {
    border: 1px solid black;
    margin: 2px 0px 2px 0px;
}

input.button {
    font-size: 8pt;
    border: 1px shadow gray;
    background-color: white;
}

#push,
#footer {
    height: 70px;
    padding-top: 20px;
    clear: both;
}

#footer {
    color: #999999;
    font-size: 9pt;
    font-family: Calibri, "Trebuchet MS", sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    color: inherit;
}

#url {
    margin-bottom: 5px;
}

.clearfix {
    clear: both;
}