@import '/stylesheets/typography.css';
@import '/stylesheets/forms.css';

body{
	text-align: center;
	background: #fff url(/images/backgrounds/body_background.gif) repeat-x 0 0 ;
	font-size:   12px;
}
p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	}
h2{
	font-size: 120%;
}
a { color: #0000cc;  }
a:visited { color: #0000cc; }
a:hover { color: #0000cc; text-decoration: underline; }

#container {
    background-repeat: no-repeat;
    margin: 0 auto;
	padding: 0;
    width: 940px;
    min-height: 300px;
	text-align: left;
}
#header {
    height:131px;
	margin: 0;
	padding: 0;
	color:  #666;
}
#header #logo {
	margin: 0;
	padding: 0;
	height: 108px;
	width: 277px;
	float:  left;
	display: block;
	border-style: none;
	background-color: transparent;
}
#band{
	height: 45px;
	background: transparent url(/images/marketing/signup_free_trial.gif) no-repeat 0 0;
}
body#welcome #band{
	background: transparent url(/images/marketing/welcome_banner.gif) no-repeat 0 0;
}
body#login #band{
	background: transparent url(/images/marketing/login_banner.gif) no-repeat 0 0;
}
/*------------------------------- Navigation ----------------------------------*/
div#login{
	margin: 10px 20px 26px 0;
	height: 25px;
	float: right;
}
div#login #message{
	float: left;
	margin:  8px 20px 0 0;
}
div#login img{
	
}

div#nav{
	padding: 1px 0 0 0;
	margin: 0 6px 0 0;
	height: 25px;
	line-height: 25px;
	float: right;
	width: 600px;
	font-size: 9pt;
}
div#nav ul{
	padding: 0;
	margin: 0;
	height: 25px;
	float: right;
}
div#nav ul li{
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	display: inline;
	color: #000;
}
div#nav ul li a{
	margin: 0;
	height:  25px;
}
div#content{
	margin: 0 auto;
	padding-top: 10px;
	width: 90%;
	min-height: 400px;
}
div#footer{
	margin: 20px 0 20px 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 20px;
	float: left;
	width: 100%;
}
div#footer ul li{
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	display: inline;
	color: #000;
}
div#footer ul{
	padding: 0;
	margin: 0;
	height: 25px;
	float: left;
}
div#footer ul li a{
	margin: 0;
	height:  25px;
}
div#footer ul#legal{
	float: right;
}
div#footer #copyright{
	color: #666;
	font-size: 92%;
	margin-top: 60px;
	padding-bottom: 30px;
}
dl.grid{
	float: left;
	text-align: center;
	margin: 20px 0 20px 0;
}
dl.grid dt{
	float: left;
	margin-right: 70px;
}
dl.grid dd{
	float: left;
}