/**
 * STYLE SHEET :: LAYOUT / DEFAULT
 *
 * Specifies layout of page suround
 */


/**
 * DOCUMENT
 */

html {
    background: #FFF url(/images/bg-page-shadow.png) center repeat-y;
	}

body {
   	width: 774px;
	margin: 0px auto 0 auto;
	}

#page {
    padding: 0 0 0 15px;
	}

#background {
    padding: 5px 15px 0 0;
    }

/**
 * PAGE HEAD
 */

#head {
    margin-bottom: 1px;
    padding: 25px 0 0 0;
    background-color: #C00;
    }

    #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;
        }

#lid {
    clear: both;
/*
    margin-bottom: 1px;
    border-bottom: 1px dashed #CCC;
	background-color: #000;
*/
	background-color: #F7F7F7;
	}

	#lid p {
        margin: 0;
        padding: 0.35em 0.6em 0.65em 0.6em;
		font-size: 11px;
		line-height: 1.3em;
		color: #999;
		text-align: left;
		}

		#lid p span {
			font-weight: bold;
			color: #999;
			}

		#lid p strong {
			font-weight: normal;
			color: #000;
			}

		#lid p a {
			color: #999;
/*
			font-weight: bold;
			line-height: 1.0em;
*/
			text-decoration: none;
			}

		#lid p a:hover {
			color: #000;
			text-decoration: underline;
			}

#body {
/*
    border-bottom-width: 1px;
    padding: 0 !important;
    padding: 0 0 3px 0;
    background: transparent url(/images/bg-shade-bottom.png) bottom repeat-x;
*/
	}

#contents {
/*
    background: transparent url(/images/bg-shade-top.png) top repeat-x;
*/
	}

/*-----[ Left Column
*/

#info, #left {
    padding-bottom: 10px;
    }

/*-----[ Centre Column
*/

#centreColumn {
    float: left;
    width: 618px;
    }

#content {
    padding: 15px 24px 10px 20px;
    }

/*-----[ Links Column
*/

#rightColumn {
    margin-left: 618px;
    padding: 0 0 0 0;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    }

    #rightColumn * {
        font-size: 11px;
        }

    #rightColumn img {
        display: block;
        margin: 0px auto;
        }

#page-tools {
    padding: 10px 10px 15px 10px;
    }

    #page-tools img {
        display: block;
        float: left;
        }

    #page-tools p {
        margin: 0.4em;
        }

    #page-tools p span {
        padding: 0px 0 0 25px;
        display: block;
      }


#body-bottom {
    clear: both;
	width: 774px;
	height: 0;
	}

/**
 * PAGE FOOT
 */

#navBottom {
    padding: 0 6px 3px 6px;
    background: transparent url(/images/bg-blk-bottom.png) bottom no-repeat;
	}

	#navBottom p {
    	padding: 0.2em 0 0.3em 0 !important;
    	padding: 0.15em 0 0.5em 0;
        background-color: #C2D69D;
        font-size: 14px;
        color: #996;
        color: #4E933F;
        text-align: center;
		}

	#navBottom p a {
		font-size: 80%;
		font-weight: bold;
		color: #4E933F;
		text-decoration: none;
		}

	#navBottom p a:hover {
		color: #060;
		}

#foot {
   	padding: 0;
	}

#copyright {
    }

    #copyright p {
        padding: 0.4em 1.0em 0.5em 1.0em !important;
        padding: 0.3em 1.0em 0.5em 1.0em;
        background-color: #C00;
        font-size: 11px;
		font-weight: normal;
		color: #FFF;
        }

        #copyright p span {
            font-size: 130%;
            font-weight: normal;
            color: #000;
            }

        #copyright p a {
            font-weight: normal;
            color: #C00;
            text-decoration: none;
            }

        #copyright p a:hover {
            color: #CCC;
            }

/**
 * INFO FOOT
 */

#info-foot {
	padding: 5px 5px 2px 1px;
/*
    border: 0 dashed #CCC;
    border-top-width: 1px;
    background: transparent url(/images/bg-shade-top.png) top repeat-x;
*/
    }

#web-designer, #web-designer * {
    padding: 2px 0 4px 0;
    color: #999;
    font-size: 10px;
    line-height: 1.0em;
    text-decoration: none;
    }

#webStandards {
    padding: 4px 0 5px 0;
	}

	#webStandards img {
		display: inline;
		margin-right: 5px;
		}

