/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.no-js{
    display:none;
}

.section-wrapper{
	width: 100%;
	float:left;
	position: relative;
	text-align: center;
	background: #fff;
}

.container{
	position: relative;
	margin: 0 auto;
    text-align: left;
}

.floatLeft{
    float:left;
}

.floatRight{
    float:right;
}

.centered{
    margin:0 auto;
}


img.scale-with-grid {
    max-width: 100%;
    height: auto; 
    display: block;
    margin: 0 auto;
}

/***********Link and button styles*************/
a { color: #0077d2; text-decoration: underline; outline: 0; }
a:hover { color: #0077d2; }
p a, p a:visited { line-height: inherit; }

a.button, input[type=submit]{
    color:#fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    padding: 6px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none; 
    text-decoration: none;
    display: inline-block;
    background: #0077d2;
    font-family: Arial, sans-serif; 
}
a.button.blue, a.button.blue:visited , input[type=submit]{
    background: #0077d2; 
    }

a.button.blue:hover, input[type=submit]:hover{
    background: #38a0f0; 
    }



/*Grids*/   
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_sp_220,
.grid_sp_300,
	{
    margin: 0;
	display: inline;
    }  

/* #Base 960 Grid
================================================== */

    .container{width: 960px; }

    /* Base Grid */
    .grid_1{ width: 40px;  }
    .grid_2{ width: 100px; }
    .grid_3{ width: 160px; }
    .grid_4{ width: 220px; }
    .grid_5{ width: 280px; }
    .grid_6{ width: 340px; }
    .grid_7{ width: 400px; }
    .grid_8{ width: 460px; }
    .grid_9{ width: 520px; }
    .grid_10{ width: 580px; }
    .grid_11{ width: 640px; }
    .grid_12{ width: 700px; }
    .grid_13{ width: 760px; }
    .grid_14{ width: 820px; }
    .grid_15{ width: 880px; }
    .grid_16{ width: 940px; }


    /*Special Case*/
	.grid_sp_220{width: 220px;}
    .grid_sp_300{width:300px;}

    .column{ margin: 0 10px; }
    .marginBottom { margin-bottom: 20px; }



 /* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
        .container { width: 748px; }

        /* Base Grid */
        .grid_1{ width: 28px;  }
        .grid_2{ width: 76px; }
        .grid_3{ width: 124px; }
        .grid_4{ width: 167px; }
        .grid_5{ width: 220px; }
        .grid_6{ width: 268px; }
        .grid_7{ width: 316px; }
        .grid_8{ width: 364px; }
        .grid_9{ width: 412px; }
        .grid_10{ width: 460px; }
        .grid_11{ width: 508px; }
        .grid_12{ width: 556px; }
        .grid_13{ width: 604px; }
        .grid_14{ width: 652px; }
        .grid_15{ width: 700px; }
        .grid_16{ width: 748px; }
        .grid_sp_300{width: 229px;}
		.grid_sp_220 {width: 167px;}
    }


/* Landscape phone to portrait tablet */

  @media (min-width: 481px) and (max-width: 767px) {
        .container { width: 420px; }

        /* Base Grid */
        .grid_1,
        .grid_2,
        .grid_3,
        .grid_4,
        .grid_5,
        .grid_6,
        .grid_7,
        .grid_8,
        .grid_9,
        .grid_10,
        .grid_11,
        .grid_12,
        .grid_13,
        .grid_14,
        .grid_15,
        .grid_16,
        .grid_sp_300{ width: 420px; }
		.grid_sp_220 {margin: 0 auto; float: none; width: 275px;}

    }

/* Landscape phones and down */
@media (max-width: 480px) { 
        .container { width: 300px; }

        /* Base Grid */
        .grid_1,
        .grid_2,
        .grid_3,
        .grid_4,
        .grid_5,
        .grid_6,
        .grid_7,
        .grid_8,
        .grid_9,
        .grid_10,
        .grid_11,
        .grid_12,
        .grid_13,
        .grid_14,
        .grid_15,
        .grid_16,
        .grid_sp_300{ width: 300px; }
		.grid_sp_220 {width: 275px;}

        .column{ margin: 0 }
		.grid_sp_220.column{ margin: 0 auto; float: none; }

    }

