@charset "utf-8";
/* CSS Document */

/* Base Styles */
h1, h2, h3, h4 {font-weight:bold; margin:0 0 1em; }
h1 { color:#006600; font-size:24px; background:none; padding-bottom:5px; border-bottom:solid 1px #bce16d}
h2 {font-size:16px; background:none; color:#000!important;}
h3 {font-size:14px; background:none; color:#000!important;}
h4 {}
p {}

a {color:#AEAE35}
a:hover {color:#000;}

/* Layout */
html, body {margin:0; padding:0; background:#666; text-align:center;}
#page {margin:0 auto; width:960px; font-size:14px; color:#686868; text-align:left; background:white;}
	#header {position:relative; height:331px; background:url(../images/background-header.jpg) repeat-x;}
    #body{ padding:0 80px 20px;}
    #footer{height:40px; }

/* Header */
#header {}
#header a#logo {position:absolute; top:76px; left:57px; width:354px; height:168px; }

#header #title {position:absolute; top:112px; left:400px;}
#header #title p {margin:0 0 14px; font-size:54px; }
#header #title p.description {font-weight:normal; color:#666; margin:0; display:none}

#header #contentblock {position:absolute; top:28px; right:80px; height:204px; width:306px; z-index:1;}

#header #swirl {position:absolute; top:16px; right:30px; z-index:5;}

/*Menu */
#topnav {position:absolute; bottom:34px; left:70px; margin:0; padding:0; list-style:none; z-index:50}
#topnav li{float:left; position:relative; margin-right:40px }
#topnav li.last {margin-right:0;}
#topnav li a{display:block; color: #7F0F61; text-decoration:none; font-weight:bold;padding:4px 10px; }
#topnav li a:hover{color: #A80005;}
#topnav li ul { position:absolute;  top:26px; left:-999em; list-style:none; margin:0; padding:0; background:white url(../images/background-header-dropdown.jpg) repeat-x; }
#topnavli > ul {top: auto; left: auto;}


#topnav li:hover ul, #topnav li.sfhover ul { left:auto; }
#topnav li ul li { float:none; font-size:11px; margin:0; padding:5px 0;}

#topnav li.dropdown {width:190px; margin-right:-60px}

/* FAQs*/
dl#faqs {}
dl#faqs dt {margin-bottom:1em;}
dl#faqs dd {margin-bottom:3em;}

/* Footer */
#footer {padding:20px 0 0; background: #bce16d; border-top:solid 3px #91b090;}
#footer p {font-size:10px; text-align:center; background:none; }

/* Hacks */
.clearfix:after {content:"."; display:block;  height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */