
/* Clear Fix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Resets */

a{text-decoration: none;}
a:hover{text-decoration: none;}
body,h1,h2,h3,p{margin: 0; padding: 0;}

/* Content */

body{
    font-family: Arial, Helvattica, sans-serif;
    font-size: 14px;
    color: #cccccc;
	background-color: #000000;
}

a {color: #ec1c23;}
a:hover {color: #babcc0; text-decoration: underline;}
a img {outline: none; margin: 0; padding: 0; border: 0;}


h1{font-family: Arial, Helvattica, sans-serif; font-size: 20px; color: #ffffff; font-weight: 100; margin: 0; padding: 0;}

style1{color: #ffffff; font-size: 14px;}
style2{color: #ec1c23; font-size: 12px;}
style3{color: #ec1c23; font-size: 20px;}

/* Common Styles */

.container {
    width: 1024px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

/* topSpan Styles - Start */

.topSpan {
	position: relative;
} 

.logo {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.logo img{
	width: 320px;
	height: auto;
}

/* contentSpan Styles - Start*/

.col1 {
	float: left;
	width: 432px;
	height: auto;
	padding: 20px;
	margin: 20px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}

.col2 {
	float: left;
	width: 432px;
	height: auto;
	padding: 20px;
	margin: 20px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}

.col3 {
	float: left;
	width: 944px;
	height: auto;
	padding: 40px 20px;
	margin: 20px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}

.contentCopy {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}

.contentImg {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.contentImg img {
	width: 270px;
	height: auto;
}

.contentBtn {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

.contentBtn a {
	width: auto;
	height: auto;
    padding: 15px 50px;
	color: #ec1c23;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ec1c23;
}

.contentBtn a:hover {
	color: #ffffff;
	background-color: #ec1c23;
	text-decoration: none;
	border: 1px solid #ec1c23;
}


/* contentSpan Styles - End */


/* btmSpan Styles - Start */

.indent {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.btmSpan {
	position: relative;
	height: auto;
	color: #ffffff;
}

.footerLinks {
	float: left;
    position: relative;
	top: 10px;
	width: 328px;
	height: 60px;
	margin: 0 auto;
	padding-top:20px;
	text-align: left;
}

.footer {
	float: left;
    position: relative;
	width: 328px;
	height: auto;
	margin: 0 auto;
	padding-top:20px;
}

.footerSocial {
	float: left;
	width: 328px;
	height: auto;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright {
	float: left;
	width: 328px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.footerLogo {
	float: left;
    position: relative;
	width: 328px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	padding-top:20px;
}

/* Social Icons */

.footerSocial ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSocial ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSocial ul li a {
  border-radius: 45px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background-color: #ec1c23;
}

.footerSocial ul li a:hover {
  color: #ffffff;
}

.footerSocial ul li a.facebook {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.footerSocial ul li a.pinterest {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.footerSocial ul li a.facebook:hover {
  background-color: #3b5999;
}

.footerSocial ul li a.twitter:pinterest {
  background-color: #ff0000;
}

/* btmSpan Styles - End */


/* background Styles */

#background {
    min-width: 321px;
    width: 100%;
	height: auto; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width: 100%;
    height: auto;
}

/* background Styles - End */