@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	position: relative;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	color:#fff;
	padding: 1px;
	background: url(../images/bg.jpg);
}

#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:990px;
	font-size: 1.2em;
}

#header {
	position: relative;
}
#header h1 {
	margin: 30px 20px 20px;
}
#header h1 a {
	display: block;
	text-indent: -99999em;
	background: url(../images/logo-apps.png) no-repeat;
	width: 286px;
	height: 45px;
}

#nav, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	position: absolute;
	right: 0px;
	bottom: 0;
}
#nav li {
	float: left;
	margin-right: 20px;
}

#body-top {
	position: relative;
	background: url(../images/body-top.png) top center no-repeat;
	padding-top: 32px;
	margin-bottom: 0px;
}
#body-bottom {
	position: relative;
	background: url(../images/home-body-bottom.png) bottom center no-repeat;
	padding-bottom: 32px;
}
#body-middle {
	position: relative;
	background: url(../images/home-body-middle.png) repeat-y;
	padding: 0 20px;
	_height:1px;
}

#content {
	background: url(../images/content-bg.jpg) top right no-repeat;
	color: #878787;
	padding:100px 400px 100px 100px;
}
#content-wide {
	background: url(../images/content-bg.jpg) top right no-repeat;
	color: #878787;
	padding:52px;
}

h2 {
	font-weight: normal;
	color: #9cc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: 100;
	margin-bottom: 10px;
}
.emph {
	font-weight: normal;
	color: #9cc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
	font-style: italic;
}

#footer {
	color: #000;
	text-align: center;
	padding-bottom: 40px;
}

a.action {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #cff;
	text-decoration: none;
}
a.action:hover {
	color: #fff;
}
a.action img {
	margin-left: 5px;
	vertical-align: middle;
	border: none;
}

ul {
	margin-bottom: 15px;
}

#flash_message {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 0 20px;
	text-align: center;
	background: url(../images/trans-gray.png);
	border-bottom: 1px solid #000;
	display: none;
}
#flash_message p {
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

/* Styled Forms
 ***********************/
.styled input {
	border: 2px solid #8fccc4;
	background: url(../images/field-bg.gif);
	padding: 5px 13px;
	font-size: 18px;
	color: #8fccc4;
	width: 425px;
	margin: 0 0 7px 0px;
	background: #222;
}
.styled input:focus {
	border-color: #fff;
	outline: none;
}
.styled input[type=image] {
	padding: 0;
}
p.error {
	color: black;
}
