﻿/* -------- GLOBAL STYLES ----------/*

/* body */
body 
{
    background-color: white;
    border-top: solid 10px black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 100px 0;
}

.body_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #7f2424;
	font-weight: bolder;
}

/* header */
#header
{
    background-color: White;
    background: #ffe8cd url(../images/ghbs_logo.jpg) no-repeat center;
    border-top: solid 10px #7f2424;
    border-bottom: solid 10px #7f2424;
    height: 119px;
}

/*footer */
#footer
{
    color: Gray;
    font-size: smaller;
    margin-top: 10px;
    padding: 5px;
    bottom: 10px;
    text-align: center;
}

/* navigation bar div located on the left */
#navbar
{
    background: #151515 url(../images/nav_bookmark.jpg) 0 -100px no-repeat;
    height: 650px;
    left: 0;
    margin: 0 0 0 10px;
    position: absolute;
    top: 149px;
    width: 178px;
}    

/* navbar ul tag, ensure no padding or margin */
#navbar ul
{
    padding: 0;
    margin: 0;
}

/* navbar items. */
#navbar li
{
    border-bottom: dotted 1px #717171;
    color: White; 
    list-style-type: none;
    margin: 0 8px 0 6px;
     
}

/* nav bar hyperlinks */
#navbar a
{
    color: White;
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* nav bar hyperlinks when you move cursor over */
#navbar a:hover
{
    background-color: #7f2424;
    color: white;
}

#navbar h1
{
	background: url(../images/navheader.jpg) center;
	color: White;
	font-size: medium;
	line-height: 30px;
	height: 30px;
	margin: 0 8px 0 6px;
	text-align:center;
}

/* page content */
#content
{
    background-color: White;
    margin: 0 0 0 188px;
    padding: 15px;
}


/* formatting for h1 tag throughout site */
h1
{
    background: url(../images/sliver_rw.jpg) no-repeat 0px bottom;
    color: #7f2424;
    overflow: hidden;
}

/* formatting for h2 tag throughout site */
h2
{
    color: #7f2424;
    margin: 0;
}



