/* CSS Document */

* {
	padding: 0;
	margin: 0;
	color: #1d292d;
}

body {
	background: #000000;
	font-family: Arial, Helvetica,sans-serif;
	color: #d5dfe5;
}

.clear {
	clear: both;
	height: auto;
}

#center-me {
	height: auto;
	margin: 0 auto;
	width: 955px;
}

/* -----------------> Uber nav */

#ubernav {
	height: 28px;
	width: 915px;
	background: #000;
	border-bottom:#262626 solid 1px;
	color: #4d4d4d;
	margin: 0 auto;
}

#nav-small {
	display: inline;
	float:right;
	font-size: 10px;
	font-style:italic;
	color: #4d4d4d;
	padding: 7px 0 10px 0;; 	
}

#nav-small a {
	color: #a2a2a2;
	text-decoration:none;
	font-weight: bold;
}

#nav-small a:hover {
	color: #98bbc6;	
}

#nav-small li {
	text-align: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
	color: #999999;
}

#home-home  #nav-home a {
	color:#ffcc00;
}

/* -----------------> Masthead */

#masthead {
	display:block;
	height: 55px;
	padding: 20px 0 0 25px;
	margin-top: 3px;
	background: url(images/bg-body.jpg) repeat-y;
	width: 930px;
	margin: 0 auto;
}

#masthead img{
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	float: left;
}

#masthead h1 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight: normal;
	color: #e4ebf0;
	text-align: right;
	padding: 15px 20px 0 0;
}

/* -----------------> Main navigation */

#nav-containter {
	background:url(images/bg-nav.png) no-repeat;
	position: relative;
	height: 40px;
	margin-top: 1px;
	width: 955px;
	margin: 0 auto;
}

#nav {
	margin-left: 40px;
}

#nav a {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #a2a2a2;		
}

#nav a:hover {
	color: #98bbc6;		
}

#nav li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 10px 22px 0 0;
}

#nav-right {
	display: inline;
	float:right;
	padding: 10px 40px 0 0; 	
}

#nav-right a {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #a2a2a2;
	padding: 0 0 0 17px;
}

#nav-right a:hover {
	color: #98bbc6;	
}

#nav-right li {
	text-align: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
}

/* -----------------> Intro hero */

#intro-container {
	position: relative;
	height: 395px;
	background: #d5dfe6;
	width: 955px;
	margin: 0 auto;
}

#intro {
	width: 320px;
	padding: 50px 0 70px 40px;
}

#intro h2 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 42px;
	color: #1d292d;
	letter-spacing: -2px;
	padding: 0 0 3px 0;
}

#intro p {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 17px;
	color: #1d292d;
	line-height: 130%;
}

#intro ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #395d85;
	padding: 15px 0 0 0;
}

#intro li {
	list-style-image:url(images/icon-16-tick.png);
	list-style-position:inside;
	list-style-type:none;
	padding: 0 0 3px 0;
	color: #395d85;
}

#intro-video {
	position: absolute;
	right: 40px;
	top: 50px;
}

/* -----------------> Call to action */

#call-to-action {
	position: relative;
	background: #2b3b40;
	padding: 20px 80px 20px 40px;
	height: 30px;
	width: 835px;
	margin: 0 auto;	
}

#call-to-action h3 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	color: #98bbc6;
	padding: 3px 0 0 0;	
	float: left;
	width: 680px;
}

#call-to-action a {
	float: right;
	padding: 0 0;
}

/* -----------------> Homepage feature highlights */

#feature-highlights {
	padding: 30px 0 0 40px;
	background: #d5dfe6;
	height: 280px;
	width: 915px;
	margin: 0 auto;	
}

.feature-highlights-nugget {
	width: 206px;
	float: left;
	padding: 0 17px 0 0;
}

.feature-highlights-nugget h4 {

	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #1d292d;
	padding: 20px 0 0 0;
}

.feature-highlights-nugget p {
	color: #2d2d2d;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 10px 0 0 0;
}


/* -----------------> Features */

#features-container {
	background: #d5dfe6;
	padding:  30px 40px 50px 40px;
	width: 875px;
	margin: 0 auto;
}

#features-container h2 {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 21px;
	color: #1d292d;		
}

#features-index {
	background: #d5dfe6;
	display: block;
	margin-top: 30px;

}

#features-dashboard {
	background: #d5dfe6;
	width: 418px;
	padding: 0 18px 0 0;
	float: left;
	display:block;
}

#features-project {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #d5dfe6;
	width: 418px;
	padding: 0 0 0 18px;
	float: left;
}

#features-container label {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#features-container ul {
height: 200px;
padding: 20px 0 30px 0;
border-bottom: #1d292d dotted 1px;
}

#features-container li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	font-size: 13px;
	padding: 5px 0 0 0;
}

#features-container a {
	color: #395D85;
}

.feature-item-container {
width: 418px;
}

.feature-item-container img {
	margin: 12px 0 8px 0;
}

.feature-item-container h3 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #1d292d;
	padding: 25px 0 0 0;
	margin: 0;
	
}

.feature-item-container p {
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #1D292D;	
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	line-height: 140%;
	border-bottom: #1d292d dotted 1px;
	height: 110px;
}

/* -----------------> Pricing & Sign up */

#pricing-and-signup-container {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	background: #d5dfe6;
	padding: 30px 40px 30px 40px;
	height: 450px;
	width: 875px;
	margin: 0 auto;	
}

#pricing-and-signup-container h2 {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 21px;
	color: #1d292d;
	padding: 0 0 20px 0;	
	width: 250px;	
}

#pricing-and-signup-container p {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #1D292D;	
	padding: 0  0 10px 0;
	margin: 10px 0 0 20px;
}

#pricing-and-signup-container table {
	border: #ffffff solid 20px;
	display: block;
	color: #1d292d;
}

.pricing-table-type {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0 10px 0;
	font-weight: normal;
}
.package-cost {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #ffffff;
}

.pricing-table-facilities {
	color: #1d292d;
	font-size: 13px;
	text-align:left;
	padding: 10px 40px 10px 20px;
	background:#e9f0f5;

}

.pricing-table-detail {
	color: #395d85;
	font-size: 13px;
	text-align:center;
	background:#e9f0f5;
}

.table-divider {
	background: #ffffff;
	height: 2px;
	padding: 0;
	font-size: 1px;
}

/* -----------------> FAQs */

#faqs-container {
	background: #d5dfe6;
	padding: 30px 40px 30px 40px;
	width: 875px;
	margin: 0 auto;
}

#faqs-answers {
	float: left;
	width: 555px;	
	padding: 0 20px 0 0;
}

#faqs-jump-list {
	float: left;
	width: 300px;
	padding: 44px 0 0 0;
}

#faqs-jump-list a {
	color: #395D85;
	font-size: 11px;
}

#faqs-jump-list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	padding: 0;
}

#faqs-jump-list h4 {
	color:#1D292D;
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size:13px;
	padding: 0 0 10px 0;
}

#faqs-container h2 {
	font-family:"Lucida Grande",Helvetica,Trebuchet MS,Arial,sans-serif;
	font-size: 21px;
	color: #1d292d;
	padding: 0 0 20px 0;
}

#faqs-container h3 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #1d292d;
	padding: 0 0 5px 0;
	
}

#faqs-container p {
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #1D292D;	
	margin: 0;
	line-height: 140%;
	padding: 0 0 30px 0;
}

/* -----------------> Testimonial */

#testimonial {
	background: #d5dfe6 url(images/bg-quote.png) no-repeat center;
	padding: 0;
	height: 78px;
	width: 955px;
	margin: 0 auto;	
}

#testimonial p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	color: #234052;	
	padding: 20px 0 0 0;
}

#testimonial span {
	text-align: center;
	font-size: 9px;
	font-style:italic;
	color: #2d2d2d;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0 0;
}

/* ---------------------> About awu */

#content-bottom-container {
	background: #d5dfe6;
	height: 330px;
	margin: 0px auto;
	width: 955px;
}

#about-awu {
	background: #d5dfe6;
	width: 477px;
	float: left;
}

#about-awu h4 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #1d292d;
	padding: 20px 22px 0 40px;
}

#about-awu p {
	color: #2d2d2d;
	font-family: Arial,sans-serif;
	font-size: 13px;
	line-height: 135%;
	font-style:italic;
	display:block;
	padding: 10px 22px 10px 40px;
}

#about-awu span {
	font-style: italic;
	display:block;
	font-size:13px;
}

/* ---------------------> FAQs & Twitter highlights */

#faqs-and-twitter-highlight-container {
	background: #d5dfe6;
	width: 477px;
	float: left;
}

#faqs-highlights {
	float: left;
	display:block;

}

#faqs-highlights h4 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #1d292d;
	padding: 20px 20px 10px 0;
}

#faqs-highlights a {
	font-style: italic;
	display:block;
	font-size:13px;
	color:#395d85;
	text-decoration:none;
	line-height: 135%;
	padding: 0 40px 0 0;
}

#faqs-highlights a:hover {

	color:#2b3b40;
}

#twitter-feed {
	float:right;
	width: 477px;
}

#twitter-quote {
}

#twitter-quote h4 {
	font-family: "Lucida Grande", Trebuchet MS, Arial,sans-serif;
	font-size: 13px;
	color: #1d292d;
	padding: 20px 20px 10px 0;
}

#twitter-quote a {
	background: url(images/twitter-logo.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display:block;
	font-size:15px;
	color:#2d2d2d;
	text-decoration:none;
	padding: 0 40px 0 70px;
	height: 64px;
}

#twitter-link {
	text-align: right;
	padding: 0 40px 0 0;
}

#twitter-link a {
	color:#395d85;
	font-size:11px;
}

#twitter-link a:hover {
	color:#2b3b40;
}

/* ---------------------> Tailend */

#tailend {
	margin: 0 auto 0 auto;
	width: 955px;
}
/* ---------------------> Footer */

#footer {
	text-align: center;
	background: url(images/bg-footer.jpg) no-repeat;
	padding: 0;
	margin: 5px auto 0 auto;
	width: 955px;
}

#footer-logo {
	font-family: "Lucida Grande", Trebuchet MS, Arial,sans-serif;
	text-align:center;
	padding: 15px 0 3px 0;
}

#footer-logo p {
	color: #ffffff;
}

#footer-nav {
	text-align:center;
	display: inline;
	font-size: 11px;
	color: #a2a2a2;
	padding: 13px 0 0 0; 
	height: 50px;	
}

#footer-nav li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
}

#footer-nav li a {
	margin: 2px;
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #a2a2a2;
}

#footer-nav li a:hover {
	color: #98bbc6;	
}

ul.legals {
	margin: 0px 0px 15px 0px;
}

ul.legals li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
}

ul.legals li a {
	margin: 2px;
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #a2a2a2;
}	

/* ---------------------> Copyright */

#copyright {
	height: 50px;
	font-size: 11px;
	padding: 30px 0 0 0;
	color:#666666;
}

#copyright p {
	color: #666666;
}

#copyright a {
	color:#a2a2a2;
	text-decoration: none;
}

#copyright a:hover {
	color: #98bbc6;
}

/* -----------------> User creation form */

#awuhqform {
	padding: 15px 0px;
}

#features-container #awuhqform p {
	padding: 0px 0px 15px 0px;
	color: #2d2d2d;
	width: 600px;
}

#features-container #awuhqform h3 {
	padding: 10px 0px 10px 0px;
	color: #4C6A7C;
	font-size: 17px;
}

.required-grp {
	float: left;
	width: 405px;
	margin-right: 30px;
}

.options-grp {
	float: left;
	width: 405px;
}

#features-container #awuhqform .options-grp h4 {
	width: auto;
	padding: 20px 40px 15px 0px;
}

#features-container #awuhqform .options-grp p {
	width: auto;
	padding: 0px 40px 0px 0px;
}

#features-container #awuhqform .options-grp ul {
	border: 0px;
	font-size: 15px;
	color: #4C6A7C;
	padding: 7px 0px;
}

#features-container #awuhqform .options-grp ul li {
	background: url(images/icon-16-tick.png) no-repeat;
	border: 0px;
	font-size: 13px;
	color: #333;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px;
}

.fieldgrp {
	margin: 10px 0px 0px 0px;
}

.label {
	color: #7C97A6;
	font-size:15px;
	float: left;
	width: 160px;
	padding-top: 8px;
}

#awuhqform .label label,#awuhqform  .label span {
	color: #7C97A6;
	font-size:15px;
}

.input {
	float: left;
}

input.column {
	border:1px solid #CAD8DF;
	color:#4C6A7C;
	font-size:13px;
	height:18px;
	padding:8px 16px;
	width:210px;
}

select {
	padding:8px 15px;
	width:240px;
}

option {
	padding: 0px 15px 4px 15px;
}

.submit {
	float: right;
	padding: 15px 0px 0px 0px;
}

.asterix {
	float: left;
	margin-top: 15px;
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.error {
	background: #FFFCCC url(images/icon-10-error.png) left center no-repeat;
	color: #808080;
	font-size: 10px;
	padding: 2px 10px 2px 15px;
	overflow: visible;
	border-left: 5px solid #FFFCCC;
	margin: 10px 0px 0px 1px;
	width: 212px;
}	

input.error {
	background: #FFFCCC;
	margin: 0px 0px 0px 0px;
}

.notification { 
	margin-bottom: 12px;
	width: 793px;
	color: #4C6A7C;
	font-size: 13px;
	padding: 10px 10px 10px 25px;
	}

#error {
	background: #FFFCCC url(images/icon-16-error.png) left center no-repeat;
	border-left: 10px solid #FFFCCC;
	}


/* Textual content */

#text-container {
	position: relative;
	background: #d5dfe6;
	width: 955px;
	margin: 0 auto;
}
	
#text-content {
	padding: 50px 40px 70px 40px;
}	

#text-content h2 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 21px;
	color: #1d292d;
	padding: 0 0 3px 0;
}

#text-content h3 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 17px;
	color: #1d292d;
	padding: 15px 0 3px 0;
}

#text-content h4 {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	color: #1d292d;
	padding: 8px 0 8px 0;
	font-weight: normal;
}

#text-content p {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	color: #1d292d;
	line-height: 130%;
}

#text-content p.loginlink {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	color: #395d85;
	line-height: 130%;
	margin-top: 20px;
}

#text-content p.loginlink a {
	font-family: "Lucida Grande", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	color: #395d85;
}

#text-content p.loginlink a:hover {
	color: #1d292d;
}

#text-content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #395d85;
	padding: 8px 0;
}

#text-content li {
	list-style-position: outside;
	margin-left: 15px;
	padding: 3px 0px;
	color: #395d85;
}	
