/* CSS Document */
html,body,form { margin:0px; padding:0px; border:0px; }
body {
	text-align: center;
	background:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.7em;
	margin:8px 20px 20px 20px;
}
a,a:link {
	color:#990000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
h1 { font-size:24px; letter-spacing:-1px; margin-top:5px; padding-top:0px; }
h2 { font-size:18px; letter-spacing:-1px; }
h3 { font-size:14px; }
input,textarea,select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}
input.textinput, input[type="text"], input[type="password"], textarea, select {
	border:1px solid #000000;
	padding:3px;
}
.required {
	color:#339933;
	font-size:18px;
	font-weight:bold;
	float:right;
	display:block;
	width:20px;
	height:12px;
	line-height:12px;
}

.highlight {
	padding:4px;
	border:1px solid #FFFF00;
	background:#FFFFCC;
	margin:4px 0px;
}

.clearer {
	height:0px;
	line-height:0px;
	clear:both;
	margin:0; padding:0;
}

.good { color:#3399FF; }
.bad { color:#FF3300; }

.col1 {
	float:left;
	width:400px;
}

.col2 {
	float:right;
	width:200px;
}

.three_colA, .three_colB {
	float:left;
	width:200px;
	margin-right:10px;
}
.three_colC {
	float:left;
	width:200px;
}
#container {
	margin: 0 auto;
	width: 659px;
	text-align:left;
}

.preloader { visibility:hidden; position:absolute; top:0px; right:0px; z-index:-1; }


#header {
	margin:20px 0px 0px 0px;
	padding:0px 6px;
}

#nav,#content {
	padding:0px 6px;
}
.error { color:#CC3300; }

.form_info {
	border-bottom:1px solid #CCCCCC;
	background:#F7F7F7;
	padding:3px;
}
#signup {
	font-size:.9em;
	clear:both;
	background:url(/img/signup_bg.jpg) no-repeat top left;
	width:659px;
	height:49px;
	color:#444444;
	padding:14px 0px 0px 18px;
}

#signup span, #signup input {
	float:left;
}

#signup span {
	margin-right:8px;
	margin-top:4px;
}
#signup #signup_email {
	width:150px;
	margin-right:6px;
}

#counter {
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	text-align:right;
}
#send_email {
	width:110px;
	height:21px;
	background:url(/img/send_email.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
}

#send_alert {
	width:110px;
	height:21px;
	background:url(/img/send_alert.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
}


#register_button {
	width:79px;
	height:21px;
	background:url(/img/register_btn.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
}
#signup #register_btn {
	width:79px;
	height:21px;
	background:url(/img/register_btn.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
	margin-right:5px;
}
#signup #manage_btn {
	width:131px;
	height:21px;
	background:url(/img/subscription_btn.jpg) no-repeat top left;
	cursor:pointer;
	border:0px;
}

#announcements {
	float:left;
	background:url(/img/announcements.jpg) no-repeat top left;
	padding-top:45px;
	width:410px;
}

#announcements h2 {
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:0px;
	margin-top:10px;
}
#announcements p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
	padding-bottom:0px;
}

#right_col {
	float:right;
	width:200px;
	margin-right:6px;
}

#cal_glance {
	background:url(/img/cal_glance.jpg) no-repeat top left;
	padding-top:45px;
}

#resources {
	background:url(/img/resources.jpg) no-repeat top left;
	padding:45px 0px 15px 0px;
	margin:0px;
	list-style:none;
}

#resources li {
	margin:0px; padding:0px;
}
#resources a {
	padding-left:10px;
	background:url(/img/link_arrow.jpg) no-repeat left center;
	color:#990000;
	text-decoration:none;
}
#resources a:hover {
	text-decoration:underline;
}

#resources {
	
}

#copyright {
	clear:both;
	text-align:center;
	font-size:9px;
	margin-top:10px;
	padding:65px 0px 0px 0px;
	_padding-top:30px;
	margin-left:6px;
	background:url(/img/grass.jpg) no-repeat top left;
}