/* resets
--------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

html { overflow-y: scroll; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

img { border: 0; vertical-align: bottom; }
strong { font-weight: bold; }
em { font-style: italic; }

button, input, select, textarea { margin: 0; font: 1em 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif; vertical-align: middle; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button { width: auto; overflow: visible; }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner { padding: 0; border: 0; }

table { border-collapse: collapse; border-spacing: 0; }
table th { font-weight: normal; text-align: left; }

.ie7 img { -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul, ol { list-style: none; }
li { display: list-item; }

a { color: #000; text-decoration: none; cursor: pointer; }


/* global
--------------------------------------------------------------------------
*/

html, body { min-width: 980px; height: 100%; }
body { font: 62.5%/1 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif; background: #fff; color: #000; text-align: center; }

#wrap { min-height: 590px; height: 100%; background: url(images/bg-1.png) no-repeat bottom center; }
#wrap2 { min-height: 590px; height: 100%; background: url(images/bg-2.png) repeat-x bottom center; }
#wrap3 { width: 980px; margin: 0 auto; min-height: 100%; background: url(images/bg-3.png) no-repeat bottom right; position: relative; }

#main { width: 960px; min-height: 590px; line-height: 1.2; text-align: left; overflow: hidden;}
#main h1 { margin: 2.7em 0 0 63px; width: 386px; height: 112px; background: url(images/logo.png) no-repeat 0 0; overflow: hidden; text-indent: -99999px; }
#main .content { margin: 3.6em 120px 0 158px; }
#main .content h2 { font-size: 2.2em; color: #754c28;}
#main .content p { margin: .8em 0 0; font-size: 1.7em; color: #068241; }
#main .content a { color: #754c28; }
#main .content a:hover { text-decoration: underline; }
#main .content a:active, #main .content a:focus { color: #068241; }
#main .content .box { margin: 1.2em 0 2em; width: 410px; padding: 1.2em 12px 1.8em; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background: #ebf5e9; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ebf5e9), to(#cce5c8)); background: -webkit-linear-gradient(#ebf5e9, #cce5c8); background: -moz-linear-gradient(#ebf5e9, #cce5c8); background: -ms-linear-gradient(#ebf5e9, #cce5c8); background: -o-linear-gradient(#ebf5e9, #cce5c8); background: linear-gradient(#ebf5e9, #cce5c8); -pie-background: linear-gradient(#ebf5e9, #cce5c8); behavior: url(/css/PIE.htc); position: relative; zoom: 1; overflow: hidden; }
#main .content .box h3 { font-size: 1.6em; color: #754c28; }
#main .content .box ul { margin: .3em 0 0; font-size: 1.3em; color: #008242; }
#main .content .box ul li { width: 195px; margin: .5em 0 0; padding: 0 0 0 10px; background: url(images/dot.png) no-repeat 0 .5em; float: left; }

#flower { position: absolute; bottom: 139px; left: 50%; margin-left: 53px; z-index: 5; }

/* clearfix
--------------------------------------------------------------------------
*/

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* mobile
--------------------------------------------------------------------------
*/

@media all and (orientation:portrait) {
}

@media all and (orientation:landscape) {
}

@media only screen and (max-device-width: 1024px) {
}

@media screen and (max-device-width: 480px) {
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}