/* ----------------------------------
  Default Site Styles
----------------------------------- */
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, 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: baseline;
  background: transparent;
}
/* Open Sans Fonts */
@font-face {
    font-family: 'open_sans_wlight';
    src: url('../css/fonts/opensans-light-webfont.eot');
    src: url('../css/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../css/fonts/opensans-light-webfont.woff') format('woff'),
         url('../css/fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_wregular';
    src: url('../css/fonts/opensans-regular-webfont.eot');
    src: url('../css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../css/fonts/opensans-regular-webfont.woff') format('woff'),
         url('../css/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_wbold';
    src: url('../css/fonts/opensans-bold-webfont.eot');
    src: url('../css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../css/fonts/opensans-bold-webfont.woff') format('woff'),
         url('../css/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-style: normal;
}
body {
  font-family: "open_sans_wregular", Arial, sans-serif;
  font-size: 15px;
  color: #fff; 
  background: #fff; 
}
:focus {
  outline: 0;
}
a:link,
a:visited
{
  color: #c01818;
  text-decoration: none;
}
a:hover,
a:active
{
  text-decoration: underline;
}
h1 {
  font-size: 40px;
  font-family: "open_sans_wlight", Arial, sans-serif;   
  color: #000;
  font-weight: normal;
  margin-bottom: 50px;
}
p {
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  text-align: center;
}
.header { 
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;  
  background: #fff;
  border-bottom: 1px solid #939598;
  overflow: hidden;
}
  .header a.logo { 
  	display: block;
	float: left;
	height: 44px;
	width: 159px;
	}
.container {
  padding: 50px 20px;
  max-width: 800px;
  background: #fff;
  margin: 0 auto; 
}	
.container {
  overflow: auto;
}	
.left {
	float: left;
	overflow: auto;
	width: 49%;
	text-align: center;
}
.left.border {
  border-left: 1px solid #53565a;
}
.height {
overflow: auto;
}

.copyright {
	font-size: 12px;
	color: #53565a;
}

/* #Buttons
================================================== */
a.button {
  font-family: "open_sans_wbold", Arial, sans-serif;	
  display: inline-block;
  text-align: center;
  padding: 10px 50px 10px 50px;
  margin-top: 20px;
  margin-bottom: 50px;
  border: 0;
  font-size: 16px;  
  color: #c01818;
  text-decoration: none;				  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  background: #fff;
}


 table {
width: 900px;
 }
 table td {
text-align: center;
width: 50%;
 } 
 table img {
margin-top: 30px;
margin-bottom: 30px;
 }
 table img {
  width: 60%;
}
 table img.intel {
  width: 35%;
} 
 table td {
text-align: center;
 } 

@media screen and (max-width: 900px) {
body {
  background: #fff;
}  
.container {
  padding: 20px 20px;
  max-width: 800px;
  width: auto;
}
.header { 
  margin-bottom: 0;
  padding: 10px 0 10px 15px;
  overflow: hidden;
  border-bottom: 0;
}
  .header a.logo { 
  	display: block;
	float: left;
	height: 44px;
	width: 159px;
	}
a.button {
  padding: 10px 50px 10px 50px;
}
table {
	width: 100%
}
}

@media screen and (max-width: 800px) {
a.button {
  padding: 10px 30px 10px 30px;
}
td img {
  width: 70%;
}
td img.intel {
  width: 40%;
}
p {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
}
}


@media screen and (max-width: 500px) {
a.button {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
}
td img {
  width: 80%;
}
td img.intel {
  width: 50%;
}
p {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
}
}

/*@media screen and (max-width: 1179px) {
body {
  background: #fff;
}
.container {
  padding: 20px 20px;
  max-width: 800px;
  width: auto;
}
.header { 
  margin-bottom: 15px;
  padding: 10px 0 10px 15px;
  background: #e6e7e8;
  overflow: hidden;
}
  .header a.logo { 
  	display: block;
	float: left;
	height: 44px;
	width: 159px;
	}
.left {
	width: auto;
	float: none;
}
.left.border {
  border-left: 0;
}
a.button {
  margin-bottom: 80px;
  max-width: 220px;
  width: auto;
  text-align: center;
  padding: 10px 20px 10px 20px;
}
.height {
height: auto;
overflow: hidden;
margin-bottom: 20px;
}
}
*/