/* Global */
body
{
    font-family: Arial, Sans-Serif;
    margin: 0;
    background-image: url(images/bodyBG.png);
    background-repeat: repeat-x;
}
h2
{
    color: #660000;
    margin: 0.25em 0 0.5em 0;
}
h2 + p
{
    margin-top: 0;
}

#main a, #secondary a
{
    color: #660000;
}

.clear
{
    clear: both;
}

/* Frame */
#outer
{
}
#inner
{
    width: 966px;
    margin: 0 auto 0 auto;
}

/* Main Menu Navigation  */
#mainMenu
{
    background-image: url(images/mainMenuBG.png);
    height: 40px;
    width: 965px;
}
#mainMenu ul
{
    float: left;
    font-weight: bold;
    font-size: 110%;
    color: White;
    margin: 0;
    margin-top: 8px;
    margin-left: 100px;
    padding: 0;
    list-style-type: none;
}
#mainMenu ul li
{
    float: left;
    margin: 0 0 0 3em;
    padding: 0 0 0 12px;
    background-image: url(images/mainMenuBullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 2;
}

#mainMenu ul li a
{
    color: White;
    text-decoration: none;
}

#mainMenu ul li a:hover, #mainMenu ul li a:active
{
    text-decoration: underline;
    color: #660000;
}


/* Sub Menu */
#subMenu
{
    background-image: url(images/SubMenuBG.png);
    background-position: center bottom;
    margin: 0 0 0 33px;
    width: 900px;
    height: 20px;
}
#subMenu ul
{
    background-image: url(images/SubMenuBG.png);
    padding: 2px 0 0 0;
    margin: 0;
    color: #a1beff;
    list-style-type: none;
}
#subMenu li
{
    margin: 0 0 0 16px;
    padding: 0 0 0 12px;
    float: left;
    font-weight: bold;
    font-size: 70%;
    background-image: url(images/subMenuBullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    z-index: 2;
}

#subMenu ul li
{
    color: #a1beff;
}
#subMenu ul li#first
{
    color: White;
    background-image: none;
	
}
#subMenu li:first-child
{
    margin-left: 130px;
}



/* Header */
#header
{
    background-image: url(images/headerNavBG.png);
    background-repeat: repeat-x;
    height: 330px;
}
#header h1
{
    width: 577px;
    height: 45px;
    color: White;
    text-align: center;
    font-family: Serif;
    font-variant: small-caps;
    font-size: 36pt;
    float: left;
    margin: 20px 0 0 100px;
    background-image: url(images/title.png);
    background-repeat: no-repeat;
}
#header h1 span
{
    visibility: hidden;
}
#headerImg
{
    background-image: url(images/montage.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

/* Header Navigation */
#headerNav
{
    height: 90px;
}
#headerNav ul
{
    margin: 0 0 0 40px;
    padding: 0;
    float: left;
    list-style-type: none;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #5874ad;
    letter-spacing: 6px;
}
#headerNav ul li
{
    background-image: url(images/HeaderNavButton.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 221px;
    padding-top: 4px;
    margin-top: 8px;
}
#headerNav ul li a
{
    color: #5874ad;
    text-decoration: none;
}
#headerNav ul li a:hover
{
    color: #82abff;
}

/* Header Image */
#headerImg
{
    clear: both;
    height: 240px;
}



/* Justice Icon */

#justice
{
    float: left;
    height: 404px;
    margin-right: -240px;
    position: relative;
    z-index: 1;
}

#justice img:first-child
{
    position: relative;
    top: -340px;
}
#justice img:first-child + img
{
    position: relative;
    left: -257px;
    top: -76px;
}



/* Main Content */
#main
{
    color: #606060;
    float: left;
    width: 560px;
    margin-right: 10px;
}
#map
{
    padding: 1em;
    float: right;
}


/* Secondary Content */
#secondary
{
    color: #606060;
    background-image: url(images/secondaryBG.png);
    background-repeat: repeat-y;
    float: left;
    width: 220px;
    padding-right: 10px;
}
#secondary h2
{
    padding-left: 28px;
}
#secondary p
{
    padding: 0 8px 0 28px;
}
#secondary p:last-child
{
    background-image: url(images/secondaryBGEnd.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 0;
    padding-bottom: 40px;
}
#JudyPic
{
    padding-left: 17px;
}
.caption
{
    font-size: 10pt;
}
#contact_side
{
    margin-left: 7px;
}

/* Footer */
#footer
{
    background-image: url(images/poweredby_win2k3.gif);
    background-repeat: no-repeat;
    background-position: middle;
    font-size: 80%;
    float: left;
    clear: both;
    border-top: 1px solid #f0f0f0;
    height: 102px;
    padding-top: 52px;
    width: 100%;
    color: #999999;
}

.vcard
{
    padding: 0 8px 0 28px;
		font-size: 10pt;
}
