html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  display:block;
}
body{
  color: #675c53;
  font:75%/1.5em Courier, "Courier New", monospace;
  position:relative;
  background: transparent url("../images/stripe.png") repeat 0 0;
}

blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}

/* Typography */

h1,h2,h3,h4,h5,h6{
  font-weight:bold;
  padding:0;
}
h1{
	font-size:2em;
	margin:0 0 0.75em;
}
h2{
  font-family: Arial, serif;
  font-weight:normal;
  font-size: 1.7em;
  line-height:1.1em;
  margin-bottom: 0.5em;
  color: #333;
  margin-top: 0;
}
h3{
  font-size:1.1666em;
  margin:0 0 0.2em;
}
h4{
  font-size:1em;
  margin:0 0 1.5em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1.8em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}

img{
  display:inline-block;
  vertical-align:text-bottom;
  padding-bottom: 30px;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.5em;
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
    font-weight:bold;
  
}

a{
  text-decoration:underline;
  border:0;
  color: #333;
}
a:hover,a:focus{
  text-decoration:none;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
  *line-height:1.5;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0 0 1.5em;
}
dt{
  font-weight:700;
}
dd{
  margin-left:1.5em;

}

ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul,li ol{
  padding:0;
  margin:0 0 1.5em 1.5em;
}

/* Tables */

table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
}
caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
td{
  border:1px solid #000;
  padding:0.333em;
  vertical-align:middle;
}
th{
  font-weight:700;
  padding:0.333em;
  vertical-align:middle;
}

/* Forms */

form {
	padding: 0;
	margin: 0;
}

fieldset{
	border:0;
	margin:0;
	position:relative;
	padding: 15px 0 15px 15px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #ccc9c6;
	background-color: #eeece9;	
}

fieldset:first-child {
	border-top: none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

fieldset:last-child {
	border-bottom: none;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

fieldset > div {
	float: left;
	width: 293px;
	margin-right: 15px;
	height: 50px;
}

fieldset > div input {
	width: 293px;
}

fieldset > div select {
	width: 293px;
}

fieldset:last-child {
  border-bottom: none;
}

label{
	float: left;
  cursor:pointer;
  display:block;
  height:1.5em;
  font-weight: bold;
  margin:0;
}

input {
	float: left;
	border: 1px solid #dbd8d4;
  	font-size:1em;
   	color: #675c53;
	padding: 2px 0;
}

select{
	-moz-box-sizing:border-box;
 	border: 1px solid #dbd8d4;
   	color: #675c53;	
  	font-size: 1em;
	padding: 1px;
	height: 21px;
}

input[type=submit]{
	cursor: pointer;
	float: right;
	border: none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#FF7900;
	margin-right: 15px;
	color:#FFFFFF;
	line-height: 1.7em;
	height: 20px;
	padding: 0 15px 4px 15px;

}

input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc !ie;
}
textarea{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  margin:0;
  padding:0.29em 0;
  width:100%;
}

optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}


legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}

/* Framework */

.header {
	width: 420px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 15px;
}

.content {
	width: 480px;
	margin: 0 auto;
	padding: 0;
}

.content img {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 30px;
}

.content div.text {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 30px;
}

.content div.download {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 30px;
}


.content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.footer {
  background-color: #fff;
	width: 420px;
	margin: 0 auto 30px auto;
	margin-top: 15px;
	padding: 10px 30px;
}

/* Header */

.header .branding{
  height: 35px;
	padding-bottom: 0;
}

.header .branding a {
  display: block;
}



/* Footer */

.footer ul,
.footer p {
	font-size: 0.9em;
}

.footer a {
	display: inline-block;
}


.footer ul {
	text-align: right;	
}

.footer ul li {
	display: inline-block;
	list-style: none;
}

p.intro {
  font-size:1.3em;
  padding-bottom: 1em;
}

.header li {
  list-style: none; 
  float: left;
  padding-right: 25px;
  font-size: 1.3em;
}

.header li a {
  font-weight: bold;
  text-decoration: none;
}

.header li a[href] {
  font-weight: normal;
  text-decoration: underline;
}

.header ul {
 padding-left: 0;
 margin-left: 0;
}

.header li:first-child {
  padding-right: 45px;
}

a.forward {
  color: #eee!important;
}

