/* <- GLOBAL */

#header, #layout_2, #footer {
	max-width: 1000px;
}


.cleaner {
	clear: both;
}

a {
	background: inherit;
	color: #316C9D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font-weight: normal;
}

a.button {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/sprites.png") repeat scroll 0 -32px #F9FBFC;
  border-color: #D7D7D7 #7E8992 #7E8992 #D7D7D7;
  border-style: solid;
  border-width: 1px;
  color: #5C5C5C;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 18px;
  margin-left: 3px;
  text-decoration: none;
  padding: 9px 12px;
}
a.button:hover {
  border-color: #7E8992;
}

div.signup {
	text-align: center;
}

a.signup {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #DCE6F2;
  border-color: #D7D7D7 #7E8992 #7E8992 #D7D7D7;
  border-style: solid;
  border-width: 1px;
  color: #5C5C5C;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 18px;
  margin-left: 3px;
  text-decoration: none;
  padding: 3px 12px;
}

a.signup:hover {
  border-color: #7E8992;
}

h1,h2,h3,h4,h5,h6 {
	color: #5c5c5c;
	margin: .5em 0;
	line-height: 1.25
}

h1 {
	color: #316C9D;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
}

h3 {
	font-size: 1.125em;
	font-weight: bold;
}

#content ol li {
	color: #676C74;
	font-size: 0.9em;
}
ul.list {
	margin-left: 8px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}

ul.horizontal > li {
	float: left;
	display: block;
	vertical-align: top;
	padding: 16px 8px;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

span.survey {
	display: inline-block;
	padding: 1.5em 0;
}

p.tip, span.tip {
	display: inline-block;
	border: 1px solid #E7ECF3;
	color: #676C74;
	margin: 1em 1em 1em 0;
	padding: 1em;
	width: 450px;
}

p.note {
	color:#7e8992;
	font-size:.85em;
}

p.notice {
  background-color: #E5CBD5;
  border: 1px solid #676C74;
  color: #676C74;
  margin: 2em 0;
  padding: 1em;
  width: 600px;
}

div.proto_image {
	float: left;
	padding: 8px;
}

div.proto_desc {
	float: left;
	padding: 8px;
}

div.video {
	border: 1px solid #A0A0A0;
	height: 416px;
	margin-top: 2em;
	width: 592px;
}

/* GLOBAL -> */

/* <- HEADER */
#header {
	background: white url(../images/horizontal_bar.png) repeat-x left bottom;
	height: 80px;
	position: relative;
	vertical-align: bottom;
}

/* HEADER -> */

/* <- OUTLINE */
#layout_2 #outline {
	float: left;
	width: 256px;
	padding: 8px;
}

#outline ol {
	background: #EBEBEB;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 8px 16px;
}

#outline ol li.level1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 8px;
}

#outline ol li.line {
	border-top: 1px dashed #A0A0A0;
	margin-top: 8px;
}

#outline ol li.level2 {
	padding-left: 8px;
}

#outline ol li a {
	color: inherit;
}

/* OUTLINE -> */

/* <- CONTENT */
#layout_2 #content {
	margin-left: 272px;
	padding: 8px;
}
/* CONTENT -> */

/* <- FOOTER */
#footer {
	color: inherit;
	margin-top: 2em;
	padding: 8px;
	border-top: 1px solid #A0A0A0;
}

#footer > img {
	float: left;
}

#footer > div {
	float: left;
	padding: 0 8px;
}

#footer a {
	color: #316C9D;
	font-weight: bold;
	text-decoration: none;
}
/* FOOTER -> */

