@CHARSET "UTF-8";

html {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}

body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

#container {
    margin: 0 auto 0;
    text-align: left;
    width: 980px;
}

#header {
	background: #FFF;
	width: 100%;
	text-align: center;
	margin: 0;
	border-top: 10px solid #BC0000;
}

#header .content {
	background: #FFF;
	width: 100%;
	height: 150px;
}

#header .content .logo {
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	vertical-align: middle;
}

#nav {
	width: 100%;
	height: 50px;
	color: #FFF;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

#nav ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#nav ul li {
	padding-left: 30px;
	display: inline;
}

#footer {
	background: #333;
	/*
	background-image: -moz-linear-gradient(top, rgba(51,51,51,1) 0, rgba(51,51,51,1) 68px, 
	rgba(0,0,0,1) 68px, rgba(0,0,0,1) 98px, rgba(51,51,51,1) 98px, rgba(51,51,51,1) 108px, 
	rgba(0,0,0,1) 108px, rgba(0,0,0,1) 138px, rgba(51,51,51,1) 138px, rgba(51,51,51,1) 148px, 
	rgba(0,0,0,1) 148px, rgba(0,0,0,1) 178px, rgba(51,51,51,1) 178px, rgba(51,51,51,1) 188px, 
	rgba(0,0,0,1) 188px, rgba(0,0,0,1) 218px, rgba(51,51,51,1) 218px, rgba(51,51,51,1) 228px, 
	rgba(0,0,0,1) 228px, rgba(0,0,0,1) 258px, rgba(51,51,51,1) 258px, rgba(51,51,51,1) 100%);
	*/
	width: 100%;
	min-height: 352px;
	border-top: 10px solid #BC0000;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 0 0 0;
}

#footer ul {
	list-style: none;
	margin: -7px 0 0 0;
	padding: 0;
}

#footer ul li {
	background: #000;
	height: 30px;
	margin: 0 0 8px -30px;
	padding: 6px 0 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.line {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.line2 {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.line3 {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.line4 {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.line5 {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.line6 {
	background: #000;
	height: 30px;
	width: 50%;
	position: absolute;
}

.foot_content {
	background: #333;
	position: relative;
	margin-top: 10px;
}

.footColumnLeft {
	background: #333;
}

.footColumnCenter {
	background: #333;
	vertical-align: top;
}

table td {
	padding: 0;
}

table td.left {
	width: 55px;
	height: 14px;
}

.footColumnRight {
	background: #333;
}

.footColumnRight .images {
	width: 285px;
	height: 30px;
	margin: 0;
	position: relative;
	top: 3px;
	z-index: 100;
	overflow: hidden;
}

.footColumnRight .images div {
	width: 30px;
	margin-right: 2px;
	display: inline-block;
	*display: inline;			/* hack for ie7 */
	*zoom: 1;					/* hack for ie7 */
}

.footColumnRight .images img {
	position: relative;
	top: 0;
	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
}

.footColumnRight .images img:hover {
	top: -30px;
	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
  	-ms-transition: all 300ms ease;
  	-o-transition: all 300ms ease;
  	transition: all 300ms ease;
}

.footColumnRight .images .fb img {
	background: #222;
}

.footColumnRight .images .fb img:hover {
	background: #3B5998;
}

.footColumnRight .images .tw img {
	background: #222;
}

.footColumnRight .images .tw img:hover {
	background: #48C4D2;
}

.footColumnRight .images .yt img {
	background: #222;
}

.footColumnRight .images .yt img:hover {
	background: #F45750;
}


.footColumnRight .images a:link,
.footColumnRight .images a:active,
.footColumnRight .images a:hover,
.footColumnRight .images a:visited {
	text-decoration: none;
}


.foot_bottom {
	width: 100%;
	height: 40px;
	background: #000;
	border-top: 2px solid #BC0000;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}


@media only screen and (min-width: 1200px) {

.line {
	top: 54px;
	right: 0;
}

.line2 {
	top: 92px;
	right: 0;
}

.line3 {
	top: 130px;
	right: 0;
}

.line4 {
	top: 168px;
	right: 0;
}

.line5 {
	top: 206px;
	right: 0;
}

.line6 {
	top: 244px;
	right: 0;
}

.foot_content {
	width: 1144px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.footColumnLeft {
	display: inline-block;
	*display: inline;			/* hack for ie7 */
	*zoom: 1;					/* hack for ie7 */
	width: 320px;
	margin: 0 20px 0 0;
	padding-top: 0;
}

.footColumnCenter {
	display: inline-block;
	*display: inline;			/* hack for ie7 */
	*zoom: 1;					/* hack for ie7 */
	width: 320px;
	margin: 0 0 0 6%;
	padding-top: 0;
}

.footColumnRight {
	width: 30%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.foot_bottomHolder {
	width: 1144px;
	margin: auto;
}

}


@media only screen and (min-width: 900px) and (max-width: 1199px) {

#footer {
	max-height: 352px;
}

.foot_content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.line {
	top: 54px;
	right: 0;
}

.line2 {
	top: 92px;
	right: 0;
}

.line3 {
	top: 130px;
	right: 0;
}

.line4 {
	top: 168px;
	right: 0;
}

.line5 {
	top: 206px;
	right: 0;
}

.line6 {
	top: 244px;
	right: 0;
}

.footColumnLeft {
	display: inline-block;
	*display: inline;			/* hack for ie7 */
	*zoom: 1;					/* hack for ie7 */
	width: 270px;
	margin-right: 4%;
}

.footColumnCenter {
	display: inline-block;
	*display: inline;			/* hack for ie7 */
	*zoom: 1;					/* hack for ie7 */
	width: 270px;
}

.footColumnRight {
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
}

.foot_bottomHolder {
	width: 880px;
	margin: auto;
}

}


@media only screen and (min-width: 600px) and (max-width: 899px) {

.line {
	top: 406px;
	right: 0;
}

.line2 {
	top: 444px;
	right: 0;
}

.line3 {
	top: 482px;
	right: 0;
}

.line4 {
	top: 520px;
	right: 0;
}

.line5 {
	top: 558px;
	right: 0;
}

.line6 {
	top: 596px;
	right: 0;
}

.foot_content {
	width: 540px;
	margin-left: 6%;
}

.footColumnLeft {
	width: 500px;
	margin: 10px 0 0 0;
}

.footColumnCenter {
	width: 500px;
	margin: 20px 0 0 0;
}

.footColumnRight {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

.footColumnRight .images {
	top: 15px;
}

.foot_bottom {
	padding-top: 10px;
	position: relative;
}

.foot_bottomHolder {
	width: 582px;
	margin-left: 6%;
}

}


@media only screen and (max-width: 599px) {
	
#nav ul li {
	padding-left: 10px;
}

.line {
	top: 470px;
	right: 0;
}

.line2 {
	top: 508px;
	right: 0;
}

.line3 {
	top: 546px;
	right: 0;
}

.line4 {
	top: 584px;
	right: 0;
}

.line5 {
	top: 622px;
	right: 0;
}

.line6 {
	top: 660px;
	right: 0;
}

.foot_content {
	width: 300px;
	margin-left: 6%;
}

.footColumnLeft {
	width: 100%;
	margin: 10px 0 0 0;
}

.footColumnCenter {
	width: 100%;
	margin: 20px 0 0 0;
}

.footColumnRight {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

.footColumnRight .images {
	width: 264px;
	top: 15px;
}

.footColumnRight .images div {
	margin-right: 0px;
}

.foot_bottom {
	padding-top: 10px;
	position: relative;
}

.foot_bottomHolder {
	width: 300px;
	margin-left: 6%;
}

}


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
