body
{
    background-color:#FFF;
    background-repeat:repeat-y;
    color:#000;
    padding:0px;
    font-family: Arial, sans-serif;
    font-size:medium;
    margin-left:0;
    margin-right:0;
    margin-top:0;

}

a {color:#001f4e;text-decoration:none;}
a:hover {color:#ff9600;border-bottom:1px dotted #ff9600;}

h1
{
    font-size:16pt;
    font-weight:bold;
    margin-top:2px;
    font-family:Georgia,Palatino,serif;
    color: #001f4e;


}
h2
{
    font-size:14pt;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    font-family:Georgia,Palatino,serif;
    color: #001f4e;


}
h3
{
    font-size:10pt;
    font-weight:bold;
    margin-top:2px;
    color: #001f4e;
}

h4
{
    font-size:8pt;
    font-weight:bold;
    color: #001f4e;
}

#header
{
    background-image:url(images/bg_header.jpg);
    background-repeat:repeat-x;
    height:150px;
    text-align:left;
}
#header img
{
    border:0;
    float:left;
    
}

#nav {
    color:#FFF; 
    text-align:center;
    font-weight:bold;
    font-family:Georgia,Palatino,serif;
    position:absolute;
    top:160px;
    left:0;
    width:125px;
    font-size:12pt;
}

#nav a {color:#ff9700;text-decoration:none;}
#nav a:hover {color:#ffffff;border-bottom:none;}

#nav ul {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
    line-height:150%;
    width:125px;
}

#nav ul li {
    list-style-type:none;
    margin-left:0;
    width:125px;
    height:25px;
    padding:5px;
    background-color:#001f4e;
    margin-bottom:5px;
    border-right:#ff9700 solid 2px;
    border-bottom:#666 outset 2px;


}

#photostrip {
    width:200px;
    float:right;
    margin:3px;
}
#content
{
    color:#000;
    padding:20px 220px 30px 160px;
    text-align:left;

}
 
#content.clients {
    padding-right:20px;
}

#clientlogos {
    margin-left:30px;
    vertical-align:top;
}

#clientlogos img {
    margin:10px 20px 10px 20px;
    width:135px;
}
#footer {
    font-size:9pt;
    color:#666;
    margin:5px;
    clear:both;
    padding-top:30px;
    text-align:right;
}

.article
{
    clear:left;
    margin-bottom:10px;
    padding:10px 0 10px 0;
    display:table;
}
.graphic
{
    float:right;
    display:table;
    width:135px;
    height:100%;
}

.graphic img
{
    
    margin:10px;
    width:135px;
    border:1px solid #333;
}

.listing {
    border-top:1px solid #ff9700;
    border-bottom:1px solid #ff9700;
    padding:5px 0 5px 0;
    min-height:210px;
    margin-bottom:5px;
    clear:both;
}

.listing h1 {
    font-size:medium;

}

.listing img {
    float:right;
    border: 1px solid #000;
    margin-left:10px;
    width:200px;
    height:200px;
}

.listing td {
    text-align:left;
    vertical-align:top;
    padding-left:3px;
}

.listing th {
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
}

.listing p {
    margin-top:0;
}

.top {
    text-align:center;
    font-weight:bold;
    clear:both;
}

