body{
    /* Center IE */
    text-align:center;
    font-family:Arial, Sans-Serif;
    color:#ddd;
    font-weight:normal;
    background-color:#fff;
    padding-bottom:5px;
}
#PageWrapperOuter {
    position:relative;
    top:0;
    left:0;
    width:995px;
    /* Correct centering for IE */
    text-align:left;
    /* Center Mozilla/Opera */
    margin: 0px auto 0px auto;
    background-image:url(../images/main_background.gif);
    background-position:307px 0px;
    background-repeat:repeat-y;
    background-color:#fff;
}
#PageWrapperInner{ 
    /* Set width for IE 6 */
    width:100%;
}
#Main{
    background-image:url(../images/header_image.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}
a{
    /* remove outline that Firefox puts on */
    outline:none;
}


/* --- HEADER ---*/
#HeaderContainer{
    background-image:url(../images/header_curve.gif);
    background-repeat:no-repeat;
    background-position: 65px 4px;
    background-color:#fff;
}
#Header{
    height:180px;
}
#HeaderLogo{
    position:absolute;
    top:25px;
    left:0px;
    z-index:1;
}
#HeaderLogo a{
}

/* --- TOP NAVIGATION BAR --- */

#Navigation{
    font-size:1.0em;
    margin-left:365px;
    position:absolute;
    top:155px;
    left:0px;
    width:600px;
    z-index:100;
}
#Navigation ul{
   font-family:verdana, arial, sans-serif;
}
#Navigation li{
    display:inline;
    padding: 0px 25px 0px 4px;
    line-height:1.75em;
    font-weight:bold;
}
#Navigation a{
     color:#444;
     text-decoration:none;
}
#Navigation .current, #Navigation .section{
    border-bottom: solid 3px #ccc;
}

/* --- BREADCRUMBS ---*/

#Breadcrumbs{
    position:absolute;
    top:0px;
    left:58px;
    margin-top:20px;
    font-size:0.8em;
    font-weight:normal;
    color:#555;
}

/* --- CONTENT --- */
#ContentContainer{
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
}
#ContentContainerInner{
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
}
#PrintLogo{
    display:none;
}
#ColumnMiddle{
    float:left;
    position:relative;
    left:310px;
    width:660px;
}
#Content{
    float:left;
    width:580px;
    color:#666;
    padding-left:58px;
    color:#333;
    font-size:0.95em;
}

/* Switch positions with the left column and the
middle column as the middle column appears first in the
markup.  This is to help with SEO */
#ColumnLeft{
   float:left;
   position:relative;
   left:-660px;
   width:310px;
   padding-top:55px;
}
#ColumnRight{
    display:none;
}

/*--- LEFT SIDEBAR NAVIGATION ---*/

#Sidebar{
    width:280px;
    color:#222;
}
#Sidebar h3{
    font-size:1.5em;
    margin-left:45px;
    color:#333;
    line-height:1.5em;
    border-bottom:solid 3px red;
    margin-bottom:1.5em;
    font-family:tahoma, Sans-Serif;
}
#Sidebar span em{
    font-family:verdana, sans-serif;
    font-weight:bold;
}
#Sidebar ul{
    font-size:1em;
    margin-left:45px;
}
#Sidebar li{
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
}
#Sidebar a{
    display:block;
    line-height:1.25em;
    margin:0 !important;
    padding-top:0.4em;
    padding-bottom:0.4em;
    text-decoration:none;
    color:#333;
    font-weight:bold;
    font-family:arial, sans-sreif;
}
#Sidebar .inlineLink{
    display:inline;
    font-size:1em;
    margin-left:45px;
    line-height:1.35em;
    text-decoration:underline;
    font-weight:normal;
}
#Sidebar p{
    font-size:0.9em;
    margin-left:45px;
    line-height:1.35em;
}
#Sidebar .phone{
    font-size:1.3em;
    font-weight:bold;
    margin-left:45px;
    color:#444;
    line-height:1.35em;
}

.teaserImageBox{
    margin-left: 45px;
    margin-top: 5px;
}
.teaserImageBox img{
    width: 230px; 
    /*height: 100px;*/
    border: solid 1px #333;
    padding:0;
    margin:0;
}

/* --- FOOTER ---*/

#Footer{
   position:relative;
   height:50px;
   background-image:url(../images/footer_curve.gif);
   background-repeat:no-repeat;
   background-position: 307px 0px;
   font-size:0.8em;
}
#Footer p, #Footer a{
    color:#333;
    font-family:Verdana, Sans-Serif;
    text-align:right;
}
#Footer p{
    position:absolute;
    right:40px;
    bottom:-25px;
}
#Footer a{
    display:inline;
}

#ClearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}

#ContentContainerInner{
}
