@charset "UTF-8";
/* CSS Document */

body {
color:#666;
background:url(../images/body.png) top repeat-x;
background-position:0 141px;
}

* {
outline:none;
}

@font-face {
	font-family: 'ChunkFive Regular';
	src: url('../fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive-Regular'), url('../fonts/Chunkfive.otf') format('opentype');
}

.shadow {
background:url(../images/shadow.png) top no-repeat;
padding-top:50px;
}

h1 {
font: 54px/68px 'ChunkFive Regular', Arial, sans-serif;
letter-spacing: 0;
text-shadow:1px 1px #fff;
}

h2 {
color:#2daebf;
font: 30px/38px 'ChunkFive Regular', Arial, sans-serif;
border-bottom:1px solid #EFEFEF;
padding-bottom:20px;
}

.headerwrap {
background:#E5E5E5;
height:140px;
}

.header {
height:140px;
}

.header h1 {
padding-top:25px;
text-align:center;
}

ul.points {
font:15px/26px Arial, Helvetica, sans-serif;
}

ul.points strong {
color:#e33100;
}

.calltoaction {
border-top:1px solid #efefef;
padding-top:20px;
}

.calltoaction p {
margin:0 0 10px;
}

.calltoaction p strong {
color:#e33100;
font-size:20px;
}

.awesome, .awesome:visited {
background: #222 url(../images/overlay.png) repeat-x; 
display: inline-block; 
padding: 5px 10px 6px; 
color: #fff; 
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }

.awesome:active							{ top: 1px; }

.asseenon {
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:30px 0;
}

.asseenon p {
margin:5px 0 0 0;
}

blockquote p strong {
color:#e33100;
font-weight:bold;
font-style:normal;
display:block;
border-bottom:1px dotted #eee;
padding-bottom:20px;
margin-bottom:20px; 
}

p.first {
font-size:18px;
color:#333;
}

p.standout {
font-size:15px;
font-weight:bold;
color:#e33100;
}

.contenttop {
background:#fff;
padding-top:40px;
margin-top:-20px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius-topleft:5px;
-webkit-border-radius-topright:5px;
}

p.center {
text-align:center;
} 


a {
	color: #2DAEBF;
}


