/* defaults */

* {
    font-family: Arial, San-Serif;
    color: black;
}

img {
    border-width:0px;
}

h1 {
    font-size:12pt;
}


/* HTML overides */

body {
    margin:0px;
    background-color: rgb(236,245,241);
    color:white;
    text-align: center; /* IE6 bug fix */
}

/* classes */

.clr {
    clear:both;
    height:0px;
    overflow: hidden;
    margin:0px; padding:0px;
}


/* Pseudo elements */

#pageContainer {
    width:770px;
    text-align: left; /* IE6 bug fix */
    margin: 0 auto;
    background-color:white;
    color:black;
    border-width:0px 2px 0px 2px;
    border-color:rgb(222,226,224);
    border-style: solid;
}

#siteHeader {
    height:124px;
    text-align:center;
}

#siteMenu {
    height:34px;
    line-height:34px;
    color:white;
    background-color: rgb(156,156,2);
    border-width:1px 0px 1px 0px;
    border-style: solid;
    border-color:white;
    text-align:center;
    font-size: 9pt;
}

#siteMenu * {
    text-decoration:none;
    font-size: 9pt;
    color:white;
}

#siteMenu a:hover {
    color:black;
}

#headImage-home {
    position:relative;
    height: 125px;
    background-image: url(../images/home_image.jpg);
    background-repeat:no-repeat;
}

#headImage-page {
    position:relative;
    height: 125px;
    background-image: url(../images/page_image.jpg);
    background-repeat:no-repeat;
}

#pageHeader {
    color: white;
    font-size:15pt;
    position: absolute;
    bottom:20px;
}
#pageHeader * {
    color:white;
}

#homeInset {
    height: 160px;
    position:relative;
    background-image: url(../images/home_inset.jpg);
    background-repeat: no-repeat;
}

#homeInset-text {
	position:absolute;
	top:25px;
	left:280px;
	width:450px;
	height:115px;
	color: rgb(169,169,36);
	font-size:10pt;
	line-height:14pt;
	overflow:hidden;
}

#homeInset-text h1 {
    font-size:12pt;
    margin:0px;
    color:rgb(169,169,36);
}
#homeInset-text a {

    font-weight: bold;
    color:rgb(169,169,36);
}


#home3Column {
    height:255px;
    background-image: url(../images/home_3Column.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#homeCol1,#homeCol2,#homeCol3 {
    position:absolute;
    left:24px;
    bottom:5px;
    height:85px;
    width: 220px;
    overflow:hidden;
    font-size:9pt;
}
#homeCol2 {
    left:277px;
}

#homeCol3 {
    left:530px;
}


#homeCol1 h1,#homeCol2 h1,#homeCol3 h1 {
    font-size:10pt;
    margin:0px;
}

#homeImageBar {
    padding-top:16px;
    padding-bottom:18px;
    padding-left:6px;
}
#homeImageBar img {
    margin:0px; float:left;
}

#pageImageBar {
    padding-top:16px;
    padding-bottom:18px;
    padding-left:16px;
}


#footer {
    height:32px;
    line-height:32px;
    color:white;
    background-color: rgb(156,156,2);
    border-width:1px 0px 1px 0px;
    border-style: solid;
    border-color:white;
    text-align:center;
    font-size: 8pt;
    margin-bottom:10px;
}

#footer a {
    color:white;
    text-decoration:none;
}

#footerMenu, #footerMenu a {
    font-size:8pt;
    color: rgb(89,140,114);
    text-decoration:none;
    text-align:center;
}

#footerMenu a:hover {
    color:black;
}
#footerMenu {
    padding-bottom:10px;
}

#mainContentArea {
    margin-left:35px;margin-right:16px;
    font-size:10pt;
    line-height:14pt;
}

#mainContentArea h1 {
    margin-top:20px;
}
