body {
	margin: 0px;
	padding: 0px;
	background-color: #7FC0B1;
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

div#banner {
	height: 325px;
	background-position: center top;
	background-repeat: no-repeat;
}
div#banner h1 {
	display: none;
}

div#intro {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 750px;
	text-align: left;
	padding: 0px 50px 25px 50px;
	color: white;
	line-height: 18px;
}
div#intro span.first-sentence, div#intro b {
	font-size: 16px;
	font-weight: bold;
	font-family: arial, geneva, helvetica, sans-serif;
}

div#menu-news-container {
	width: 750px;
	clear: both;
	margin-bottom: 25px;
	padding-top: 0px;
	background-image: url(../images/menu-news-bg.gif);
	background-repeat: repeat-y;
}

div#menu {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 420px;
	padding-top: 0px;
	padding-left: 50px;
	float: left;
	clear: left;
	text-align: left;
}
div#menu h2, div#news h2 {
	color: #FFFDE9;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: arial, geneva, helvetica, sans-serif;
}
div#menu h2 a, div#news h2 a {
	color: #FFFDE9;
	text-decoration: none;
}
div#menu h2 a:hover, div#news h2 a:hover {
	color: #FFFDE9;
	border-bottom: 1px dotted #FFFDE9;
}
div#menu p {
	margin-top: 0px;
	padding-top: 0px;
}

div#news-container {
	width: 270px;
	float: right;
	clear: right;
}
div#news {
	padding-top: 0px;
	padding-right: 50px;
	text-align: left;
}
div#news p {
	font-size: 11px;
}
div#news p span.date {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div#news p a.title, div#news p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div#news p a.title:hover, div#news p a:hover {
	border-bottom: 1px dotted white;
}
div#news p.more-news a {
	font-weight: bold;
	color: #FFFDE9;
	text-decoration: none;
	text-transform: uppercase;
}
div#news p.more-news a:hover {
	border-bottom: 1px dotted #FFFDE9;
}

div.spacer {
	height: 0px;
	clear: both;
}

div#login {
	padding: 10px 50px;
	background-color: #FFFDE9;
	text-align: center;
	vertical-align: middle;
}
div#login input, div#login img {
	vertical-align: middle;
}
div#login b {
	font-weight: normal;
	color: #7FC0B1;
	text-transform: uppercase;
}

div#copyright {
	margin-bottom: 0px;
	padding: 10px 50px;
	background-color: #7FC0B1;
	color: #FFFDE9;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
div#copyright.home {
	padding: 10px 50px;
	background-color: #FFFDE9;
	color: #7FC0B1;
}


/* Styles for interior pages */

div#top-nav-container {
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
}
div#top-nav {
	height: 100px;
	width: 750px;
	text-align: left;
}
div#top-nav div#links {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 50px;
	padding: 25px 25px 0px 0px;
	float: right;
	clear: right;
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
div#top-nav div#links a {
	color: #FFFDE9;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}
div#top-nav div#links a:hover {
	color: white;
}
div#top-nav div#title {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 50px;
	padding: 10px 25px 0px 0px;
	float: right;
	clear: right;
	font-size: 24px;
	font-family: arial, geneva, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
div#top-nav div#title a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

div#content-container {
	background-color: #FFFDE9;
}
div#content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 750px;
	padding: 1px 25px 25px 25px;
	text-align: left;
}

div#content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #7FC0B1;
	font-size: 36px;
	font-weight: normal;
	font-family: arial, geneva, helvetica, sans-serif;
}

h2 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

.quote {
        margin-left: 15px;
        font-size: 11px;
        font-family: arial, geneva, helvetica, sans-serif; 
	color: #6EB0A0;
        font-style: italic;
	font-weight: bold;
}

div#content p {
	line-height: 18px;
}
div#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
div#content a:hover {
	border-bottom: 1px solid black;
}
div#content div.illustration {
	float: right;
	clear: right;
	padding-left: 25px;
}

table.big-button td.label {
	background-color: #7FC0B1;
	color: #FFFDE9;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
table.big-button td.label a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
}
table.big-button td.label a:hover {
	border-bottom: 1px dotted white;
}

p.alt-link {
	margin-top: 4px;
	margin-left: 16px;
	padding-top: 0px;
	font-size: 11px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
p.alt-link a {
	color: #7FC0B1;
	font-weight: bold;
	text-decoration: none;
}
p.alt-link a:hover {
	border-bottom: 1px dotted #7FC0B1;
}

/* Demo page */

table#demo-login th {
	padding-right: 5px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
table#demo-login td {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

/* Pricing table */

table.pricing {
	width: 600px;
}
table.pricing td.section {
	color: #7FC0B1;
	padding: 10px 5px 2px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, geneva, helvetica, sans-serif;
}

table.pricing td.sectionend {
	color: #7FC0B1;
	padding: 10px 5px 2px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, geneva, helvetica, sans-serif;
}

table.pricing td.priceheader {
        padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
        font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

table.pricing td.priceheaderend {
        padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 13px;
        font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

table.pricing td.item, table.pricing td.price {
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

table.pricing td.item {
	text-align: left;
        width: 200px;
}

table.pricing td.price {
	text-align: center;
        width: 80px;
 }
table.pricing td.itemend, table.pricing td.priceend {
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}

table.pricing td.itemend {
	text-align: left;
        width: 200px;
}

table.pricing td.priceend {
	text-align: center;
        width: 80px;
 }

/* Users table */

table#users td#text {
	padding-right: 25px;
	border-right: 1px solid #7FC0B1;
	font-size: 13px;
}
table#users td#user-list {
	padding-left: 25px;
	font-size: 11px;
}

/* News index */

div.news-item {
	margin: 6px 0px;
}
div.news-item p, div.news-item h2 {
	margin: 0px;
	padding: 0px;
}
div.news-item p.date {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.news-item h2 {
	font-size: 16px;
	font-family: arial, gevena, helvetica, sans-serif;
}

/* News stories */

div.news-story p.date {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}