* {
    border:none;
    margin:0;
    padding:0;
}
body {
    background:url(../images/body-bg.gif) no-repeat right 352px;
    font: 78% Arial, Helvetica, sans-serif;
    color: #7d7d7d;
}
a {
    text-decoration:none;
    color:#ec7945;
}
p {
    margin-bottom:1.5em;
}
h1 {
    font-size:1.8em;
    color:#002336;
    font-weight:normal;
    margin-bottom:20px;
}
h1 span {
    color:#97c9e0;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4, h5, h6, h7 {
	font-size:1em;
}
.photo {
    padding:5px;
    border:1px #d8d8d6 solid;
    margin-bottom:10px;
}
.photo-label {
    font-size:11px;
    font-style:italic;
    position:relative;
    top:-10px;
    white-space:nowrap;
}
a:hover {
    text-decoration:underline;
}
#header-upper {
    height: 133px;
    width: 100%;
}

#header-lower {
    height:219px;
    width:100%;
    background:url(../images/header-bg.gif);
    z-index:1;
}

#circles {
    width:100%;
    height:100%;
    background: url(../images/slogan.gif) no-repeat right;
}
body#sectionhome #circles {
    width:100%;
    height:100%;
    background: url(../images/slogan-home.gif) no-repeat right;
}
body#sectionhome #circles #home-slogan-link {
	position:relative;
	top:155px;
	left:-6%;
	display:block;
	width:300px;
	height:60px;
	float:right;
}
#circles #headerimage{
    background: transparent url(../images/header-image1.jpg) no-repeat top left;
    float: right;
    display: block;
    width: 633px;
    height: 219px;
}
body#section5 #circles #headerimage{
    background: transparent url(../images/header-image2.jpg) no-repeat top left;
}
body#sectionhome #circles #headerimage{
    background: transparent url(../images/header-image3.jpg) no-repeat top left;
}
#utility-menu {
    width:654px;
    position:absolute;
    right:0px;
    top:5px;
}
#utility-menu a {
    display:block;
    float:left;
    width:100px;
    background:url(../images/menu-dots.gif) no-repeat left 0px;
    color:#d3d3d1;
    padding: 3px 6px 9px 8px;
    font-weight:bold;
}
#utility-menu a:hover {
    color:#002537;
    text-decoration:none;
}
#col-left {
    width:288px;
    height:380px;
    float:right;
    padding-right:50px;
    line-height:1.45em;
    margin:30px 0px;
    background:url(../images/vert-dots.gif) repeat-y right top;
}
html>body #col-left {
    min-height:390px;
    height:auto;
}

#col-right {
    margin:30px 0px;
    width:555px;
    height:380px;
    float:right;
    /*background:url(../images/vert-dots.gif) repeat-y left top;*/
    padding-right:50px;
    padding-left:35px;
    line-height:1.45em;
}
html>body #col-right {
    min-height:380px;
    height:auto;
}
#col-right #subcol-left,
#col-right #subcol-right {
    width:247px;
    float:left;
}
#col-right #subcol-right {
    float:right;
}

#col-right #subcol-left .title,
#col-right #subcol-right .title {
    margin-bottom:1em;
}
#col-right #subcol-left .txt,
#col-right #subcol-right .txt {
    height:80px;
    margin-bottom:1em;
}
#footer {
    width:100%;
    background:#d3d3d1;
    clear:both;
    text-align:center;
    padding:5px 0;
    line-height:1.5em;
    color:#666;
    font-size:0.9em;
}
#footer a {
    color:#000;
}