* {margin: 0; padding: 0;}
body {
    font-size: 62.5%;
    font-family: goergia, helvetica, arial, sans-serif;
	line-height: 1.5em;
    background: white url(images/body-bg.png) repeat-x top left scroll;
}
ol, ul {
	list-style: none;
}

p {
    font-size: 1.1em;
}

a {
    font-size: 1.1em;
    text-decoration: none;
}

img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

#wrapper {
    width: 860px;
    margin: 0 auto;
}

/*****  Header  *****/
#header {
    height: 221px;
    position: relative;
}
ul#pages {
    position: absolute;
    top: 9px; right: 5px;
    height: 36px;
}

ul#pages li {
    display: inline;
}

ul#pages li a {
    padding-right: 10px;
    color: white; font-size: 1.2em; text-transform: uppercase; font-weight: bold;
}

ul#pages li a:hover {
    text-decoration: underline;
}

#header h1#logo a{
    display: block;
    width: 292px; height: 76px;
    position: absolute; top: 60px; left: 0px;
    text-indent: -99999px;
    background: url(images/logo.png) no-repeat top left scroll;
}

#header ul#mainNav {
    width: 100%; height: 63px;
    line-height: 63px;
    position: absolute; top: 160px; left: 0px;
    background: url(images/nav-bar.jpg) no-repeat top left scroll;
}

ul#mainNav li {
    display: inline
}

ul#mainNav li a {
position: relative;
    padding: 0px 10px;z-index: 10000;
    font-size: 1.2em; color: white; text-transform: uppercase; font-weight: bold;
}

ul#mainNav li a:hover {
    color: yellow;
}

#featured {
    height: 235px;
    border: 2px solid #e7e7e7;
    -moz-border-radius: 5px;
    margin: 2px 0px; padding: 10px;
    position: relative;
    background: #e4e4e4;
}

#featured p.slogan {
    font-size: 1.8em; 
    color: #115579;
    text-transform: uppercase;
    padding-left: 55px;
    height: 55px; line-height: 55px;
    background: url(images/slogan.jpg) no-repeat left center scroll;
}

#featured ul {
    list-style: circle inside;
    font-size: 1.2em;
    line-height: 2em;
    margin: 20px 0px 0px 20px; padding: 20px;
    width: 300px;
    -moz-border-radius: 5px;
    background: white;
}

#featured img.featuredImg {
    position: absolute;
    top: -192px; right: -4px;
}
