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


/**
 * DOCUMENT
 */

html {
	background-color: #FFF;
	}

body {
	}

#page {
   	width: 774px;
	margin: 1.0em auto 0 auto;
    position: relative;
	}

#background {
	}

/**
 * INFO TOP
 */

#info-top {
    position: absolute;
    top: 1px;
    right: 1px;
    }

    #info-top p {
        float: right;
        margin: 0;
        padding: 0.7em 0.8em 0.5em 0.8em;
        background-color: #F7F7F7;
	    font-size: 11px;
        }

    #info-top a * {
        color: #006;
        text-decoration: underline;
        }

        #info-top a:hover * {
            color: #999;
            text-decoration: none;
            }

    #info-top img {
        display: block;
        float: left;
        }

    #info-top p span {
        display: block;
        padding: 0 0 0 2.0em;
      }

/**
 * PAGE HEAD
 */

    #print-head h1 {
        display: none;
        }

    #print-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 {
    padding: 2em 2em 1.8em 2em;
    border-top: 1px solid #EEE;
    background: transparent url(/images/bg-page-side-borders.png) top left repeat-y;
    }

#logo,
#logo img {
    display: block;
    width: 220px;
    height: 72px;
    }

#navigation {
    position: relative;
    float: left;
    width: 772px;
    border: 1px solid #EEE;
    border-top-width: 0;
    border-bottom-width: 0;
	}

#lid {
    clear: both;
    padding: 0.2em 1em 0.5em 1em;
	}

	#lid p {
        margin: 0;
		font-size: 11px;
		color: #666;
		font-weight: normal;
		text-align: left;
        white-space: nowrap;
		}

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

		#lid p strong {
		color: #666;
		font-weight: normal;
/*
			font-weight: bold;
			color: #272B1F;
*/
			}

		#lid p a {
            color: #666;
			font-weight: normal;
			line-height: 1.0em;
			}

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

/**
 * PAGE BODY
 */

#body {
    clear: both;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    background: transparent url(/images/bg-page-side-borders.png) top left repeat-y;
	}

#content {
	padding: 0.8em 2em 1.8em 2em;
	padding: 0.8em 2em 0.6em 2em;
    }


/**
 * PAGE FOOT
 */

#foot {
    clear: both;
    margin-bottom: 0.5em;
    padding: 0.7em 1em 0.8em 1em;
    border: 1px solid #EEE;
	}

    #foot p {
        margin: 0;
        font-size: 11px;
		color: #999;
        }

    #foot p a {
        color: #E5322D;
        text-decoration: underline;
        }

        #foot p a:hover {
            color: #999;
            text-decoration: none;
            }

#copyright {
    }

    #copyright p {
        margin: 0;
		font-weight: normal;
		line-height: 1.7em;
        }

        #copyright p span {
            font-weight: normal;
            }

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

        #copyright p a:hover {
            text-decoration: underline;
            color: #E5322D;
            }

/**
 * INFO FOOT
 */

#info-bottom {
	padding: 1em 10px 2px 1.1em;
    background: #FFF url(/images/bg-info-bottom.png) top left repeat-x;
    font-size: 11px;
    }

#websiteDesigner {
    float: right;
    margin-bottom: .5em;
    padding: 0 .2em 0 0;
    }

    #websiteDesigner p {
        font-size: 11px;
        color: #999;
        }

    #websiteDesigner a,
    #websiteDesigner a:hover {
        border-bottom-color: transparent;
        color: #999;
        text-decoration: none;
        }

    #websiteDesigner .designerLogo {
        border-bottom-width: 0;
        }
    
        #websiteDesigner .designerLogo img {
            display: inline;
            margin-left: .1em;
            vertical-align: middle;
            }

#webStandards {
    padding: .3em 0 5px 0;
	}

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


