/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
ol, ul {
	/*list-style: none;*/
}
li {
margin-left:15px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 10px 0;
}

h1{
	font-size: 32px;
	color: #fff;
}

h2, h3, h4{
	font-size: 22px;
	line-height: 26px;
}

body {
margin:0;
padding:0px;
background-color: #333;
}

html, body{
	height: 100%;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #003470;
	text-decoration: none;
}

a:hover{
	color: #003470;
	text-decoration: underline;
}

hr{
	border-top: 1px dashed #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	margin: 15px 0;
}


#MemberLoginForm_LoginForm{
	background-color: #fff;
	margin: 20px 0 0 100px;
	width: 920px;
	padding: 20px;
}
#header{
	width: 960px;
	margin: 0 0 50px 100px;
	padding: 50px 0 0 0;
}

.accordion.first{
	border: none;
}
.accordion {
        margin: 0;
        padding:10px 10px 10px 100px;
        height:20px;
        border-top:#f0f0f0 1px solid;
        
        font-family: Arial, Helvetica, sans-serif;
        text-decoration:none;
        text-transform:uppercase;
        color: #000;
        font-size:16px;
        cursor: pointer;
	background-image: url(../images/trans.png);
}
    .accordion-open {
        background:#000;
        color: #fff;
    }
    .accordion-open span {
        display:block;
        float:right;
        padding:10px;
    }
    .accordion-open span {
        background:url(../images/minus.png) center center no-repeat;
    }
    .accordion-close span {
        display:block;
        float:right;
        background:url(../images/plus.png) center center no-repeat;
        padding:10px;
    }
    div.container {
        padding:0;
        margin:0;
    }
    div.content {
        background:#f0f0f0;
        margin: 0;
        padding:20px 10px 10px 100px;
        font-size:12px !important;
        line-height:1.5em;
        font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    }
    div.content .inner{
    	width: 960px;
    }
    div.content ul, div.content p {
 
    }
    div.content ul li {
        list-style-position:inside;
    }
   
    code {
        overflow:auto;
    }