/* BORDER
 border-color: black;
 border-width: 1px;
 border-style: solid;
 background-color: #a7cece; */
/* START BASIC ELEMENTS */
html {
    margin: 0px;
    padding: 0px;
}

/* This is where the horizontal background line comes from */
body {
    margin: 0px;
    padding: 0px;
    background-color: #3875b8;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    font-size: small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* The body border only goes around content,
     this doesn't include the background image  */
}

body a:link {
    color: #3875b8;
}

body a:visited {
    text-decoration: none;
    color: #3875b8;
}

body a:hover {
    color: #063161;
}

hr {
    border: 0;
    color: #FFFFFF;
    background-color: #CCCCCC;
    height: 1px;
    width: 100%;
    text-align: left;
}

/* END BASIC ELEMENTS */
/* START ELEMENTS ON ALL PAGES */
/* The container centers all the elements */
#container {
    margin-left: auto;
    margin-right: auto;
    width: 1174px;
    position: relative;
}

/* LandStrategies Logo */
#logo {
    position: absolute;
    top: 0px;
    left: 47px;
    height: 45px;
    width: 991px;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
}

/* White background for top */
#header {
    position: absolute;
    top: 44px;
    left: 244px;
    height: 372px;
    width: 789px;
    background-image: url('../images/Whitetop.gif');
    background-repeat: no-repeat;
    /*
     background-color: #ffcccc;
     */
}

/* White expandable background for center */
#whiteContainer {
    width: 789px;
    margin: 0px 0px 0px 244px;
    /*
     background-color: #a7cece;
     */
    background-image: url('../images/whiteContainerMiddle6.gif');
}

/* start left nav */
#navContainer {
    letter-spacing: .03em;
    text-align: right;
    position: absolute;
    top: 125px;
    left: 35px;
    width: 200px;
    font-size: 105%;
}

.navSelected {
    color: #000000;
    font-weight: bold;
}

.navLink {
    text-decoration: none;
    color: #000000;
}

.navLink a:link {
    text-decoration: none;
    color: #000000;
}

.navLink a:visited {
    text-decoration: none;
    color: #000000;
}

.navLink a:hover {
    color: #000000;
    font-weight: bold;
}

.navSpace {
    margin: 0px 0px 8px 0px;
}

/* end left nav */

/* start home link */
.homeLink {
    text-decoration: none;
    color: #303030;
}

.homeLink a:link {
  text-decoration: none;
    color: #303030;
}

.homeLink a:visited {
    text-decoration: none;
    color: #303030;
}

.homeLink a:hover {
    color: #303030;
	text-decoration: none;
}
/* end home link */

/* start footer */
#footer {
    height: 100px;
    width: 1004px;
    margin: 0px 0px 0px 43px;
    background-image: url('../images/bg_footer.gif');
    background-repeat: no-repeat;
}

#copyRight {
    position: relative;
    top: 75px;
    left: 720px;
    width: 400px;
    height: 22px;
    font-size: 80%;
    color: #303030;
}

/* end footer */
/* main content container */
#contentContainerWidth {
    position: relative;
    width: 730px;
    margin: 0px 0px 0px 29px;
    padding: 126px 0px 10px 0px;
    /*
     background-color: #00ffff;
     */
}

/* section header */
#sectionHeader {
    position: absolute;
    top: 75px;
    left: 280px;
    width: 250px;
    height: 30px;
}

/* END ELEMENTS ON ALL PAGES */

/*Text Formatting*/
.italicFont {
    font-style: italic;
}

.boldFont {
    font-weight: bold;
}

