/* @override 
	http://govity.com/chomp/chomp.css
	http://www.govity.com/chomp/chomp.css
*/

html {
        background: url("maui-back3.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.clear {
	clear: both;
}

#chompon_popup {
	display: block;
	position: absolute;
}

.chompmain {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container {
	width: 1100px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.header {
}

.header .logo {
	float: left;
}

.header .signup {
	float: right;
}

.main {
	/*min-height: 800px;*/
}

.main .nav {
	float: left;
/*	margin-top: 35px;*/
	min-height: 500px;
	width: 140px;
}

.nav-msg {
display: block;
text-align: left ceneter;
-moz-border-radius: 6px;
text-decoration: none;

	background-color: #07244f;
	font: bold 12px "Arial";
	float: left;
    margin-top: 35px;
	width: 130px;
	padding-top: 10px;
	padding-left: 10px;
	height: 80px;
color: #999999;
}

.nav-msg .question {
color: white;
}

#page_deal .main #deal,
#page_past .main #past,
#page_acct .main #acct
{
	display: block;
}

#deal {
	float: right;
/*	padding-top: 16px;*/
	padding-right: 0;
	margin-right: -11px;
	margin-top: -20px;
}

#past {
	float: right;
	padding-top: 20px;
	margin-right: -10px;
}

#acct {
	float: right;
	padding-top: 15px;
	margin-right: -10px;
}

.main .nav ul {
	list-style-type: none;
	margin: 0px;
	border-radius: 5px;
	background-color: #07244f ;
}

.main .nav ul li {
	float: none;
}

.main .nav ul .help {
	display: none;
}

/*.main .nav ul li {
	display: block;
	width: 140px;
	height: 40px;
	background-color: #07244f;
	color: white;
	line-height: 40px;
	vertical-align: center;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 40px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	font: 14px "Arial";
	font-weight: bold;
}*/

#page_deal .main .nav .deal a,
#page_past .main .nav .past a,
#page_acct .main .nav .acct a,
#page_how .main .nav .help a
{
	color: white;
}

.main .nav ul a {
	display: block;
	width: 140px;
	height: 80px;
	color: #999999;
	text-align: left center;
	text-indent: 40px;
	-moz-border-radius: 6px;
	text-decoration: none;
	font: bold 14px/80px "Arial";
	border-top: 1px solid #053765;
}

.main .nav ul .deal a {
	background: url(images/star-grey.png) no-repeat 8px center;
}

.main .nav ul .past a {
	background: url(images/brief-grey.png) no-repeat 8px center;
}

.main .nav ul .acct a {
	background: url(images/circle-grey.png) no-repeat 8px center;
}

.main .nav ul .help a {
	background: url(images/lightbulb-grey.png) no-repeat 8px center;
}

.main .nav ul .contact a {
	background: url(images/lightbulb-grey.png) no-repeat 8px center;
}

.main .nav ul .contact a:hover
{
	background: url(images/lightbulb.png) no-repeat 8px center;
	color: white;
}

.main .nav ul .deal a:hover,
#page_deal .main .nav .deal a {
	background: url(images/star.png) no-repeat 8px center;	
	color: white;	
}

.main .nav ul .past a:hover,
#page_past .main .nav .past a {
	background: url(images/brief.png) no-repeat 8px center;	
	color: white;	
}

.main .nav ul .acct a:hover,
#page_acct .main .nav .acct a {
	background: url(images/circle.png) no-repeat 8px center;	
	color: white;	
}

