/*@font-face{
	src:('../fonts/Museo700-Regular.otf') format('opentype');
	font-family:"MuseoBold";
}

@font-face{
	src:('../fonts/Museo500-Regular.otf') format('opentype');
	font-family:"MuseoReg";
}

@font-face{
	src:('../fonts/Eksja-bold.otf') format('opentype');
	font-family:"EksjaBold";
}

.eksjaBold{
	font-family:"EksjaBold";
}
.museo700{
	font-family:"MuseoBold";
}
.museo500{
	font-family:"MuseoReg";
}*/

body{
	background:url(../../_images/headerbg.gif) repeat-x top;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding-top:32px;
	color:#333;
}
.container{
	padding-bottom:90px;
	position:relative;
}
a:link{
	text-decoration:none;
	color:#0065a3;
}
a:visited{
	color:#0065a3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.hidden_text{
	outline:0;
	text-indent:-9999px;
	display:block;
}

h1#logo{
	width:129px;
	height:223px;
	background:url(../../_images/logo.png) no-repeat;
}
label{
	font-weight:normal;
	color:#0065A4;
}
h3{
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	line-height:1.5em;
	color:#0163a0;
	margin:0;
	font-weight:bold;
	font-size:1.2em;
}
#faq h2{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:none;
	color:#000;
}
h2.museo700{
	font-size:2em;
	font-weight:bold;
	color:#C41230;
	margin:10px 0;
}

#header{
	height:245px;
	margin-bottom:15px;
}
#header p{
	font-size:1.4em;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
}

h1.museo500{
	font-size:2em;
	font-weight:300;
	margin:20px 0 10px;
	padding:20px 0 0;
	background:url(../../_images/dashes-bg.gif) repeat-x;
	color:#1882B7;
}
h1.museo500.clear{
	background:0;
}

#clock span{
	display:inline-block;
	margin:0 10px 0 0;
	padding:10px;
	font-size:3.1em;
	background:#F2F2F2;
	color:#1882b6;
	font-weight:bold;
	line-height:1em;
	-webkit-box-shadow:1px 1px 1px #c9c9c9;
	-moz-box-shadow:1px 1px 1px #c9c9c9;
}

#clock div{
	background:#fff;
	border:1px solid #ddd;
	float:left;
	margin:0 20px 0 0;
	padding:10px 0 10px 10px;
}
#clock div#minutes{
	margin-right:0;
}

#clock h2{
	font-size:1em;
	margin:0;
	color:#b2b2b2;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
}

.big-rounded{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.rounded{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

p.social_buttons{
	margin:0;
}
p.social_buttons img{
	float:left;
	margin-right:7px;
}
p.social_buttons a{
	overflow:hidden;
	display:inline-block;
	margin:0 20px 0 0;
}


#email_signup{
	background:#edf5f8;
	padding:10px;
}
#email_signup p{
	margin:0;
	overflow:hidden;
}

input.email_address{
	border:2px solid #96c9de;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	padding:5px;
	width:338px;
	float:left;
}

#email_signup input[type=submit]{
	float:left;
	display:block;
	margin:7px 0 0 5px;
	height:27px;
	width:76px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	background:url(../../_images/submit_button.png) no-repeat;
}
#email_signup input[type=submit]:hover{
	background-position:0 -90px;
}

#footer{
	position:absolute;
	bottom:10px;
	left:0;
	padding:40px 0 0;
}
#wrap{
	background:url(../../_images/footerbg.gif) repeat-x bottom;
}
#footer a{
	color:#0066a4;
	font-weight:normal;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}