/* Normalizes margin, padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
	color: #666;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2B6C84;
}

#container{
	width: 900px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}

#header{
	width: 900px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	float: left;
}

#header h1{
	font-size: 36px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-shadow: 2px 2px #ffffff;
}

#buttons{
	float: left;
	width: 885px;
}

.button a{
	float: left;
	width: 390px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-weight: normal;
	line-height: 30px;
  background-image: linear-gradient(
    180deg,
    hsl(194deg 70% 26%) 0%,
    hsl(194deg 66% 28%) 7%,
    hsl(194deg 62% 30%) 14%,
    hsl(194deg 59% 32%) 21%,
    hsl(194deg 57% 34%) 29%,
    hsl(194deg 54% 36%) 36%,
    hsl(194deg 52% 38%) 43%,
    hsl(194deg 51% 40%) 50%,
    hsl(194deg 49% 42%) 57%,
    hsl(194deg 48% 43%) 64%,
    hsl(194deg 46% 45%) 71%,
    hsl(194deg 45% 47%) 79%,
    hsl(194deg 44% 49%) 86%,
    hsl(193deg 44% 51%) 93%,
    hsl(193deg 47% 53%) 100%
  );
}

.button a:hover, .button a:active{
	background-position: left top;
	text-decoration: underline;
  background-image: linear-gradient(
    0deg,
    hsl(194deg 70% 26%) 0%,
    hsl(194deg 66% 28%) 7%,
    hsl(194deg 62% 30%) 14%,
    hsl(194deg 59% 32%) 21%,
    hsl(194deg 57% 34%) 29%,
    hsl(194deg 54% 36%) 36%,
    hsl(194deg 52% 38%) 43%,
    hsl(194deg 51% 40%) 50%,
    hsl(194deg 49% 42%) 57%,
    hsl(194deg 48% 43%) 64%,
    hsl(194deg 46% 45%) 71%,
    hsl(194deg 45% 47%) 79%,
    hsl(194deg 44% 49%) 86%,
    hsl(193deg 44% 51%) 93%,
    hsl(193deg 47% 53%) 100%
  );
}

.button a:focus {
  text-decoration: none;
  color:#000000;
  outline: 3px solid #000000;
  outline-offset: 0;
  box-shadow: inset 0 0px 0 0 #000000;
  background-image: linear-gradient(
    0deg,
    hsl(54deg 100% 49%) 0%,
    hsl(54deg 100% 49%) 7%,
    hsl(54deg 100% 49%) 14%,
    hsl(54deg 100% 49%) 21%,
    hsl(54deg 100% 49%) 29%,
    hsl(54deg 100% 49%) 36%,
    hsl(54deg 100% 49%) 43%,
    hsl(54deg 100% 49%) 50%,
    hsl(54deg 100% 49%) 57%,
    hsl(54deg 100% 49%) 64%,
    hsl(54deg 100% 49%) 71%,
    hsl(54deg 100% 49%) 79%,
    hsl(54deg 100% 49%) 86%,
    hsl(54deg 100% 49%) 93%,
    hsl(54deg 100% 49%) 100%
  );
}



#pdf{
	float: left;
	width: 870px;
	text-align: center;
	margin-top: 20px;
}

#footer{
	float: left;
	width: 865px;
	text-align: center;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	height: 20px;
	margin-left: 10px;
}

#footer a{
	color: #666;
	text-decoration: underline;
}

#extras{
	margin-top: 50px;
	margin-left: 3px;
	text-align: center;
}


#extras img{
	margin-right: 3px;
	margin-bottom: 8px;
	margin-top: 20px;
}


/* custom responsive styles from bootstrap-responsive.css */ 

 @media (max-width: 980px) {

}

@media (min-width: 768px) and (max-width: 979px) {
	
#container, #header, #pdf, #buttons{
width: 600px;
}

#footer{
	width: 580px;
}

#header h1{
	font-size: 30px;
	line-height: 32px;
}

.button a{
	width: 558px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#extras{
	margin-left: 35px;	
}

#extras img{
	margin-right: 12px;	
	margin-bottom: 15px;	
}

}

@media (min-width: 980px) and (max-width: 1200px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 767px) {
	
#container{
	margin-top: 30px;	
}
	
#container, #header, #pdf, #buttons{
	width: 300px;
}

#footer{
	width: 280px;
}

#header h1{
	font-size: 30px;
	line-height: 32px;
}

.button a{
	width: 258px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pdf{
		display: none;
}

#extras{
	margin-left: 20px;	
}

#extras img{
	margin-right: 12px;	
	margin-bottom: 15px;	
}
	
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
