body {
    margin: 0;
    background-color: #cfc0de;
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
}

.ie7 body,
.ie8 body {
    min-width: 880px
}

/* header */
#header {
    background-color: #cfc0de;
    display: block;
}

#header .inner {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;

}

.brand {
    float: right;
    display: inline-block;
}

.brand h1 {
	display: none;
	    margin: 0;
	    padding: 0;
	    font-size: 48px;
	    font-family: Helvetica, Arial, sans-serif;
	    color: #9f218f;
	    font-weight: 600;
	    font-stretch: normal;
	    line-height: 1em;
}

.brand p {
	    color: #888;
	    margin-bottom: 22px;
}

/* body */
#main {
	margin: 0; padding: 0;
	position: relative;
}

#main .inner {
	position: relative;
    background-color: #604080;
    display: block;
    min-height: 500px;
    padding-bottom: 0;
}

#main .content-container {
	/* overflow: hidden; */
	position: relative;
	float:left;
	max-width: 550px;
	z-index: 10;
	padding-bottom: 20px;

}

.ie6 #main .content-container {
	width: 500px;
}

#main .background {
	position: absolute;
	top: -80px;
	left: 90px;
	background: url(../images/background_logo.png);
	width: 345px;
	height: 462px;
	z-index: 5;
}

.ie6 #main .background {
	display: none;
	visibility: hidden;
}

/* main menu */
#main #navigation {
	position: relative;
	float: left;
    width: 280px;
    padding: 23px 50px 0 0;
	z-index: 10
}
#main #navigation ul {
    display: block;
}

#main #navigation li {
    padding-bottom: 5px;
    margin: 0 5px;
}

#main #navigation li a {
	    /* color: #7ACC5D; */
	    color: #fff;
	    font-size: 16px;
	    font-family: Helvetica, Arial, sans-serif;
	    padding: 6px 8px;
	    font-weight: bold;
	    display: block;
	    text-decoration: none;
	}

#main #navigation li a:hover {
	    color: #cfc0de;
	}

#main #navigation li.current a, #main #navigation li.section a {
	    color: #cfc0de;
}

#header .nav-open-button {
    display: none
}
.inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 30px;
}

.ie6 .inner {
    width: 880px
}

#footer {
	position: relative;
	top: -14px;
    background-color: #cfc0de;
}

#footer .inner {
    background-color: #fff;
    padding-bottom: 5px;
    height: 70px;
}

#footer .left {
	float: none;
	padding-left: 20px;
	padding-top: 4px;
	color: #53247f;
}

#footer .right {
	float: right;
	padding-right: 20px;
	padding-top: 16px;
	color: #53247f;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

#footer .left img {
	width: 180px;
	height: auto;
}

#main .content-container fieldset.faq {
	border: 1px solid #666;
	background-color: #8771a6;
	border-radius: 10px; 
	padding: 5px;
}

.ie6 #main .content-container fieldset.faq {
	background-color: #7030AB;
}

/* when navigation and logo overlap tablet-nav is initialized */
.tablet-nav .brand {
	    float: none;
	    display: inline-block;
	    margin-left: 22px;
	    margin-bottom: 22px;
	}

.tablet-nav {
	    padding: 0 0 45px
	}

.tablet-nav .inner {
	    padding: 0 22px
	}

.tablet-nav .background {
	    display: none;
	    visibility: hidden;
	    
	}
	
.tablet-nav #main .content-container {
    float: left;
    max-width: 550px;
    position: relative;
    z-index: 10;
}

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 640px) { 
	body {
	    max-width: 640px
	}
	
	#media-query-trigger {
	    visibility: visible
	}
	
	#header .brand {
	    float: none;
	    display: inline-block;
	    margin-left: 22px;
	    margin-bottom: 22px;
	}
	
	#header .brand h1 {
		    font-size: 40px
	}
	
	#header .brand h1 {
		    padding-right: 80px
	}
	
	#header {
	    padding: 0px
	}
	
	#header .inner {
		    padding: 20px 0 0 0;
		    min-height: 0;
	}
	
	#header .nav-open-button {
		    z-index: 100;
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: 20px;
		    top: 32px;
		    display: block;
		    cursor: pointer;
		    font-family: 'WebSymbolsRegular';
		    font-size: 20px;
		    color: #888;
	}
	
	#main #navigation {
		width: 100%;
	}
	
	#main #navigation ul {
		z-index: 10;
		position: relative;
		display: none;
		float: left;
		margin: 0 !important;
		padding: 0;
		white-space: normal;
		width: 100%;
	}
	
	#main #navigation ul li {
			    width: 100%;
			    margin: 0 !important;
			    float: none;
			    background: none;
			    position: relative;
			    text-shadow: 0 1px #fff;
	}
	
	#main #navigation ul li:after {
			    content: '\003e';
			    display: block;
			    position: absolute;
			    right: 20px;
			    top: 0px;
			    font-family: 'WebSymbolsRegular';
			    font-size: 14px;
			    color: #999;
			    text-align: center;
			    vertical-align: middle;
			    line-height: 38px;
	}
	
	#main #navigation ul li a,
	#main #navigation ul li.current a,
	#main #navigation ul li.section a {
			    padding: 10px 0 10px 22px;
			    font-weight: bold;
			    border-bottom: 1px solid #bbb;
			    color: #53247f;
			    border-radius: 0 !important;
			    background: #e7e7e7 !important;
	}
	
	#main #navigation ul li a:hover {
		color: inherit
	}
	
	/* Main Content */
	#main {
	    padding: 20px 0 45px
	}

	#main .inner {
	    padding: 0 22px
	}

	#main .background {
	    display: none;
	    visibility: hidden;
	    
	}
	
	#main .content-container {
		/* overflow: hidden; */
		position: relative;
		float: left;
		padding-bottom: 20px;
	}

	/* Footer */
	#footer {
		position: relative;
		top: -14px;
	    float: none;
	    width: 100%;
		background-color: #fff;
	}
	
	#footer .inner {
	    background-color: #fff;
	    padding-bottom: 5px;
	    height: 100px;
	}	
	
	#footer .right {
		float: none;
		padding-left: 20px;
		padding-bottom: 4px;
		font-size: 14px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#footer .left {
		font-size: 12px;
	}
}
@media print { 
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	#header,
	.footer {
	    display: none
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
}

