/* CSS Document */

@font-face {
	font-family: 'Droid Sans', sans-serif;
	src: url('../fonts/DroidSans.ttf')format('truetype'),
		 url('../fonts/DroidSerif-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: local('BebasNeueRegular'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'Myriad Pro', sans-serif;
	src: url('../fonts/myriad-web-pro.ttf') format('truetype');
}
.line {
	border-bottom:1px solid #ebeaea;
	margin-bottom:20px;
}

h1 {
	border-bottom:1px solid #999;
	color:#333;
	font-family: 'Myriad Pro', sans-serif;
	font-weight:normal;
	font-size:24px;
	text-transform:uppercase;
}
h1 a {
	color:#666;
	font-family:'Droid Sans', sans-serif;
	font-weight:normal;
	font-size:24px;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h1.main_message {
	color:#666;
	font-family:'Droid Sans', sans-serif;
	font-weight:normal;
	font-size:24px;
	text-align:center;
}

a.yellow_button {
	background-color:#ffb400;
	border:1px solid #000;
	color:#000;
	font-family:'BebasNeueRegular', sans-serif;
	font-size:20px;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	width:100%;
}
a.yellow_button:hover {
	background-color:#000;
	color:#FFF;
	border:1px solid #ffb400;
}
h2 {
	color:#333;
	font-family:'Droid Sans', sans-serif;
	font-weight:normal;
	font-size:18px;
}
p,
li {
	color:#333;
	font-family:'Droid Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
}

img {
	border:none;
}

.shadow {
	-moz-box-shadow:    0px 0px 5px 6px #ccc;
	-webkit-box-shadow: 0px 0px 5px 6px #ccc;
	box-shadow:         0px 0px 5px 6px #ccc;
}