body
{
        font-family: Garamond, Georgia, New York, Times New Roman, serif;
}

.container
{
        width: 810px;
        padding:0;
        margin:0;
        float:left;
        background:white;
}

.contentImage-container
{
        text-align:center; /* IE hack for center alignment of child element */
        background: #005A51; /* dark green */
        padding:5px 0px;
        border-top: 5px solid #12655D;
        border-bottom: 5px solid #12655D; /* different dark green */
        float: left;
        margin-bottom:10px;
        width:630px;
}

#header-logo, #header-image
{
        float:right;
}

/* centre logo in the whitespace to the left of the header-image */
#header-logo
{
        width:178px; /*page width - header-image width, 810 - 632 */
        height:65px;
        background-repeat:no-repeat;
        background-position:center center;
}

#header-image
{
        width:632px;
        height:76px;
        background:url('images/header-image.gif') no-repeat;
}

#redline
{
        height:5px;
        font-size:0; /* IE hack to display 5px height */
        margin-bottom:3px;
        clear:both;
}

.contentImage
{
        position:relative;
        margin:auto; 
        width:595px;
        height:130px;
}

.contentImage div
{
        margin:0px 2px;
        position:absolute;
}

.contentImage div#family-law
{
        left:198px; /* 193 + 5px */
}

.contentImage div#wills-and-probate
{
        left:396px; /* 193+193+10, family law + conveyancing + margins*/
}

.contentImage div#conveyancing
{
        left:0px;
}

.contentImage div#conveyancing, .flash-object#conveyancing
{
        background-image:url('images/conveyancing-pic.gif');
}

.contentImage div#wills-and-probate, .flash-object#wills-and-probate
{
        background-image:url('images/wills-probate-pic.gif');
}

.contentImage div#family-law, .flash-object#family-law
{
        background-image:url('images/family-law-pic.gif');
}

#header-logo, #flash-logo
{
        background-image: url('images/jh-logo.gif');
}

.right-container
{
        margin-left: 180px; /* same as linksList width */
        background:white;
}

.pageContent
{
        text-align:left; /* override parent value */
        padding: 10px;
}

.main, .linksList, .linksList li:hover ul, #redline
{
        background: #9D080C;
}

.linksList
{
        z-index:3;
        padding:0;
        margin:0;
        width:180px;
        float:left;
}

.linksList img
{
        padding:5px 0;
}

a img
{
        margin:0;
        padding:0;
        border:0;
}

.linksList li
{
        list-style:none;
        position:relative;
        font-size:0; /* get rid of the invisible space generated */
}

.linksList li a
{
        display:block;
        text-decoration:none;
        color: #FFF;
}

.linksList li ul
{
        display:none;
        z-index: 1;
}

.linksList li ul, .linksList li ul li
{
        padding:0;
        margin:0;
}


.container
{
}

.pageContent a
{
        text-decoration:none;
        font-weight:bold;
}

.footer
{
        background: #000;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center;
        height:20px;
}

.footer div a
{
        font-size: 10px;
        color: #FFF;
        padding-right: 50px;
        text-decoration: none;
}

.spacer
{
        padding:0;
        border: 1px solid #000;
        height:1px;
}

img#group-photo
{
        margin-top:10px;
}

.portfolio
{
       width: 600px;
       float:none;
       border-bottom: 3px solid #000;
       padding-bottom:20px;
}

.portfolio img
{
        float:right;
        padding-left:20px;
}

.description
{
float: none;
border: 2px solid #090;
width: 400px;
}


h1
{
        font-variant:small-caps;
        font-size: 1.5em;
        font-weight: bold;
}

p, li
{
        font-size: 1.0em;
}

.headline, .footline
{
        font-size: 1em;
        font-weight:bold;
}

p.name
{
        font-size: 1.1em;
        font-weight: bold;
        color: #9D080C;
}

p.position
{
        font-style:italic;
        font-weight:bold;
}

.subHeading
{
        font-size: 0.9em;
        font-weight: bold;
}

div.address
{
        margin:0 30px 0px;
        float:right;
}

div#contact_details
{
	text-align:center;
        margin-top:30px;
}


/*css for flash content*/
.flash-container
{
        margin:0;
        padding:0;
        position:relative;
        width:400px;
        height:274px;
        margin:auto;
        z-index: 0;
}

.flash-object
{
        float:none;
        position:absolute;
        background:#FFFFFF;
        background-repeat:no-repeat;
        background-position: center center;
        border:none;
}

.flash-object, .contentImage div
{
        width: 193px;
        height: 130px;
}

.flash-object#family-law
{
        top:0;
        left:0;
}

.flash-object#wills-and-probate
{
        top:0;
        right:0;
}

.flash-object#conveyancing
{
        bottom:0;
        left:0;
}

.flash-object#flash-logo
{
        bottom:0;
        right:0;
}
