@import url('http://www.google.com/uds/css/gsearch.css');

/* Textual Elements */
h1 { color: #33632F; font-size:x-large; font-weight: normal; }
h2 { color: #33632F; font-size:large; font-weight: bold; }
/*h2:hover { color: #18456C; font-size:large; font-weight: bold; text-decoration: none; }*/
h3 { color: #33632F; font-size: medium; font-weight: bold; }
h3:hover { color: #33632F; font-size: medium; font-weight: bold; text-decoration: none; }
h4 { color: #FF6600; font-size: small; font-weight: bold; }
h4:hover { color: #FF6600; font-size: small; font-weight: bold; text-decoration: none; }
body, td
{
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #336666;
    
}
/*p, li { margin-top : 2px; margin-bottom : 2px; }*/
li { margin-top : 2px; margin-bottom : 2px;}
ul { list-style : square; }
ol { list-style : lower-alpha; font-weight:bold;  }

/* Links */
a
{
    color: #33632F;
    font-weight: bold;
    text-decoration: underline;
}
a:hover
{
    color: #9DB49A;
    text-decoration: underline;
}

/* Remove all borders from linked images */
a img{border:none;}

.spacer_small { height:5px; }
.spacer_medium { height:15px; }
.spacer_larger { height:30px; }

.hazelbrookbackground
{
    text-align: center;
    background-color: #ffffff;
}

.page
{
    width: 1080px;
	margin: 0px auto 0px auto;
    min-width: 800px;
    min-height: 600px;
    padding: 0px;
    background-color: #ffffff;
    vertical-align: text-top;
    text-align: center;
    background-color: #ffffff;
}

.page_logo
{
    background-image: url(images/header.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: white;
    position: relative;
}
.page_icon {
	position:relative;
	top:0;
	left:0;
}
.page_logo #anniversary {
	font-size: large;
}

.page_menu, .page_menu a:link
{
    color: #ffffff;
    background-color: #33632F;
    height: 22px;
    padding: 5px;
    font-size: medium;
}

.page_menu a:hover
{
    color: #9DB49A;
}

.page_body
{
    width: 100%;
    height: auto;
    min-height: 500px;
    vertical-align: text-top;
    text-align: center;
    background-color: #ffffff;
    background-image: url(images/left_border.jpg);
    background-repeat: repeat-y;
}

.page_section
{
    margin-left:60px;
    margin-right:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: text-top;
    text-align: left;
}

.page_section_heading
{
    /*background-image: url(images/section_header.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #33632F;
    */
    color:#33632F;
    padding: 5px 0 15px 0;
    margin-bottom:5px;
    height: 20px;
    font-size: x-large;
    text-align: left;
    border-bottom: solid 1px #B4C5B3;
}

.page_section_body, td.page_section_body
{
    vertical-align: text-top;
    text-align: left;
    color: #000000;
}

.page_footer, .page_footer a:link
{
    color: #ffffff;
    background-color: #33632F;
    height: 20px;
    font-size: x-small;
    vertical-align: text-bottom;
    padding: 2px;
}

/* News Styles */
.news
{
    /*border-bottom: dotted 1px #B4C5B3;*/
    padding: 2px;
    width: 100%;
    margin-bottom:5px;

}

.news_heading
{
    padding: 2px;
    margin-bottom: 2px;
    font-size: medium;
    /*background-image: url(images/small_section_header.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #33632F;*/
    colour: #33632F;
    font-weight: bold;
}

.news_description
{
    background-color: #fefffe;
    padding: 2px;
    font-size: small;
    color: #000000;
}

/* Garden Styles */
.garden
{
    border: solid 1px #33632F;
    padding: 2px;
    width: 100%;
    margin-bottom:5px;
}

.garden_heading
{
    color: #ffffff;
    background-image: url(images/small_section_header.gif);
    background-repeat: repeat-x;
    background-color: #33632F;
    padding: 2px;
    margin-bottom: 2px;
    font-size: medium;
}

.garden_address
{
    margin-left: 10px;
    margin-right: 2px;
    display: inline;
}

.garden_owner
{
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

.garden_map_link, .garden_map_link a:link, .garden_map_link a:visited
{
    margin-left: 10px;
    margin-right: 2px;
    display: inline;
    background-image: url(images/map.png);
    background-repeat: no-repeat;
    width: 48px;
    position: absolute;
    text-decoration: none;
}

.garden_map_link a:hover
{
    margin-left: 10px;
    margin-right: 2px;
    display: inline;
    background-image: url(images/map_hover.png);
    background-repeat: no-repeat;
    width: 48px;
    position: absolute;
    text-decoration: none;
}

.garden_description
{
    background-color: #fefffe;
    padding: 2px;
    font-size: small;
}

.garden_image_gallery
{
}

.garden_image
{
    padding: 2px;
    vertical-align: middle;
    text-align: center;
}

/* Google Elements */
.gsc-control { width : 100%; }
.search-control { margin: 20px; }

#search_control_tabbed
{
    margin: 3px;
    padding: 3px;
    background-color: #DBE2EC;
}

.gmap
{
    margin: 3px;
    padding: 3px;
    width: 300px;
    height: 200px;
    border-right: Black 1px solid;
    border-top: Black 1px solid;
    border-left: Black 1px solid;
    border-bottom: Black 1px solid;
}

