@import 'reset.css';
@import 'text.css';

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

a img {
	border:0;
}

/*
#top_wrap {
	border-top:1px solid #a1c6d8;
	border-bottom:1px solid #a1c6d8;
	background:#e9f7fd;
	margin-bottom:20px;
}
*/

#content_wrap {
	border-top:1px solid #a1c6d8;
	border-bottom:1px solid #a1c6d8;
	background:#e9f7fd;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:50px;
}

body.home #top_wrap {
	border:none;
	background:none;
	margin-bottom:0;
}

body {
  background: #fff url(../images/bg_clouds.jpg) center top repeat-x;
  color: #333;
}

h1 {
	color:#094063;
	font-size:22px;
	padding:0;
	margin:0;
	padding-bottom:11px;
	font-weight:normal;
	letter-spacing:2px;
}

p {
	padding:0;
	margin:0;
	font-size:14px;
	line-height:23px;
	color:#094063;
	letter-spacing:1px;
}
#wrap {
	background:url(../images/bg_bottom.jpg) bottom center repeat-x;
	padding-bottom:45px;
}
#logo {
	height:88px;
	padding-top:11px;
}
#btn_notify,#btn_video {
	padding-bottom:10px;
}

#btns_single {
	width:466px; 
	height:61px;
}

#call_image_mobile {
	display:none;
}

#call_image {
	display:inline;
}

.mobilenav {
	display:none !important;
}

.nonmobilenav {
	display:inline !important;
}


#nav_top ul,#nav_top li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}
#footer div.container_12 div.menu {
	padding-top:0;
}

#nav_top {
	height:99px;
}

#nav_top a {
	color:#f1592a;
	font-size:13px;
	line-height:85px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right:16px;
	margin-left:15px;
	text-decoration:none;
	font-weight:bold;
}

#callout {
	min-height:354px;
	border-top:1px solid #a1c6d8;
	border-bottom:1px solid #a1c6d8;
	background:#e9f7fd;
}

#call_text {
	padding-top:33px;
}

#intro_image {
	max-width:477px;
	width:100%;
}

#how_title {
	color:#ed582a;
	text-align:center;
	padding-top:18px;
	padding-bottom:10px;
}

#how_wrap div p {
	text-align:center;
}
#how_wrap div {
	text-align:center;
}

#how_wrap h3 {
	padding:0;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	color:#ed582a;
	padding-top:4px;
}
#footer {
	background:#8ec63f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
#footer div.container_12 div {	
	padding-top:46px;
}

#footer a {
	color:#00476c;
	text-decoration:none;
}

#footer ul, #footer li {
	padding:0;
	margin:0;
	list-style:none;
	line-height:30px;
	font-style:italic;
}

#footer h4 {
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:7px;
}

#footer_legal {
	text-align:center;
	padding:20px;
}

#footer_last {
	line-height:30px;
}

#fname,#fsubmit {
	padding:0;
	margin:0;
	border:0;
	display:block;
}

#fname {
	background:url(../images/footer_input.jpg);
	width:192px;
	height:21px;
	padding:5px;
	margin-bottom:5px;
}

#fsubmit {
	background:url(../images/subscribe.jpg);
	width:91px;
	height:31px;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #06c;
}

a:hover {
  color: #c60;
}

small {
  font-size: 11px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
  border-style: solid;
  border-color: #ddd;
}

.data {
  border-width: 0 1px 1px;
  width: 100%;
}

.data caption {
  padding: 0 10px 5px;
  text-transform: uppercase;
}

.data th,
.data td {
  border-top-width: 1px;
  padding: 5px 10px;
}

.data th {
  white-space: nowrap;
}

.data thead th {
  background: #eee;
  font-weight: bold;
  text-shadow: #fff 0 1px 0;
}

.data tbody th {
  width: 1px;
}

.data tr th:first-child {
  text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
  font-size: 12px;
  font-family: Menlo, Courier, monospace;
}

pre,
.notice {
  background: #ffe;
  border: 1px solid;
  border-color: #eed #ccb #bba #ddc;
  overflow: auto;
  padding: 10px 0 10px 10px;
}

* html pre {
  overflow: hidden;
  width: 97%;
}

code {
  background: #ff9;
  padding: 0 2px;
}