/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
.requestInfoForm {
    margin: 2px;
    padding: 2px;
}
.formFieldBorders {
    border: 1px solid #999999;
}
.formFieldVerticalAlign {
    vertical-align: top;
    margin: 2px;
    padding: 2px;
}


/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a{
    color:#4C4C4C;
}

a:hover{
    color:#003A70;
}

/*
-------------------
MAIN ELEMENTS
-------------------
*/

html, body{
    background-color:#E7E5E1;
    color:#616161;
    font: 85%/1.5 Verdana, Arial, Sans-Serif;
}

html {
    height:100%;        /* fix height to 100% for IE */
    max-height:100%;    /* fix height for other browsers */
    overflow:hidden;    /*get rid of scroll bars in IE */
}

body{
    height:100%;        /* fix height to 100% for IE */
    max-height:100%;    /* fix height for other browsers */
    overflow:hidden;    /*get rid of scroll bars in IE */
}

#pagewrapper{
    display:block;      /* set up page content as a block */
    height:100%;        /* set height to full page for IE */
    max-height:100%;    /* set height for other browsers */
    overflow:auto;      /* add scroll bars as required */
    position:relative;  /* set up relative positioning so that z-index will work */
    z-index:3;          /* allocate a suitable z-index */
}

.stickyfooter{
    clear:both;
    display:block;      /* set up page content as a block */
    height:99px;        /* height to miss footer */
}

#footerwrapper{
    position:absolute; 
    margin:0; 
    right:18px; 
    bottom:-1px;
    display:block; 
    width:100%; 
    height:124px;
    z-index:4;
    background:transparent url(../images/footer_bg.png) top left repeat-x;
}

#contentwrapper{
    position:relative;
    top:0;
    height:100%;
    background:transparent url(../images/content_bg.jpg) 0 0 repeat-x;
}

#headerwrapper{
    position:relative;
    top:0;
    background:transparent url(../images/green/header_bg.png) top left repeat-x;
    height:140px;
}

#header,
#content,
#footer{
    margin:0 auto;
    width:924px;
    padding:0 50px;
}

#header{
    position:relative;
    font-family:Georgia, "Times New Roman", Times, serif;
}

#subcontent{
    width:295px;
    float:left;
    position:relative;  
    top:0;
    background:transparent url(../images/sub_bg.gif) 275px 60px no-repeat;
}

#maincontent{
    width:580px;
    position:relative;
    float:left;
}

/*
-------------------
NAVIGATION ELEMENTS
-------------------
*/
ul#global_nav{
    position:absolute;
    top:18px;
    right:120px;
}

ul#global_nav li{
    display:block;
    float:left;
}

ul#global_nav li a{
    display:block;
    float:left;
}

ul#global_nav li.about a{
    margin-top: 90px;
    text-indent:-5000em;
    background:transparent url(../images/green/about.png) top left no-repeat;
    width:114px;
    height:26px;
}

ul#global_nav li.contact a{
    margin-top: 90px;
    text-indent:-5000em;
    background:transparent url(../images/green/contact.png) top left no-repeat;
    width:85px;
    height:26px;    
}

ul#subnav{
    margin:15px 0 30px 0;
}

ul#subnav h4{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #2C2C2C;
    font-weight: bold;
}

ul#subnav li{
    margin-bottom:20px;
}

ul#subnav li a{
    color:#4C4C4C;
    text-decoration:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    font-size:1.05em;
}

ul#subnav li a:hover{
    color:#7a9114;
}

ul#subnav li p{
    font-size:80%;
    line-height:1;
    padding-left:22px;
}
.tertiaryNav{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    line-height:1.25em;
    margin-left: 30px;
    margin-top: -20px;
}
.tertiaryNav A:LINK {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #4c4c4c;
    text-decoration: none;}
.tertiaryNav A:HOVER {
    color:#7a9114;
    text-decoration: none;}
.tertiaryNav A:VISITED {
    text-decoration: none;}
.coloredHeader {
    color:#7a9114;}

/*
-------------------
CONTENT ELEMENTS
-------------------
*/

h1{
    position:absolute;
    top:50px;
    left:130px;
    height:76px;
    width:140px;
    background:transparent url(../images/green/logo.gif) top left no-repeat;
}

h1 a{
    display:block;
    height:76px;
    width:140px;    
}

h1 span{
    display:none;
}

/* Will need to adjust for sub pages */
#header p.phone_number{
    color:#FFF;
    position:absolute;
    top:0;
    left:345px;
    font-weight:bold;
    font-size:1.4em;
    text-indent:-5000em;
    background:transparent url(../images/green/phone.png) top left no-repeat;
    width:106px;
    height:40px;
}

h2{
    color:#7a9114;
    font-size:2.8em;
    line-height:1.5;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
}

div#image_box{
    background:transparent url(../images/image_box.png) top left no-repeat;
    width:546px;
    height:305px;
    position:relative;  
    margin-top:-96px;
    padding:10px 0 0 10px;
}

#maincontent p{
    font-size:1.1em;
    line-height:1.5;
    padding-right:30px;
    margin:1em 0 1.5em 0;
}

#maincontent p a.more{
    float:right;
    font-weight:bold;
    color:#7a9114;
    text-decoration:none;
}

#subcontent span.floral{
    display:block;
    width:87px;
    height:46px;
    margin:0 auto;
    background:transparent url(../images/floral.png) top center no-repeat;
}

#subcontent form{
    background:transparent url(../images/form_bg.png) top left no-repeat;
    width:243px;
    height:206px;
    padding-right:7px;
    text-align:center;  
}

#subcontent form h3{
    font-weight:bold;
    color:#7a9114;  
    font-family:Georgia, "Times New Roman", Times, serif;   
    background:transparent url(../images/information_request.gif) top left no-repeat;
    width:243px;
    height:34px;
    text-indent:-5000em;
}



/*
-------------------
FOOTER ELEMENTS
-------------------
*/

#footer{
    padding-top:60px;
    text-align:center;
}

#footer ul li{
    display:inline;
    background:transparent url(../images/footer_nav.gif) center right no-repeat;
    padding:0 10px; 
}

#footer ul li.last{
    background:none;
}

#footer ul li a{
    color:#FFF;
    font-size:.85em;
    text-decoration:none;
    line-height:1.2;    
    font-weight:bold;
}

#footer p{
    clear:both;
    line-height:1.2;
    color:#FFF;
    font-weight:bold;   
    font-size:.85em;    
}