@import url(GetCSS.aspx?stylesheetname=devnet.reset);

/*#Global#*/
html {
    background: #a6ce39 url(../App_Themes/h4life/html-bg.png) repeat-x;
}

body {
    font-family: arial, verdana, sans-serif;
}

h1,h2 {
    color: #568226;
    margin: 0.5em 0;
}
h1 {
    font-size: 197%;
}

/*#Global/Center#*/
body {
    text-align: center; /* ie6 */
}
.center {
    margin: 0 auto;
    width: 960px;
    text-align: left; /* ie6 */
}

/*#Global/Utils#*/
.clear {
    clear: both;
}

/*#Layout#*/
/*#Layout/Banner#*/
#banner {
    position: relative;
    margin-top: 45px;
    height: 130px;
    background: #fff;
}
#banner .logo {
    position: absolute;
    top: 16px;
    left: 32px;
}
#banner .mater-logo {
    position: absolute;
    top: 30px;
    right: 277px;
}
#banner .plantation_homes-logo {
    position: absolute;
    top: 30px;
    right: 32px;
}

/*#Layout/Nav#*/
#nav {
    background: #011600 url(../App_Themes/h4life/nav-bg.png);
}
#nav ul {
    height: 45px;
    margin: 0 0 0 8px;
    padding: 0;
}
#nav li {
    margin-top: 15px;
    border-left: 1px solid #fff;
    padding: 0 12px;
    height: 30px;
    float: left;
    list-style: none;
}
#nav li.CMSListMenuLIfirst,
#nav li.CMSListMenuHighlightedLIfirst {
    border: none;
}
#nav a {
    color: #fff;
    text-decoration: none;
    /* font-weight:600; */
    font-size: 115%;
    /* font-size: 138.5%; */
}

#nav a:hover {
   text-decoration:underline;
}

/*#Layout/Body#*/
#body {
    background: #fff;
    line-height: 1.2;
    overflow: auto;
}
#body .footer {
    padding: 10px 0;
    text-align: center;
    font-size: 77%;
    color: #222;
}
#body .footer a {
    color: #222;
    text-decoration: none;
}

/*#Layout/Body/Home#*/
#body .home {
    padding: 20px 0 0 20px;
}
#body .home h1 {
    margin: 0.5em 0;
    font-size: 273%;
}
#body .home-left {
    float: left;
    width: 735px;
}
#body .home-left-left {
    float: left;
    width: 355px;
}
#body .home-left-right {
    float: right;
    width: 360px;
}
#body .home-right {
    float: right;
    width: 184px;
    text-align: center;
}
#body .home-right img {
    margin-bottom: 10px;
}
#body .home .BannerRotator {
    border: 1px solid black;
    height: 236px;
    width: 355px;
    background: url(../h4life/mater-logo.png) center center no-repeat;
}

/*#Layout/Body/Gallery#*/
#body .gallery {}
#body .gallery-left {
    float: left;
    width: 500px;
}
#body .gallery-left a {
    float: left;
    height: 106px;
    width: 160px;
    padding: 0 5px 5px 0;
    overflow: hidden;
}
#body .gallery-left .PagerControl {
    clear: both;
    text-align: right;
    padding-right: 10px;
}
#body .gallery-left .PagerControl a {
    float: none;
}
#body .gallery-right {
    float: right;
    width: 370px;
}

/*#Layout/Body/Content#*/
#body .content {
    padding: 20px 30px;
}

#body a {
    /* color: #d2232a; */
    color:blue;
    text-decoration: none;
}
#body a:hover {
    text-decoration: underline;
}

.info, .date {
	font-style: italic;
	color: #333333;
}

.info {margin-top:2em;}

/*#Layout/Body/Form#*/
.EditingFormTable td {
    border: none;
    vertical-align: top;
}


/*#Layout/Footer#*/
#footer {
    margin: 15px 0 45px 0;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
#footer img {
    margin: 0 7px;
    vertical-align: text-top;
}
