 @CHARSET "UTF-8";
    #left_nav {
        width:250px !important;
    }
    #body {
        width:90%  !important;
        float:left !important;
        margin:10px !important;
    }
    .accordion {
        margin: 0 auto 0 auto !important;
        padding:25px !important;
        border-top:#f0f0f0 1px solid !important;
        background: #c53034 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        text-decoration:none !important;
        text-transform:uppercase !important;
        color: #fff !important;
        font-size:1em !important;
    }
    .accordion-open {
        background:#c53034;
        color: #fff;
    }
    .accordion-open span {
        display:block  !important;
        float:right !important;
        padding:10px  !important;
    }
    .accordion-open span {
        background:url(minus.png) center center no-repeat  !important;
    }
    .accordion-close span {
        display:block  !important;
        float:right  !important;
        background:url(plus.png) center center no-repeat  !important;
        padding:10px  !important;
    }
    div.container {
        padding:0 !important;
        margin:0 !important;
    }
    div.content {
        background:#f0f0f0 !important;
        margin: 0 auto 0 auto !important;
        padding:10px !important;
        font-size:.9em !important;
        line-height:1.5em !important;
        font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    }
    div.content ul, div.content p {
        padding:0 !important;
        margin:0 !important;
        padding:3px !important;
    }
    div.content ul li {
        list-style-position:inside !important;
        line-height:25px !important;
    }
    div.content ul li a {
        color:#555555 !important;
    }
    code {
        overflow:auto !important;
    }
	
	.faqprof {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	padding:14px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.faqprof:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.faqprof:active {
	position:relative;
	top:1px;
}

section{
    width: 80%;
    margin: 0 auto;
}