﻿/**************************************************************************************
**  
**  Default.css
**  CSS stylesheet for use with Default skin.
**  Adrian Johnson, Integrity Systems (UK).
**
**  v1.0    - 21.07.08  - First version.
**
**************************************************************************************/

/*	Main content area.
**************************************************************************************/

#contentleft
{
    background-image: url("/WebImages/main.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    /*width: 372px;
    margin-left: -370px;*/
    width: 247px;
    margin-left: -246px;
    float: left;
    position: relative;
    /*min-height: 588px;*/
    /*height: 588px;*/
    height: 460px;
    z-index: 0;
}

#contentlefttxt
{
    padding: 10px;
    z-index: 0;
}

#contentright
{
    /*width: 130px;
    margin-right: -130px;*/
    width: 122px;
    margin-right: -130px;
    float: left;
    position: relative;
    /*min-height: 588px;*/
    /*height: 530px;*/
    height: 460px;
    padding-left: 2px;
}


/*	Main content styles.
**************************************************************************************/

#contentinner h1
{
    font-weight: bold;
    font-size: medium;
    color: #636f07;
    margin-top: 0;
}

#contentinner h2
{
    font-weight: bold;
    font-size: small;
    padding: 0;
    margin: 0;
    color: #636f07;
}

#contentinner h3
{
    font-weight: bold;
    font-size: small;
    padding: 0;
    margin: 0;
}

#contentinner p
{
    color: #111;
    font-size: small;
}

#contentleft p
{
    font-size: x-small;
}

#contentright p
{
    margin: 0;
    padding: 0;
    font-size: x-small;
}

#maincontent a, #maincontent a:link, #maincontent a:visited
{
    color: #96bf0d;
    text-decoration: none;
}

#contentinner a:hover
{
    color: #636f07;
    text-decoration: underline;
}


/*	Footer.
**************************************************************************************/

#footer
{
	clear: both;
    font-size: x-small;
}

#footer p
{
    color: #636f07;
}

#footer a, #footer a:link, #footer a:visited
{
    color: #96bf0d;
    text-decoration: none;
}

#footer a:hover
{
    color: #636f07;
    text-decoration: underline;
}

.footerimg
{
    border: 0;
    text-align: right;
}
