/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body.custom {
    background:#0e467f;
}

.custom #container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: #33332f;
    border: none;
}

.custom #page {
    background: #fff;
}

.custom #header {
    background:url(images/masthead.jpg) no-repeat;
    height:412px;
}

#topnav {
   height:38px;
   background:url(images/bg-nav.gif) no-repeat;
   padding: 0 0 0 180px;
}

.custom #footer {
    background:#cc9933;
    font-size:1.3em;
    text-align:center;
    color:#FFF;
    padding:25px 0 25px 0;
}

.custom #footer a {
    border-bottom: none;
    padding:0 4px 0 4px;
}

.footerlinks {
    padding:0 20px 0 20px;
}

/* image map */
#image_map{
width:403px;
height:99px;
position:relative;
} 

#image_map a{
display:block;
position:absolute;
} 

#image_map a#argosy{
width:403px;
height:99px;
top:0px;
left:556px;
}