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


/**
 * DOCUMENT
 */

html {
	background-color: #F2F2F2;
	}

body {
   	width: 774px;
	margin: 5px auto 0 auto;
    background: transparent url(/images/bg_page.png) repeat-y;
	}

#page {
    padding: 6px 0 0 0;
    background: transparent url(/images/bg-box-top.png) top no-repeat;
	}

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

.msie-blk-fix {
    display: inline;
    margin: -10px 0 0 0 !important;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    }

/**
 * PAGE HEAD
 */

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

#head {
    }

    #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: 762px;
        height: 151px;
        background-color: #E2F6BD;
        }

#blk2 {
    padding-top: 2px;
    background: transparent url(/images/bg-blk-top.png) top no-repeat;
	}

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

#blk3 {
    padding-top: 2px;
    background: transparent url(/images/bg-blk-top.png) top no-repeat;
	}

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

#lid {
	}

	#lid p {
        margin: 0;
        padding: 0.75em 1.1em 0.7em 1.1em !important;
        padding: 0.65em 1.1em 0.8em 1.1em;
        background-color: #C2D69D;
		font-size: 90%;
		line-height: 1.2em;
		color: #060;
		text-align: left;
		}

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

		#lid p strong {
			font-weight: bold;
			color: #272B1F;
			}

		#lid p a {
			color: #060;
			line-height: 1.0em;
			}

		#lid p a:hover {
			text-decoration: none;
			}

#blk4 {
    padding-top: 2px;
    background: transparent url(/images/bg-blk-body-top.png) top no-repeat;
	}

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

#contents {
	padding: 5px 0px 1px 18px;
	}

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

/**
 * PAGE FOOT
 */

#blk5 {
    padding-top: 2px;
    background: transparent url(/images/bg-blk-top.png) top no-repeat;
	}

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

#blk6 {
    padding-top: 2px;
    background: transparent url(/images/bg-blk-top.png) top no-repeat;
	}

#foot {
   	padding: 0 6px 0 6px;
	}

#copyright {
    }

    #copyright p {
        padding: 0.5em 1.0em 0.7em 1.0em !important;
        padding: 0.45em 1.0em 0.8em 1.0em;
        background: #2C7F38 url(/images/bg_copyright.png) bottom repeat-x;
        font-size: 11px;
        color: #0B0;
        }

        #copyright p span {
            font-size: 130%;
            }

        #copyright p a {
            color: #0B0;
            text-decoration: none;
            }

        #copyright p a:hover {
            color: #0E0;
            }

/**
 * INFO FOOT
 */

#info-foot {
	padding: 0 6px 1px 6px;
	background-color: #F2F2F2;
    }

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

