@charset "UTF-8";
/* CSS Document */

/* THIS STYLE SHEET IS FOR ALL INFO PAGES ONLY */

/* navigation starts here */
body {
	background-color: #e6e6ec;
}
#log_in #email, #log_in #password {
	background-color:#ffffff;
	border-top: #c4c4c6 2px solid;
	border-left: #c4c4c6 2px solid;
	border-bottom: #e9e9eb 2px solid;
	border-right: #e9e9eb 2px solid;
}	
#logoStrap {
	background:url(../images/header_grad.gif) bottom;
}
#strap {
	color:#959595;
}
#log_in label a {
	color:#d79021;
}
#log_in label a:hover {
	color:#000000;
}
#log_in {
	color:#959595;
}
.tell a {
	position: absolute;
	top: -44px;
	left:121px;
	height: 20px;
}	
.tell a {
	background:url(../images/tell_right_grey.gif) no-repeat right top;
}
.tell a:hover {
	background:url(../images/tell_right_g_w.gif) no-repeat right top;
}
.homepage a {
	position: absolute;
	top: -44px;
	left:281px;
	height: 20px;
}	
.homepage a {
	background:url(../images/home_right_grey.gif) no-repeat right top;
}
.homepage a:hover {
	background:url(../images/home_right_o_w.gif) no-repeat right top;
}
.faqs a {
	position: absolute;
	top: -44px;
	left:502px;
	height: 20px;
}
.faqs a {
	background:url(../images/faqs_right_grey.gif) no-repeat right top;
}
.faqs a:hover {
	background:url(../images/faqs_right_p_w.gif) no-repeat right top;
}
.contact a {
	position: absolute;
	top: -44px;
	left:596px;
	height: 20px;
}
.contact a {
	background:url(../images/contact_right_grey.gif) no-repeat right top;
}
.contact a:hover {
	background:url(../images/contact_right_y_w.gif) no-repeat right top;
}
.tips a {
	position: absolute;
	top:-44px;
	left:736px;
	height: 20px;
}
.tips a {
	background:url(../images/tips_right_grey.gif) no-repeat right top;
}
.tips a:hover {
	background:url(../images/tips_right_b_w.gif) no-repeat right top;
}
#nav {
	position: relative;
	width: 960px;

}
/* navigation ends here */
/* page starts here */
#container {
	margin: 0px auto;
	width: 960px;
}
/* wrapper for main info */
#main_info {
	margin-left: 30px;
	width: 900px;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
	
}
#main_info h1, #main_info p {
	font-family:"Courier New", monospace;
	font-size: 120%;
	line-height: 150%;
	color:#000000;
	padding: 25px 0px 0px 0px;
}
#main_info h1, {
	font-weight:bold;
}
}
p {
	font-weight:normal;
}
p span {
	color:#d79021;
	font-weight:bold;
}
#footer {
	color:#959595;
	text-align: left;
	margin-bottom:50px;
	margin-left: 22px;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer a {
	color:#d79021;
}
#footer a:hover {
	color:#000000;
}
/* STYLE SHEET ENDS */
