/*
    Document   : In Progress
    Created on : 23-Feb-2009, 11:19:25
    Author     : Bridget
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
    padding: 0;
    border:0;
}

body {
    background:#fff;
    color: #600;
    font-size: 62.5%;
    font-family:"Tempus Sans ITC", Verdana, Arial, Helvetica, sans-serif;
}
#skip {
    position:absolute;
    left:-9999px;
}
#wrap {
    margin:0 auto;
    width: 1000px;
    position: relative;
}
#above_footer {
    height:auto;
    padding:57px 125px 0;
    background: transparent url(../images/bg_top.jpg) no-repeat scroll;
}
#masthead {
    position:relative;
    text-align:center;
    padding-bottom:60px;
}
#text_content {
    float: left;
    width: 365px;
    padding-right:40px;
    height:auto;
}
#text_content li {
   list-style-type:none;
   font-size: 1.4em;
}
#extra {
    color: #c60;
}
/* see also .img_boxes */
#img_content {
    float: left;
    top: 7px;
    left: 305px;
    width: 325px;
    height: auto;
}
#extra2 {
    float: left;
    width: 265px;
    padding-right: 40px;
    padding-left: 80px;
    height:auto;
}

/* hack for IE6 */
* html #img_content {
    width: 443px;
}
#footer_wrap {
    clear: both;
    margin-top:1em;
    padding:0 0 40px;
    background: transparent url(../images/bg_bot.jpg) no-repeat scroll bottom;
}
#footer {
    margin:0 125px;
    border-top: 1px solid #ccc;
    padding-top:1em;
}
a {
    text-decoration:none;
    color:#600;
}

a:hover,
a:focus {
    color: #c60;
}
a:active,
a:hover {
    outline:none;
}
#nav_main {
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: 838px;
    height: 3px;
    text-align: right;
    list-style: none;
}
#nav_main li {
    display: inline;
    margin: 0;
    padding: 0;
}
h1  {
    padding-top:20px;
    Padding-bottom:20px;
}

#content p {
    font-size: 1.4em;
    line-height: 1.42857em;
    margin-bottom: 1.42857em;
}
/* see also .img_boxes */
#img_content li{
    list-style-type:none;
}
.foot_float_right {
    float: right;
}
/* layout of footer */
#footer * {
    display:inline;
}
#footer a,
#footer p {
    font-size:11px;
}

#footer a {
    border-bottom:medium none;
}
#footer li {
    background:transparent none repeat scroll 0%;
    margin-left:13px !important;
    padding-left:0pt;
}
#footer li a:hover,
#footer li a:focus,
#footer a:hover,
#footer a:focus {
    /*border-bottom:thin dotted #999;*/
}
/* ie6 hack */
*html #footer {
    height: auto;
    margin:0 125px;
    border-top: 1px solid #ccc;
    /*padding-top:1em;*/
}





