/**
 * STYLE SHEET :: LAYOUT / DEFAULT
 *
 * Specifies layout of page suround
 */


/**
 * DOCUMENT
 */

html {
    background: #FFF url(/images/bg-page-shadow.png) center repeat-y;
	}

body {
	}

#page {
   	width: 735px;
	margin: 0 auto 0 auto;
    position: relative;
	}

#background {
    padding: 0 0 6px 0;
    position: relative;
    }

#info-top {
    position: absolute;
    top: 0;
    right: 0;
    }

    #info-top p {
        float: right;
        margin: 0;
        padding: 1.7em 0.8em 0.5em 0.8em !important;
        padding: 1.7em 0.8em 0.5em 0.8em;
        background-color: #F7F7F7;
	    font-size: 11px;
        }

    #info-top a * {
        text-decoration: underline;
        }

        #info-top a:hover * {
            text-decoration: none;
            }

    #info-top img {
        display: block;
        float: left;
        }

    #info-top p span {
        display: block;
        padding: 0 0 0 2.0em;
      }

/**
 * PAGE HEAD
 */

#head {
    padding: 15px 0 15px 0;
    }

    #head h1 {
        display: none;
        }

    #head p {
        display: none;
        margin: 0;
        padding: 0.0em 0.4em 0.6em 5px;
        font-size: 90%;
        font-weight: bold;
        color: #549FC9;
        text-transform: uppercase;
        }

    #head #banner {
        width: 400px;
        height: 110px;
        }

#lid {
    border-bottom: 1px dashed #E7E7E7;
	}

	#lid p {
        margin: 0;
        padding: 0.7em 0 0.9em 0.1em;
		font-size: 90%;
		line-height: 1.2em;
		color: #999;
		text-align: left;
		}

		#lid p span {
			font-weight: bold;
			color: #CCC;
			}

		#lid p strong {
			font-weight: normal;
			color: #272B1F;
			}

		#lid p a {
			color: #D1B139;
			line-height: 1.0em;
			}

		#lid p a:hover {
			text-decoration: none;
			}

#body {
    padding: 0.5em 0 0 0;
	}

#contents {
	padding: 0.8em 0.8em 0.8em 0.8em;
	}

#centreColumn {
    float: left;
    width: 500px;
    }

#content {
    padding: 10px 22px 1px 7px;
    }

#body-bottom {
    clear: both;
	width: 100%;
	height: 0;
	}

/*-----[ Links Column
*/

#rightColumn {
    margin-left: 500px;
    padding: 0.2em 0 0.2em 0;
    }

    #rightColumn * {
        font-size: 11px;
        }

    #rightColumn img {
        display: block;
        margin: 0px auto;
        }

/**
 * PAGE FOOT
 */

#navBottom {
    clear: both;
    border-top: 1px dashed #EEE;
    border-bottom: 1px dashed #EEE;
    padding: 0.5em;
	}

	#navBottom p {
        font-size: 14px;
        color: #272B1F;
        text-align: center;
		}

	#navBottom p a {
		font-size: 12px;
		text-decoration: none;
		}

	#navBottom p a:hover {
		color: #272B1F;
		}

#foot {
    clear: both;
   	padding: 0 0 1.5em 0;
	}

#copyright {
    border-top: 1px dashed #E7E7E7;
    border-bottom: 1px dashed #E7E7E7;
    }

    #copyright p {
        margin: 0;
        padding: 0.5em 0.0em 0.8em 0.0em;
        color: #999;
        font-size: 11px;
        }

        #copyright p span {
            font-size: 130%;
            }

        #copyright p a {
            text-decoration: none;
            }

        #copyright p a:hover {
/*
            color: #0E0;
*/
            }

/**
 * INFO FOOT
 */

#info-foot {
	padding: 0;
    }

#web-designer {
    margin-bottom: 0.8em;
    padding: 0;
    color: #999;
    font-size: 10px;
    line-height: 1.0em;
    }

    #web-designer a,
    #web-designer a span {
        color: #999;
        text-decoration: none;
        }

    #web-designer a:hover {
        font-weight: bold;
        color: #A4BA33;
        }

        #web-designer a:hover span {
            font-weight: bold;
            color: #006BA1;
            }

#webStandards {
    padding: 0px 0 5px 0;
	}

	#webStandards img {
		display: inline;
		margin-right: 5px;
		}
